@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
@@ -1,119 +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, JoinColumn, ManyToOne } from 'typeorm';
12
- import { AbstractEntity, CountryEntity } from '../index.js';
13
- import { ServiceEntity } from "./service.entity.js";
14
- let ServiceFeeEntity = class ServiceFeeEntity extends AbstractEntity {
15
- // 根据申请数量范围设定不同的价格
16
- // 数量范围设置,开始数量
17
- qtyFrom;
18
- // 数量范围设置,结束数量
19
- qtyTo;
20
- // 官方规定费用
21
- officialFee;
22
- percentage;
23
- calculationMethod; // 官方服务费计算方式: 1(固定金额)2(递增固定金额,如每件增加50元)3(倍增,即乘以件数)
24
- // 律师直通提交价
25
- attorneyDirectFilingFee;
26
- // 律师最优中标价
27
- attorneyOptimalFee;
28
- // INIPA 服务费
29
- inipaFee;
30
- // 附加费用
31
- optionalFee;
32
- // 附加费用原因
33
- optionalFeeReason;
34
- // 备注
35
- remark;
36
- service;
37
- country;
38
- };
39
- __decorate([
40
- Column({ default: 1 }),
41
- Field({ defaultValue: 1 }),
42
- __metadata("design:type", Number)
43
- ], ServiceFeeEntity.prototype, "qtyFrom", void 0);
44
- __decorate([
45
- Column({ default: 1 }),
46
- Field({ defaultValue: 1 }),
47
- __metadata("design:type", Number)
48
- ], ServiceFeeEntity.prototype, "qtyTo", void 0);
49
- __decorate([
50
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
51
- Field({ defaultValue: 0 }),
52
- __metadata("design:type", Number)
53
- ], ServiceFeeEntity.prototype, "officialFee", void 0);
54
- __decorate([
55
- Column({ default: 100, comment: '按官方规定费用的百分之几' }),
56
- Field({ defaultValue: 100 }),
57
- __metadata("design:type", Number)
58
- ], ServiceFeeEntity.prototype, "percentage", void 0);
59
- __decorate([
60
- Column({ default: 1 }),
61
- Field({ defaultValue: 1 }),
62
- __metadata("design:type", Number)
63
- ], ServiceFeeEntity.prototype, "calculationMethod", void 0);
64
- __decorate([
65
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
66
- Field({ defaultValue: 0 }),
67
- __metadata("design:type", Number)
68
- ], ServiceFeeEntity.prototype, "attorneyDirectFilingFee", void 0);
69
- __decorate([
70
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
71
- Field({ defaultValue: 0 }),
72
- __metadata("design:type", Number)
73
- ], ServiceFeeEntity.prototype, "attorneyOptimalFee", void 0);
74
- __decorate([
75
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
76
- Field({ defaultValue: 0 }),
77
- __metadata("design:type", Number)
78
- ], ServiceFeeEntity.prototype, "inipaFee", void 0);
79
- __decorate([
80
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
81
- Field({ defaultValue: 0 }),
82
- __metadata("design:type", Number)
83
- ], ServiceFeeEntity.prototype, "optionalFee", void 0);
84
- __decorate([
85
- Column({ nullable: true }),
86
- Field({ nullable: true }),
87
- __metadata("design:type", String)
88
- ], ServiceFeeEntity.prototype, "optionalFeeReason", void 0);
89
- __decorate([
90
- Column({ nullable: true }),
91
- Field({ nullable: true }),
92
- __metadata("design:type", String)
93
- ], ServiceFeeEntity.prototype, "remark", void 0);
94
- __decorate([
95
- ManyToOne(() => ServiceEntity, (service) => service.fees, {
96
- onDelete: 'CASCADE',
97
- nullable: true,
98
- }),
99
- Field(() => ServiceEntity, { nullable: true }),
100
- Directive('@shareable'),
101
- __metadata("design:type", Object)
102
- ], ServiceFeeEntity.prototype, "service", void 0);
103
- __decorate([
104
- ManyToOne(() => CountryEntity, (country) => country.fees, {
105
- cascade: true,
106
- nullable: true,
107
- }),
108
- Field(() => CountryEntity, { nullable: true }),
109
- Directive('@shareable'),
110
- JoinColumn(),
111
- __metadata("design:type", Object)
112
- ], ServiceFeeEntity.prototype, "country", void 0);
113
- ServiceFeeEntity = __decorate([
114
- Entity(),
115
- ObjectType(),
116
- Directive('@key(fields:"id,qtyFrom,qtyTo,percentage,calculationMethod,officialFee,attorneyDirectFilingFee,attorneyOptimalFee,inipaFee,optionalFee,optionalFeeReason,remark")')
117
- ], ServiceFeeEntity);
118
- export { ServiceFeeEntity };
119
- //# sourceMappingURL=service-fee.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-fee.entity.js","sourceRoot":"","sources":["../../src/models copy/service-fee.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,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;AAC/E,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAO7C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,cAAgC;IACpE,kBAAkB;IAClB,cAAc;IAGd,OAAO,CAAS;IAChB,cAAc;IAGd,KAAK,CAAS;IAEd,SAAS;IAGT,WAAW,CAAS;IAIpB,UAAU,CAAS;IAInB,iBAAiB,CAAS,CAAC,kDAAkD;IAE7E,UAAU;IAGV,uBAAuB,CAAS;IAEhC,UAAU;IAGV,kBAAkB,CAAS;IAE3B,YAAY;IAGZ,QAAQ,CAAS;IAEjB,OAAO;IAGP,WAAW,CAAS;IAEpB,SAAS;IAGT,iBAAiB,CAAS;IAE1B,KAAK;IAGL,MAAM,CAAS;IAQf,OAAO,CAA0B;IASjC,OAAO,CAA0B;CAClC,CAAA;AAjEC;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;iDACX;AAIhB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;+CACb;AAKd;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;qDACP;AAIpB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,cAAc,EAAE,CAAC;IACjD,KAAK,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,CAAC;;oDACV;AAInB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;2DACD;AAK1B;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;iEACK;AAKhC;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;4DACA;AAK3B;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;kDACV;AAKjB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;qDACP;AAKpB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACA;AAK1B;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACX;AAQf;IANC,SAAS,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE;QACzD,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,KAAK,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,SAAS,CAAC,YAAY,CAAC;;iDACS;AASjC;IAPC,SAAS,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE;QACzD,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,KAAK,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,SAAS,CAAC,YAAY,CAAC;IACvB,UAAU,EAAE;;iDACoB;AArEtB,gBAAgB;IAL5B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CACR,mKAAmK,CACpK;GACY,gBAAgB,CAsE5B"}
@@ -1,7 +0,0 @@
1
- import { AbstractEntity } from '../index.js';
2
- import { ServiceFeeEntity } from './service-fee.entity.ts';
3
- export declare class ServiceEntity extends AbstractEntity<ServiceEntity> {
4
- name: string;
5
- fees: ServiceFeeEntity[];
6
- }
7
- //# sourceMappingURL=service.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/service.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAmB,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,qBAGa,aAAc,SAAQ,cAAc,CAAC,aAAa,CAAC;IAI9D,IAAI,EAAE,MAAM,CAAC;IASb,IAAI,EAAE,gBAAgB,EAAE,CAAC;CAC1B"}
@@ -1,40 +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, Index, JoinTable, OneToMany } from 'typeorm';
12
- import { AbstractEntity, ContinentEntity } from '../index.js';
13
- import { ServiceFeeEntity } from "./service-fee.entity.js";
14
- let ServiceEntity = class ServiceEntity extends AbstractEntity {
15
- name;
16
- fees;
17
- };
18
- __decorate([
19
- Column(),
20
- Field(),
21
- Index('name-idx'),
22
- __metadata("design:type", String)
23
- ], ServiceEntity.prototype, "name", void 0);
24
- __decorate([
25
- OneToMany(() => ServiceFeeEntity, (fee) => fee.service, {
26
- nullable: true,
27
- cascade: true,
28
- }),
29
- JoinTable(),
30
- Directive('@shareable'),
31
- Field(() => [ServiceFeeEntity], { nullable: true }),
32
- __metadata("design:type", Array)
33
- ], ServiceEntity.prototype, "fees", void 0);
34
- ServiceEntity = __decorate([
35
- Entity(),
36
- ObjectType(),
37
- Directive('@key(fields:"id,name")')
38
- ], ServiceEntity);
39
- export { ServiceEntity };
40
- //# sourceMappingURL=service.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service.entity.js","sourceRoot":"","sources":["../../src/models copy/service.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAKpD,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,cAA6B;IAI9D,IAAI,CAAS;IASb,IAAI,CAAqB;CAC1B,CAAA;AAVC;IAHC,MAAM,EAAE;IACR,KAAK,EAAE;IACP,KAAK,CAAC,UAAU,CAAC;;2CACL;AASb;IAPC,SAAS,CAAC,GAAG,EAAE,CAAC,gBAAgB,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE;QACvD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,IAAI;KACd,CAAC;IACD,SAAS,EAAE;IACX,SAAS,CAAC,YAAY,CAAC;IACvB,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,gBAAgB,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC3B;AAbd,aAAa;IAHzB,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,wBAAwB,CAAC;GACvB,aAAa,CAczB"}
@@ -1,14 +0,0 @@
1
- import { AbstractEntity } from '../index.js';
2
- export declare class SettingMemberLevelEntity extends AbstractEntity<SettingMemberLevelEntity> {
3
- name: string;
4
- description: string;
5
- inipaFee: number;
6
- totalSpending: number;
7
- purchaseAmount: number;
8
- certification: boolean;
9
- createdDate: Date;
10
- createdBy: string;
11
- updatedDate: Date;
12
- updatedBy: string;
13
- }
14
- //# sourceMappingURL=setting-member-level.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setting-member-level.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/setting-member-level.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAI7C,qBAKa,wBAAyB,SAAQ,cAAc,CAAC,wBAAwB,CAAC;IAIpF,IAAI,EAAE,MAAM,CAAC;IAIb,WAAW,EAAE,MAAM,CAAC;IAIpB,QAAQ,EAAE,MAAM,CAAC;IAIjB,aAAa,EAAE,MAAM,CAAC;IAItB,cAAc,EAAE,MAAM,CAAC;IAIvB,aAAa,EAAE,OAAO,CAAC;IAIvB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -1,82 +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 } from '../index.js';
11
- import { Directive, Field, ObjectType } from '@nestjs/graphql';
12
- import { Column, Entity, Index } from 'typeorm';
13
- let SettingMemberLevelEntity = class SettingMemberLevelEntity extends AbstractEntity {
14
- name; // 等级名称
15
- description; // 描述说明
16
- inipaFee; // INIPA对应服务费
17
- totalSpending; //累计消费
18
- purchaseAmount; // 购买等级金额
19
- certification; // 是否需要认证
20
- createdDate;
21
- createdBy;
22
- updatedDate;
23
- updatedBy;
24
- };
25
- __decorate([
26
- Column(),
27
- Field(),
28
- Index('name-idx'),
29
- __metadata("design:type", String)
30
- ], SettingMemberLevelEntity.prototype, "name", void 0);
31
- __decorate([
32
- Column({ nullable: true }),
33
- Field({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], SettingMemberLevelEntity.prototype, "description", void 0);
36
- __decorate([
37
- Column({ type: 'decimal', precision: 10, scale: 2 }),
38
- Field(),
39
- __metadata("design:type", Number)
40
- ], SettingMemberLevelEntity.prototype, "inipaFee", void 0);
41
- __decorate([
42
- Column({ type: 'decimal', precision: 10, scale: 2 }),
43
- Field(),
44
- __metadata("design:type", Number)
45
- ], SettingMemberLevelEntity.prototype, "totalSpending", void 0);
46
- __decorate([
47
- Column({ type: 'decimal', precision: 10, scale: 2 }),
48
- Field(),
49
- __metadata("design:type", Number)
50
- ], SettingMemberLevelEntity.prototype, "purchaseAmount", void 0);
51
- __decorate([
52
- Column({ default: false }),
53
- Field({ defaultValue: false }),
54
- __metadata("design:type", Boolean)
55
- ], SettingMemberLevelEntity.prototype, "certification", void 0);
56
- __decorate([
57
- Column(),
58
- Field(() => Date, { nullable: true }),
59
- __metadata("design:type", Date)
60
- ], SettingMemberLevelEntity.prototype, "createdDate", void 0);
61
- __decorate([
62
- Column(),
63
- Field({ nullable: true }),
64
- __metadata("design:type", String)
65
- ], SettingMemberLevelEntity.prototype, "createdBy", void 0);
66
- __decorate([
67
- Column({ nullable: true }),
68
- Field(() => Date, { nullable: true }),
69
- __metadata("design:type", Date)
70
- ], SettingMemberLevelEntity.prototype, "updatedDate", void 0);
71
- __decorate([
72
- Column({ nullable: true }),
73
- Field({ nullable: true }),
74
- __metadata("design:type", String)
75
- ], SettingMemberLevelEntity.prototype, "updatedBy", void 0);
76
- SettingMemberLevelEntity = __decorate([
77
- Entity(),
78
- ObjectType(),
79
- Directive('@key(fields:"id,name,description,inipaFee,totalSpending,purchaseAmount,certification,createdDate,createdBy,updatedDate,updatedBy")')
80
- ], SettingMemberLevelEntity);
81
- export { SettingMemberLevelEntity };
82
- //# sourceMappingURL=setting-member-level.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setting-member-level.entity.js","sourceRoot":"","sources":["../../src/models copy/setting-member-level.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAOzC,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,cAAwC;IAIpF,IAAI,CAAS,CAAC,OAAO;IAIrB,WAAW,CAAS,CAAC,OAAO;IAI5B,QAAQ,CAAS,CAAC,aAAa;IAI/B,aAAa,CAAS,CAAC,MAAM;IAI7B,cAAc,CAAS,CAAC,SAAS;IAIjC,aAAa,CAAU,CAAC,SAAS;IAIjC,WAAW,CAAO;IAIlB,SAAS,CAAS;IAIlB,WAAW,CAAO;IAIlB,SAAS,CAAS;CACnB,CAAA;AArCC;IAHC,MAAM,EAAE;IACR,KAAK,EAAE;IACP,KAAK,CAAC,UAAU,CAAC;;sDACL;AAIb;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACN;AAIpB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;0DACS;AAIjB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;+DACc;AAItB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;gEACe;AAIvB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC;;+DACR;AAIvB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;6DAAC;AAIlB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;6DAAC;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAxCP,wBAAwB;IALpC,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CACR,oIAAoI,CACrI;GACY,wBAAwB,CAyCpC"}
@@ -1,4 +0,0 @@
1
- export declare class TokenEntity {
2
- token: string;
3
- }
4
- //# sourceMappingURL=token.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"token.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/token.entity.ts"],"names":[],"mappings":"AAEA,qBAEa,WAAW;IAEpB,KAAK,EAAE,MAAM,CAAC;CACjB"}
@@ -1,23 +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
- let TokenEntity = class TokenEntity {
12
- token;
13
- };
14
- __decorate([
15
- Field(),
16
- __metadata("design:type", String)
17
- ], TokenEntity.prototype, "token", void 0);
18
- TokenEntity = __decorate([
19
- ObjectType(),
20
- Directive('@key(fields:"token")')
21
- ], TokenEntity);
22
- export { TokenEntity };
23
- //# sourceMappingURL=token.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"token.entity.js","sourceRoot":"","sources":["../../src/models copy/token.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIxD,IAAM,WAAW,GAAjB,MAAM,WAAW;IAEpB,KAAK,CAAS;CACjB,CAAA;AADG;IADC,KAAK,EAAE;;0CACM;AAFL,WAAW;IAFvB,UAAU,EAAE;IACZ,SAAS,CAAC,sBAAsB,CAAC;GACrB,WAAW,CAGvB"}
@@ -1,16 +0,0 @@
1
- import { AbstractEntity, OrderEntity } from '../index.js';
2
- import { type Relation } from 'typeorm';
3
- export declare class TrademarkEntity extends AbstractEntity<TrademarkEntity> {
4
- number: string;
5
- guidelinesAndRequirements: string;
6
- localAttorneyFeeTire: string;
7
- service: string;
8
- quantity: number;
9
- trademarkName: string;
10
- applicantName: string;
11
- priorityClaim: boolean;
12
- servicesList: string;
13
- remark: string;
14
- order: Relation<OrderEntity>;
15
- }
16
- //# sourceMappingURL=trademark.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"trademark.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/trademark.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EAA4B,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AAElE,qBAKa,eAAgB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAGlE,MAAM,EAAE,MAAM,CAAC;IAIf,yBAAyB,EAAE,MAAM,CAAC;IAIlC,oBAAoB,EAAE,MAAM,CAAC;IAI7B,OAAO,EAAE,MAAM,CAAC;IAIhB,QAAQ,EAAE,MAAM,CAAC;IAIjB,aAAa,EAAE,MAAM,CAAC;IAItB,aAAa,EAAE,MAAM,CAAC;IAItB,aAAa,EAAE,OAAO,CAAC;IAIvB,YAAY,EAAE,MAAM,CAAC;IAIrB,MAAM,EAAE,MAAM,CAAC;IAKf,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC;CAC9B"}
@@ -1,88 +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, OrderEntity } from '../index.js';
11
- import { Directive, Field, ObjectType } from '@nestjs/graphql';
12
- import { Column, Entity, OneToOne } from 'typeorm';
13
- let TrademarkEntity = class TrademarkEntity extends AbstractEntity {
14
- number; // 注册号,新申请时生成
15
- guidelinesAndRequirements; // 申请指南和要求
16
- localAttorneyFeeTire; // 本地律师服务费等级,Optimal Bid(最优竞标), Direct Filing(直接递交),Standard Service(标准服务)
17
- service; // 服务项目:新申请,续展,信息变更,转让,OA答复
18
- quantity; // 数量
19
- trademarkName; // 商标名称
20
- applicantName; // 申请人名称或公司名称
21
- priorityClaim; // 优先权声明
22
- servicesList; // 商品与服务清单
23
- remark; // 备注 / 特别说明
24
- order;
25
- };
26
- __decorate([
27
- Column(),
28
- Field(),
29
- __metadata("design:type", String)
30
- ], TrademarkEntity.prototype, "number", void 0);
31
- __decorate([
32
- Column({ nullable: true }),
33
- Field({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], TrademarkEntity.prototype, "guidelinesAndRequirements", void 0);
36
- __decorate([
37
- Column(),
38
- Field(),
39
- __metadata("design:type", String)
40
- ], TrademarkEntity.prototype, "localAttorneyFeeTire", void 0);
41
- __decorate([
42
- Column(),
43
- Field(),
44
- __metadata("design:type", String)
45
- ], TrademarkEntity.prototype, "service", void 0);
46
- __decorate([
47
- Column(),
48
- Field(),
49
- __metadata("design:type", Number)
50
- ], TrademarkEntity.prototype, "quantity", void 0);
51
- __decorate([
52
- Column(),
53
- Field(),
54
- __metadata("design:type", String)
55
- ], TrademarkEntity.prototype, "trademarkName", void 0);
56
- __decorate([
57
- Column(),
58
- Field(),
59
- __metadata("design:type", String)
60
- ], TrademarkEntity.prototype, "applicantName", void 0);
61
- __decorate([
62
- Column({ default: false }),
63
- Field({ defaultValue: false }),
64
- __metadata("design:type", Boolean)
65
- ], TrademarkEntity.prototype, "priorityClaim", void 0);
66
- __decorate([
67
- Column(),
68
- Field(),
69
- __metadata("design:type", String)
70
- ], TrademarkEntity.prototype, "servicesList", void 0);
71
- __decorate([
72
- Column({ nullable: true }),
73
- Field({ nullable: true }),
74
- __metadata("design:type", String)
75
- ], TrademarkEntity.prototype, "remark", void 0);
76
- __decorate([
77
- OneToOne(() => OrderEntity, (order) => order.trademark, { nullable: true }),
78
- Field(() => OrderEntity, { nullable: true }),
79
- Directive('@shareable'),
80
- __metadata("design:type", Object)
81
- ], TrademarkEntity.prototype, "order", void 0);
82
- TrademarkEntity = __decorate([
83
- Entity(),
84
- ObjectType(),
85
- Directive("@key(fields:'id,number,guidelinesAndRequirements,localAttorneyFeeTire,service,quantity,trademarkName,applicantName,priorityClaim,servicesList,remark')")
86
- ], TrademarkEntity);
87
- export { TrademarkEntity };
88
- //# sourceMappingURL=trademark.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"trademark.entity.js","sourceRoot":"","sources":["../../src/models copy/trademark.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAiB,MAAM,SAAS,CAAC;AAO3D,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,cAA+B;IAGlE,MAAM,CAAS,CAAC,aAAa;IAI7B,yBAAyB,CAAS,CAAC,UAAU;IAI7C,oBAAoB,CAAS,CAAC,0EAA0E;IAIxG,OAAO,CAAS,CAAC,2BAA2B;IAI5C,QAAQ,CAAS,CAAC,KAAK;IAIvB,aAAa,CAAS,CAAC,OAAO;IAI9B,aAAa,CAAS,CAAC,aAAa;IAIpC,aAAa,CAAU,CAAC,QAAQ;IAIhC,YAAY,CAAS,CAAC,UAAU;IAIhC,MAAM,CAAS,CAAC,YAAY;IAK5B,KAAK,CAAwB;CAC9B,CAAA;AA1CC;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;+CACO;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEACQ;AAIlC;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;6DACqB;AAI7B;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;gDACQ;AAIhB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;iDACS;AAIjB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;sDACc;AAItB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;sDACc;AAItB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC;;sDACR;AAIvB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;qDACa;AAIrB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACX;AAKf;IAHC,QAAQ,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3E,KAAK,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5C,SAAS,CAAC,YAAY,CAAC;;8CACK;AA5ClB,eAAe;IAL3B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CACR,wJAAwJ,CACzJ;GACY,eAAe,CA6C3B"}
@@ -1,15 +0,0 @@
1
- import { type Relation } from "typeorm";
2
- import { AbstractEntity, UserEntity } from "../index.js";
3
- export declare class UserProfileEntity extends AbstractEntity<UserProfileEntity> {
4
- name: string;
5
- picture: string;
6
- qrCode: string;
7
- gender: string;
8
- region: string;
9
- mobile: string;
10
- signature: string;
11
- createdDate: Date;
12
- updatedDate: Date;
13
- user: Relation<UserEntity>;
14
- }
15
- //# sourceMappingURL=user-profile.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-profile.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/user-profile.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzD,qBAGa,iBAAkB,SAAQ,cAAc,CAAC,iBAAiB,CAAC;IAIpE,IAAI,EAAE,MAAM,CAAC;IAIb,OAAO,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAIf,MAAM,EAAE,MAAM,CAAC;IAIf,MAAM,EAAE,MAAM,CAAC;IAIf,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAKlB,IAAI,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAA;CAC7B"}
@@ -1,82 +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, OneToOne } from "typeorm";
12
- import { AbstractEntity, UserEntity } from "../index.js";
13
- let UserProfileEntity = class UserProfileEntity extends AbstractEntity {
14
- name;
15
- picture;
16
- qrCode;
17
- gender;
18
- region; // 地区
19
- mobile;
20
- signature; // 签名
21
- createdDate;
22
- updatedDate;
23
- user;
24
- };
25
- __decorate([
26
- Column({ nullable: true }),
27
- Field({ nullable: true }),
28
- __metadata("design:type", String)
29
- ], UserProfileEntity.prototype, "name", void 0);
30
- __decorate([
31
- Column({ nullable: true }),
32
- Field({ nullable: true }),
33
- __metadata("design:type", String)
34
- ], UserProfileEntity.prototype, "picture", void 0);
35
- __decorate([
36
- Column({ nullable: true }),
37
- Field({ nullable: true }),
38
- __metadata("design:type", String)
39
- ], UserProfileEntity.prototype, "qrCode", void 0);
40
- __decorate([
41
- Column({ nullable: true }),
42
- Field({ nullable: true }),
43
- __metadata("design:type", String)
44
- ], UserProfileEntity.prototype, "gender", void 0);
45
- __decorate([
46
- Column({ nullable: true }),
47
- Field({ nullable: true }),
48
- __metadata("design:type", String)
49
- ], UserProfileEntity.prototype, "region", void 0);
50
- __decorate([
51
- Column({ nullable: true }),
52
- Field({ nullable: true }),
53
- __metadata("design:type", String)
54
- ], UserProfileEntity.prototype, "mobile", void 0);
55
- __decorate([
56
- Column({ nullable: true, length: 30 }),
57
- Field({ nullable: true }),
58
- __metadata("design:type", String)
59
- ], UserProfileEntity.prototype, "signature", void 0);
60
- __decorate([
61
- Column({ nullable: true }),
62
- Field(() => Date, { nullable: true }),
63
- __metadata("design:type", Date)
64
- ], UserProfileEntity.prototype, "createdDate", void 0);
65
- __decorate([
66
- Column({ nullable: true }),
67
- Field(() => Date, { nullable: true }),
68
- __metadata("design:type", Date)
69
- ], UserProfileEntity.prototype, "updatedDate", void 0);
70
- __decorate([
71
- OneToOne(() => UserEntity, (user) => user.profile, { nullable: true }),
72
- Field(() => UserEntity, { nullable: true }),
73
- Directive('@shareable'),
74
- __metadata("design:type", Object)
75
- ], UserProfileEntity.prototype, "user", void 0);
76
- UserProfileEntity = __decorate([
77
- Entity(),
78
- ObjectType(),
79
- Directive('@key(fields:"id,name,picture,qrCode,gender,region,mobile,signature,createdDate,updatedDate")')
80
- ], UserProfileEntity);
81
- export { UserProfileEntity };
82
- //# sourceMappingURL=user-profile.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-profile.entity.js","sourceRoot":"","sources":["../../src/models copy/user-profile.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAiB,MAAM,SAAS,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAKlD,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,cAAiC;IAIpE,IAAI,CAAS;IAIb,OAAO,CAAS;IAIhB,MAAM,CAAS;IAIf,MAAM,CAAS;IAIf,MAAM,CAAS,CAAC,KAAK;IAIrB,MAAM,CAAS;IAIf,SAAS,CAAS,CAAC,KAAK;IAIxB,WAAW,CAAO;IAIlB,WAAW,CAAO;IAKlB,IAAI,CAAsB;CAC7B,CAAA;AAtCG;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACb;AAIb;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACV;AAIhB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACX;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACX;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACX;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACX;AAIf;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;IACtC,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACR;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;sDAAC;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;sDAAC;AAKlB;IAHC,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtE,KAAK,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3C,SAAS,CAAC,YAAY,CAAC;;+CACE;AAzCjB,iBAAiB;IAH7B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,8FAA8F,CAAC;GAC7F,iBAAiB,CA0C7B"}
@@ -1,18 +0,0 @@
1
- import { AbstractEntity, ChatContactsEntity, ChatGroupEntity } from "../index.js";
2
- import { type Relation } from "typeorm";
3
- import { RoleEntity, UserProfileEntity } from "../index.js";
4
- export declare class UserEntity extends AbstractEntity<UserEntity> {
5
- email: string;
6
- password: string;
7
- username: string;
8
- isOnline: boolean;
9
- createdBy: string;
10
- createdDate: Date;
11
- updatedBy: string;
12
- updatedDate: Date;
13
- roles: RoleEntity[];
14
- chatGroups: ChatGroupEntity[];
15
- contacts: ChatContactsEntity[];
16
- profile: Relation<UserProfileEntity>;
17
- }
18
- //# sourceMappingURL=users.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/users.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAElF,OAAO,EAAiF,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AACvH,OAAO,EAAE,UAAU,EAAC,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAE3D,qBAGa,UAAW,SAAQ,cAAc,CAAC,UAAU,CAAC;IAKtD,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAKjB,QAAQ,EAAE,MAAM,CAAC;IAIjB,QAAQ,EAAE,OAAO,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAMlB,KAAK,EAAE,UAAU,EAAE,CAAC;IAMpB,UAAU,EAAE,eAAe,EAAE,CAAC;IAM9B,QAAQ,EAAE,kBAAkB,EAAE,CAAA;IAM9B,OAAO,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAA;CAEvC"}