@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,34 @@
|
|
|
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.AppIntegrationSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const app_integration_entity_1 = require("../entities/app.integration.entity");
|
|
16
|
+
const app_integration_job_1 = require("../jobs/app.integration.job");
|
|
17
|
+
let AppIntegrationSubscriber = class AppIntegrationSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, entityJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.entityJob = entityJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return app_integration_entity_1.AppIntegrationEntity;
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.AppIntegrationSubscriber = AppIntegrationSubscriber;
|
|
29
|
+
exports.AppIntegrationSubscriber = AppIntegrationSubscriber = __decorate([
|
|
30
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
31
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
32
|
+
app_integration_job_1.AppIntegrationJob])
|
|
33
|
+
], AppIntegrationSubscriber);
|
|
34
|
+
//# sourceMappingURL=app.integration.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.integration.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/app.integration.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAsD;AACtD,+EAA0E;AAC1E,qEAAgE;AAGzD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,0CAAsC;IAChF,YACqB,UAAsB,EACpB,SAA4B;QAE/C,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACpB,cAAS,GAAT,SAAS,CAAmB;QAG/C,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,6CAAoB,CAAC;IAChC,CAAC;CACJ,CAAA;AAXY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACT,uCAAiB;GAH1C,wBAAwB,CAWpC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource } from 'typeorm';
|
|
3
|
+
import { BusinessAppIntegrationCredentialEntity } from '../entities/business.app.integration.credential.entity';
|
|
4
|
+
import { BusinessAppIntegrationCredentialJob } from '../jobs/business.app.integration.credential.job';
|
|
5
|
+
export declare class BusinessAppIntegrationCredentialSubscriber extends CommonSubscriber<BusinessAppIntegrationCredentialEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
protected readonly entityJob: BusinessAppIntegrationCredentialJob;
|
|
8
|
+
constructor(dataSource: DataSource, entityJob: BusinessAppIntegrationCredentialJob);
|
|
9
|
+
listenTo(): typeof BusinessAppIntegrationCredentialEntity;
|
|
10
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.BusinessAppIntegrationCredentialSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const business_app_integration_credential_entity_1 = require("../entities/business.app.integration.credential.entity");
|
|
16
|
+
const business_app_integration_credential_job_1 = require("../jobs/business.app.integration.credential.job");
|
|
17
|
+
let BusinessAppIntegrationCredentialSubscriber = class BusinessAppIntegrationCredentialSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, entityJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.entityJob = entityJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return business_app_integration_credential_entity_1.BusinessAppIntegrationCredentialEntity;
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.BusinessAppIntegrationCredentialSubscriber = BusinessAppIntegrationCredentialSubscriber;
|
|
29
|
+
exports.BusinessAppIntegrationCredentialSubscriber = BusinessAppIntegrationCredentialSubscriber = __decorate([
|
|
30
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
31
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
32
|
+
business_app_integration_credential_job_1.BusinessAppIntegrationCredentialJob])
|
|
33
|
+
], BusinessAppIntegrationCredentialSubscriber);
|
|
34
|
+
//# sourceMappingURL=business.app.integration.credential.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.app.integration.credential.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/business.app.integration.credential.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,uHAAgH;AAChH,6GAAsG;AAE/F,IAAM,0CAA0C,GAAhD,MAAM,0CAA2C,SAAQ,0CAAwD;IACpH,YACqB,UAAsB,EACpB,SAA8C;QAEjE,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACpB,cAAS,GAAT,SAAS,CAAqC;QAGjE,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,mFAAsC,CAAC;IAClD,CAAC;CACJ,CAAA;AAXY,gGAA0C;qDAA1C,0CAA0C;IADtD,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACT,6EAAmC;GAH5D,0CAA0C,CAWtD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource } from 'typeorm';
|
|
3
|
+
import { BusinessAppIntegrationEntity } from '../entities/business.app.integration.entity';
|
|
4
|
+
import { BusinessAppIntegrationJob } from '../jobs/business.app.integration.job';
|
|
5
|
+
export declare class BusinessAppIntegrationSubscriber extends CommonSubscriber<BusinessAppIntegrationEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
protected readonly entityJob: BusinessAppIntegrationJob;
|
|
8
|
+
constructor(dataSource: DataSource, entityJob: BusinessAppIntegrationJob);
|
|
9
|
+
listenTo(): typeof BusinessAppIntegrationEntity;
|
|
10
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.BusinessAppIntegrationSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const business_app_integration_entity_1 = require("../entities/business.app.integration.entity");
|
|
16
|
+
const business_app_integration_job_1 = require("../jobs/business.app.integration.job");
|
|
17
|
+
let BusinessAppIntegrationSubscriber = class BusinessAppIntegrationSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, entityJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.entityJob = entityJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return business_app_integration_entity_1.BusinessAppIntegrationEntity;
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.BusinessAppIntegrationSubscriber = BusinessAppIntegrationSubscriber;
|
|
29
|
+
exports.BusinessAppIntegrationSubscriber = BusinessAppIntegrationSubscriber = __decorate([
|
|
30
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
31
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
32
|
+
business_app_integration_job_1.BusinessAppIntegrationJob])
|
|
33
|
+
], BusinessAppIntegrationSubscriber);
|
|
34
|
+
//# sourceMappingURL=business.app.integration.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.app.integration.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/business.app.integration.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAsD;AACtD,iGAA2F;AAC3F,uFAAiF;AAE1E,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,0CAA8C;IAChG,YACqB,UAAsB,EACpB,SAAoC;QAEvD,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACpB,cAAS,GAAT,SAAS,CAA2B;QAGvD,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,8DAA4B,CAAC;IACxC,CAAC;CACJ,CAAA;AAXY,4EAAgC;2CAAhC,gCAAgC;IAD5C,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACT,wDAAyB;GAHlD,gCAAgC,CAW5C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
2
|
import { DataSource } from 'typeorm';
|
|
3
|
-
import { FcmTemplateEntity } from '
|
|
3
|
+
import { FcmTemplateEntity } from '../../accessUtility/entities/fcm.template.entity';
|
|
4
4
|
import { FcmTemplateJob } from '../jobs/fcm.template.job';
|
|
5
5
|
export declare class FcmTemplateSubscriber extends CommonSubscriber<FcmTemplateEntity> {
|
|
6
6
|
private readonly dataSource;
|
|
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.FcmTemplateSubscriber = void 0;
|
|
13
13
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
|
-
const fcm_template_entity_1 = require("
|
|
15
|
+
const fcm_template_entity_1 = require("../../accessUtility/entities/fcm.template.entity");
|
|
16
16
|
const fcm_template_job_1 = require("../jobs/fcm.template.job");
|
|
17
17
|
let FcmTemplateSubscriber = class FcmTemplateSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
18
|
constructor(dataSource, entityJob) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fcm.template.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/fcm.template.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,
|
|
1
|
+
{"version":3,"file":"fcm.template.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/fcm.template.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,0FAAqF;AACrF,+DAA0D;AAEnD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,0CAAmC;IAC1E,YACqB,UAAsB,EACpB,SAAyB;QAE5C,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACpB,cAAS,GAAT,SAAS,CAAgB;QAG5C,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,uCAAiB,CAAC;IAC7B,CAAC;CACJ,CAAA;AAXY,sDAAqB;gCAArB,qBAAqB;IADjC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACT,iCAAc;GAHvC,qBAAqB,CAWjC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from './api.account.subscriber';
|
|
2
|
+
export * from './app.integration.subscriber';
|
|
3
|
+
export * from './business.app.integration.credential.subscriber';
|
|
4
|
+
export * from './business.app.integration.subscriber';
|
|
2
5
|
export * from './business.email.subscriber';
|
|
3
6
|
export * from './business.group.role.subscriber';
|
|
4
7
|
export * from './business.preference.subscriber';
|
|
@@ -15,6 +15,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./api.account.subscriber"), exports);
|
|
18
|
+
__exportStar(require("./app.integration.subscriber"), exports);
|
|
19
|
+
__exportStar(require("./business.app.integration.credential.subscriber"), exports);
|
|
20
|
+
__exportStar(require("./business.app.integration.subscriber"), exports);
|
|
18
21
|
__exportStar(require("./business.email.subscriber"), exports);
|
|
19
22
|
__exportStar(require("./business.group.role.subscriber"), exports);
|
|
20
23
|
__exportStar(require("./business.preference.subscriber"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,kEAAgD;AAAA,6DAA2C;AAAA,0DAAwC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,yDAAuC;AAAA,4DAA0C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,0DAAwC;AAAA,qEAAmD;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,kEAAgD;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,qEAAmD;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,0DAAwC;AAAA,sEAAoD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,0DAAwC;AAAA,qEAAmD;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,oEAAkD;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,gEAA8C;AAAA,iEAA8C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,+DAA6C;AAAA,mFAAiE;AAAA,wEAAsD;AAAA,8DAA4C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,kEAAgD;AAAA,6DAA2C;AAAA,0DAAwC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,yDAAuC;AAAA,4DAA0C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,0DAAwC;AAAA,qEAAmD;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,kEAAgD;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,qEAAmD;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,0DAAwC;AAAA,sEAAoD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,0DAAwC;AAAA,qEAAmD;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,oEAAkD;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,gEAA8C;AAAA,iEAA8C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fcm.notification.attributes.dto.js","sourceRoot":"","sources":["../../../src/accessUtility/dtos/fcm.notification.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,4BAA6B,SAAQ,6CAAmB;CAAG;AAAxE,oEAAwE"}
|
|
@@ -10,6 +10,7 @@ export * from './data.mapping.attributes.dto';
|
|
|
10
10
|
export * from './document.file.upload.dto';
|
|
11
11
|
export * from './email.notification.attributes.dto';
|
|
12
12
|
export * from './error.handling.dto';
|
|
13
|
+
export * from './fcm.notification.attributes.dto';
|
|
13
14
|
export * from './gchat.notification.attributes.dto';
|
|
14
15
|
export * from './inapp.notification.attributes.dto';
|
|
15
16
|
export * from './listing.model.attributes.dto';
|
|
@@ -26,6 +26,7 @@ __exportStar(require("./data.mapping.attributes.dto"), exports);
|
|
|
26
26
|
__exportStar(require("./document.file.upload.dto"), exports);
|
|
27
27
|
__exportStar(require("./email.notification.attributes.dto"), exports);
|
|
28
28
|
__exportStar(require("./error.handling.dto"), exports);
|
|
29
|
+
__exportStar(require("./fcm.notification.attributes.dto"), exports);
|
|
29
30
|
__exportStar(require("./gchat.notification.attributes.dto"), exports);
|
|
30
31
|
__exportStar(require("./inapp.notification.attributes.dto"), exports);
|
|
31
32
|
__exportStar(require("./listing.model.attributes.dto"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AAAA,wEAAsD;AAAA,8EAA4D;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,0DAAwC;AAAA,oEAAkD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,sEAAoD;AAAA,uDAAqC;AAAA,sEAAoD;AAAA,sEAAoD;AAAA,iEAA+C;AAAA,gEAA8C;AAAA,0EAAwD;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,kEAAgD;AAAA,uEAAqD;AAAA,2DAAyC;AAAA,mEAAiD;AAAA,yEAAsD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AAAA,wEAAsD;AAAA,8EAA4D;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,0DAAwC;AAAA,oEAAkD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,sEAAoD;AAAA,uDAAqC;AAAA,oEAAkD;AAAA,sEAAoD;AAAA,sEAAoD;AAAA,iEAA+C;AAAA,gEAA8C;AAAA,0EAAwD;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,kEAAgD;AAAA,uEAAqD;AAAA,2DAAyC;AAAA,mEAAiD;AAAA,yEAAsD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
-
import { FcmNotificationAttributesDto } from '
|
|
3
|
-
import { FcmTemplateEntity } from '
|
|
2
|
+
import { FcmNotificationAttributesDto } from '../dtos/fcm.notification.attributes.dto';
|
|
3
|
+
import { FcmTemplateEntity } from './fcm.template.entity';
|
|
4
4
|
import { NotificationEntity } from './notification.entity';
|
|
5
5
|
export declare class FcmNotificationEntity extends CommonEntity {
|
|
6
6
|
notification_id: number;
|
|
@@ -11,9 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.FcmNotificationEntity = void 0;
|
|
13
13
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
-
const fcm_notification_attributes_dto_1 = require("../../access/dtos/fcm.notification.attributes.dto");
|
|
15
|
-
const fcm_template_entity_1 = require("../../access/entities/fcm.template.entity");
|
|
16
14
|
const typeorm_1 = require("typeorm");
|
|
15
|
+
const fcm_notification_attributes_dto_1 = require("../dtos/fcm.notification.attributes.dto");
|
|
16
|
+
const fcm_template_entity_1 = require("./fcm.template.entity");
|
|
17
17
|
const notification_entity_1 = require("./notification.entity");
|
|
18
18
|
let FcmNotificationEntity = class FcmNotificationEntity extends nestjs_utility_services_1.CommonEntity {
|
|
19
19
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fcm.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/fcm.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,
|
|
1
|
+
{"version":3,"file":"fcm.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/fcm.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,6FAAuF;AACvF,+DAA0D;AAC1D,+DAA2D;AASpD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,sCAAY;CAuBtD,CAAA;AAvBY,sDAAqB;AAE9B;IADC,IAAA,gBAAM,GAAE;;8DACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;0DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;8DACgB;AAGzB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;+DACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,8DAA4B;yDAAC;AAIqC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;2DAAC;AACtC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,uCAAiB;uDAAC;gCAtB5F,qBAAqB;IADjC,IAAA,gBAAM,EAAC,uBAAuB,CAAC;GACnB,qBAAqB,CAuBjC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
-
import { FcmTemplateAttributesDto } from '
|
|
2
|
+
import { FcmTemplateAttributesDto } from '../../access/dtos/fcm.template.attributes.dto';
|
|
3
3
|
export declare class FcmTemplateEntity extends CommonEntity {
|
|
4
4
|
name: string;
|
|
5
5
|
identifier: string;
|
|
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.FcmTemplateEntity = void 0;
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
14
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
-
const fcm_template_attributes_dto_1 = require("
|
|
15
|
+
const fcm_template_attributes_dto_1 = require("../../access/dtos/fcm.template.attributes.dto");
|
|
16
16
|
let FcmTemplateEntity = class FcmTemplateEntity extends nestjs_utility_services_1.CommonEntity {
|
|
17
17
|
};
|
|
18
18
|
exports.FcmTemplateEntity = FcmTemplateEntity;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fcm.template.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/fcm.template.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,oFAAsE;AACtE,+FAAyF;AASlF,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAoBlD,CAAA;AApBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;kDACF;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oDACA;AAGf;IADC,IAAA,gBAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;4BAjB5B,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAoB7B"}
|
|
@@ -8,6 +8,7 @@ export * from './bulk.upload.type.entity';
|
|
|
8
8
|
export * from './data.mapping.entity';
|
|
9
9
|
export * from './email.notification.entity';
|
|
10
10
|
export * from './fcm.notification.entity';
|
|
11
|
+
export * from './fcm.template.entity';
|
|
11
12
|
export * from './gchat.notification.entity';
|
|
12
13
|
export * from './inapp.notification.entity';
|
|
13
14
|
export * from './listing.model.entity';
|
|
@@ -24,6 +24,7 @@ __exportStar(require("./bulk.upload.type.entity"), exports);
|
|
|
24
24
|
__exportStar(require("./data.mapping.entity"), exports);
|
|
25
25
|
__exportStar(require("./email.notification.entity"), exports);
|
|
26
26
|
__exportStar(require("./fcm.notification.entity"), exports);
|
|
27
|
+
__exportStar(require("./fcm.template.entity"), exports);
|
|
27
28
|
__exportStar(require("./gchat.notification.entity"), exports);
|
|
28
29
|
__exportStar(require("./inapp.notification.entity"), exports);
|
|
29
30
|
__exportStar(require("./listing.model.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,iEAA8C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,iEAA8C"}
|
|
@@ -10,11 +10,12 @@ import { BulkUploadItemEntity } from './entities/bulk.upload.item.entity';
|
|
|
10
10
|
import { BulkUploadTypeEntity } from './entities/bulk.upload.type.entity';
|
|
11
11
|
import { DataMappingEntity } from './entities/data.mapping.entity';
|
|
12
12
|
import { EmailNotificationEntity } from './entities/email.notification.entity';
|
|
13
|
+
import { FcmNotificationEntity } from './entities/fcm.notification.entity';
|
|
14
|
+
import { FcmTemplateEntity } from './entities/fcm.template.entity';
|
|
13
15
|
import { InappNotificationEntity } from './entities/inapp.notification.entity';
|
|
14
16
|
import { ListingModelEntity } from './entities/listing.model.entity';
|
|
15
17
|
import { NotificationEntity } from './entities/notification.entity';
|
|
16
18
|
import { NotificationRecipientEntity } from './entities/notification.recipient.entity';
|
|
17
|
-
import { SlackNotificationEntity } from './entities/slack.notification.entity';
|
|
18
19
|
import { SmsNotificationEntity } from './entities/sms.notification.entity';
|
|
19
20
|
import { TagAssignmentEntity } from './entities/tag.assignment.entity';
|
|
20
21
|
import { UploadModificationEntity } from './entities/upload.modification.entity';
|
|
@@ -74,7 +75,7 @@ import { WebhookRequestSubscriber } from './subscribers/webhook.request.subscrib
|
|
|
74
75
|
import { WhatsappNotificationSubscriber } from './subscribers/whatsapp.notification.subscriber';
|
|
75
76
|
declare const es6Classes: {
|
|
76
77
|
dtos: (typeof GchatNotificationAttributesDto | typeof BulkUploadSheetDto | typeof DocumentFileUploadDto | typeof ErrorHandlingDto)[];
|
|
77
|
-
entities: (typeof EmailNotificationEntity | typeof NotificationEntity | typeof
|
|
78
|
+
entities: (typeof EmailNotificationEntity | typeof NotificationEntity | typeof FcmTemplateEntity | typeof FcmNotificationEntity | typeof InappNotificationEntity | typeof SmsNotificationEntity | typeof WhatsappNotificationEntity | typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof UploadModificationEntity | typeof ListingModelEntity | typeof TagAssignmentEntity | typeof DataMappingEntity | typeof NotificationRecipientEntity | typeof WebhookRequestEntity)[];
|
|
78
79
|
jobs: (typeof PushToBulkItemJob | typeof AnalyseBulkUploadJob | typeof BulkDefinitionJob | typeof BulkDefinitionLoadJob | typeof BulkDefinitionProcessingJob | typeof BulkUploadColumnJob | typeof BulkUploadStatsJob | typeof BulkUploadItemJob | typeof BulkUploadJob | typeof BulkUploadTypeJob | typeof DataMappingJob | typeof EmailNotificationJob | typeof GchatNotificationJob | typeof InappNotificationJob | typeof ListingModelJob | typeof NotificationJob | typeof NotificationRecipientJob | typeof SlackNotificationJob | typeof SmsNotificationJob | typeof TagAssignmentJob | typeof UploadModificationJob | typeof WebhookRequestJob | typeof WhatsappNotificationJob)[];
|
|
79
80
|
libraries: (typeof ReadXlsFile | typeof AnalyseBulkUpload | typeof GenerateBulkUploadSheet | typeof LoadXlsFile | typeof ProcessCommonData | typeof SetBulkUploadLogFile | typeof SlabsUtil)[];
|
|
80
81
|
services: (typeof Es6JobsService | typeof TestAccessService)[];
|
|
@@ -12,6 +12,7 @@ const data_mapping_attributes_dto_1 = require("./dtos/data.mapping.attributes.dt
|
|
|
12
12
|
const document_file_upload_dto_1 = require("./dtos/document.file.upload.dto");
|
|
13
13
|
const email_notification_attributes_dto_1 = require("./dtos/email.notification.attributes.dto");
|
|
14
14
|
const error_handling_dto_1 = require("./dtos/error.handling.dto");
|
|
15
|
+
const fcm_notification_attributes_dto_1 = require("./dtos/fcm.notification.attributes.dto");
|
|
15
16
|
const gchat_notification_attributes_dto_1 = require("./dtos/gchat.notification.attributes.dto");
|
|
16
17
|
const inapp_notification_attributes_dto_1 = require("./dtos/inapp.notification.attributes.dto");
|
|
17
18
|
const listing_model_attributes_dto_1 = require("./dtos/listing.model.attributes.dto");
|
|
@@ -33,6 +34,8 @@ const bulk_upload_item_entity_1 = require("./entities/bulk.upload.item.entity");
|
|
|
33
34
|
const bulk_upload_type_entity_1 = require("./entities/bulk.upload.type.entity");
|
|
34
35
|
const data_mapping_entity_1 = require("./entities/data.mapping.entity");
|
|
35
36
|
const email_notification_entity_1 = require("./entities/email.notification.entity");
|
|
37
|
+
const fcm_notification_entity_1 = require("./entities/fcm.notification.entity");
|
|
38
|
+
const fcm_template_entity_1 = require("./entities/fcm.template.entity");
|
|
36
39
|
const gchat_notification_entity_1 = require("./entities/gchat.notification.entity");
|
|
37
40
|
const inapp_notification_entity_1 = require("./entities/inapp.notification.entity");
|
|
38
41
|
const listing_model_entity_1 = require("./entities/listing.model.entity");
|
|
@@ -111,6 +114,7 @@ const es6Classes = {
|
|
|
111
114
|
document_file_upload_dto_1.DocumentFileUploadDto,
|
|
112
115
|
email_notification_attributes_dto_1.EmailNotificationAttributesDto,
|
|
113
116
|
error_handling_dto_1.ErrorHandlingDto,
|
|
117
|
+
fcm_notification_attributes_dto_1.FcmNotificationAttributesDto,
|
|
114
118
|
gchat_notification_attributes_dto_1.GchatNotificationAttributesDto,
|
|
115
119
|
inapp_notification_attributes_dto_1.InappNotificationAttributesDto,
|
|
116
120
|
listing_model_attributes_dto_1.ListingModelAttributesDto,
|
|
@@ -134,6 +138,8 @@ const es6Classes = {
|
|
|
134
138
|
bulk_upload_type_entity_1.BulkUploadTypeEntity,
|
|
135
139
|
data_mapping_entity_1.DataMappingEntity,
|
|
136
140
|
email_notification_entity_1.EmailNotificationEntity,
|
|
141
|
+
fcm_notification_entity_1.FcmNotificationEntity,
|
|
142
|
+
fcm_template_entity_1.FcmTemplateEntity,
|
|
137
143
|
gchat_notification_entity_1.GchatNotificationEntity,
|
|
138
144
|
inapp_notification_entity_1.InappNotificationEntity,
|
|
139
145
|
listing_model_entity_1.ListingModelEntity,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/accessUtility/es6.classes.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/accessUtility/es6.classes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { AccessBusinessEntity } from '../access/entities/access.business.entity';
|
|
2
2
|
import { ApiAccountEntity } from '../access/entities/api.account.entity';
|
|
3
|
+
import { AppIntegrationEntity } from '../access/entities/app.integration.entity';
|
|
4
|
+
import { BusinessAppIntegrationCredentialEntity } from '../access/entities/business.app.integration.credential.entity';
|
|
5
|
+
import { BusinessAppIntegrationEntity } from '../access/entities/business.app.integration.entity';
|
|
3
6
|
import { BusinessEmailEntity } from '../access/entities/business.email.entity';
|
|
4
7
|
import { BusinessGroupRoleEntity } from '../access/entities/business.group.role.entity';
|
|
5
8
|
import { BusinessPreferenceEntity } from '../access/entities/business.preference.entity';
|
|
@@ -19,7 +22,6 @@ import { EmailAttachmentEntity } from '../access/entities/email.attachment.entit
|
|
|
19
22
|
import { EmailMessageEntity } from '../access/entities/email.message.entity';
|
|
20
23
|
import { EmailRecipientEntity } from '../access/entities/email.recipient.entity';
|
|
21
24
|
import { FcmMessageEntity } from '../access/entities/fcm.message.entity';
|
|
22
|
-
import { FcmTemplateEntity } from '../access/entities/fcm.template.entity';
|
|
23
25
|
import { FcmTokenEntity } from '../access/entities/fcm.token.entity';
|
|
24
26
|
import { GchatMessageEntity } from '../access/entities/gchat.message.entity';
|
|
25
27
|
import { GchatTemplateEntity } from '../access/entities/gchat.template.entity';
|
|
@@ -71,6 +73,7 @@ import { BulkUploadTypeEntity } from '../accessUtility/entities/bulk.upload.type
|
|
|
71
73
|
import { DataMappingEntity } from '../accessUtility/entities/data.mapping.entity';
|
|
72
74
|
import { EmailNotificationEntity } from '../accessUtility/entities/email.notification.entity';
|
|
73
75
|
import { FcmNotificationEntity } from '../accessUtility/entities/fcm.notification.entity';
|
|
76
|
+
import { FcmTemplateEntity } from '../accessUtility/entities/fcm.template.entity';
|
|
74
77
|
import { GchatNotificationEntity } from '../accessUtility/entities/gchat.notification.entity';
|
|
75
78
|
import { InappNotificationEntity } from '../accessUtility/entities/inapp.notification.entity';
|
|
76
79
|
import { ListingModelEntity } from '../accessUtility/entities/listing.model.entity';
|
|
@@ -85,6 +88,9 @@ import { WhatsappNotificationEntity } from '../accessUtility/entities/whatsapp.n
|
|
|
85
88
|
declare const entityConstants: {
|
|
86
89
|
'65e0e6d5c92cbba596ecaf851b586389': typeof AccessBusinessEntity;
|
|
87
90
|
'8729a095a0116f22251847c6c7192b75': typeof ApiAccountEntity;
|
|
91
|
+
'312fc487290f5f7ab298862200a5bb90': typeof AppIntegrationEntity;
|
|
92
|
+
'246a6d55ee95ea6b13837257569240e4': typeof BusinessAppIntegrationCredentialEntity;
|
|
93
|
+
d174c628bc2487e41ba56bbf22356795: typeof BusinessAppIntegrationEntity;
|
|
88
94
|
abf530a86c0c2198071cfd5aa92f9c8c: typeof BusinessEmailEntity;
|
|
89
95
|
'21e0c3b1d90ae9faa0dc0857a0cbf351': typeof BusinessGroupRoleEntity;
|
|
90
96
|
'5d4d889f8f5bd4a2dfca3cb6e0ee2360': typeof BusinessPreferenceEntity;
|
|
@@ -104,8 +110,6 @@ declare const entityConstants: {
|
|
|
104
110
|
'87d330e6c629608a9baeecf85d7195c2': typeof EmailMessageEntity;
|
|
105
111
|
'024c090175bf88edd4547a51567d8ff7': typeof EmailRecipientEntity;
|
|
106
112
|
c701b88a16524f9ba49813f0978d7961: typeof FcmMessageEntity;
|
|
107
|
-
abdab8027ca384e76262fe3cc9e7cfcb: typeof FcmNotificationEntity;
|
|
108
|
-
bd3a3d6d462adcd147223a34f479acaa: typeof FcmTemplateEntity;
|
|
109
113
|
'2670c67132e0639b450a872033c92f5b': typeof FcmTokenEntity;
|
|
110
114
|
'12a86e31d552b130989598c7ec185a07': typeof GchatMessageEntity;
|
|
111
115
|
d4a9edeb202b327f20586c32fb34fb7a: typeof GchatTemplateEntity;
|
|
@@ -156,6 +160,8 @@ declare const entityConstants: {
|
|
|
156
160
|
f980022f844962d06e05e868efdf2e28: typeof BulkUploadTypeEntity;
|
|
157
161
|
'47254c0bb02039dd781f40cd09bf1486': typeof DataMappingEntity;
|
|
158
162
|
'6fbb4c29016341186b6b9b78806eb53e': typeof EmailNotificationEntity;
|
|
163
|
+
abdab8027ca384e76262fe3cc9e7cfcb: typeof FcmNotificationEntity;
|
|
164
|
+
bd3a3d6d462adcd147223a34f479acaa: typeof FcmTemplateEntity;
|
|
159
165
|
a3a4f725cf04a37cd784099144960c35: typeof GchatNotificationEntity;
|
|
160
166
|
b8c4cdb48cc9bf985c8243cb4646c256: typeof InappNotificationEntity;
|
|
161
167
|
f398df3b81975969eb65eaabc46fb719: typeof ListingModelEntity;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const access_business_entity_1 = require("../access/entities/access.business.entity");
|
|
3
3
|
const api_account_entity_1 = require("../access/entities/api.account.entity");
|
|
4
|
+
const app_integration_entity_1 = require("../access/entities/app.integration.entity");
|
|
5
|
+
const business_app_integration_credential_entity_1 = require("../access/entities/business.app.integration.credential.entity");
|
|
6
|
+
const business_app_integration_entity_1 = require("../access/entities/business.app.integration.entity");
|
|
4
7
|
const business_email_entity_1 = require("../access/entities/business.email.entity");
|
|
5
8
|
const business_group_role_entity_1 = require("../access/entities/business.group.role.entity");
|
|
6
9
|
const business_preference_entity_1 = require("../access/entities/business.preference.entity");
|
|
@@ -20,7 +23,6 @@ const email_attachment_entity_1 = require("../access/entities/email.attachment.e
|
|
|
20
23
|
const email_message_entity_1 = require("../access/entities/email.message.entity");
|
|
21
24
|
const email_recipient_entity_1 = require("../access/entities/email.recipient.entity");
|
|
22
25
|
const fcm_message_entity_1 = require("../access/entities/fcm.message.entity");
|
|
23
|
-
const fcm_template_entity_1 = require("../access/entities/fcm.template.entity");
|
|
24
26
|
const fcm_token_entity_1 = require("../access/entities/fcm.token.entity");
|
|
25
27
|
const gchat_message_entity_1 = require("../access/entities/gchat.message.entity");
|
|
26
28
|
const gchat_template_entity_1 = require("../access/entities/gchat.template.entity");
|
|
@@ -72,6 +74,7 @@ const bulk_upload_type_entity_1 = require("../accessUtility/entities/bulk.upload
|
|
|
72
74
|
const data_mapping_entity_1 = require("../accessUtility/entities/data.mapping.entity");
|
|
73
75
|
const email_notification_entity_1 = require("../accessUtility/entities/email.notification.entity");
|
|
74
76
|
const fcm_notification_entity_1 = require("../accessUtility/entities/fcm.notification.entity");
|
|
77
|
+
const fcm_template_entity_1 = require("../accessUtility/entities/fcm.template.entity");
|
|
75
78
|
const gchat_notification_entity_1 = require("../accessUtility/entities/gchat.notification.entity");
|
|
76
79
|
const inapp_notification_entity_1 = require("../accessUtility/entities/inapp.notification.entity");
|
|
77
80
|
const listing_model_entity_1 = require("../accessUtility/entities/listing.model.entity");
|
|
@@ -86,6 +89,9 @@ const whatsapp_notification_entity_1 = require("../accessUtility/entities/whatsa
|
|
|
86
89
|
const entityConstants = {
|
|
87
90
|
'65e0e6d5c92cbba596ecaf851b586389': access_business_entity_1.AccessBusinessEntity,
|
|
88
91
|
'8729a095a0116f22251847c6c7192b75': api_account_entity_1.ApiAccountEntity,
|
|
92
|
+
'312fc487290f5f7ab298862200a5bb90': app_integration_entity_1.AppIntegrationEntity,
|
|
93
|
+
'246a6d55ee95ea6b13837257569240e4': business_app_integration_credential_entity_1.BusinessAppIntegrationCredentialEntity,
|
|
94
|
+
d174c628bc2487e41ba56bbf22356795: business_app_integration_entity_1.BusinessAppIntegrationEntity,
|
|
89
95
|
abf530a86c0c2198071cfd5aa92f9c8c: business_email_entity_1.BusinessEmailEntity,
|
|
90
96
|
'21e0c3b1d90ae9faa0dc0857a0cbf351': business_group_role_entity_1.BusinessGroupRoleEntity,
|
|
91
97
|
'5d4d889f8f5bd4a2dfca3cb6e0ee2360': business_preference_entity_1.BusinessPreferenceEntity,
|
|
@@ -105,8 +111,6 @@ const entityConstants = {
|
|
|
105
111
|
'87d330e6c629608a9baeecf85d7195c2': email_message_entity_1.EmailMessageEntity,
|
|
106
112
|
'024c090175bf88edd4547a51567d8ff7': email_recipient_entity_1.EmailRecipientEntity,
|
|
107
113
|
c701b88a16524f9ba49813f0978d7961: fcm_message_entity_1.FcmMessageEntity,
|
|
108
|
-
abdab8027ca384e76262fe3cc9e7cfcb: fcm_notification_entity_1.FcmNotificationEntity,
|
|
109
|
-
bd3a3d6d462adcd147223a34f479acaa: fcm_template_entity_1.FcmTemplateEntity,
|
|
110
114
|
'2670c67132e0639b450a872033c92f5b': fcm_token_entity_1.FcmTokenEntity,
|
|
111
115
|
'12a86e31d552b130989598c7ec185a07': gchat_message_entity_1.GchatMessageEntity,
|
|
112
116
|
d4a9edeb202b327f20586c32fb34fb7a: gchat_template_entity_1.GchatTemplateEntity,
|
|
@@ -157,6 +161,8 @@ const entityConstants = {
|
|
|
157
161
|
f980022f844962d06e05e868efdf2e28: bulk_upload_type_entity_1.BulkUploadTypeEntity,
|
|
158
162
|
'47254c0bb02039dd781f40cd09bf1486': data_mapping_entity_1.DataMappingEntity,
|
|
159
163
|
'6fbb4c29016341186b6b9b78806eb53e': email_notification_entity_1.EmailNotificationEntity,
|
|
164
|
+
abdab8027ca384e76262fe3cc9e7cfcb: fcm_notification_entity_1.FcmNotificationEntity,
|
|
165
|
+
bd3a3d6d462adcd147223a34f479acaa: fcm_template_entity_1.FcmTemplateEntity,
|
|
160
166
|
a3a4f725cf04a37cd784099144960c35: gchat_notification_entity_1.GchatNotificationEntity,
|
|
161
167
|
b8c4cdb48cc9bf985c8243cb4646c256: inapp_notification_entity_1.InappNotificationEntity,
|
|
162
168
|
f398df3b81975969eb65eaabc46fb719: listing_model_entity_1.ListingModelEntity,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":";AAAA,sFAAiF;AACjF,8EAAyE;AACzE,oFAA+E;AAC/E,8FAAwF;AACxF,8FAAyF;AACzF,kFAA6E;AAC7E,8FAAwF;AACxF,4FAAsF;AACtF,4EAAuE;AACvE,8EAAyE;AACzE,8EAAyE;AACzE,gFAA4E;AAC5E,gFAA2E;AAC3E,kFAA6E;AAC7E,8FAAyF;AACzF,0EAAsE;AACtE,gFAA2E;AAC3E,wFAAmF;AACnF,kFAA6E;AAC7E,sFAAiF;AACjF,8EAAyE;AACzE,
|
|
1
|
+
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntegrationIdentifierConstants = void 0;
|
|
4
|
+
exports.IntegrationIdentifierConstants = {
|
|
5
|
+
slack: 'integration_slack',
|
|
6
|
+
shopify: 'integration_shopify',
|
|
7
|
+
zoho: 'integration_zoho',
|
|
8
|
+
whatsapp: 'integration_whatsapp',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=integration.type.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration.type.constant.js","sourceRoot":"","sources":["../../src/config/integration.type.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,8BAA8B,GAAG;IAC1C,KAAK,EAAE,mBAAmB;IAC1B,OAAO,EAAE,qBAAqB;IAC9B,IAAI,EAAE,kBAAkB;IACxB,QAAQ,EAAE,sBAAsB;CACnC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAppIntegrationTable1723015380987 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateAppIntegrationTable1723015380987 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('utl_app_integrations');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.string('integration_identifier');
|
|
13
|
+
this.string('name');
|
|
14
|
+
this.string('description');
|
|
15
|
+
this.string('image');
|
|
16
|
+
this.string('url');
|
|
17
|
+
this.boolean('active');
|
|
18
|
+
this.json('attributes');
|
|
19
|
+
this.whoColumns();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.CreateAppIntegrationTable1723015380987 = CreateAppIntegrationTable1723015380987;
|
|
23
|
+
//# sourceMappingURL=1723015380987-CreateAppIntegrationTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1723015380987-CreateAppIntegrationTable.js","sourceRoot":"","sources":["../../src/migrations/1723015380987-CreateAppIntegrationTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,sCAAuC,SAAQ,0CAAgB;IACxE;QACI,KAAK,CAAC,sBAAsB,CAAC,CAAC;QAC9B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;QAEtC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QAC3B,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACrB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAEnB,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAEvB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AApBD,wFAoBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBusinessAppIntegrationTable1723018503948 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateBusinessAppIntegrationTable1723018503948 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('bz_app_integrations');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'business_id', foreignTable: 'bz_business_details' });
|
|
13
|
+
this.foreign({ name: 'integration_id', foreignTable: 'utl_app_integrations' });
|
|
14
|
+
this.string('name');
|
|
15
|
+
this.string('description');
|
|
16
|
+
this.boolean('active', false);
|
|
17
|
+
this.json('attributes');
|
|
18
|
+
this.whoColumns();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.CreateBusinessAppIntegrationTable1723018503948 = CreateBusinessAppIntegrationTable1723018503948;
|
|
22
|
+
//# sourceMappingURL=1723018503948-CreateBusinessAppIntegrationTable.js.map
|