@intelact/driveup 2.2.5 → 2.2.6

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.
Files changed (215) hide show
  1. package/lib/agent/index.d.ts +4 -0
  2. package/lib/agent/index.js +21 -0
  3. package/lib/agent/index.js.map +1 -0
  4. package/lib/alert/index.d.ts +1 -0
  5. package/lib/alert/index.js +18 -0
  6. package/lib/alert/index.js.map +1 -0
  7. package/lib/auth/index.d.ts +2 -0
  8. package/lib/auth/index.js +19 -0
  9. package/lib/auth/index.js.map +1 -0
  10. package/lib/bank/account.model.d.ts +9 -0
  11. package/lib/bank/account.model.js +65 -0
  12. package/lib/bank/account.model.js.map +1 -0
  13. package/lib/bank/index.d.ts +1 -0
  14. package/lib/bank/index.js +18 -0
  15. package/lib/bank/index.js.map +1 -0
  16. package/lib/bill/index.d.ts +2 -0
  17. package/lib/bill/index.js +19 -0
  18. package/lib/bill/index.js.map +1 -0
  19. package/lib/calendar/index.d.ts +5 -0
  20. package/lib/calendar/index.js +22 -0
  21. package/lib/calendar/index.js.map +1 -0
  22. package/lib/common/identity.d.ts +27 -0
  23. package/lib/common/identity.js +3 -0
  24. package/lib/common/identity.js.map +1 -0
  25. package/lib/common/index.d.ts +13 -0
  26. package/lib/common/index.js +30 -0
  27. package/lib/common/index.js.map +1 -0
  28. package/lib/common/person.d.ts +17 -0
  29. package/lib/common/person.js +82 -0
  30. package/lib/common/person.js.map +1 -0
  31. package/lib/company/index.d.ts +3 -0
  32. package/lib/company/index.js +20 -0
  33. package/lib/company/index.js.map +1 -0
  34. package/lib/country/index.d.ts +2 -0
  35. package/lib/country/index.js +19 -0
  36. package/lib/country/index.js.map +1 -0
  37. package/lib/course/index.d.ts +5 -0
  38. package/lib/course/index.js +22 -0
  39. package/lib/course/index.js.map +1 -0
  40. package/lib/credit/index.d.ts +1 -0
  41. package/lib/credit/index.js +18 -0
  42. package/lib/credit/index.js.map +1 -0
  43. package/lib/currency/index.d.ts +2 -0
  44. package/lib/currency/index.js +19 -0
  45. package/lib/currency/index.js.map +1 -0
  46. package/lib/device/index.d.ts +3 -0
  47. package/lib/device/index.js +20 -0
  48. package/lib/device/index.js.map +1 -0
  49. package/lib/discount/discount.dto.js +2 -2
  50. package/lib/discount/discount.dto.js.map +1 -1
  51. package/lib/discount/index.d.ts +2 -0
  52. package/lib/discount/index.js +19 -0
  53. package/lib/discount/index.js.map +1 -0
  54. package/lib/driving/category/index.d.ts +2 -0
  55. package/lib/driving/category/index.js +19 -0
  56. package/lib/driving/category/index.js.map +1 -0
  57. package/lib/driving/exam/index.d.ts +2 -0
  58. package/lib/driving/exam/index.js +19 -0
  59. package/lib/driving/exam/index.js.map +1 -0
  60. package/lib/driving/index.d.ts +3 -0
  61. package/lib/driving/index.js +20 -0
  62. package/lib/driving/index.js.map +1 -0
  63. package/lib/driving/lesson/index.d.ts +5 -0
  64. package/lib/driving/lesson/index.js +22 -0
  65. package/lib/driving/lesson/index.js.map +1 -0
  66. package/lib/expense/index.d.ts +3 -0
  67. package/lib/expense/index.js +20 -0
  68. package/lib/expense/index.js.map +1 -0
  69. package/lib/feedback/feedback.model.d.ts +10 -0
  70. package/lib/feedback/feedback.model.js +66 -0
  71. package/lib/feedback/feedback.model.js.map +1 -0
  72. package/lib/feedback/index.d.ts +1 -0
  73. package/lib/feedback/index.js +18 -0
  74. package/lib/feedback/index.js.map +1 -0
  75. package/lib/finance/index.d.ts +2 -0
  76. package/lib/finance/index.js +19 -0
  77. package/lib/finance/index.js.map +1 -0
  78. package/lib/free-benefit/index.d.ts +1 -0
  79. package/lib/free-benefit/index.js +18 -0
  80. package/lib/free-benefit/index.js.map +1 -0
  81. package/lib/geo/address.model.d.ts +11 -0
  82. package/lib/geo/address.model.js +53 -0
  83. package/lib/geo/address.model.js.map +1 -0
  84. package/lib/geo/coordinate.model.d.ts +4 -0
  85. package/lib/geo/coordinate.model.js +41 -0
  86. package/lib/geo/coordinate.model.js.map +1 -0
  87. package/lib/geo/index.d.ts +3 -0
  88. package/lib/geo/index.js +20 -0
  89. package/lib/geo/index.js.map +1 -0
  90. package/lib/giftcode/index.d.ts +3 -0
  91. package/lib/giftcode/index.js +20 -0
  92. package/lib/giftcode/index.js.map +1 -0
  93. package/lib/handover/index.d.ts +2 -0
  94. package/lib/handover/index.js +19 -0
  95. package/lib/handover/index.js.map +1 -0
  96. package/lib/instructor/index.d.ts +2 -0
  97. package/lib/instructor/index.js +19 -0
  98. package/lib/instructor/index.js.map +1 -0
  99. package/lib/instructor/instructor.model.d.ts +3 -2
  100. package/lib/instructor/instructor.model.js +8 -3
  101. package/lib/instructor/instructor.model.js.map +1 -1
  102. package/lib/invoice/index.d.ts +3 -0
  103. package/lib/invoice/index.js +20 -0
  104. package/lib/invoice/index.js.map +1 -0
  105. package/lib/item/index.d.ts +1 -0
  106. package/lib/item/index.js +18 -0
  107. package/lib/item/index.js.map +1 -0
  108. package/lib/license/index.d.ts +1 -0
  109. package/lib/license/index.js +18 -0
  110. package/lib/license/index.js.map +1 -0
  111. package/lib/link/index.d.ts +1 -0
  112. package/lib/link/index.js +18 -0
  113. package/lib/link/index.js.map +1 -0
  114. package/lib/link/link.model.d.ts +55 -0
  115. package/lib/link/link.model.js +75 -0
  116. package/lib/link/link.model.js.map +1 -0
  117. package/lib/log/index.d.ts +1 -0
  118. package/lib/log/index.js +18 -0
  119. package/lib/log/index.js.map +1 -0
  120. package/lib/metric/index.d.ts +1 -0
  121. package/lib/metric/index.js +18 -0
  122. package/lib/metric/index.js.map +1 -0
  123. package/lib/note/index.d.ts +1 -0
  124. package/lib/note/index.js +18 -0
  125. package/lib/note/index.js.map +1 -0
  126. package/lib/note/note.model.d.ts +9 -0
  127. package/lib/note/note.model.js +57 -0
  128. package/lib/note/note.model.js.map +1 -0
  129. package/lib/notification/index.d.ts +3 -0
  130. package/lib/notification/index.js +20 -0
  131. package/lib/notification/index.js.map +1 -0
  132. package/lib/payment/index.d.ts +4 -0
  133. package/lib/payment/index.js +21 -0
  134. package/lib/payment/index.js.map +1 -0
  135. package/lib/payment/payment.dto.js +2 -2
  136. package/lib/payment/payment.dto.js.map +1 -1
  137. package/lib/payout/index.d.ts +1 -0
  138. package/lib/payout/index.js +18 -0
  139. package/lib/payout/index.js.map +1 -0
  140. package/lib/priceplan/index.d.ts +2 -0
  141. package/lib/priceplan/index.js +19 -0
  142. package/lib/priceplan/index.js.map +1 -0
  143. package/lib/public/contact.dto.d.ts +18 -0
  144. package/lib/public/contact.dto.js +95 -0
  145. package/lib/public/contact.dto.js.map +1 -0
  146. package/lib/public/faq.model.d.ts +6 -0
  147. package/lib/public/faq.model.js +36 -0
  148. package/lib/public/faq.model.js.map +1 -0
  149. package/lib/public/feature.model.d.ts +179 -0
  150. package/lib/public/feature.model.js +349 -0
  151. package/lib/public/feature.model.js.map +1 -0
  152. package/lib/public/index.d.ts +5 -0
  153. package/lib/public/index.js +22 -0
  154. package/lib/public/index.js.map +1 -0
  155. package/lib/public/learning.model.d.ts +21 -0
  156. package/lib/public/learning.model.js +59 -0
  157. package/lib/public/learning.model.js.map +1 -0
  158. package/lib/public/testimonials.mapper.d.ts +23 -0
  159. package/lib/public/testimonials.mapper.js +60 -0
  160. package/lib/public/testimonials.mapper.js.map +1 -0
  161. package/lib/refund/index.d.ts +2 -0
  162. package/lib/refund/index.js +19 -0
  163. package/lib/refund/index.js.map +1 -0
  164. package/lib/refund/refund.dto.js +2 -2
  165. package/lib/refund/refund.dto.js.map +1 -1
  166. package/lib/security/index.d.ts +2 -0
  167. package/lib/security/index.js +19 -0
  168. package/lib/security/index.js.map +1 -0
  169. package/lib/session/driving/index.d.ts +4 -0
  170. package/lib/session/driving/index.js +21 -0
  171. package/lib/session/driving/index.js.map +1 -0
  172. package/lib/session/index.d.ts +1 -0
  173. package/lib/session/index.js +18 -0
  174. package/lib/session/index.js.map +1 -0
  175. package/lib/setting/index.d.ts +2 -0
  176. package/lib/setting/index.js +19 -0
  177. package/lib/setting/index.js.map +1 -0
  178. package/lib/signature/index.d.ts +1 -0
  179. package/lib/signature/index.js +18 -0
  180. package/lib/signature/index.js.map +1 -0
  181. package/lib/signature/signature.model.d.ts +1 -0
  182. package/lib/signature/signature.model.js +5 -0
  183. package/lib/signature/signature.model.js.map +1 -1
  184. package/lib/student/index.d.ts +2 -0
  185. package/lib/student/index.js +19 -0
  186. package/lib/student/index.js.map +1 -0
  187. package/lib/student/student.model.d.ts +2 -1
  188. package/lib/student/student.model.js +7 -2
  189. package/lib/student/student.model.js.map +1 -1
  190. package/lib/task/index.d.ts +2 -0
  191. package/lib/task/index.js +19 -0
  192. package/lib/task/index.js.map +1 -0
  193. package/lib/ticket/index.d.ts +2 -0
  194. package/lib/ticket/index.js +19 -0
  195. package/lib/ticket/index.js.map +1 -0
  196. package/lib/training/course.model.d.ts +8 -0
  197. package/lib/training/course.model.js +36 -0
  198. package/lib/training/course.model.js.map +1 -0
  199. package/lib/training/driving.model.d.ts +17 -0
  200. package/lib/training/driving.model.js +73 -0
  201. package/lib/training/driving.model.js.map +1 -0
  202. package/lib/training/index.d.ts +6 -0
  203. package/lib/training/index.js +23 -0
  204. package/lib/training/index.js.map +1 -0
  205. package/lib/tsconfig.tsbuildinfo +1 -1
  206. package/lib/user/index.d.ts +3 -0
  207. package/lib/user/index.js +20 -0
  208. package/lib/user/index.js.map +1 -0
  209. package/lib/user/user.model.d.ts +5 -4
  210. package/lib/user/user.model.js +10 -5
  211. package/lib/user/user.model.js.map +1 -1
  212. package/lib/utils/index.d.ts +6 -0
  213. package/lib/utils/index.js +23 -0
  214. package/lib/utils/index.js.map +1 -0
  215. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ export * from './agent.dto';
