@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.
Files changed (320) hide show
  1. package/lib/auth/auth.event.d.ts +9 -0
  2. package/lib/auth/auth.event.js +14 -0
  3. package/lib/auth/auth.event.js.map +1 -0
  4. package/lib/auth/index.d.ts +4 -0
  5. package/lib/auth/index.js +21 -0
  6. package/lib/auth/index.js.map +1 -0
  7. package/lib/auth/password.dto.d.ts +8 -0
  8. package/lib/auth/password.dto.js +44 -0
  9. package/lib/auth/password.dto.js.map +1 -0
  10. package/lib/auth/sign.dto.d.ts +11 -0
  11. package/lib/auth/sign.dto.js +54 -0
  12. package/lib/auth/sign.dto.js.map +1 -0
  13. package/lib/auth/verify.dto.d.ts +10 -0
  14. package/lib/auth/verify.dto.js +47 -0
  15. package/lib/auth/verify.dto.js.map +1 -0
  16. package/lib/author/author.model.d.ts +19 -0
  17. package/lib/author/author.model.js +98 -0
  18. package/lib/author/author.model.js.map +1 -0
  19. package/lib/author/author.sort.d.ts +6 -0
  20. package/lib/author/author.sort.js +11 -0
  21. package/lib/author/author.sort.js.map +1 -0
  22. package/lib/author/index.d.ts +2 -0
  23. package/lib/author/index.js +19 -0
  24. package/lib/author/index.js.map +1 -0
  25. package/lib/boost/boost.dto.d.ts +5 -0
  26. package/lib/boost/boost.dto.js +38 -0
  27. package/lib/boost/boost.dto.js.map +1 -0
  28. package/lib/boost/boost.model.d.ts +16 -0
  29. package/lib/boost/boost.model.js +82 -0
  30. package/lib/boost/boost.model.js.map +1 -0
  31. package/lib/boost/index.d.ts +2 -0
  32. package/lib/boost/index.js +19 -0
  33. package/lib/boost/index.js.map +1 -0
  34. package/lib/brand/brand-setting.model.d.ts +12 -0
  35. package/lib/brand/brand-setting.model.js +58 -0
  36. package/lib/brand/brand-setting.model.js.map +1 -0
  37. package/lib/brand/brand-setting.type.d.ts +10 -0
  38. package/lib/brand/brand-setting.type.js +15 -0
  39. package/lib/brand/brand-setting.type.js.map +1 -0
  40. package/lib/brand/brand.dto.d.ts +6 -0
  41. package/lib/brand/brand.dto.js +41 -0
  42. package/lib/brand/brand.dto.js.map +1 -0
  43. package/lib/brand/brand.model.d.ts +31 -0
  44. package/lib/brand/brand.model.js +201 -0
  45. package/lib/brand/brand.model.js.map +1 -0
  46. package/lib/brand/index.d.ts +4 -0
  47. package/lib/brand/index.js +21 -0
  48. package/lib/brand/index.js.map +1 -0
  49. package/lib/category/category.model.d.ts +18 -0
  50. package/lib/category/category.model.js +94 -0
  51. package/lib/category/category.model.js.map +1 -0
  52. package/lib/category/index.d.ts +1 -0
  53. package/lib/category/index.js +18 -0
  54. package/lib/category/index.js.map +1 -0
  55. package/lib/collection/collection.model.d.ts +16 -0
  56. package/lib/collection/collection.model.js +77 -0
  57. package/lib/collection/collection.model.js.map +1 -0
  58. package/lib/collection/index.d.ts +1 -0
  59. package/lib/collection/index.js +18 -0
  60. package/lib/collection/index.js.map +1 -0
  61. package/lib/common/asset.type.d.ts +7 -0
  62. package/lib/common/asset.type.js +12 -0
  63. package/lib/common/asset.type.js.map +1 -0
  64. package/lib/common/bookmark.dto.d.ts +4 -0
  65. package/lib/common/bookmark.dto.js +24 -0
  66. package/lib/common/bookmark.dto.js.map +1 -0
  67. package/lib/common/browse.dto.d.ts +9 -0
  68. package/lib/common/browse.dto.js +47 -0
  69. package/lib/common/browse.dto.js.map +1 -0
  70. package/lib/common/general.dto.d.ts +25 -0
  71. package/lib/common/general.dto.js +94 -0
  72. package/lib/common/general.dto.js.map +1 -0
  73. package/lib/common/index.d.ts +11 -0
  74. package/lib/common/index.js +28 -0
  75. package/lib/common/index.js.map +1 -0
  76. package/lib/common/module.scope.d.ts +22 -0
  77. package/lib/common/module.scope.js +27 -0
  78. package/lib/common/module.scope.js.map +1 -0
  79. package/lib/common/module.type.d.ts +6 -0
  80. package/lib/common/module.type.js +11 -0
  81. package/lib/common/module.type.js.map +1 -0
  82. package/lib/common/search.dto.d.ts +14 -0
  83. package/lib/common/search.dto.js +74 -0
  84. package/lib/common/search.dto.js.map +1 -0
  85. package/lib/common/sort.type.d.ts +8 -0
  86. package/lib/common/sort.type.js +13 -0
  87. package/lib/common/sort.type.js.map +1 -0
  88. package/lib/common/status.label.d.ts +6 -0
  89. package/lib/common/status.label.js +11 -0
  90. package/lib/common/status.label.js.map +1 -0
  91. package/lib/common/status.type.d.ts +7 -0
  92. package/lib/common/status.type.js +12 -0
  93. package/lib/common/status.type.js.map +1 -0
  94. package/lib/common/user.agent.d.ts +11 -0
  95. package/lib/common/user.agent.js +3 -0
  96. package/lib/common/user.agent.js.map +1 -0
  97. package/lib/contact/contact.dto.d.ts +5 -0
  98. package/lib/contact/contact.dto.js +35 -0
  99. package/lib/contact/contact.dto.js.map +1 -0
  100. package/lib/contact/index.d.ts +1 -0
  101. package/lib/contact/index.js +18 -0
  102. package/lib/contact/index.js.map +1 -0
  103. package/lib/feedback/feedback-item.model.d.ts +15 -0
  104. package/lib/feedback/feedback-item.model.js +81 -0
  105. package/lib/feedback/feedback-item.model.js.map +1 -0
  106. package/lib/feedback/feedback-option.model.d.ts +7 -0
  107. package/lib/feedback/feedback-option.model.js +43 -0
  108. package/lib/feedback/feedback-option.model.js.map +1 -0
  109. package/lib/feedback/feedback.data.d.ts +6 -0
  110. package/lib/feedback/feedback.data.js +3 -0
  111. package/lib/feedback/feedback.data.js.map +1 -0
  112. package/lib/feedback/feedback.dto.d.ts +9 -0
  113. package/lib/feedback/feedback.dto.js +47 -0
  114. package/lib/feedback/feedback.dto.js.map +1 -0
  115. package/lib/feedback/feedback.model.d.ts +18 -0
  116. package/lib/feedback/feedback.model.js +87 -0
  117. package/lib/feedback/feedback.model.js.map +1 -0
  118. package/lib/feedback/index.d.ts +5 -0
  119. package/lib/feedback/index.js +22 -0
  120. package/lib/feedback/index.js.map +1 -0
  121. package/lib/gallery/gallery.model.d.ts +6 -0
  122. package/lib/gallery/gallery.model.js +36 -0
  123. package/lib/gallery/gallery.model.js.map +1 -0
  124. package/lib/gallery/index.d.ts +1 -0
  125. package/lib/gallery/index.js +18 -0
  126. package/lib/gallery/index.js.map +1 -0
  127. package/lib/index.d.ts +27 -4
  128. package/lib/index.js +27 -4
  129. package/lib/index.js.map +1 -1
  130. package/lib/item/index.d.ts +1 -0
  131. package/lib/item/index.js +18 -0
  132. package/lib/item/index.js.map +1 -0
  133. package/lib/item/item.model.d.ts +14 -0
  134. package/lib/item/item.model.js +37 -0
  135. package/lib/item/item.model.js.map +1 -0
  136. package/lib/link/index.d.ts +1 -0
  137. package/lib/link/index.js +18 -0
  138. package/lib/link/index.js.map +1 -0
  139. package/lib/link/link.model.d.ts +16 -0
  140. package/lib/link/link.model.js +35 -0
  141. package/lib/link/link.model.js.map +1 -0
  142. package/lib/log/index.d.ts +2 -0
  143. package/lib/log/index.js +19 -0
  144. package/lib/log/index.js.map +1 -0
  145. package/lib/log/log.event.d.ts +14 -0
  146. package/lib/log/log.event.js +19 -0
  147. package/lib/log/log.event.js.map +1 -0
  148. package/lib/log/log.model.d.ts +12 -0
  149. package/lib/log/log.model.js +16 -0
  150. package/lib/log/log.model.js.map +1 -0
  151. package/lib/metric/index.d.ts +2 -0
  152. package/lib/metric/index.js +19 -0
  153. package/lib/metric/index.js.map +1 -0
  154. package/lib/metric/metric.model.d.ts +27 -0
  155. package/lib/metric/metric.model.js +189 -0
  156. package/lib/metric/metric.model.js.map +1 -0
  157. package/lib/metric/metric.type.d.ts +10 -0
  158. package/lib/metric/metric.type.js +15 -0
  159. package/lib/metric/metric.type.js.map +1 -0
  160. package/lib/notification/index.d.ts +5 -0
  161. package/lib/notification/index.js +22 -0
  162. package/lib/notification/index.js.map +1 -0
  163. package/lib/notification/notification.dto.d.ts +4 -0
  164. package/lib/notification/notification.dto.js +29 -0
  165. package/lib/notification/notification.dto.js.map +1 -0
  166. package/lib/notification/notification.event.d.ts +6 -0
  167. package/lib/notification/notification.event.js +11 -0
  168. package/lib/notification/notification.event.js.map +1 -0
  169. package/lib/notification/notification.model.d.ts +9 -0
  170. package/lib/notification/notification.model.js +48 -0
  171. package/lib/notification/notification.model.js.map +1 -0
  172. package/lib/notification/notification.token.d.ts +4 -0
  173. package/lib/notification/notification.token.js +3 -0
  174. package/lib/notification/notification.token.js.map +1 -0
  175. package/lib/notification/notification.type.d.ts +6 -0
  176. package/lib/notification/notification.type.js +11 -0
  177. package/lib/notification/notification.type.js.map +1 -0
  178. package/lib/popularity/index.d.ts +2 -0
  179. package/lib/popularity/index.js +19 -0
  180. package/lib/popularity/index.js.map +1 -0
  181. package/lib/popularity/popularity.model.d.ts +9 -0
  182. package/lib/popularity/popularity.model.js +95 -0
  183. package/lib/popularity/popularity.model.js.map +1 -0
  184. package/lib/popularity/popularity.rate.d.ts +8 -0
  185. package/lib/popularity/popularity.rate.js +13 -0
  186. package/lib/popularity/popularity.rate.js.map +1 -0
  187. package/lib/post/index.d.ts +4 -0
  188. package/lib/post/index.js +21 -0
  189. package/lib/post/index.js.map +1 -0
  190. package/lib/post/post.additionals.d.ts +24 -0
  191. package/lib/post/post.additionals.js +3 -0
  192. package/lib/post/post.additionals.js.map +1 -0
  193. package/lib/post/post.dto.d.ts +26 -0
  194. package/lib/post/post.dto.js +119 -0
  195. package/lib/post/post.dto.js.map +1 -0
  196. package/lib/post/post.model.d.ts +74 -0
  197. package/lib/post/post.model.js +514 -0
  198. package/lib/post/post.model.js.map +1 -0
  199. package/lib/post/post.type.d.ts +8 -0
  200. package/lib/post/post.type.js +13 -0
  201. package/lib/post/post.type.js.map +1 -0
  202. package/lib/promotion/index.d.ts +2 -0
  203. package/lib/promotion/index.js +19 -0
  204. package/lib/promotion/index.js.map +1 -0
  205. package/lib/promotion/promotion.dto.d.ts +5 -0
  206. package/lib/promotion/promotion.dto.js +38 -0
  207. package/lib/promotion/promotion.dto.js.map +1 -0
  208. package/lib/promotion/promotion.model.d.ts +24 -0
  209. package/lib/promotion/promotion.model.js +125 -0
  210. package/lib/promotion/promotion.model.js.map +1 -0
  211. package/lib/publisher/index.d.ts +3 -0
  212. package/lib/publisher/index.js +20 -0
  213. package/lib/publisher/index.js.map +1 -0
  214. package/lib/publisher/publisher.dto.d.ts +8 -0
  215. package/lib/publisher/publisher.dto.js +39 -0
  216. package/lib/publisher/publisher.dto.js.map +1 -0
  217. package/lib/publisher/publisher.enum.d.ts +7 -0
  218. package/lib/publisher/publisher.enum.js +12 -0
  219. package/lib/publisher/publisher.enum.js.map +1 -0
  220. package/lib/publisher/publisher.model.d.ts +29 -0
  221. package/lib/publisher/publisher.model.js +136 -0
  222. package/lib/publisher/publisher.model.js.map +1 -0
  223. package/lib/question/comment.model.d.ts +20 -0
  224. package/lib/question/comment.model.js +99 -0
  225. package/lib/question/comment.model.js.map +1 -0
  226. package/lib/question/index.d.ts +3 -0
  227. package/lib/question/index.js +20 -0
  228. package/lib/question/index.js.map +1 -0
  229. package/lib/question/question.dto.d.ts +15 -0
  230. package/lib/question/question.dto.js +86 -0
  231. package/lib/question/question.dto.js.map +1 -0
  232. package/lib/question/question.model.d.ts +39 -0
  233. package/lib/question/question.model.js +205 -0
  234. package/lib/question/question.model.js.map +1 -0
  235. package/lib/quote/index.d.ts +1 -0
  236. package/lib/quote/index.js +18 -0
  237. package/lib/quote/index.js.map +1 -0
  238. package/lib/quote/quote.model.d.ts +5 -0
  239. package/lib/quote/quote.model.js +31 -0
  240. package/lib/quote/quote.model.js.map +1 -0
  241. package/lib/security/account.status.d.ts +6 -0
  242. package/lib/security/account.status.js +11 -0
  243. package/lib/security/account.status.js.map +1 -0
  244. package/lib/security/account.type.d.ts +5 -0
  245. package/lib/security/account.type.js +10 -0
  246. package/lib/security/account.type.js.map +1 -0
  247. package/lib/security/index.d.ts +3 -0
  248. package/lib/security/index.js +3 -0
  249. package/lib/security/index.js.map +1 -1
  250. package/lib/security/token.interface.d.ts +7 -0
  251. package/lib/security/token.interface.js +3 -0
  252. package/lib/security/token.interface.js.map +1 -0
  253. package/lib/social/index.d.ts +4 -0
  254. package/lib/social/index.js +21 -0
  255. package/lib/social/index.js.map +1 -0
  256. package/lib/social/share.interface.d.ts +6 -0
  257. package/lib/social/share.interface.js +3 -0
  258. package/lib/social/share.interface.js.map +1 -0
  259. package/lib/social/share.provider.d.ts +7 -0
  260. package/lib/social/share.provider.js +12 -0
  261. package/lib/social/share.provider.js.map +1 -0
  262. package/lib/social/social-user.dto.d.ts +11 -0
  263. package/lib/social/social-user.dto.js +59 -0
  264. package/lib/social/social-user.dto.js.map +1 -0
  265. package/lib/social/social.provider.d.ts +7 -0
  266. package/lib/social/social.provider.js +12 -0
  267. package/lib/social/social.provider.js.map +1 -0
  268. package/lib/survey/index.d.ts +5 -0
  269. package/lib/survey/index.js +22 -0
  270. package/lib/survey/index.js.map +1 -0
  271. package/lib/survey/survey-item.model.d.ts +17 -0
  272. package/lib/survey/survey-item.model.js +88 -0
  273. package/lib/survey/survey-item.model.js.map +1 -0
  274. package/lib/survey/survey-option.model.d.ts +9 -0
  275. package/lib/survey/survey-option.model.js +50 -0
  276. package/lib/survey/survey-option.model.js.map +1 -0
  277. package/lib/survey/survey.dto.d.ts +9 -0
  278. package/lib/survey/survey.dto.js +54 -0
  279. package/lib/survey/survey.dto.js.map +1 -0
  280. package/lib/survey/survey.event.d.ts +5 -0
  281. package/lib/survey/survey.event.js +10 -0
  282. package/lib/survey/survey.event.js.map +1 -0
  283. package/lib/survey/survey.model.d.ts +27 -0
  284. package/lib/survey/survey.model.js +138 -0
  285. package/lib/survey/survey.model.js.map +1 -0
  286. package/lib/topic/index.d.ts +1 -0
  287. package/lib/topic/index.js +18 -0
  288. package/lib/topic/index.js.map +1 -0
  289. package/lib/topic/topic.model.d.ts +20 -0
  290. package/lib/topic/topic.model.js +104 -0
  291. package/lib/topic/topic.model.js.map +1 -0
  292. package/lib/tsconfig.tsbuildinfo +1 -1
  293. package/lib/ui/background.enum.d.ts +10 -0
  294. package/lib/ui/background.enum.js +15 -0
  295. package/lib/ui/background.enum.js.map +1 -0
  296. package/lib/ui/color.enum.d.ts +10 -0
  297. package/lib/ui/color.enum.js +15 -0
  298. package/lib/ui/color.enum.js.map +1 -0
  299. package/lib/ui/context.enum.d.ts +10 -0
  300. package/lib/ui/context.enum.js +15 -0
  301. package/lib/ui/context.enum.js.map +1 -0
  302. package/lib/ui/index.d.ts +3 -0
  303. package/lib/ui/index.js +20 -0
  304. package/lib/ui/index.js.map +1 -0
  305. package/lib/user/index.d.ts +2 -0
  306. package/lib/user/index.js +19 -0
  307. package/lib/user/index.js.map +1 -0
  308. package/lib/user/user.dto.d.ts +24 -0
  309. package/lib/user/user.dto.js +99 -0
  310. package/lib/user/user.dto.js.map +1 -0
  311. package/lib/user/user.model.d.ts +38 -0
  312. package/lib/user/user.model.js +258 -0
  313. package/lib/user/user.model.js.map +1 -0
  314. package/lib/verification/index.d.ts +1 -0
  315. package/lib/verification/index.js +18 -0
  316. package/lib/verification/index.js.map +1 -0
  317. package/lib/verification/verification.type.d.ts +5 -0
  318. package/lib/verification/verification.type.js +10 -0
  319. package/lib/verification/verification.type.js.map +1 -0
  320. 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"}
