@hugo.ye/common 1.0.75 → 1.0.79

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 (254) hide show
  1. package/build/models/campaigns.entity.js +2 -2
  2. package/build/models/campaigns.entity.js.map +1 -1
  3. package/build/models/case-file.entity.d.ts +16 -0
  4. package/build/models/case-file.entity.d.ts.map +1 -0
  5. package/build/models/case-file.entity.js +89 -0
  6. package/build/models/case-file.entity.js.map +1 -0
  7. package/build/models/{order-progress-timeline.entity.d.ts → case-progress-timeline.entity.d.ts} +3 -3
  8. package/build/models/case-progress-timeline.entity.d.ts.map +1 -0
  9. package/build/models/{order-progress-timeline.entity.js → case-progress-timeline.entity.js} +14 -13
  10. package/build/models/case-progress-timeline.entity.js.map +1 -0
  11. package/build/models/case.entity.d.ts +14 -0
  12. package/build/models/case.entity.d.ts.map +1 -0
  13. package/build/models/case.entity.js +85 -0
  14. package/build/models/case.entity.js.map +1 -0
  15. package/build/models/chat-contacts-apply.entity.js +2 -2
  16. package/build/models/chat-contacts-apply.entity.js.map +1 -1
  17. package/build/models/chat-contacts.entity.js +1 -1
  18. package/build/models/chat-contacts.entity.js.map +1 -1
  19. package/build/models/chat-group-user.entity.js +2 -2
  20. package/build/models/chat-group-user.entity.js.map +1 -1
  21. package/build/models/chat-group.entity.js +2 -2
  22. package/build/models/chat-group.entity.js.map +1 -1
  23. package/build/models/chat-read.entity.js +1 -1
  24. package/build/models/chat-read.entity.js.map +1 -1
  25. package/build/models/chat.entity.js +1 -1
  26. package/build/models/chat.entity.js.map +1 -1
  27. package/build/models/count-member-daily-amount.entity.js +2 -2
  28. package/build/models/count-member-daily-amount.entity.js.map +1 -1
  29. package/build/models/finance.entity.d.ts +12 -0
  30. package/build/models/finance.entity.d.ts.map +1 -0
  31. package/build/models/finance.entity.js +68 -0
  32. package/build/models/finance.entity.js.map +1 -0
  33. package/build/models/index.d.ts +7 -2
  34. package/build/models/index.d.ts.map +1 -1
  35. package/build/models/index.js +7 -2
  36. package/build/models/index.js.map +1 -1
  37. package/build/models/member-certification.entity.d.ts +13 -0
  38. package/build/models/member-certification.entity.d.ts.map +1 -0
  39. package/build/models/member-certification.entity.js +74 -0
  40. package/build/models/member-certification.entity.js.map +1 -0
  41. package/build/models/member.entity.d.ts +7 -1
  42. package/build/models/member.entity.d.ts.map +1 -1
  43. package/build/models/member.entity.js +43 -1
  44. package/build/models/member.entity.js.map +1 -1
  45. package/build/models/order-file.entity.d.ts +6 -5
  46. package/build/models/order-file.entity.d.ts.map +1 -1
  47. package/build/models/order-file.entity.js +19 -12
  48. package/build/models/order-file.entity.js.map +1 -1
  49. package/build/models/order.entity.d.ts +3 -2
  50. package/build/models/order.entity.d.ts.map +1 -1
  51. package/build/models/order.entity.js +21 -9
  52. package/build/models/order.entity.js.map +1 -1
  53. package/build/models/todo.entity.d.ts +12 -0
  54. package/build/models/todo.entity.d.ts.map +1 -0
  55. package/build/{models copy/order-progress-timeline.entity.js → models/todo.entity.js} +32 -31
  56. package/build/models/todo.entity.js.map +1 -0
  57. package/build/repositories/case-file.repository.d.ts +8 -0
  58. package/build/repositories/case-file.repository.d.ts.map +1 -0
  59. package/build/repositories/case-file.repository.js +31 -0
  60. package/build/repositories/case-file.repository.js.map +1 -0
  61. package/build/repositories/case-progress-timeline.repository.d.ts +8 -0
  62. package/build/repositories/case-progress-timeline.repository.d.ts.map +1 -0
  63. package/build/repositories/case-progress-timeline.repository.js +31 -0
  64. package/build/repositories/case-progress-timeline.repository.js.map +1 -0
  65. package/build/repositories/case.repository.d.ts +8 -0
  66. package/build/repositories/case.repository.d.ts.map +1 -0
  67. package/build/repositories/case.repository.js +31 -0
  68. package/build/repositories/case.repository.js.map +1 -0
  69. package/build/repositories/index.d.ts +4 -0
  70. package/build/repositories/index.d.ts.map +1 -1
  71. package/build/repositories/index.js +4 -0
  72. package/build/repositories/index.js.map +1 -1
  73. package/build/repositories/order-file.repository.d.ts +8 -0
  74. package/build/repositories/order-file.repository.d.ts.map +1 -0
  75. package/build/repositories/order-file.repository.js +31 -0
  76. package/build/repositories/order-file.repository.js.map +1 -0
  77. package/build/repositories/todo.repository.d.ts +8 -0
  78. package/build/repositories/todo.repository.d.ts.map +1 -0
  79. package/build/repositories/todo.repository.js +31 -0
  80. package/build/repositories/todo.repository.js.map +1 -0
  81. package/package.json +1 -1
  82. package/build/models/order-progress-timeline.entity.d.ts.map +0 -1
  83. package/build/models/order-progress-timeline.entity.js.map +0 -1
  84. package/build/models copy/banner-item.entity.d.ts +0 -11
  85. package/build/models copy/banner-item.entity.d.ts.map +0 -1
  86. package/build/models copy/banner-item.entity.js +0 -58
  87. package/build/models copy/banner-item.entity.js.map +0 -1
  88. package/build/models copy/banner.entity.d.ts +0 -11
  89. package/build/models copy/banner.entity.d.ts.map +0 -1
  90. package/build/models copy/banner.entity.js +0 -65
  91. package/build/models copy/banner.entity.js.map +0 -1
  92. package/build/models copy/brand.entity.d.ts +0 -13
  93. package/build/models copy/brand.entity.d.ts.map +0 -1
  94. package/build/models copy/brand.entity.js +0 -77
  95. package/build/models copy/brand.entity.js.map +0 -1
  96. package/build/models copy/campaign-category.entity.d.ts +0 -2
  97. package/build/models copy/campaign-category.entity.d.ts.map +0 -1
  98. package/build/models copy/campaign-category.entity.js +0 -2
  99. package/build/models copy/campaign-category.entity.js.map +0 -1
  100. package/build/models copy/campaign-items.entity.d.ts +0 -12
  101. package/build/models copy/campaign-items.entity.d.ts.map +0 -1
  102. package/build/models copy/campaign-items.entity.js +0 -64
  103. package/build/models copy/campaign-items.entity.js.map +0 -1
  104. package/build/models copy/campaign-type.entity.d.ts +0 -2
  105. package/build/models copy/campaign-type.entity.d.ts.map +0 -1
  106. package/build/models copy/campaign-type.entity.js +0 -2
  107. package/build/models copy/campaign-type.entity.js.map +0 -1
  108. package/build/models copy/campaign-viewer.entity.d.ts +0 -2
  109. package/build/models copy/campaign-viewer.entity.d.ts.map +0 -1
  110. package/build/models copy/campaign-viewer.entity.js +0 -2
  111. package/build/models copy/campaign-viewer.entity.js.map +0 -1
  112. package/build/models copy/campaigns.entity.d.ts +0 -18
  113. package/build/models copy/campaigns.entity.d.ts.map +0 -1
  114. package/build/models copy/campaigns.entity.js +0 -110
  115. package/build/models copy/campaigns.entity.js.map +0 -1
  116. package/build/models copy/category.entity.d.ts +0 -14
  117. package/build/models copy/category.entity.d.ts.map +0 -1
  118. package/build/models copy/category.entity.js +0 -83
  119. package/build/models copy/category.entity.js.map +0 -1
  120. package/build/models copy/chat-contacts-apply.entity.d.ts +0 -8
  121. package/build/models copy/chat-contacts-apply.entity.d.ts.map +0 -1
  122. package/build/models copy/chat-contacts-apply.entity.js +0 -46
  123. package/build/models copy/chat-contacts-apply.entity.js.map +0 -1
  124. package/build/models copy/chat-contacts.entity.d.ts +0 -8
  125. package/build/models copy/chat-contacts.entity.d.ts.map +0 -1
  126. package/build/models copy/chat-contacts.entity.js +0 -40
  127. package/build/models copy/chat-contacts.entity.js.map +0 -1
  128. package/build/models copy/chat-group-user.entity.d.ts +0 -7
  129. package/build/models copy/chat-group-user.entity.d.ts.map +0 -1
  130. package/build/models copy/chat-group-user.entity.js +0 -39
  131. package/build/models copy/chat-group-user.entity.js.map +0 -1
  132. package/build/models copy/chat-group.entity.d.ts +0 -11
  133. package/build/models copy/chat-group.entity.d.ts.map +0 -1
  134. package/build/models copy/chat-group.entity.js +0 -66
  135. package/build/models copy/chat-group.entity.js.map +0 -1
  136. package/build/models copy/chat-read.entity.d.ts +0 -8
  137. package/build/models copy/chat-read.entity.d.ts.map +0 -1
  138. package/build/models copy/chat-read.entity.js +0 -40
  139. package/build/models copy/chat-read.entity.js.map +0 -1
  140. package/build/models copy/chat.entity.d.ts +0 -11
  141. package/build/models copy/chat.entity.d.ts.map +0 -1
  142. package/build/models copy/chat.entity.js +0 -60
  143. package/build/models copy/chat.entity.js.map +0 -1
  144. package/build/models copy/continent.entity.d.ts +0 -6
  145. package/build/models copy/continent.entity.d.ts.map +0 -1
  146. package/build/models copy/continent.entity.js +0 -35
  147. package/build/models copy/continent.entity.js.map +0 -1
  148. package/build/models copy/count-member-daily-amount.entity.d.ts +0 -7
  149. package/build/models copy/count-member-daily-amount.entity.d.ts.map +0 -1
  150. package/build/models copy/count-member-daily-amount.entity.js +0 -42
  151. package/build/models copy/count-member-daily-amount.entity.js.map +0 -1
  152. package/build/models copy/count-member-daily-order-status.entity.d.ts +0 -13
  153. package/build/models copy/count-member-daily-order-status.entity.d.ts.map +0 -1
  154. package/build/models copy/count-member-daily-order-status.entity.js +0 -78
  155. package/build/models copy/count-member-daily-order-status.entity.js.map +0 -1
  156. package/build/models copy/country.entity.d.ts +0 -15
  157. package/build/models copy/country.entity.d.ts.map +0 -1
  158. package/build/models copy/country.entity.js +0 -96
  159. package/build/models copy/country.entity.js.map +0 -1
  160. package/build/models copy/index.d.ts +0 -42
  161. package/build/models copy/index.d.ts.map +0 -1
  162. package/build/models copy/index.js +0 -42
  163. package/build/models copy/index.js.map +0 -1
  164. package/build/models copy/log.entity.d.ts +0 -11
  165. package/build/models copy/log.entity.d.ts.map +0 -1
  166. package/build/models copy/log.entity.js +0 -63
  167. package/build/models copy/log.entity.js.map +0 -1
  168. package/build/models copy/member.entity.d.ts +0 -53
  169. package/build/models copy/member.entity.d.ts.map +0 -1
  170. package/build/models copy/member.entity.js +0 -322
  171. package/build/models copy/member.entity.js.map +0 -1
  172. package/build/models copy/news.entity.d.ts +0 -15
  173. package/build/models copy/news.entity.d.ts.map +0 -1
  174. package/build/models copy/news.entity.js +0 -87
  175. package/build/models copy/news.entity.js.map +0 -1
  176. package/build/models copy/order-file.entity.d.ts +0 -13
  177. package/build/models copy/order-file.entity.d.ts.map +0 -1
  178. package/build/models copy/order-file.entity.js +0 -74
  179. package/build/models copy/order-file.entity.js.map +0 -1
  180. package/build/models copy/order-item.entity.d.ts +0 -13
  181. package/build/models copy/order-item.entity.d.ts.map +0 -1
  182. package/build/models copy/order-item.entity.js +0 -70
  183. package/build/models copy/order-item.entity.js.map +0 -1
  184. package/build/models copy/order-progress-timeline.entity.d.ts +0 -11
  185. package/build/models copy/order-progress-timeline.entity.d.ts.map +0 -1
  186. package/build/models copy/order-progress-timeline.entity.js.map +0 -1
  187. package/build/models copy/order.entity.d.ts +0 -45
  188. package/build/models copy/order.entity.d.ts.map +0 -1
  189. package/build/models copy/order.entity.js +0 -271
  190. package/build/models copy/order.entity.js.map +0 -1
  191. package/build/models copy/page.entity.d.ts +0 -13
  192. package/build/models copy/page.entity.d.ts.map +0 -1
  193. package/build/models copy/page.entity.js +0 -75
  194. package/build/models copy/page.entity.js.map +0 -1
  195. package/build/models copy/product-document.entity.d.ts +0 -14
  196. package/build/models copy/product-document.entity.d.ts.map +0 -1
  197. package/build/models copy/product-document.entity.js +0 -76
  198. package/build/models copy/product-document.entity.js.map +0 -1
  199. package/build/models copy/product-picture.entity.d.ts +0 -8
  200. package/build/models copy/product-picture.entity.d.ts.map +0 -1
  201. package/build/models copy/product-picture.entity.js +0 -40
  202. package/build/models copy/product-picture.entity.js.map +0 -1
  203. package/build/models copy/product-sku.entity.d.ts +0 -15
  204. package/build/models copy/product-sku.entity.d.ts.map +0 -1
  205. package/build/models copy/product-sku.entity.js +0 -82
  206. package/build/models copy/product-sku.entity.js.map +0 -1
  207. package/build/models copy/product.entity.d.ts +0 -33
  208. package/build/models copy/product.entity.d.ts.map +0 -1
  209. package/build/models copy/product.entity.js +0 -187
  210. package/build/models copy/product.entity.js.map +0 -1
  211. package/build/models copy/recharge-record.entity.d.ts +0 -9
  212. package/build/models copy/recharge-record.entity.d.ts.map +0 -1
  213. package/build/models copy/recharge-record.entity.js +0 -50
  214. package/build/models copy/recharge-record.entity.js.map +0 -1
  215. package/build/models copy/remove-result.entity.d.ts +0 -4
  216. package/build/models copy/remove-result.entity.d.ts.map +0 -1
  217. package/build/models copy/remove-result.entity.js +0 -23
  218. package/build/models copy/remove-result.entity.js.map +0 -1
  219. package/build/models copy/roles.entity.d.ts +0 -6
  220. package/build/models copy/roles.entity.d.ts.map +0 -1
  221. package/build/models copy/roles.entity.js +0 -34
  222. package/build/models copy/roles.entity.js.map +0 -1
  223. package/build/models copy/service-fee.entity.d.ts +0 -19
  224. package/build/models copy/service-fee.entity.d.ts.map +0 -1
  225. package/build/models copy/service-fee.entity.js +0 -119
  226. package/build/models copy/service-fee.entity.js.map +0 -1
  227. package/build/models copy/service.entity.d.ts +0 -7
  228. package/build/models copy/service.entity.d.ts.map +0 -1
  229. package/build/models copy/service.entity.js +0 -40
  230. package/build/models copy/service.entity.js.map +0 -1
  231. package/build/models copy/setting-member-level.entity.d.ts +0 -14
  232. package/build/models copy/setting-member-level.entity.d.ts.map +0 -1
  233. package/build/models copy/setting-member-level.entity.js +0 -82
  234. package/build/models copy/setting-member-level.entity.js.map +0 -1
  235. package/build/models copy/token.entity.d.ts +0 -4
  236. package/build/models copy/token.entity.d.ts.map +0 -1
  237. package/build/models copy/token.entity.js +0 -23
  238. package/build/models copy/token.entity.js.map +0 -1
  239. package/build/models copy/trademark.entity.d.ts +0 -16
  240. package/build/models copy/trademark.entity.d.ts.map +0 -1
  241. package/build/models copy/trademark.entity.js +0 -88
  242. package/build/models copy/trademark.entity.js.map +0 -1
  243. package/build/models copy/user-profile.entity.d.ts +0 -15
  244. package/build/models copy/user-profile.entity.d.ts.map +0 -1
  245. package/build/models copy/user-profile.entity.js +0 -82
  246. package/build/models copy/user-profile.entity.js.map +0 -1
  247. package/build/models copy/users.entity.d.ts +0 -18
  248. package/build/models copy/users.entity.d.ts.map +0 -1
  249. package/build/models copy/users.entity.js +0 -103
  250. package/build/models copy/users.entity.js.map +0 -1
  251. package/build/models copy/visit-logs.entity.d.ts +0 -8
  252. package/build/models copy/visit-logs.entity.d.ts.map +0 -1
  253. package/build/models copy/visit-logs.entity.js +0 -40
  254. package/build/models copy/visit-logs.entity.js.map +0 -1
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, CaseFileEntity } from "../index.js";
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class CaseFileRepository extends AbstractRepository<CaseFileEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<CaseFileEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=case-file.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-file.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/case-file.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,kBAAmB,SAAQ,kBAAkB,CAAC,cAAc,CAAC;IACtE,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAuC;gBAE1B,gBAAgB,EAAE,UAAU,CAAC,cAAc,CAAC,EAC9E,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var CaseFileRepository_1;
14
+ import { AbstractRepository, CaseFileEntity } from "../index.js";
15
+ import { Logger, Injectable } from '@nestjs/common';
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let CaseFileRepository = CaseFileRepository_1 = class CaseFileRepository extends AbstractRepository {
19
+ logger = new Logger(CaseFileRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ CaseFileRepository = CaseFileRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(CaseFileEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], CaseFileRepository);
30
+ export { CaseFileRepository };
31
+ //# sourceMappingURL=case-file.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-file.repository.js","sourceRoot":"","sources":["../../src/repositories/case-file.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,kBAAkB,0BAAxB,MAAM,kBAAmB,SAAQ,kBAAkC;IACnD,MAAM,GAAG,IAAI,MAAM,CAAC,oBAAkB,CAAC,IAAI,CAAC,CAAC;IAChE,YACsC,gBAA4C,EAC9E,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AARY,kBAAkB;IAD9B,UAAU,EAAE;IAIJ,WAAA,gBAAgB,CAAC,cAAc,CAAC,CAAA;qCAAmB,UAAU;QAC/C,aAAa;GAJvB,kBAAkB,CAQ9B"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, CaseProgressTimelineEntity } from '../index.js';
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from 'typeorm';
4
+ export declare class CaseProgressTimelineRepository extends AbstractRepository<CaseProgressTimelineEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<CaseProgressTimelineEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=case-progress-timeline.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-progress-timeline.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/case-progress-timeline.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,0BAA0B,EAAmB,MAAM,aAAa,CAAC;AAC9F,OAAO,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,8BAA+B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAChG,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAmD;gBAG1E,gBAAgB,EAAE,UAAU,CAAC,0BAA0B,CAAC,EACxD,aAAa,EAAE,aAAa;CAI/B"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var CaseProgressTimelineRepository_1;
14
+ import { AbstractRepository, CaseProgressTimelineEntity, OrderFileEntity } from '../index.js';
15
+ import { Logger, Injectable } from '@nestjs/common';
16
+ import { InjectRepository } from '@nestjs/typeorm';
17
+ import { EntityManager, Repository } from 'typeorm';
18
+ let CaseProgressTimelineRepository = CaseProgressTimelineRepository_1 = class CaseProgressTimelineRepository extends AbstractRepository {
19
+ logger = new Logger(CaseProgressTimelineRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ CaseProgressTimelineRepository = CaseProgressTimelineRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(CaseProgressTimelineEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], CaseProgressTimelineRepository);
30
+ export { CaseProgressTimelineRepository };
31
+ //# sourceMappingURL=case-progress-timeline.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-progress-timeline.repository.js","sourceRoot":"","sources":["../../src/repositories/case-progress-timeline.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9F,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,8BAA8B,sCAApC,MAAM,8BAA+B,SAAQ,kBAA8C;IAC7E,MAAM,GAAG,IAAI,MAAM,CAAC,gCAA8B,CAAC,IAAI,CAAC,CAAC;IAC5E,YAEE,gBAAwD,EACxD,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IACzC,CAAC;CACF,CAAA;AATY,8BAA8B;IAD1C,UAAU,EAAE;IAIR,WAAA,gBAAgB,CAAC,0BAA0B,CAAC,CAAA;qCAC3B,UAAU;QACb,aAAa;GALnB,8BAA8B,CAS1C"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, CaseEntity } from "../index.js";
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class CaseRepository extends AbstractRepository<CaseEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<CaseEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=case.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/case.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,cAAe,SAAQ,kBAAkB,CAAC,UAAU,CAAC;IAC9D,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAmC;gBAE1B,gBAAgB,EAAE,UAAU,CAAC,UAAU,CAAC,EACtE,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var CaseRepository_1;
14
+ import { AbstractRepository, CaseEntity } from "../index.js";
15
+ import { Logger, Injectable } from '@nestjs/common';
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let CaseRepository = CaseRepository_1 = class CaseRepository extends AbstractRepository {
19
+ logger = new Logger(CaseRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ CaseRepository = CaseRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(CaseEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], CaseRepository);
30
+ export { CaseRepository };
31
+ //# sourceMappingURL=case.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case.repository.js","sourceRoot":"","sources":["../../src/repositories/case.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,cAAc,sBAApB,MAAM,cAAe,SAAQ,kBAA8B;IAC3C,MAAM,GAAG,IAAI,MAAM,CAAC,gBAAc,CAAC,IAAI,CAAC,CAAC;IAC5D,YACkC,gBAAwC,EACtE,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AARY,cAAc;IAD1B,UAAU,EAAE;IAIJ,WAAA,gBAAgB,CAAC,UAAU,CAAC,CAAA;qCAAmB,UAAU;QAC3C,aAAa;GAJvB,cAAc,CAQ1B"}
@@ -1,4 +1,5 @@
1
1
  export * from './orders.repository.ts';
2
+ export * from './order-file.repository.ts';
2
3
  export * from './service.repository.ts';
3
4
  export * from './service-fee.repository.ts';
4
5
  export * from './setting-member-grade.repository.ts';
@@ -20,4 +21,7 @@ export * from './member-register-captcha.repository.ts';
20
21
  export * from './continent.repository.ts';
21
22
  export * from './project.repository.ts';
22
23
  export * from './exchange-rate.repository.ts';
24
+ export * from './case.repository.ts';
25
+ export * from './case-file.repository.ts';
26
+ export * from './case-progress-timeline.repository.ts';
23
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/repositories/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/repositories/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAA"}
@@ -1,4 +1,5 @@
1
1
  export * from "./orders.repository.js";
2
+ export * from "./order-file.repository.js";
2
3
  export * from "./service.repository.js";
3
4
  export * from "./service-fee.repository.js";
4
5
  export * from "./setting-member-grade.repository.js";
@@ -20,4 +21,7 @@ export * from "./member-register-captcha.repository.js";
20
21
  export * from "./continent.repository.js";
21
22
  export * from "./project.repository.js";
22
23
  export * from "./exchange-rate.repository.js";
24
+ export * from "./case.repository.js";
25
+ export * from "./case-file.repository.js";
26
+ export * from "./case-progress-timeline.repository.js";
23
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/repositories/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/repositories/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, OrderFileEntity } from "../index.js";
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class OrderFileRepository extends AbstractRepository<OrderFileEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<OrderFileEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=order-file.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-file.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/order-file.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,mBAAoB,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IACxE,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAwC;gBAE1B,gBAAgB,EAAE,UAAU,CAAC,eAAe,CAAC,EAChF,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var OrderFileRepository_1;
14
+ import { AbstractRepository, OrderFileEntity } from "../index.js";
15
+ import { Logger, Injectable } from '@nestjs/common';
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let OrderFileRepository = OrderFileRepository_1 = class OrderFileRepository extends AbstractRepository {
19
+ logger = new Logger(OrderFileRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ OrderFileRepository = OrderFileRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(OrderFileEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], OrderFileRepository);
30
+ export { OrderFileRepository };
31
+ //# sourceMappingURL=order-file.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-file.repository.js","sourceRoot":"","sources":["../../src/repositories/order-file.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,mBAAmB,2BAAzB,MAAM,mBAAoB,SAAQ,kBAAmC;IACrD,MAAM,GAAG,IAAI,MAAM,CAAC,qBAAmB,CAAC,IAAI,CAAC,CAAC;IACjE,YACuC,gBAA6C,EAChF,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AARY,mBAAmB;IAD/B,UAAU,EAAE;IAIJ,WAAA,gBAAgB,CAAC,eAAe,CAAC,CAAA;qCAAmB,UAAU;QAChD,aAAa;GAJvB,mBAAmB,CAQ/B"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, TodoEntity } from "../index.js";
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class TodoRepository extends AbstractRepository<TodoEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<TodoEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=todo.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"todo.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/todo.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,cAAe,SAAQ,kBAAkB,CAAC,UAAU,CAAC;IAC9D,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAmC;gBAE1B,gBAAgB,EAAE,UAAU,CAAC,UAAU,CAAC,EACtE,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var TodoRepository_1;
14
+ import { AbstractRepository, TodoEntity } from "../index.js";
15
+ import { Logger, Injectable } from '@nestjs/common';
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let TodoRepository = TodoRepository_1 = class TodoRepository extends AbstractRepository {
19
+ logger = new Logger(TodoRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ TodoRepository = TodoRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(TodoEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], TodoRepository);
30
+ export { TodoRepository };
31
+ //# sourceMappingURL=todo.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"todo.repository.js","sourceRoot":"","sources":["../../src/repositories/todo.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,cAAc,sBAApB,MAAM,cAAe,SAAQ,kBAA8B;IAC3C,MAAM,GAAG,IAAI,MAAM,CAAC,gBAAc,CAAC,IAAI,CAAC,CAAC;IAC5D,YACkC,gBAAwC,EACtE,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AARY,cAAc;IAD1B,UAAU,EAAE;IAIJ,WAAA,gBAAgB,CAAC,UAAU,CAAC,CAAA;qCAAmB,UAAU;QAC3C,aAAa;GAJvB,cAAc,CAQ1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hugo.ye/common",
3
- "version": "1.0.75",
3
+ "version": "1.0.79",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -1 +0,0 @@
1
- {"version":3,"file":"order-progress-timeline.entity.d.ts","sourceRoot":"","sources":["../../src/models/order-progress-timeline.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAyC,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AAE/E,qBAGa,2BAA4B,SAAQ,cAAc,CAAC,2BAA2B,CAAC;IAG1F,IAAI,EAAE,MAAM,CAAC;IAIb,IAAI,EAAE,IAAI,CAAC;IAIX,MAAM,EAAE,MAAM,CAAC;IAIf,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IASlB,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC;CAC9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"order-progress-timeline.entity.js","sourceRoot":"","sources":["../../src/models/order-progress-timeline.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAiB,MAAM,SAAS,CAAC;AAKxE,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,cAA2C;IAG1F,IAAI,CAAS;IAIb,IAAI,CAAO;IAIX,MAAM,CAAS;IAIf,WAAW,CAAO;IAIlB,SAAS,CAAS;IASlB,KAAK,CAAwB;CAC9B,CAAA;AA1BC;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;yDACK;AAIb;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAChC,IAAI;yDAAC;AAIX;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACX;AAIf;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;gEAAC;AAIlB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACR;AASlB;IAPC,SAAS,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,EAAE;QACxD,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,KAAK,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5C,SAAS,CAAC,YAAY,CAAC;IACvB,UAAU,EAAE;;0DACgB;AA5BlB,2BAA2B;IAHvC,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,0DAA0D,CAAC;GACzD,2BAA2B,CA6BvC"}
@@ -1,11 +0,0 @@
1
- import { type Relation } from "typeorm";
2
- import { AbstractEntity, BannerEntity } from "../index.js";
3
- export declare class BannerItemEntity extends AbstractEntity<BannerItemEntity> {
4
- picture?: string;
5
- title?: string;
6
- description?: string;
7
- linkUrl?: string;
8
- sortNum?: number;
9
- banner?: Relation<BannerEntity>;
10
- }
11
- //# sourceMappingURL=banner-item.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"banner-item.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/banner-item.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAA6B,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3D,qBAGa,gBAAiB,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IAGlE,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,MAAM,CAAC,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAC;CAEnC"}
@@ -1,58 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- 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;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
11
- import { Column, Entity, ManyToOne } from "typeorm";
12
- import { AbstractEntity, BannerEntity } from "../index.js";
13
- let BannerItemEntity = class BannerItemEntity extends AbstractEntity {
14
- picture;
15
- title;
16
- description;
17
- linkUrl;
18
- sortNum;
19
- banner;
20
- };
21
- __decorate([
22
- Column(),
23
- Field(),
24
- __metadata("design:type", String)
25
- ], BannerItemEntity.prototype, "picture", void 0);
26
- __decorate([
27
- Column({ nullable: true }),
28
- Field({ nullable: true }),
29
- __metadata("design:type", String)
30
- ], BannerItemEntity.prototype, "title", void 0);
31
- __decorate([
32
- Column({ nullable: true }),
33
- Field({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], BannerItemEntity.prototype, "description", void 0);
36
- __decorate([
37
- Column({ nullable: true }),
38
- Field({ nullable: true }),
39
- __metadata("design:type", String)
40
- ], BannerItemEntity.prototype, "linkUrl", void 0);
41
- __decorate([
42
- Column({ default: 0 }),
43
- Field({ defaultValue: 0 }),
44
- __metadata("design:type", Number)
45
- ], BannerItemEntity.prototype, "sortNum", void 0);
46
- __decorate([
47
- ManyToOne(() => BannerEntity, banner => banner.items, { onDelete: 'CASCADE' }),
48
- Field(() => BannerEntity, { nullable: true }),
49
- Directive('@shareable'),
50
- __metadata("design:type", Object)
51
- ], BannerItemEntity.prototype, "banner", void 0);
52
- BannerItemEntity = __decorate([
53
- Entity(),
54
- ObjectType(),
55
- Directive('@key(fields:"id,title,picture,description,linkUrl,sortNum")')
56
- ], BannerItemEntity);
57
- export { BannerItemEntity };
58
- //# sourceMappingURL=banner-item.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"banner-item.entity.js","sourceRoot":"","sources":["../../src/models copy/banner-item.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAiB,MAAM,SAAS,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKpD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,cAAgC;IAGlE,OAAO,CAAU;IAIjB,KAAK,CAAU;IAIf,WAAW,CAAU;IAIrB,OAAO,CAAU;IAIjB,OAAO,CAAU;IAKjB,MAAM,CAA0B;CAEnC,CAAA;AAvBG;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;iDACS;AAIjB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACX;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACL;AAIrB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACT;AAIjB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;iDACV;AAKjB;IAHC,SAAS,CAAC,GAAG,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC9E,KAAK,CAAC,GAAG,EAAE,CAAC,YAAY,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,SAAS,CAAC,YAAY,CAAC;;gDACQ;AAxBvB,gBAAgB;IAH5B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,6DAA6D,CAAC;GAC5D,gBAAgB,CA0B5B"}
@@ -1,11 +0,0 @@
1
- import { AbstractEntity, BannerItemEntity } from "../index.js";
2
- export declare class BannerEntity extends AbstractEntity<BannerEntity> {
3
- title?: string;
4
- linkCode?: string;
5
- width?: number;
6
- height?: number;
7
- createdDate?: Date;
8
- createdBy: string;
9
- items: BannerItemEntity[];
10
- }
11
- //# sourceMappingURL=banner.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"banner.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/banner.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/D,qBAGa,YAAa,SAAQ,cAAc,CAAC,YAAY,CAAC;IAI1D,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,WAAW,CAAC,EAAE,IAAI,CAAA;IAIlB,SAAS,EAAE,MAAM,CAAC;IAMlB,KAAK,EAAE,gBAAgB,EAAE,CAAA;CAC5B"}
@@ -1,65 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- 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;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
11
- import { Column, Entity, JoinTable, OneToMany } from "typeorm";
12
- import { AbstractEntity, BannerItemEntity } from "../index.js";
13
- let BannerEntity = class BannerEntity extends AbstractEntity {
14
- title;
15
- linkCode;
16
- width;
17
- height;
18
- createdDate;
19
- createdBy;
20
- items;
21
- };
22
- __decorate([
23
- Column(),
24
- Field(),
25
- __metadata("design:type", String)
26
- ], BannerEntity.prototype, "title", void 0);
27
- __decorate([
28
- Column({ nullable: true }),
29
- Field({ nullable: true }),
30
- __metadata("design:type", String)
31
- ], BannerEntity.prototype, "linkCode", void 0);
32
- __decorate([
33
- Column({ default: 0 }),
34
- Field({ defaultValue: 0 }),
35
- __metadata("design:type", Number)
36
- ], BannerEntity.prototype, "width", void 0);
37
- __decorate([
38
- Column({ default: 0 }),
39
- Field({ defaultValue: 0 }),
40
- __metadata("design:type", Number)
41
- ], BannerEntity.prototype, "height", void 0);
42
- __decorate([
43
- Column(),
44
- Field(() => Date, { nullable: true }),
45
- __metadata("design:type", Date)
46
- ], BannerEntity.prototype, "createdDate", void 0);
47
- __decorate([
48
- Column(),
49
- Field({ nullable: true }),
50
- __metadata("design:type", String)
51
- ], BannerEntity.prototype, "createdBy", void 0);
52
- __decorate([
53
- OneToMany(() => BannerItemEntity, item => item.banner, { nullable: true, cascade: true }),
54
- JoinTable(),
55
- Field(() => [BannerItemEntity], { nullable: true }),
56
- Directive('@shareable'),
57
- __metadata("design:type", Array)
58
- ], BannerEntity.prototype, "items", void 0);
59
- BannerEntity = __decorate([
60
- Entity(),
61
- ObjectType(),
62
- Directive('@key(fields:"id,title,linkCode,width,height,createdDate,createdBy")')
63
- ], BannerEntity);
64
- export { BannerEntity };
65
- //# sourceMappingURL=banner.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"banner.entity.js","sourceRoot":"","sources":["../../src/models copy/banner.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAKxD,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,cAA4B;IAI1D,KAAK,CAAU;IAIf,QAAQ,CAAU;IAIlB,KAAK,CAAU;IAIf,MAAM,CAAU;IAIhB,WAAW,CAAO;IAIlB,SAAS,CAAS;IAMlB,KAAK,CAAoB;CAC5B,CAAA;AA3BG;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;2CACO;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACR;AAIlB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;2CACZ;AAIf;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;4CACX;AAIhB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACxB,IAAI;iDAAA;AAIlB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACR;AAMlB;IAJC,SAAS,CAAC,GAAG,EAAE,CAAC,gBAAgB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IACzF,SAAS,EAAE;IACX,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,gBAAgB,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACnD,SAAS,CAAC,YAAY,CAAC;;2CACC;AA9BhB,YAAY;IAHxB,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,qEAAqE,CAAC;GACpE,YAAY,CA+BxB"}
@@ -1,13 +0,0 @@
1
- import { AbstractEntity, ProductEntity } from "../index.js";
2
- export declare class BrandEntity extends AbstractEntity<BrandEntity> {
3
- name: string;
4
- sortNumber: number;
5
- sortId: string;
6
- depth: number;
7
- logo: string;
8
- picture: string;
9
- website: string;
10
- parentId: number;
11
- products: ProductEntity[];
12
- }
13
- //# sourceMappingURL=brand.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brand.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/brand.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAI5D,qBAGa,WAAY,SAAQ,cAAc,CAAC,WAAW,CAAC;IAGxD,IAAI,EAAE,MAAM,CAAC;IAIb,UAAU,EAAE,MAAM,CAAC;IAInB,MAAM,EAAE,MAAM,CAAC;IAIf,KAAK,EAAE,MAAM,CAAC;IAId,IAAI,EAAE,MAAM,CAAC;IAIb,OAAO,EAAE,MAAM,CAAC;IAIhB,OAAO,EAAE,MAAM,CAAC;IAIhB,QAAQ,EAAE,MAAM,CAAC;IAMjB,QAAQ,EAAE,aAAa,EAAE,CAAA;CAC5B"}
@@ -1,77 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- 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;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { AbstractEntity, ProductEntity } from "../index.js";
11
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
12
- import { Column, Entity, JoinTable, OneToMany } from "typeorm";
13
- let BrandEntity = class BrandEntity extends AbstractEntity {
14
- name;
15
- sortNumber;
16
- sortId;
17
- depth;
18
- logo;
19
- picture;
20
- website;
21
- parentId;
22
- products;
23
- };
24
- __decorate([
25
- Column(),
26
- Field(),
27
- __metadata("design:type", String)
28
- ], BrandEntity.prototype, "name", void 0);
29
- __decorate([
30
- Column({ default: 0 }),
31
- Field({ defaultValue: 0 }),
32
- __metadata("design:type", Number)
33
- ], BrandEntity.prototype, "sortNumber", void 0);
34
- __decorate([
35
- Column({ nullable: true }),
36
- Field({ nullable: true }),
37
- __metadata("design:type", String)
38
- ], BrandEntity.prototype, "sortId", void 0);
39
- __decorate([
40
- Column({ default: 0 }),
41
- Field({ defaultValue: 0 }),
42
- __metadata("design:type", Number)
43
- ], BrandEntity.prototype, "depth", void 0);
44
- __decorate([
45
- Column({ nullable: true }),
46
- Field({ nullable: true }),
47
- __metadata("design:type", String)
48
- ], BrandEntity.prototype, "logo", void 0);
49
- __decorate([
50
- Column({ nullable: true }),
51
- Field({ nullable: true }),
52
- __metadata("design:type", String)
53
- ], BrandEntity.prototype, "picture", void 0);
54
- __decorate([
55
- Column({ nullable: true }),
56
- Field({ nullable: true }),
57
- __metadata("design:type", String)
58
- ], BrandEntity.prototype, "website", void 0);
59
- __decorate([
60
- Column({ default: 0 }),
61
- Field({ defaultValue: 0 }),
62
- __metadata("design:type", Number)
63
- ], BrandEntity.prototype, "parentId", void 0);
64
- __decorate([
65
- OneToMany(() => ProductEntity, product => product.brand, { nullable: true }),
66
- JoinTable(),
67
- Field(() => [ProductEntity], { nullable: true }),
68
- Directive('@shareable'),
69
- __metadata("design:type", Array)
70
- ], BrandEntity.prototype, "products", void 0);
71
- BrandEntity = __decorate([
72
- ObjectType(),
73
- Entity(),
74
- Directive('@key(fields:"id,name,sortNumber,sortId,depth,logo,picture,website,parentId")')
75
- ], BrandEntity);
76
- export { BrandEntity };
77
- //# sourceMappingURL=brand.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brand.entity.js","sourceRoot":"","sources":["../../src/models copy/brand.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAKxD,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,cAA2B;IAGxD,IAAI,CAAS;IAIb,UAAU,CAAS;IAInB,MAAM,CAAS;IAIf,KAAK,CAAS;IAId,IAAI,CAAS;IAIb,OAAO,CAAS;IAIhB,OAAO,CAAS;IAIhB,QAAQ,CAAS;IAMjB,QAAQ,CAAiB;CAC5B,CAAA;AAnCG;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;yCACK;AAIb;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;+CACR;AAInB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACX;AAIf;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;0CACb;AAId;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCACb;AAIb;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACV;AAIhB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACV;AAIhB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;6CACV;AAMjB;IAJC,SAAS,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5E,SAAS,EAAE;IACX,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,aAAa,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAChD,SAAS,CAAC,YAAY,CAAC;;6CACC;AArChB,WAAW;IAHvB,UAAU,EAAE;IACZ,MAAM,EAAE;IACR,SAAS,CAAC,8EAA8E,CAAC;GAC7E,WAAW,CAsCvB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=campaign-category.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"campaign-category.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/campaign-category.entity.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=campaign-category.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"campaign-category.entity.js","sourceRoot":"","sources":["../../src/models copy/campaign-category.entity.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- import { type Relation } from "typeorm";
2
- import { CampaignEntity, AbstractEntity } from "../index.js";
3
- export declare class CampaignItemEntity extends AbstractEntity<CampaignItemEntity> {
4
- name: string;
5
- email: string;
6
- mobile: string;
7
- picture: string;
8
- introduce: string;
9
- createdDate: Date;
10
- campaign: Relation<CampaignEntity>;
11
- }
12
- //# sourceMappingURL=campaign-items.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"campaign-items.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/campaign-items.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7D,qBAGa,kBAAmB,SAAQ,cAAc,CAAC,kBAAkB,CAAC;IAItE,IAAI,EAAE,MAAM,CAAC;IAIb,KAAK,EAAE,MAAM,CAAC;IAId,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,MAAM,CAAC;IAIhB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAKlB,QAAQ,EAAE,QAAQ,CAAC,cAAc,CAAC,CAAA;CAErC"}