2
+ export * from './agent.model';
3
+ export * from './client.model';
4
+ export * from './code.model';
@@ -0,0 +1,21 @@
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("./agent.dto"), exports);
18
+ __exportStar(require("./agent.model"), exports);
19
+ __exportStar(require("./client.model"), exports);
20
+ __exportStar(require("./code.model"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/agent/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B"}
@@ -0,0 +1 @@
1
+ export * from './alert.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("./alert.model"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/alert/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
@@ -0,0 +1,2 @@
1
+ export * from './signin.dto';
2
+ export * from './signup.dto';
@@ -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("./signin.dto"), exports);
18
+ __exportStar(require("./signup.dto"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B"}
@@ -0,0 +1,9 @@
1
+ export declare class BankAccount {
2
+ id: number;
3
+ name: string;
4
+ bankName: string;
5
+ iban: string;
6
+ swift: string;
7
+ constructor(props?: Partial<BankAccount>);
8
+ static toInstance(props: any): BankAccount[];
9
+ }
@@ -0,0 +1,65 @@
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.BankAccount = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const utils_1 = require("../utils");
16
+ class BankAccount {
17
+ id;
18
+ name;
19
+ bankName;
20
+ iban;
21
+ swift;
22
+ constructor(props) {
23
+ Object.assign(this, props);
24
+ }
25
+ static toInstance(props) {
26
+ return (0, class_transformer_1.plainToInstance)(BankAccount, props);
27
+ }
28
+ }
29
+ exports.BankAccount = BankAccount;
30
+ __decorate([
31
+ (0, class_validator_1.IsOptional)(),
32
+ (0, class_transformer_1.Expose)(),
33
+ (0, utils_1.ToNumber)(),
34
+ (0, class_transformer_1.Type)(() => Number),
35
+ __metadata("design:type", Number)
36
+ ], BankAccount.prototype, "id", void 0);
37
+ __decorate([
38
+ (0, class_validator_1.IsNotEmpty)(),
39
+ (0, class_validator_1.IsString)(),
40
+ (0, utils_1.Trim)(),
41
+ (0, class_transformer_1.Expose)(),
42
+ __metadata("design:type", String)
43
+ ], BankAccount.prototype, "name", void 0);
44
+ __decorate([
45
+ (0, class_validator_1.IsOptional)(),
46
+ (0, class_validator_1.IsString)(),
47
+ (0, utils_1.Trim)(),
48
+ (0, class_transformer_1.Expose)(),
49
+ __metadata("design:type", String)
50
+ ], BankAccount.prototype, "bankName", void 0);
51
+ __decorate([
52
+ (0, class_validator_1.IsString)(),
53
+ (0, utils_1.Trim)(),
54
+ (0, class_validator_1.IsNotEmpty)(),
55
+ (0, class_transformer_1.Expose)(),
56
+ __metadata("design:type", String)
57
+ ], BankAccount.prototype, "iban", void 0);
58
+ __decorate([
59
+ (0, class_validator_1.IsOptional)(),
60
+ (0, utils_1.Trim)(),
61
+ (0, class_validator_1.IsString)(),
62
+ (0, class_transformer_1.Expose)(),
63
+ __metadata("design:type", String)
64
+ ], BankAccount.prototype, "swift", void 0);
65
+ //# sourceMappingURL=account.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account.model.js","sourceRoot":"","sources":["../../src/bank/account.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAkE;AAClE,qDAAmE;AACnE,oCAA0C;AAE1C,MAAa,WAAW;IAMvB,EAAE,CAAS;IAMX,IAAI,CAAS;IAMb,QAAQ,CAAS;IAMjB,IAAI,CAAS;IAMb,KAAK,CAAS;IAEd,YAAY,KAA4B;QACvC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;IAED,MAAM,CAAC,UAAU,CAAC,KAAU;QAC3B,OAAO,IAAA,mCAAe,EAAC,WAAW,EAAE,KAAK,CAAC,CAAC;IAC5C,CAAC;CACD;AAvCD,kCAuCC;AAjCA;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;IACR,IAAA,gBAAQ,GAAE;IACV,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;uCACR;AAMX;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,YAAI,GAAE;IACN,IAAA,0BAAM,GAAE;;yCACI;AAMb;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,YAAI,GAAE;IACN,IAAA,0BAAM,GAAE;;6CACQ;AAMjB;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,YAAI,GAAE;IACN,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;yCACI;AAMb;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,YAAI,GAAE;IACN,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;0CACK"}
@@ -0,0 +1 @@
1
+ export * from './account.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("./account.model"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/bank/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC"}
@@ -0,0 +1,2 @@
1
+ export * from './bill-item.model';
2
+ export * from './bill.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("./bill-item.model"), exports);
18
+ __exportStar(require("./bill.model"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/bill/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,+CAA6B"}
@@ -0,0 +1,5 @@
1
+ export * from './appointment';
2
+ export * from './date';
3
+ export * from './holiday';
4
+ export * from './token';
5
+ export * from './working';
@@ -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("./appointment"), exports);
18
+ __exportStar(require("./date"), exports);
19
+ __exportStar(require("./holiday"), exports);
20
+ __exportStar(require("./token"), exports);
21
+ __exportStar(require("./working"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/calendar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,yCAAuB;AACvB,4CAA0B;AAC1B,0CAAwB;AACxB,4CAA0B"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * * Represents identity information for a user or entity.
3
+ * * This interface includes optional fields for name, image URL, description, phone number, and email.
4
+ * * It is used in notification systems to provide context about the initiator or target of a notification.
5
+ */
6
+ export interface IdentityInfo {
7
+ /**
8
+ * * The name of the identity.
9
+ */
10
+ name: string;
11
+ /**
12
+ * * The URL of the identity's image (optional).
13
+ */
14
+ imageUrl?: string;
15
+ /**
16
+ * * A brief description of the identity (optional).
17
+ */
18
+ description?: string;
19
+ /**
20
+ * * The phone number associated with the identity (optional).
21
+ */
22
+ phoneNumber?: string;
23
+ /**
24
+ * * The email address associated with the identity (optional).
25
+ */
26
+ email?: string;
27
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=identity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identity.js","sourceRoot":"","sources":["../../src/common/identity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ export * from './app-info';
2
+ export * from './content';
3
+ export * from './email';
4
+ export * from './id';
5
+ export * from './language';
6
+ export * from './phone';
7
+ export * from './price';
8
+ export * from './profile';
9
+ export * from './promotion';
10
+ export * from './search';
11
+ export * from './social';
12
+ export * from './sort';
13
+ export * from './url';
@@ -0,0 +1,30 @@
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("./app-info"), exports);
18
+ __exportStar(require("./content"), exports);
19
+ __exportStar(require("./email"), exports);
20
+ __exportStar(require("./id"), exports);
21
+ __exportStar(require("./language"), exports);
22
+ __exportStar(require("./phone"), exports);
23
+ __exportStar(require("./price"), exports);
24
+ __exportStar(require("./profile"), exports);
25
+ __exportStar(require("./promotion"), exports);
26
+ __exportStar(require("./search"), exports);
27
+ __exportStar(require("./social"), exports);
28
+ __exportStar(require("./sort"), exports);
29
+ __exportStar(require("./url"), exports);
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,4CAA0B;AAC1B,0CAAwB;AACxB,uCAAqB;AACrB,6CAA2B;AAC3B,0CAAwB;AACxB,0CAAwB;AACxB,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,wCAAsB"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * * Represents identity information for a person.
3
+ * * This model includes optional fields for name, image URL, description, phone number, and email.
4
+ * * It is used in different modules to represent user identities.
5
+ * * Changes on this model can be reflected in different JSON fields in entities
6
+ */
7
+ export declare class Person {
8
+ id: number;
9
+ name: string;
10
+ imageUrl: string;
11
+ image: string;
12
+ description: string;
13
+ phone: string;
14
+ email: string;
15
+ constructor(props?: Partial<Person>);
16
+ static toInstance(props: Partial<Person>): Person;
17
+ }
@@ -0,0 +1,82 @@
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.Person = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ /**
16
+ * * Represents identity information for a person.
17
+ * * This model includes optional fields for name, image URL, description, phone number, and email.
18
+ * * It is used in different modules to represent user identities.
19
+ * * Changes on this model can be reflected in different JSON fields in entities
20
+ */
21
+ class Person {
22
+ id;
23
+ name;
24
+ imageUrl;
25
+ image;
26
+ description;
27
+ phone;
28
+ email;
29
+ constructor(props) {
30
+ Object.assign(this, props);
31
+ }
32
+ static toInstance(props) {
33
+ return (0, class_transformer_1.plainToInstance)(Person, props);
34
+ }
35
+ }
36
+ exports.Person = Person;
37
+ __decorate([
38
+ (0, class_transformer_1.Expose)(),
39
+ (0, class_transformer_1.Type)(() => Number),
40
+ (0, class_validator_1.IsOptional)(),
41
+ (0, class_validator_1.IsNumber)(),
42
+ (0, class_validator_1.Min)(1),
43
+ __metadata("design:type", Number)
44
+ ], Person.prototype, "id", void 0);
45
+ __decorate([
46
+ (0, class_transformer_1.Expose)(),
47
+ (0, class_validator_1.IsNotEmpty)(),
48
+ (0, class_validator_1.IsString)(),
49
+ __metadata("design:type", String)
50
+ ], Person.prototype, "name", void 0);
51
+ __decorate([
52
+ (0, class_transformer_1.Expose)(),
53
+ (0, class_validator_1.IsOptional)(),
54
+ (0, class_validator_1.IsString)(),
55
+ __metadata("design:type", String)
56
+ ], Person.prototype, "imageUrl", void 0);
57
+ __decorate([
58
+ (0, class_transformer_1.Expose)(),
59
+ (0, class_validator_1.IsOptional)(),
60
+ (0, class_validator_1.IsString)(),
61
+ __metadata("design:type", String)
62
+ ], Person.prototype, "image", void 0);
63
+ __decorate([
64
+ (0, class_transformer_1.Expose)(),
65
+ (0, class_validator_1.IsOptional)(),
66
+ (0, class_validator_1.IsString)(),
67
+ __metadata("design:type", String)
68
+ ], Person.prototype, "description", void 0);
69
+ __decorate([
70
+ (0, class_transformer_1.Expose)(),
71
+ (0, class_validator_1.IsNotEmpty)(),
72
+ (0, class_validator_1.IsString)(),
73
+ __metadata("design:type", String)
74
+ ], Person.prototype, "phone", void 0);
75
+ __decorate([
76
+ (0, class_transformer_1.Expose)(),
77
+ (0, class_validator_1.IsOptional)(),
78
+ (0, class_validator_1.IsString)(),
79
+ (0, class_validator_1.IsEmail)(),
80
+ __metadata("design:type", String)
81
+ ], Person.prototype, "email", void 0);
82
+ //# sourceMappingURL=person.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"person.js","sourceRoot":"","sources":["../../src/common/person.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAkE;AAClE,qDAA2F;AAE3F;;;;;GAKG;AACH,MAAa,MAAM;IAOlB,EAAE,CAAS;IAKX,IAAI,CAAS;IAKb,QAAQ,CAAS;IAKjB,KAAK,CAAS;IAKd,WAAW,CAAS;IAKpB,KAAK,CAAS;IAMd,KAAK,CAAS;IAEd,YAAY,KAAuB;QAClC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;IAED,MAAM,CAAC,UAAU,CAAC,KAAsB;QACvC,OAAO,IAAA,mCAAe,EAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IACvC,CAAC;CACD;AA/CD,wBA+CC;AAxCA;IALC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;kCACI;AAKX;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oCACE;AAKb;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wCACM;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qCACG;AAKd;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACS;AAKpB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qCACG;AAMd;IAJC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,yBAAO,GAAE;;qCACI"}
@@ -0,0 +1,3 @@
1
+ export * from './company-widget.model';
2
+ export * from './company.model';
3
+ export * from './dependency.model';
@@ -0,0 +1,20 @@
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("./company-widget.model"), exports);
18
+ __exportStar(require("./company.model"), exports);
19
+ __exportStar(require("./dependency.model"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/company/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,kDAAgC;AAChC,qDAAmC"}
@@ -0,0 +1,2 @@
1
+ export * from './country.dto';
2
+ export * from './country.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("./country.dto"), exports);
18
+ __exportStar(require("./country.model"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/country/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,kDAAgC"}
@@ -0,0 +1,5 @@
1
+ export * from './appointment.model';
2
+ export * from './course.model';
3
+ export * from './definition.model';
4
+ export * from './dto';
5
+ export * from './part.model';
@@ -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("./appointment.model"), exports);
18
+ __exportStar(require("./course.model"), exports);
19
+ __exportStar(require("./definition.model"), exports);
20
+ __exportStar(require("./dto"), exports);
21
+ __exportStar(require("./part.model"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/course/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,iDAA+B;AAC/B,qDAAmC;AACnC,wCAAsB;AACtB,+CAA6B"}
@@ -0,0 +1 @@
1
+ export * from './credit.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("./credit.model"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/credit/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B"}
@@ -0,0 +1,2 @@
1
+ export * from './currency.dto';
2
+ export * from './currency.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("./currency.dto"), exports);
18
+ __exportStar(require("./currency.model"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/currency/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,mDAAiC"}
@@ -0,0 +1,3 @@
1
+ export * from './device.agent';
2
+ export * from './device.model';
3
+ export * from './device.signature';
@@ -0,0 +1,20 @@
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("./device.agent"), exports);
18
+ __exportStar(require("./device.model"), exports);
19
+ __exportStar(require("./device.signature"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/device/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,iDAA+B;AAC/B,qDAAmC"}