@intelact/bright 0.9.79 → 0.9.80
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/auth/auth.event.d.ts +9 -0
- package/lib/auth/auth.event.js +14 -0
- package/lib/auth/auth.event.js.map +1 -0
- package/lib/auth/index.d.ts +4 -0
- package/lib/auth/index.js +21 -0
- package/lib/auth/index.js.map +1 -0
- package/lib/auth/password.dto.d.ts +8 -0
- package/lib/auth/password.dto.js +44 -0
- package/lib/auth/password.dto.js.map +1 -0
- package/lib/auth/sign.dto.d.ts +11 -0
- package/lib/auth/sign.dto.js +54 -0
- package/lib/auth/sign.dto.js.map +1 -0
- package/lib/auth/verify.dto.d.ts +10 -0
- package/lib/auth/verify.dto.js +47 -0
- package/lib/auth/verify.dto.js.map +1 -0
- package/lib/author/author.model.d.ts +19 -0
- package/lib/author/author.model.js +98 -0
- package/lib/author/author.model.js.map +1 -0
- package/lib/author/author.sort.d.ts +6 -0
- package/lib/author/author.sort.js +11 -0
- package/lib/author/author.sort.js.map +1 -0
- package/lib/author/index.d.ts +2 -0
- package/lib/author/index.js +19 -0
- package/lib/author/index.js.map +1 -0
- package/lib/boost/boost.dto.d.ts +5 -0
- package/lib/boost/boost.dto.js +38 -0
- package/lib/boost/boost.dto.js.map +1 -0
- package/lib/boost/boost.model.d.ts +16 -0
- package/lib/boost/boost.model.js +82 -0
- package/lib/boost/boost.model.js.map +1 -0
- package/lib/boost/index.d.ts +2 -0
- package/lib/boost/index.js +19 -0
- package/lib/boost/index.js.map +1 -0
- package/lib/brand/brand-setting.model.d.ts +12 -0
- package/lib/brand/brand-setting.model.js +58 -0
- package/lib/brand/brand-setting.model.js.map +1 -0
- package/lib/brand/brand-setting.type.d.ts +10 -0
- package/lib/brand/brand-setting.type.js +15 -0
- package/lib/brand/brand-setting.type.js.map +1 -0
- package/lib/brand/brand.dto.d.ts +6 -0
- package/lib/brand/brand.dto.js +41 -0
- package/lib/brand/brand.dto.js.map +1 -0
- package/lib/brand/brand.model.d.ts +31 -0
- package/lib/brand/brand.model.js +201 -0
- package/lib/brand/brand.model.js.map +1 -0
- package/lib/brand/index.d.ts +4 -0
- package/lib/brand/index.js +21 -0
- package/lib/brand/index.js.map +1 -0
- package/lib/category/category.model.d.ts +18 -0
- package/lib/category/category.model.js +94 -0
- package/lib/category/category.model.js.map +1 -0
- package/lib/category/index.d.ts +1 -0
- package/lib/category/index.js +18 -0
- package/lib/category/index.js.map +1 -0
- package/lib/collection/collection.model.d.ts +16 -0
- package/lib/collection/collection.model.js +77 -0
- package/lib/collection/collection.model.js.map +1 -0
- package/lib/collection/index.d.ts +1 -0
- package/lib/collection/index.js +18 -0
- package/lib/collection/index.js.map +1 -0
- package/lib/common/asset.type.d.ts +7 -0
- package/lib/common/asset.type.js +12 -0
- package/lib/common/asset.type.js.map +1 -0
- package/lib/common/bookmark.dto.d.ts +4 -0
- package/lib/common/bookmark.dto.js +24 -0
- package/lib/common/bookmark.dto.js.map +1 -0
- package/lib/common/browse.dto.d.ts +9 -0
- package/lib/common/browse.dto.js +47 -0
- package/lib/common/browse.dto.js.map +1 -0
- package/lib/common/general.dto.d.ts +25 -0
- package/lib/common/general.dto.js +94 -0
- package/lib/common/general.dto.js.map +1 -0
- package/lib/common/index.d.ts +11 -0
- package/lib/common/index.js +28 -0
- package/lib/common/index.js.map +1 -0
- package/lib/common/module.scope.d.ts +22 -0
- package/lib/common/module.scope.js +27 -0
- package/lib/common/module.scope.js.map +1 -0
- package/lib/common/module.type.d.ts +6 -0
- package/lib/common/module.type.js +11 -0
- package/lib/common/module.type.js.map +1 -0
- package/lib/common/search.dto.d.ts +14 -0
- package/lib/common/search.dto.js +74 -0
- package/lib/common/search.dto.js.map +1 -0
- package/lib/common/sort.type.d.ts +8 -0
- package/lib/common/sort.type.js +13 -0
- package/lib/common/sort.type.js.map +1 -0
- package/lib/common/status.label.d.ts +6 -0
- package/lib/common/status.label.js +11 -0
- package/lib/common/status.label.js.map +1 -0
- package/lib/common/status.type.d.ts +7 -0
- package/lib/common/status.type.js +12 -0
- package/lib/common/status.type.js.map +1 -0
- package/lib/common/user.agent.d.ts +11 -0
- package/lib/common/user.agent.js +3 -0
- package/lib/common/user.agent.js.map +1 -0
- package/lib/contact/contact.dto.d.ts +5 -0
- package/lib/contact/contact.dto.js +35 -0
- package/lib/contact/contact.dto.js.map +1 -0
- package/lib/contact/index.d.ts +1 -0
- package/lib/contact/index.js +18 -0
- package/lib/contact/index.js.map +1 -0
- package/lib/feedback/feedback-item.model.d.ts +15 -0
- package/lib/feedback/feedback-item.model.js +81 -0
- package/lib/feedback/feedback-item.model.js.map +1 -0
- package/lib/feedback/feedback-option.model.d.ts +7 -0
- package/lib/feedback/feedback-option.model.js +43 -0
- package/lib/feedback/feedback-option.model.js.map +1 -0
- package/lib/feedback/feedback.data.d.ts +6 -0
- package/lib/feedback/feedback.data.js +3 -0
- package/lib/feedback/feedback.data.js.map +1 -0
- package/lib/feedback/feedback.dto.d.ts +9 -0
- package/lib/feedback/feedback.dto.js +47 -0
- package/lib/feedback/feedback.dto.js.map +1 -0
- package/lib/feedback/feedback.model.d.ts +18 -0
- package/lib/feedback/feedback.model.js +87 -0
- package/lib/feedback/feedback.model.js.map +1 -0
- package/lib/feedback/index.d.ts +5 -0
- package/lib/feedback/index.js +22 -0
- package/lib/feedback/index.js.map +1 -0
- package/lib/gallery/gallery.model.d.ts +6 -0
- package/lib/gallery/gallery.model.js +36 -0
- package/lib/gallery/gallery.model.js.map +1 -0
- package/lib/gallery/index.d.ts +1 -0
- package/lib/gallery/index.js +18 -0
- package/lib/gallery/index.js.map +1 -0
- package/lib/index.d.ts +27 -4
- package/lib/index.js +27 -4
- package/lib/index.js.map +1 -1
- package/lib/item/index.d.ts +1 -0
- package/lib/item/index.js +18 -0
- package/lib/item/index.js.map +1 -0
- package/lib/item/item.model.d.ts +14 -0
- package/lib/item/item.model.js +37 -0
- package/lib/item/item.model.js.map +1 -0
- package/lib/link/index.d.ts +1 -0
- package/lib/link/index.js +18 -0
- package/lib/link/index.js.map +1 -0
- package/lib/link/link.model.d.ts +16 -0
- package/lib/link/link.model.js +35 -0
- package/lib/link/link.model.js.map +1 -0
- package/lib/log/index.d.ts +2 -0
- package/lib/log/index.js +19 -0
- package/lib/log/index.js.map +1 -0
- package/lib/log/log.event.d.ts +14 -0
- package/lib/log/log.event.js +19 -0
- package/lib/log/log.event.js.map +1 -0
- package/lib/log/log.model.d.ts +12 -0
- package/lib/log/log.model.js +16 -0
- package/lib/log/log.model.js.map +1 -0
- package/lib/metric/index.d.ts +2 -0
- package/lib/metric/index.js +19 -0
- package/lib/metric/index.js.map +1 -0
- package/lib/metric/metric.model.d.ts +27 -0
- package/lib/metric/metric.model.js +189 -0
- package/lib/metric/metric.model.js.map +1 -0
- package/lib/metric/metric.type.d.ts +10 -0
- package/lib/metric/metric.type.js +15 -0
- package/lib/metric/metric.type.js.map +1 -0
- package/lib/notification/index.d.ts +5 -0
- package/lib/notification/index.js +22 -0
- package/lib/notification/index.js.map +1 -0
- package/lib/notification/notification.dto.d.ts +4 -0
- package/lib/notification/notification.dto.js +29 -0
- package/lib/notification/notification.dto.js.map +1 -0
- package/lib/notification/notification.event.d.ts +6 -0
- package/lib/notification/notification.event.js +11 -0
- package/lib/notification/notification.event.js.map +1 -0
- package/lib/notification/notification.model.d.ts +9 -0
- package/lib/notification/notification.model.js +48 -0
- package/lib/notification/notification.model.js.map +1 -0
- package/lib/notification/notification.token.d.ts +4 -0
- package/lib/notification/notification.token.js +3 -0
- package/lib/notification/notification.token.js.map +1 -0
- package/lib/notification/notification.type.d.ts +6 -0
- package/lib/notification/notification.type.js +11 -0
- package/lib/notification/notification.type.js.map +1 -0
- package/lib/popularity/index.d.ts +2 -0
- package/lib/popularity/index.js +19 -0
- package/lib/popularity/index.js.map +1 -0
- package/lib/popularity/popularity.model.d.ts +9 -0
- package/lib/popularity/popularity.model.js +95 -0
- package/lib/popularity/popularity.model.js.map +1 -0
- package/lib/popularity/popularity.rate.d.ts +8 -0
- package/lib/popularity/popularity.rate.js +13 -0
- package/lib/popularity/popularity.rate.js.map +1 -0
- package/lib/post/index.d.ts +4 -0
- package/lib/post/index.js +21 -0
- package/lib/post/index.js.map +1 -0
- package/lib/post/post.additionals.d.ts +24 -0
- package/lib/post/post.additionals.js +3 -0
- package/lib/post/post.additionals.js.map +1 -0
- package/lib/post/post.dto.d.ts +26 -0
- package/lib/post/post.dto.js +119 -0
- package/lib/post/post.dto.js.map +1 -0
- package/lib/post/post.model.d.ts +74 -0
- package/lib/post/post.model.js +514 -0
- package/lib/post/post.model.js.map +1 -0
- package/lib/post/post.type.d.ts +8 -0
- package/lib/post/post.type.js +13 -0
- package/lib/post/post.type.js.map +1 -0
- package/lib/promotion/index.d.ts +2 -0
- package/lib/promotion/index.js +19 -0
- package/lib/promotion/index.js.map +1 -0
- package/lib/promotion/promotion.dto.d.ts +5 -0
- package/lib/promotion/promotion.dto.js +38 -0
- package/lib/promotion/promotion.dto.js.map +1 -0
- package/lib/promotion/promotion.model.d.ts +24 -0
- package/lib/promotion/promotion.model.js +125 -0
- package/lib/promotion/promotion.model.js.map +1 -0
- package/lib/publisher/index.d.ts +3 -0
- package/lib/publisher/index.js +20 -0
- package/lib/publisher/index.js.map +1 -0
- package/lib/publisher/publisher.dto.d.ts +8 -0
- package/lib/publisher/publisher.dto.js +39 -0
- package/lib/publisher/publisher.dto.js.map +1 -0
- package/lib/publisher/publisher.enum.d.ts +7 -0
- package/lib/publisher/publisher.enum.js +12 -0
- package/lib/publisher/publisher.enum.js.map +1 -0
- package/lib/publisher/publisher.model.d.ts +29 -0
- package/lib/publisher/publisher.model.js +136 -0
- package/lib/publisher/publisher.model.js.map +1 -0
- package/lib/question/comment.model.d.ts +20 -0
- package/lib/question/comment.model.js +99 -0
- package/lib/question/comment.model.js.map +1 -0
- package/lib/question/index.d.ts +3 -0
- package/lib/question/index.js +20 -0
- package/lib/question/index.js.map +1 -0
- package/lib/question/question.dto.d.ts +15 -0
- package/lib/question/question.dto.js +86 -0
- package/lib/question/question.dto.js.map +1 -0
- package/lib/question/question.model.d.ts +39 -0
- package/lib/question/question.model.js +205 -0
- package/lib/question/question.model.js.map +1 -0
- package/lib/quote/index.d.ts +1 -0
- package/lib/quote/index.js +18 -0
- package/lib/quote/index.js.map +1 -0
- package/lib/quote/quote.model.d.ts +5 -0
- package/lib/quote/quote.model.js +31 -0
- package/lib/quote/quote.model.js.map +1 -0
- package/lib/security/account.status.d.ts +6 -0
- package/lib/security/account.status.js +11 -0
- package/lib/security/account.status.js.map +1 -0
- package/lib/security/account.type.d.ts +5 -0
- package/lib/security/account.type.js +10 -0
- package/lib/security/account.type.js.map +1 -0
- package/lib/security/index.d.ts +3 -0
- package/lib/security/index.js +3 -0
- package/lib/security/index.js.map +1 -1
- package/lib/security/token.interface.d.ts +7 -0
- package/lib/security/token.interface.js +3 -0
- package/lib/security/token.interface.js.map +1 -0
- package/lib/social/index.d.ts +4 -0
- package/lib/social/index.js +21 -0
- package/lib/social/index.js.map +1 -0
- package/lib/social/share.interface.d.ts +6 -0
- package/lib/social/share.interface.js +3 -0
- package/lib/social/share.interface.js.map +1 -0
- package/lib/social/share.provider.d.ts +7 -0
- package/lib/social/share.provider.js +12 -0
- package/lib/social/share.provider.js.map +1 -0
- package/lib/social/social-user.dto.d.ts +11 -0
- package/lib/social/social-user.dto.js +59 -0
- package/lib/social/social-user.dto.js.map +1 -0
- package/lib/social/social.provider.d.ts +7 -0
- package/lib/social/social.provider.js +12 -0
- package/lib/social/social.provider.js.map +1 -0
- package/lib/survey/index.d.ts +5 -0
- package/lib/survey/index.js +22 -0
- package/lib/survey/index.js.map +1 -0
- package/lib/survey/survey-item.model.d.ts +17 -0
- package/lib/survey/survey-item.model.js +88 -0
- package/lib/survey/survey-item.model.js.map +1 -0
- package/lib/survey/survey-option.model.d.ts +9 -0
- package/lib/survey/survey-option.model.js +50 -0
- package/lib/survey/survey-option.model.js.map +1 -0
- package/lib/survey/survey.dto.d.ts +9 -0
- package/lib/survey/survey.dto.js +54 -0
- package/lib/survey/survey.dto.js.map +1 -0
- package/lib/survey/survey.event.d.ts +5 -0
- package/lib/survey/survey.event.js +10 -0
- package/lib/survey/survey.event.js.map +1 -0
- package/lib/survey/survey.model.d.ts +27 -0
- package/lib/survey/survey.model.js +138 -0
- package/lib/survey/survey.model.js.map +1 -0
- package/lib/topic/index.d.ts +1 -0
- package/lib/topic/index.js +18 -0
- package/lib/topic/index.js.map +1 -0
- package/lib/topic/topic.model.d.ts +20 -0
- package/lib/topic/topic.model.js +104 -0
- package/lib/topic/topic.model.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/ui/background.enum.d.ts +10 -0
- package/lib/ui/background.enum.js +15 -0
- package/lib/ui/background.enum.js.map +1 -0
- package/lib/ui/color.enum.d.ts +10 -0
- package/lib/ui/color.enum.js +15 -0
- package/lib/ui/color.enum.js.map +1 -0
- package/lib/ui/context.enum.d.ts +10 -0
- package/lib/ui/context.enum.js +15 -0
- package/lib/ui/context.enum.js.map +1 -0
- package/lib/ui/index.d.ts +3 -0
- package/lib/ui/index.js +20 -0
- package/lib/ui/index.js.map +1 -0
- package/lib/user/index.d.ts +2 -0
- package/lib/user/index.js +19 -0
- package/lib/user/index.js.map +1 -0
- package/lib/user/user.dto.d.ts +24 -0
- package/lib/user/user.dto.js +99 -0
- package/lib/user/user.dto.js.map +1 -0
- package/lib/user/user.model.d.ts +38 -0
- package/lib/user/user.model.js +258 -0
- package/lib/user/user.model.js.map +1 -0
- package/lib/verification/index.d.ts +1 -0
- package/lib/verification/index.js +18 -0
- package/lib/verification/index.js.map +1 -0
- package/lib/verification/verification.type.d.ts +5 -0
- package/lib/verification/verification.type.js +10 -0
- package/lib/verification/verification.type.js.map +1 -0
- package/package.json +2 -7
@@ -0,0 +1,37 @@
|
|
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.Item = void 0;
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
14
|
+
class Item {
|
15
|
+
name;
|
16
|
+
title;
|
17
|
+
value;
|
18
|
+
active;
|
19
|
+
readonly;
|
20
|
+
icon;
|
21
|
+
iconSelected;
|
22
|
+
context;
|
23
|
+
props;
|
24
|
+
constructor(props) {
|
25
|
+
Object.assign(this, props);
|
26
|
+
}
|
27
|
+
}
|
28
|
+
exports.Item = Item;
|
29
|
+
__decorate([
|
30
|
+
(0, class_transformer_1.Type)(() => Number),
|
31
|
+
__metadata("design:type", Boolean)
|
32
|
+
], Item.prototype, "active", void 0);
|
33
|
+
__decorate([
|
34
|
+
(0, class_transformer_1.Type)(() => Number),
|
35
|
+
__metadata("design:type", Boolean)
|
36
|
+
], Item.prototype, "readonly", void 0);
|
37
|
+
//# sourceMappingURL=item.model.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"item.model.js","sourceRoot":"","sources":["../../src/item/item.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,yDAAyC;AAYzC,MAAa,IAAI;IAKhB,IAAI,CAAU;IAMd,KAAK,CAAU;IAKf,KAAK,CAAK;IAMV,MAAM,CAAW;IAMjB,QAAQ,CAAW;IAKnB,IAAI,CAAY;IAKhB,YAAY,CAAY;IAKxB,OAAO,CAAW;IAKlB,KAAK,CAAO;IAEZ,YAAY,KAAqB;QAChC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AArDD,oBAqDC;AA/BA;IADC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;oCACF;AAMjB;IADC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sCACA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './link.model';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./link.model"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/link/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B"}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { IconProp } from "@fortawesome/fontawesome-svg-core";
|
2
|
+
import { Permission, Role } from "../security";
|
3
|
+
export declare class Link {
|
4
|
+
id?: string;
|
5
|
+
title?: string;
|
6
|
+
icon?: IconProp;
|
7
|
+
iconName?: any;
|
8
|
+
image?: string;
|
9
|
+
url?: string;
|
10
|
+
href?: string;
|
11
|
+
active?: boolean;
|
12
|
+
permission?: string;
|
13
|
+
permissions?: Permission[];
|
14
|
+
roles?: Role[];
|
15
|
+
constructor(props: Partial<Link>);
|
16
|
+
}
|
@@ -0,0 +1,35 @@
|
|
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.Link = void 0;
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
14
|
+
class Link {
|
15
|
+
id;
|
16
|
+
title;
|
17
|
+
icon;
|
18
|
+
iconName;
|
19
|
+
image;
|
20
|
+
url;
|
21
|
+
href;
|
22
|
+
active;
|
23
|
+
permission;
|
24
|
+
permissions;
|
25
|
+
roles;
|
26
|
+
constructor(props) {
|
27
|
+
Object.assign(this, props);
|
28
|
+
}
|
29
|
+
}
|
30
|
+
exports.Link = Link;
|
31
|
+
__decorate([
|
32
|
+
(0, class_transformer_1.Type)(() => Boolean),
|
33
|
+
__metadata("design:type", Boolean)
|
34
|
+
], Link.prototype, "active", void 0);
|
35
|
+
//# sourceMappingURL=link.model.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"link.model.js","sourceRoot":"","sources":["../../src/link/link.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,yDAAyC;AAQzC,MAAa,IAAI;IAIhB,EAAE,CAAU;IAKZ,KAAK,CAAU;IAKf,IAAI,CAAY;IAKhB,QAAQ,CAAO;IAKf,KAAK,CAAU;IAKf,GAAG,CAAU;IAKb,IAAI,CAAU;IAMd,MAAM,CAAW;IAOjB,UAAU,CAAU;IAKpB,WAAW,CAAgB;IAK3B,KAAK,CAAU;IAEf,YAAY,KAAoB;QAC/B,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AA9DD,oBA8DC;AAtBA;IADC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;oCACH"}
|
package/lib/log/index.js
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./log.event"), exports);
|
18
|
+
__exportStar(require("./log.model"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/log/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export declare enum LogEventType {
|
2
|
+
Create = "CREATE",
|
3
|
+
Update = "UPDATE",
|
4
|
+
Delete = "DELETE",
|
5
|
+
Status = "STATUS",
|
6
|
+
Start = "START",
|
7
|
+
Reject = "REJECT",
|
8
|
+
Complete = "COMPLETE",
|
9
|
+
Attention = "ATTENTION",
|
10
|
+
Invite = "INVITE",
|
11
|
+
Activate = "ACTIVATE",
|
12
|
+
Notify = "NOTIFY",
|
13
|
+
Event = "EVENT"
|
14
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.LogEventType = void 0;
|
4
|
+
var LogEventType;
|
5
|
+
(function (LogEventType) {
|
6
|
+
LogEventType["Create"] = "CREATE";
|
7
|
+
LogEventType["Update"] = "UPDATE";
|
8
|
+
LogEventType["Delete"] = "DELETE";
|
9
|
+
LogEventType["Status"] = "STATUS";
|
10
|
+
LogEventType["Start"] = "START";
|
11
|
+
LogEventType["Reject"] = "REJECT";
|
12
|
+
LogEventType["Complete"] = "COMPLETE";
|
13
|
+
LogEventType["Attention"] = "ATTENTION";
|
14
|
+
LogEventType["Invite"] = "INVITE";
|
15
|
+
LogEventType["Activate"] = "ACTIVATE";
|
16
|
+
LogEventType["Notify"] = "NOTIFY";
|
17
|
+
LogEventType["Event"] = "EVENT";
|
18
|
+
})(LogEventType || (exports.LogEventType = LogEventType = {}));
|
19
|
+
//# sourceMappingURL=log.event.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"log.event.js","sourceRoot":"","sources":["../../src/log/log.event.ts"],"names":[],"mappings":";;;AAKA,IAAY,YAaX;AAbD,WAAY,YAAY;IACvB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,+BAAe,CAAA;IACf,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,+BAAe,CAAA;AAChB,CAAC,EAbW,YAAY,4BAAZ,YAAY,QAavB"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ModuleScope } from "../common";
|
2
|
+
import { User } from "../user";
|
3
|
+
import { LogEventType } from './log.event';
|
4
|
+
export declare class Log {
|
5
|
+
date: Date;
|
6
|
+
user?: User;
|
7
|
+
content?: string;
|
8
|
+
entityId?: number;
|
9
|
+
scope?: ModuleScope;
|
10
|
+
event?: LogEventType;
|
11
|
+
constructor(props?: Partial<Log>);
|
12
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Log = void 0;
|
4
|
+
class Log {
|
5
|
+
date;
|
6
|
+
user;
|
7
|
+
content;
|
8
|
+
entityId;
|
9
|
+
scope;
|
10
|
+
event;
|
11
|
+
constructor(props) {
|
12
|
+
Object.assign(this, props);
|
13
|
+
}
|
14
|
+
}
|
15
|
+
exports.Log = Log;
|
16
|
+
//# sourceMappingURL=log.model.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"log.model.js","sourceRoot":"","sources":["../../src/log/log.model.ts"],"names":[],"mappings":";;;AAKA,MAAa,GAAG;IAMf,IAAI,CAAO;IAQX,IAAI,CAAQ;IAMZ,OAAO,CAAU;IAQjB,QAAQ,CAAU;IAQlB,KAAK,CAAe;IAMpB,KAAK,CAAgB;IAErB,YAAY,KAAoB;QAC/B,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AA/CD,kBA+CC"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./metric.model"), exports);
|
18
|
+
__exportStar(require("./metric.type"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/metric/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,gDAA8B"}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { IconProp } from "@fortawesome/fontawesome-svg-core";
|
2
|
+
import { MetricType } from "./metric.type";
|
3
|
+
import { Author } from "../author";
|
4
|
+
import { Post } from "../post";
|
5
|
+
import { Question } from "../question";
|
6
|
+
export declare class Metric {
|
7
|
+
name?: string;
|
8
|
+
title?: string;
|
9
|
+
type: MetricType;
|
10
|
+
value: number;
|
11
|
+
active: boolean;
|
12
|
+
icon: IconProp;
|
13
|
+
iconActive: IconProp;
|
14
|
+
constructor(props?: Partial<Metric>);
|
15
|
+
static seen(val: number, active?: boolean): Metric;
|
16
|
+
static opens(val: number, active?: boolean): Metric;
|
17
|
+
static likes(val: number, active?: boolean): Metric;
|
18
|
+
static bookmarks(val: number, active?: boolean): Metric;
|
19
|
+
static shares(val: number, active?: boolean): Metric;
|
20
|
+
static downloads(val: number, active?: boolean): Metric;
|
21
|
+
static feedbacks(val: number, active?: boolean): Metric;
|
22
|
+
static total(title: string, val: number, icon?: IconProp, active?: boolean): Metric;
|
23
|
+
static getByAuthor(author: Author): Metric[];
|
24
|
+
static getByPost(post: Post): Metric[];
|
25
|
+
static getByQuestion(question: Question): Metric[];
|
26
|
+
static getIconByType(metricType: MetricType, active?: boolean): IconProp;
|
27
|
+
}
|
@@ -0,0 +1,189 @@
|
|
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.Metric = void 0;
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
14
|
+
const metric_type_1 = require("./metric.type");
|
15
|
+
class Metric {
|
16
|
+
name;
|
17
|
+
title;
|
18
|
+
type;
|
19
|
+
value;
|
20
|
+
active;
|
21
|
+
icon;
|
22
|
+
iconActive;
|
23
|
+
constructor(props) {
|
24
|
+
Object.assign(this, props);
|
25
|
+
}
|
26
|
+
static seen(val, active) {
|
27
|
+
return new Metric({
|
28
|
+
title: 'seen',
|
29
|
+
type: metric_type_1.MetricType.Seen,
|
30
|
+
icon: ['fas', 'eye'],
|
31
|
+
iconActive: ['fas', 'eye'],
|
32
|
+
value: val || 0,
|
33
|
+
active: active
|
34
|
+
});
|
35
|
+
}
|
36
|
+
static opens(val, active) {
|
37
|
+
return new Metric({
|
38
|
+
title: 'opens',
|
39
|
+
type: metric_type_1.MetricType.Open,
|
40
|
+
icon: ['fas', 'book-open'],
|
41
|
+
iconActive: ['fas', 'book-open-reader'],
|
42
|
+
value: val || 0,
|
43
|
+
active: active
|
44
|
+
});
|
45
|
+
}
|
46
|
+
static likes(val, active) {
|
47
|
+
return new Metric({
|
48
|
+
title: 'likes',
|
49
|
+
type: metric_type_1.MetricType.Like,
|
50
|
+
icon: ['far', 'heart'],
|
51
|
+
iconActive: ['fas', 'heart'],
|
52
|
+
value: val || 0,
|
53
|
+
active: active
|
54
|
+
});
|
55
|
+
}
|
56
|
+
static bookmarks(val, active) {
|
57
|
+
return new Metric({
|
58
|
+
title: 'bookmarks',
|
59
|
+
type: metric_type_1.MetricType.Bookmark,
|
60
|
+
icon: ['far', 'bookmark'],
|
61
|
+
iconActive: ['fas', 'bookmark'],
|
62
|
+
value: val || 0,
|
63
|
+
active: active
|
64
|
+
});
|
65
|
+
}
|
66
|
+
static shares(val, active) {
|
67
|
+
return new Metric({
|
68
|
+
title: 'shares',
|
69
|
+
type: metric_type_1.MetricType.Share,
|
70
|
+
icon: ['far', 'share-from-square'],
|
71
|
+
iconActive: ['fas', 'share-from-square'],
|
72
|
+
value: val || 0,
|
73
|
+
active: active
|
74
|
+
});
|
75
|
+
}
|
76
|
+
static downloads(val, active) {
|
77
|
+
return new Metric({
|
78
|
+
title: 'downloads',
|
79
|
+
type: metric_type_1.MetricType.Download,
|
80
|
+
icon: ['fas', 'download'],
|
81
|
+
iconActive: ['fas', 'download'],
|
82
|
+
value: val || 0,
|
83
|
+
active: active
|
84
|
+
});
|
85
|
+
}
|
86
|
+
static feedbacks(val, active) {
|
87
|
+
return new Metric({
|
88
|
+
title: 'feedbacks',
|
89
|
+
type: metric_type_1.MetricType.Feedback,
|
90
|
+
icon: ['far', 'comments'],
|
91
|
+
iconActive: ['fas', 'comments'],
|
92
|
+
value: val || 0,
|
93
|
+
active: active
|
94
|
+
});
|
95
|
+
}
|
96
|
+
static total(title, val, icon, active) {
|
97
|
+
return new Metric({
|
98
|
+
title: title,
|
99
|
+
type: metric_type_1.MetricType.Total,
|
100
|
+
icon: icon || ['fas', 'gauge-high'],
|
101
|
+
iconActive: icon || ['fas', 'gauge-high'],
|
102
|
+
value: val || 0,
|
103
|
+
active: active
|
104
|
+
});
|
105
|
+
}
|
106
|
+
static getByAuthor(author) {
|
107
|
+
return [
|
108
|
+
Metric.total('totalPosts', author?.totalPosts || 0, ['fas', 'book-open']),
|
109
|
+
Metric.total('totalQuestions', author?.totalQuestions || 0, ['fas', 'circle-question'])
|
110
|
+
];
|
111
|
+
}
|
112
|
+
static getByPost(post) {
|
113
|
+
return [
|
114
|
+
Metric.seen(post?.totalSeen),
|
115
|
+
Metric.opens(post?.totalOpens),
|
116
|
+
Metric.likes(post?.totalLikes),
|
117
|
+
Metric.shares(post?.totalShares),
|
118
|
+
Metric.bookmarks(post?.totalBookmarks),
|
119
|
+
Metric.downloads(post?.totalDownloads),
|
120
|
+
Metric.feedbacks(post?.totalFeedbacks),
|
121
|
+
];
|
122
|
+
}
|
123
|
+
static getByQuestion(question) {
|
124
|
+
return [
|
125
|
+
Metric.seen(question?.totalSeen),
|
126
|
+
Metric.opens(question?.totalOpens),
|
127
|
+
Metric.likes(question?.totalLikes),
|
128
|
+
Metric.shares(question?.totalShares),
|
129
|
+
Metric.bookmarks(question?.totalBookmarks),
|
130
|
+
Metric.feedbacks(question?.totalComments),
|
131
|
+
];
|
132
|
+
}
|
133
|
+
static getIconByType(metricType, active) {
|
134
|
+
switch (metricType) {
|
135
|
+
case metric_type_1.MetricType.Seen:
|
136
|
+
return active ? ['fas', 'eye'] : ['fas', 'eye'];
|
137
|
+
case metric_type_1.MetricType.Open:
|
138
|
+
return active ? ['fas', 'book-open-reader'] : ['fas', 'book-open'];
|
139
|
+
case metric_type_1.MetricType.Like:
|
140
|
+
return active ? ['fas', 'heart'] : ['far', 'heart'];
|
141
|
+
case metric_type_1.MetricType.Bookmark:
|
142
|
+
return active ? ['fas', 'bookmark'] : ['far', 'bookmark'];
|
143
|
+
case metric_type_1.MetricType.Share:
|
144
|
+
return active ? ['fas', 'share-from-square'] : ['far', 'share-from-square'];
|
145
|
+
case metric_type_1.MetricType.Download:
|
146
|
+
return active ? ['fas', 'download'] : ['fas', 'download'];
|
147
|
+
case metric_type_1.MetricType.Feedback:
|
148
|
+
return active ? ['fas', 'comments'] : ['far', 'comments'];
|
149
|
+
case metric_type_1.MetricType.Total:
|
150
|
+
return active ? ['fas', 'gauge-high'] : ['fas', 'gauge-high'];
|
151
|
+
default:
|
152
|
+
return ['fas', 'gauge'];
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
exports.Metric = Metric;
|
157
|
+
__decorate([
|
158
|
+
(0, class_transformer_1.Expose)(),
|
159
|
+
__metadata("design:type", String)
|
160
|
+
], Metric.prototype, "name", void 0);
|
161
|
+
__decorate([
|
162
|
+
(0, class_transformer_1.Expose)(),
|
163
|
+
__metadata("design:type", String)
|
164
|
+
], Metric.prototype, "title", void 0);
|
165
|
+
__decorate([
|
166
|
+
(0, class_transformer_1.Expose)(),
|
167
|
+
__metadata("design:type", String)
|
168
|
+
], Metric.prototype, "type", void 0);
|
169
|
+
__decorate([
|
170
|
+
(0, class_transformer_1.Expose)(),
|
171
|
+
(0, class_transformer_1.Transform)(({ obj }) => obj?.value || 0),
|
172
|
+
__metadata("design:type", Number)
|
173
|
+
], Metric.prototype, "value", void 0);
|
174
|
+
__decorate([
|
175
|
+
(0, class_transformer_1.Expose)(),
|
176
|
+
(0, class_transformer_1.Type)(() => Boolean),
|
177
|
+
__metadata("design:type", Boolean)
|
178
|
+
], Metric.prototype, "active", void 0);
|
179
|
+
__decorate([
|
180
|
+
(0, class_transformer_1.Expose)(),
|
181
|
+
(0, class_transformer_1.Transform)(({ obj }) => Metric.getIconByType(obj?.type)),
|
182
|
+
__metadata("design:type", Object)
|
183
|
+
], Metric.prototype, "icon", void 0);
|
184
|
+
__decorate([
|
185
|
+
(0, class_transformer_1.Expose)(),
|
186
|
+
(0, class_transformer_1.Transform)(({ obj }) => Metric.getIconByType(obj?.type, true)),
|
187
|
+
__metadata("design:type", Object)
|
188
|
+
], Metric.prototype, "iconActive", void 0);
|
189
|
+
//# sourceMappingURL=metric.model.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"metric.model.js","sourceRoot":"","sources":["../../src/metric/metric.model.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.MetricType = void 0;
|
4
|
+
var MetricType;
|
5
|
+
(function (MetricType) {
|
6
|
+
MetricType["Seen"] = "SEEN";
|
7
|
+
MetricType["Open"] = "OPEN";
|
8
|
+
MetricType["Like"] = "LIKE";
|
9
|
+
MetricType["Bookmark"] = "BOOKMARK";
|
10
|
+
MetricType["Share"] = "SHARE";
|
11
|
+
MetricType["Download"] = "DOWNLOAD";
|
12
|
+
MetricType["Feedback"] = "FEEDBACK";
|
13
|
+
MetricType["Total"] = "TOTAL";
|
14
|
+
})(MetricType || (exports.MetricType = MetricType = {}));
|
15
|
+
//# sourceMappingURL=metric.type.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"metric.type.js","sourceRoot":"","sources":["../../src/metric/metric.type.ts"],"names":[],"mappings":";;;AAGA,IAAY,UAmCX;AAnCD,WAAY,UAAU;IAIrB,2BAAa,CAAA;IAIb,2BAAa,CAAA;IAIb,2BAAa,CAAA;IAIb,mCAAqB,CAAA;IAIrB,6BAAe,CAAA;IAIf,mCAAqB,CAAA;IAIrB,mCAAqB,CAAA;IAKrB,6BAAe,CAAA;AAEhB,CAAC,EAnCW,UAAU,0BAAV,UAAU,QAmCrB"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./notification.event"), exports);
|
18
|
+
__exportStar(require("./notification.dto"), exports);
|
19
|
+
__exportStar(require("./notification.token"), exports);
|
20
|
+
__exportStar(require("./notification.model"), exports);
|
21
|
+
__exportStar(require("./notification.type"), exports);
|
22
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/notification/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,qDAAmC;AACnC,uDAAqC;AACrC,uDAAqC;AACrC,sDAAoC"}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
7
|
+
};
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.NotificationTokenDto = void 0;
|
13
|
+
const class_validator_1 = require("class-validator");
|
14
|
+
class NotificationTokenDto {
|
15
|
+
token;
|
16
|
+
deviceType;
|
17
|
+
}
|
18
|
+
exports.NotificationTokenDto = NotificationTokenDto;
|
19
|
+
__decorate([
|
20
|
+
(0, class_validator_1.IsOptional)(),
|
21
|
+
(0, class_validator_1.IsString)(),
|
22
|
+
__metadata("design:type", String)
|
23
|
+
], NotificationTokenDto.prototype, "token", void 0);
|
24
|
+
__decorate([
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
26
|
+
(0, class_validator_1.IsString)(),
|
27
|
+
__metadata("design:type", String)
|
28
|
+
], NotificationTokenDto.prototype, "deviceType", void 0);
|
29
|
+
//# sourceMappingURL=notification.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"notification.dto.js","sourceRoot":"","sources":["../../src/notification/notification.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,oBAAoB;IAIhC,KAAK,CAAQ;IAIb,UAAU,CAAQ;CAClB;AATD,oDASC;AALA;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACE;AAIb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACO"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.NotificationEventType = void 0;
|
4
|
+
var NotificationEventType;
|
5
|
+
(function (NotificationEventType) {
|
6
|
+
NotificationEventType["Push"] = "PUSH";
|
7
|
+
NotificationEventType["SMS"] = "SMS";
|
8
|
+
NotificationEventType["InApp"] = "INAPP";
|
9
|
+
NotificationEventType["Email"] = "EMAIL";
|
10
|
+
})(NotificationEventType || (exports.NotificationEventType = NotificationEventType = {}));
|
11
|
+
//# sourceMappingURL=notification.event.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"notification.event.js","sourceRoot":"","sources":["../../src/notification/notification.event.ts"],"names":[],"mappings":";;;AAKA,IAAY,qBAqBX;AArBD,WAAY,qBAAqB;IAKhC,sCAAa,CAAA;IAKb,oCAAW,CAAA;IAKX,wCAAe,CAAA;IAKf,wCAAe,CAAA;AAChB,CAAC,EArBW,qBAAqB,qCAArB,qBAAqB,QAqBhC"}
|