@@ -0,0 +1,2 @@
1
+ export * from './log.event';
2
+ export * from './log.model';
@@ -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,2 @@
1
+ export * from './metric.model';
2
+ export * from './metric.type';
@@ -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,10 @@
1
+ export declare enum MetricType {
2
+ Seen = "SEEN",
3
+ Open = "OPEN",
4
+ Like = "LIKE",
5
+ Bookmark = "BOOKMARK",
6
+ Share = "SHARE",
7
+ Download = "DOWNLOAD",
8
+ Feedback = "FEEDBACK",
9
+ Total = "TOTAL"
10
+ }
@@ -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,5 @@
1
+ export * from './notification.event';
2
+ export * from './notification.dto';
3
+ export * from './notification.token';
4
+ export * from './notification.model';
5
+ export * from './notification.type';
@@ -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,4 @@
1
+ export declare class NotificationTokenDto {
2
+ token: string;
3
+ deviceType: string;
4
+ }
@@ -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,6 @@
1
+ export declare enum NotificationEventType {
2
+ Push = "PUSH",
3
+ SMS = "SMS",
4
+ InApp = "INAPP",
5
+ Email = "EMAIL"
6
+ }
@@ -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"}
@@ -0,0 +1,9 @@
1
+ import { NotificationType } from './notification.type';
2
+ export declare class Notification {
3
+ type: NotificationType;
4
+ title: string;
5
+ message: string;
6
+ data: string;
7
+ autoClose: number;
8
+ constructor(props?: Partial<Notification>);
9
+ }