@servicelabsco/slabs-access-manager 0.1.127 → 0.1.129
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/dashboard.builder.controller.d.ts +21 -0
- package/dist/access/controllers/dashboard.builder.controller.js +145 -0
- package/dist/access/controllers/dashboard.builder.controller.js.map +1 -0
- package/dist/access/controllers/fcm.token.controller.d.ts +18 -0
- package/dist/access/controllers/fcm.token.controller.js +109 -0
- package/dist/access/controllers/fcm.token.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/create.dashboard.component.dto.d.ts +12 -0
- package/dist/access/dtos/create.dashboard.component.dto.js +77 -0
- package/dist/access/dtos/create.dashboard.component.dto.js.map +1 -0
- package/dist/access/dtos/fcm.message.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/fcm.message.attributes.dto.js +8 -0
- package/dist/access/dtos/fcm.message.attributes.dto.js.map +1 -0
- package/dist/access/dtos/fcm.notification.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/fcm.notification.attributes.dto.js +8 -0
- package/dist/access/dtos/fcm.notification.attributes.dto.js.map +1 -0
- package/dist/access/dtos/fcm.template.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/fcm.template.attributes.dto.js +8 -0
- package/dist/access/dtos/fcm.template.attributes.dto.js.map +1 -0
- package/dist/access/dtos/fcm.token.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/fcm.token.attributes.dto.js +8 -0
- package/dist/access/dtos/fcm.token.attributes.dto.js.map +1 -0
- package/dist/access/dtos/get.script.values.dto.d.ts +3 -0
- package/dist/access/dtos/get.script.values.dto.js +24 -0
- package/dist/access/dtos/get.script.values.dto.js.map +1 -0
- package/dist/access/dtos/index.d.ts +7 -0
- package/dist/access/dtos/index.js +7 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/token.payload.dto.d.ts +3 -0
- package/dist/access/dtos/token.payload.dto.js +23 -0
- package/dist/access/dtos/token.payload.dto.js.map +1 -0
- package/dist/access/entities/fcm.message.entity.d.ts +19 -0
- package/dist/access/entities/fcm.message.entity.js +80 -0
- package/dist/access/entities/fcm.message.entity.js.map +1 -0
- package/dist/access/entities/fcm.notification.entity.d.ts +14 -0
- package/dist/access/entities/fcm.notification.entity.js +58 -0
- package/dist/access/entities/fcm.notification.entity.js.map +1 -0
- package/dist/access/entities/fcm.template.entity.d.ts +10 -0
- package/dist/access/entities/fcm.template.entity.js +46 -0
- package/dist/access/entities/fcm.template.entity.js.map +1 -0
- package/dist/access/entities/fcm.token.entity.d.ts +18 -0
- package/dist/access/entities/fcm.token.entity.js +76 -0
- package/dist/access/entities/fcm.token.entity.js.map +1 -0
- package/dist/access/entities/index.d.ts +4 -0
- package/dist/access/entities/index.js +4 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/enums/index.d.ts +1 -0
- package/dist/access/enums/index.js +1 -0
- package/dist/access/enums/index.js.map +1 -1
- package/dist/access/enums/platform.type.enum.d.ts +9 -0
- package/dist/access/enums/platform.type.enum.js +14 -0
- package/dist/access/enums/platform.type.enum.js.map +1 -0
- package/dist/access/es6.classes.d.ts +30 -10
- package/dist/access/es6.classes.js +54 -1
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/fcm.message.job.d.ts +7 -0
- package/dist/access/jobs/fcm.message.job.js +29 -0
- package/dist/access/jobs/fcm.message.job.js.map +1 -0
- package/dist/access/jobs/fcm.notification.job.d.ts +7 -0
- package/dist/access/jobs/fcm.notification.job.js +29 -0
- package/dist/access/jobs/fcm.notification.job.js.map +1 -0
- package/dist/access/jobs/fcm.template.job.d.ts +7 -0
- package/dist/access/jobs/fcm.template.job.js +29 -0
- package/dist/access/jobs/fcm.template.job.js.map +1 -0
- package/dist/access/jobs/fcm.token.job.d.ts +7 -0
- package/dist/access/jobs/fcm.token.job.js +29 -0
- package/dist/access/jobs/fcm.token.job.js.map +1 -0
- package/dist/access/jobs/index.d.ts +4 -0
- package/dist/access/jobs/index.js +4 -0
- package/dist/access/jobs/index.js.map +1 -1
- package/dist/access/libraries/index.d.ts +3 -0
- package/dist/access/libraries/index.js +3 -0
- package/dist/access/libraries/index.js.map +1 -1
- package/dist/access/libraries/process.create.dashboard.component.d.ts +15 -0
- package/dist/access/libraries/process.create.dashboard.component.js +51 -0
- package/dist/access/libraries/process.create.dashboard.component.js.map +1 -0
- package/dist/access/libraries/process.notification.d.ts +1 -0
- package/dist/access/libraries/process.notification.js +12 -0
- package/dist/access/libraries/process.notification.js.map +1 -1
- package/dist/access/libraries/send.fcm.notification.d.ts +18 -0
- package/dist/access/libraries/send.fcm.notification.js +73 -0
- package/dist/access/libraries/send.fcm.notification.js.map +1 -0
- package/dist/access/libraries/set.fcm.token.d.ts +13 -0
- package/dist/access/libraries/set.fcm.token.js +37 -0
- package/dist/access/libraries/set.fcm.token.js.map +1 -0
- package/dist/access/services/es6.jobs.service.d.ts +9 -1
- package/dist/access/services/es6.jobs.service.js +17 -1
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/services/index.d.ts +1 -0
- package/dist/access/services/index.js +1 -0
- package/dist/access/services/index.js.map +1 -1
- package/dist/access/services/notification.service.d.ts +2 -0
- package/dist/access/services/notification.service.js +4 -0
- package/dist/access/services/notification.service.js.map +1 -1
- package/dist/access/services/platform.service.d.ts +5 -0
- package/dist/access/services/platform.service.js +21 -0
- package/dist/access/services/platform.service.js.map +1 -0
- package/dist/access/subscribers/fcm.message.subscriber.d.ts +10 -0
- package/dist/access/subscribers/fcm.message.subscriber.js +34 -0
- package/dist/access/subscribers/fcm.message.subscriber.js.map +1 -0
- package/dist/access/subscribers/fcm.notification.subscriber.d.ts +10 -0
- package/dist/access/subscribers/fcm.notification.subscriber.js +34 -0
- package/dist/access/subscribers/fcm.notification.subscriber.js.map +1 -0
- package/dist/access/subscribers/fcm.template.subscriber.d.ts +10 -0
- package/dist/access/subscribers/fcm.template.subscriber.js +34 -0
- package/dist/access/subscribers/fcm.template.subscriber.js.map +1 -0
- package/dist/access/subscribers/fcm.token.subscriber.d.ts +10 -0
- package/dist/access/subscribers/fcm.token.subscriber.js +34 -0
- package/dist/access/subscribers/fcm.token.subscriber.js.map +1 -0
- package/dist/access/subscribers/index.d.ts +4 -0
- package/dist/access/subscribers/index.js +4 -0
- package/dist/access/subscribers/index.js.map +1 -1
- package/dist/accessUtility/entities/notification.entity.d.ts +2 -0
- package/dist/accessUtility/entities/notification.entity.js +5 -0
- package/dist/accessUtility/entities/notification.entity.js.map +1 -1
- package/dist/accessUtility/es6.classes.d.ts +1 -1
- package/dist/config/entity.constants.d.ts +8 -0
- package/dist/config/entity.constants.js +8 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/migrations/1721976797529-CreateFcmTokenTable.d.ts +5 -0
- package/dist/migrations/1721976797529-CreateFcmTokenTable.js +24 -0
- package/dist/migrations/1721976797529-CreateFcmTokenTable.js.map +1 -0
- package/dist/migrations/1721980573138-CreateFcmTemplateTable.d.ts +5 -0
- package/dist/migrations/1721980573138-CreateFcmTemplateTable.js +22 -0
- package/dist/migrations/1721980573138-CreateFcmTemplateTable.js.map +1 -0
- package/dist/migrations/1721980974253-CreateFcmNotificationTable.d.ts +5 -0
- package/dist/migrations/1721980974253-CreateFcmNotificationTable.js +22 -0
- package/dist/migrations/1721980974253-CreateFcmNotificationTable.js.map +1 -0
- package/dist/migrations/1721981508349-CreateFcmMessageTable.d.ts +5 -0
- package/dist/migrations/1721981508349-CreateFcmMessageTable.js +24 -0
- package/dist/migrations/1721981508349-CreateFcmMessageTable.js.map +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,kEAAgD;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAkD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,kEAAgD;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,oEAAkD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAkD"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.TokenPayloadDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class TokenPayloadDto {
|
|
16
|
+
}
|
|
17
|
+
exports.TokenPayloadDto = TokenPayloadDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
(0, class_transformer_1.Expose)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], TokenPayloadDto.prototype, "token", void 0);
|
|
23
|
+
//# sourceMappingURL=token.payload.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token.payload.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/token.payload.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA6C;AAE7C,MAAa,eAAe;CAI3B;AAJD,0CAIC;AADG;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;8CACK"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CommonEntity, LookupValueEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { FcmMessageAttributesDto } from '../dtos/fcm.message.attributes.dto';
|
|
3
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
4
|
+
import { FcmNotificationEntity } from './fcm.notification.entity';
|
|
5
|
+
export declare class FcmMessageEntity extends CommonEntity {
|
|
6
|
+
business_id: number;
|
|
7
|
+
user_id: number;
|
|
8
|
+
type_id: number;
|
|
9
|
+
fcm_notification_id: number;
|
|
10
|
+
content: any;
|
|
11
|
+
response: any;
|
|
12
|
+
source_type: string;
|
|
13
|
+
source_id: number;
|
|
14
|
+
attributes: FcmMessageAttributesDto;
|
|
15
|
+
business: AccessBusinessEntity;
|
|
16
|
+
user: UserEntity;
|
|
17
|
+
fcm_notification: FcmNotificationEntity;
|
|
18
|
+
type: LookupValueEntity;
|
|
19
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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.FcmMessageEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const fcm_message_attributes_dto_1 = require("../dtos/fcm.message.attributes.dto");
|
|
16
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
17
|
+
const fcm_notification_entity_1 = require("./fcm.notification.entity");
|
|
18
|
+
let FcmMessageEntity = class FcmMessageEntity extends nestjs_utility_services_1.CommonEntity {
|
|
19
|
+
};
|
|
20
|
+
exports.FcmMessageEntity = FcmMessageEntity;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], FcmMessageEntity.prototype, "business_id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], FcmMessageEntity.prototype, "user_id", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], FcmMessageEntity.prototype, "type_id", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], FcmMessageEntity.prototype, "fcm_notification_id", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, typeorm_1.Column)('json'),
|
|
39
|
+
__metadata("design:type", Object)
|
|
40
|
+
], FcmMessageEntity.prototype, "content", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, typeorm_1.Column)('json'),
|
|
43
|
+
__metadata("design:type", Object)
|
|
44
|
+
], FcmMessageEntity.prototype, "response", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, typeorm_1.Column)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], FcmMessageEntity.prototype, "source_type", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, typeorm_1.Column)(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], FcmMessageEntity.prototype, "source_id", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, typeorm_1.Column)('json'),
|
|
55
|
+
__metadata("design:type", fcm_message_attributes_dto_1.FcmMessageAttributesDto)
|
|
56
|
+
], FcmMessageEntity.prototype, "attributes", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
59
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
60
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
61
|
+
], FcmMessageEntity.prototype, "business", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
64
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_id' }),
|
|
65
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
66
|
+
], FcmMessageEntity.prototype, "user", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, typeorm_1.ManyToOne)(() => fcm_notification_entity_1.FcmNotificationEntity),
|
|
69
|
+
(0, typeorm_1.JoinColumn)({ name: 'fcm_notification_id' }),
|
|
70
|
+
__metadata("design:type", fcm_notification_entity_1.FcmNotificationEntity)
|
|
71
|
+
], FcmMessageEntity.prototype, "fcm_notification", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.LookupValueEntity),
|
|
74
|
+
(0, typeorm_1.JoinColumn)({ name: 'type_id' }),
|
|
75
|
+
__metadata("design:type", nestjs_utility_services_1.LookupValueEntity)
|
|
76
|
+
], FcmMessageEntity.prototype, "type", void 0);
|
|
77
|
+
exports.FcmMessageEntity = FcmMessageEntity = __decorate([
|
|
78
|
+
(0, typeorm_1.Entity)('sys_fcm_messages')
|
|
79
|
+
], FcmMessageEntity);
|
|
80
|
+
//# sourceMappingURL=fcm.message.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fcm.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/fcm.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAqG;AACrG,qCAAgE;AAChE,mFAA6E;AAC7E,qEAAgE;AAChE,uEAAkE;AAS3D,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CAiCjD,CAAA;AAjCY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;6DACmB;AAG5B;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;iDACF;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;kDACD;AAGd;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;mDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAGwC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;kDAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;8CAAC;AACM;IAApF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+CAAqB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAAmB,+CAAqB;0DAAC;AACxD;IAApE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,2CAAiB;8CAAC;2BAhCpF,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CAiC5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { NotificationEntity } from 'src/accessUtility/entities/notification.entity';
|
|
3
|
+
import { FcmNotificationAttributesDto } from '../dtos/fcm.notification.attributes.dto';
|
|
4
|
+
import { FcmTemplateEntity } from './fcm.template.entity';
|
|
5
|
+
export declare class FcmNotificationEntity extends CommonEntity {
|
|
6
|
+
notification_id: number;
|
|
7
|
+
template_id: number;
|
|
8
|
+
through_webhook: boolean;
|
|
9
|
+
filter_condition: any;
|
|
10
|
+
active: boolean;
|
|
11
|
+
attributes: FcmNotificationAttributesDto;
|
|
12
|
+
notification: NotificationEntity;
|
|
13
|
+
template: FcmTemplateEntity;
|
|
14
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.FcmNotificationEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const notification_entity_1 = require("../../accessUtility/entities/notification.entity");
|
|
15
|
+
const typeorm_1 = require("typeorm");
|
|
16
|
+
const fcm_notification_attributes_dto_1 = require("../dtos/fcm.notification.attributes.dto");
|
|
17
|
+
const fcm_template_entity_1 = require("./fcm.template.entity");
|
|
18
|
+
let FcmNotificationEntity = class FcmNotificationEntity extends nestjs_utility_services_1.CommonEntity {
|
|
19
|
+
};
|
|
20
|
+
exports.FcmNotificationEntity = FcmNotificationEntity;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], FcmNotificationEntity.prototype, "notification_id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], FcmNotificationEntity.prototype, "template_id", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
|
+
__metadata("design:type", Boolean)
|
|
32
|
+
], FcmNotificationEntity.prototype, "through_webhook", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)('json'),
|
|
35
|
+
__metadata("design:type", Object)
|
|
36
|
+
], FcmNotificationEntity.prototype, "filter_condition", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, typeorm_1.Column)(),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
|
+
], FcmNotificationEntity.prototype, "active", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, typeorm_1.Column)('json'),
|
|
43
|
+
__metadata("design:type", fcm_notification_attributes_dto_1.FcmNotificationAttributesDto)
|
|
44
|
+
], FcmNotificationEntity.prototype, "attributes", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, typeorm_1.ManyToOne)(() => notification_entity_1.NotificationEntity),
|
|
47
|
+
(0, typeorm_1.JoinColumn)({ name: 'notification_id' }),
|
|
48
|
+
__metadata("design:type", notification_entity_1.NotificationEntity)
|
|
49
|
+
], FcmNotificationEntity.prototype, "notification", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, typeorm_1.ManyToOne)(() => fcm_template_entity_1.FcmTemplateEntity),
|
|
52
|
+
(0, typeorm_1.JoinColumn)({ name: 'template_id' }),
|
|
53
|
+
__metadata("design:type", fcm_template_entity_1.FcmTemplateEntity)
|
|
54
|
+
], FcmNotificationEntity.prototype, "template", void 0);
|
|
55
|
+
exports.FcmNotificationEntity = FcmNotificationEntity = __decorate([
|
|
56
|
+
(0, typeorm_1.Entity)('utl_fcm_notifications')
|
|
57
|
+
], FcmNotificationEntity);
|
|
58
|
+
//# sourceMappingURL=fcm.notification.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fcm.notification.entity.js","sourceRoot":"","sources":["../../../src/access/entities/fcm.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,0FAAoF;AACpF,qCAAgE;AAChE,6FAAuF;AACvF,+DAA0D;AASnD,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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { FcmTemplateAttributesDto } from '../dtos/fcm.template.attributes.dto';
|
|
3
|
+
export declare class FcmTemplateEntity extends CommonEntity {
|
|
4
|
+
name: string;
|
|
5
|
+
identifier: string;
|
|
6
|
+
content: any;
|
|
7
|
+
variables: any;
|
|
8
|
+
active: boolean;
|
|
9
|
+
attributes: FcmTemplateAttributesDto;
|
|
10
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.FcmTemplateEntity = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
+
const fcm_template_attributes_dto_1 = require("../dtos/fcm.template.attributes.dto");
|
|
16
|
+
let FcmTemplateEntity = class FcmTemplateEntity extends nestjs_utility_services_1.CommonEntity {
|
|
17
|
+
};
|
|
18
|
+
exports.FcmTemplateEntity = FcmTemplateEntity;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, typeorm_1.Column)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], FcmTemplateEntity.prototype, "name", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, typeorm_1.Column)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], FcmTemplateEntity.prototype, "identifier", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.Column)('json'),
|
|
29
|
+
__metadata("design:type", Object)
|
|
30
|
+
], FcmTemplateEntity.prototype, "content", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, typeorm_1.Column)('json'),
|
|
33
|
+
__metadata("design:type", Object)
|
|
34
|
+
], FcmTemplateEntity.prototype, "variables", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, typeorm_1.Column)(),
|
|
37
|
+
__metadata("design:type", Boolean)
|
|
38
|
+
], FcmTemplateEntity.prototype, "active", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, typeorm_1.Column)('json'),
|
|
41
|
+
__metadata("design:type", fcm_template_attributes_dto_1.FcmTemplateAttributesDto)
|
|
42
|
+
], FcmTemplateEntity.prototype, "attributes", void 0);
|
|
43
|
+
exports.FcmTemplateEntity = FcmTemplateEntity = __decorate([
|
|
44
|
+
(0, typeorm_1.Entity)('sys_fcm_templates')
|
|
45
|
+
], FcmTemplateEntity);
|
|
46
|
+
//# sourceMappingURL=fcm.template.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fcm.template.entity.js","sourceRoot":"","sources":["../../../src/access/entities/fcm.template.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,oFAAsE;AACtE,qFAA+E;AASxE,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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CommonEntity, LookupValueEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { ProductEntity } from './product.entity';
|
|
3
|
+
import { FcmTokenAttributesDto } from '../dtos/fcm.token.attributes.dto';
|
|
4
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
5
|
+
export declare class FcmTokenEntity extends CommonEntity {
|
|
6
|
+
business_id: number;
|
|
7
|
+
user_id: number;
|
|
8
|
+
platform_id: number;
|
|
9
|
+
product_id: number;
|
|
10
|
+
active: boolean;
|
|
11
|
+
token: string;
|
|
12
|
+
season_identifier: string;
|
|
13
|
+
attributes: FcmTokenAttributesDto;
|
|
14
|
+
business: AccessBusinessEntity;
|
|
15
|
+
user: UserEntity;
|
|
16
|
+
platform: LookupValueEntity;
|
|
17
|
+
product: ProductEntity;
|
|
18
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.FcmTokenEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const product_entity_1 = require("./product.entity");
|
|
16
|
+
const fcm_token_attributes_dto_1 = require("../dtos/fcm.token.attributes.dto");
|
|
17
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
18
|
+
let FcmTokenEntity = class FcmTokenEntity extends nestjs_utility_services_1.CommonEntity {
|
|
19
|
+
};
|
|
20
|
+
exports.FcmTokenEntity = FcmTokenEntity;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], FcmTokenEntity.prototype, "business_id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], FcmTokenEntity.prototype, "user_id", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], FcmTokenEntity.prototype, "platform_id", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], FcmTokenEntity.prototype, "product_id", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, typeorm_1.Column)(),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
|
+
], FcmTokenEntity.prototype, "active", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, typeorm_1.Column)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], FcmTokenEntity.prototype, "token", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, typeorm_1.Column)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], FcmTokenEntity.prototype, "season_identifier", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, typeorm_1.Column)('json'),
|
|
51
|
+
__metadata("design:type", fcm_token_attributes_dto_1.FcmTokenAttributesDto)
|
|
52
|
+
], FcmTokenEntity.prototype, "attributes", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
55
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
56
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
57
|
+
], FcmTokenEntity.prototype, "business", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
60
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_id' }),
|
|
61
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
62
|
+
], FcmTokenEntity.prototype, "user", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.LookupValueEntity),
|
|
65
|
+
(0, typeorm_1.JoinColumn)({ name: 'platform_id' }),
|
|
66
|
+
__metadata("design:type", nestjs_utility_services_1.LookupValueEntity)
|
|
67
|
+
], FcmTokenEntity.prototype, "platform", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.LookupValueEntity),
|
|
70
|
+
(0, typeorm_1.JoinColumn)({ name: 'product_id' }),
|
|
71
|
+
__metadata("design:type", product_entity_1.ProductEntity)
|
|
72
|
+
], FcmTokenEntity.prototype, "product", void 0);
|
|
73
|
+
exports.FcmTokenEntity = FcmTokenEntity = __decorate([
|
|
74
|
+
(0, typeorm_1.Entity)('bz_fcm_tokens')
|
|
75
|
+
], FcmTokenEntity);
|
|
76
|
+
//# sourceMappingURL=fcm.token.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fcm.token.entity.js","sourceRoot":"","sources":["../../../src/access/entities/fcm.token.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAqG;AACrG,qCAAgE;AAChE,qDAAiD;AACjD,+EAAyE;AACzE,qEAAgE;AASzD,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,sCAAY;CA8B/C,CAAA;AA9BY,wCAAc;AAEvB;IADC,IAAA,gBAAM,GAAE;;mDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;+CACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;mDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;kDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;8CACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;6CACK;AAGd;IADC,IAAA,gBAAM,GAAE;;yDACiB;AAG1B;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gDAAqB;kDAAC;AAG0C;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;gDAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;4CAAC;AACN;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,2CAAiB;gDAAC;AAC7B;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,8BAAa;+CAAC;yBA7BtF,cAAc;IAD1B,IAAA,gBAAM,EAAC,eAAe,CAAC;GACX,cAAc,CA8B1B"}
|
|
@@ -18,6 +18,10 @@ export * from './download.log.entity';
|
|
|
18
18
|
export * from './email.attachment.entity';
|
|
19
19
|
export * from './email.message.entity';
|
|
20
20
|
export * from './email.recipient.entity';
|
|
21
|
+
export * from './fcm.message.entity';
|
|
22
|
+
export * from './fcm.notification.entity';
|
|
23
|
+
export * from './fcm.template.entity';
|
|
24
|
+
export * from './fcm.token.entity';
|
|
21
25
|
export * from './gchat.message.entity';
|
|
22
26
|
export * from './gchat.template.entity';
|
|
23
27
|
export * from './gchat.user.entity';
|
|
@@ -34,6 +34,10 @@ __exportStar(require("./download.log.entity"), exports);
|
|
|
34
34
|
__exportStar(require("./email.attachment.entity"), exports);
|
|
35
35
|
__exportStar(require("./email.message.entity"), exports);
|
|
36
36
|
__exportStar(require("./email.recipient.entity"), exports);
|
|
37
|
+
__exportStar(require("./fcm.message.entity"), exports);
|
|
38
|
+
__exportStar(require("./fcm.notification.entity"), exports);
|
|
39
|
+
__exportStar(require("./fcm.template.entity"), exports);
|
|
40
|
+
__exportStar(require("./fcm.token.entity"), exports);
|
|
37
41
|
__exportStar(require("./gchat.message.entity"), exports);
|
|
38
42
|
__exportStar(require("./gchat.template.entity"), exports);
|
|
39
43
|
__exportStar(require("./gchat.user.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,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,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,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,4DAA0C;AAAA,wDAAsC;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"}
|
|
@@ -16,5 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./custom.column.type.enum"), exports);
|
|
18
18
|
__exportStar(require("./notification.type.enum"), exports);
|
|
19
|
+
__exportStar(require("./platform.type.enum"), exports);
|
|
19
20
|
__exportStar(require("./recurring.period.enum"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAAA,2DAAyC;AAAA,0DAAuC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,0DAAuC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlatformTypeEnum = void 0;
|
|
4
|
+
var PlatformTypeEnum;
|
|
5
|
+
(function (PlatformTypeEnum) {
|
|
6
|
+
PlatformTypeEnum[PlatformTypeEnum["ANDROID_APP"] = 1] = "ANDROID_APP";
|
|
7
|
+
PlatformTypeEnum[PlatformTypeEnum["IOS_APP"] = 2] = "IOS_APP";
|
|
8
|
+
PlatformTypeEnum[PlatformTypeEnum["PWA"] = 3] = "PWA";
|
|
9
|
+
PlatformTypeEnum[PlatformTypeEnum["DESKTOP"] = 4] = "DESKTOP";
|
|
10
|
+
PlatformTypeEnum[PlatformTypeEnum["EXTENSION"] = 5] = "EXTENSION";
|
|
11
|
+
PlatformTypeEnum[PlatformTypeEnum["WHATSAPP"] = 6] = "WHATSAPP";
|
|
12
|
+
PlatformTypeEnum[PlatformTypeEnum["SLACK"] = 7] = "SLACK";
|
|
13
|
+
})(PlatformTypeEnum || (exports.PlatformTypeEnum = PlatformTypeEnum = {}));
|
|
14
|
+
//# sourceMappingURL=platform.type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.type.enum.js","sourceRoot":"","sources":["../../../src/access/enums/platform.type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAQX;AARD,WAAY,gBAAgB;IACxB,qEAAe,CAAA;IACf,6DAAW,CAAA;IACX,qDAAO,CAAA;IACP,6DAAW,CAAA;IACX,iEAAa,CAAA;IACb,+DAAY,CAAA;IACZ,yDAAS,CAAA;AACb,CAAC,EARW,gBAAgB,gCAAhB,gBAAgB,QAQ3B"}
|