@carsayo/types 1.1.77095 → 1.1.89079

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 (232) hide show
  1. package/README.md +0 -0
  2. package/dist/data/bankcode.d.ts +0 -0
  3. package/dist/data/bankcode.js +0 -0
  4. package/dist/data/banner.d.ts +4 -4
  5. package/dist/data/banner.js +4 -4
  6. package/dist/data/board.d.ts +44 -2
  7. package/dist/data/board.js +24 -3
  8. package/dist/data/car.d.ts +27 -27
  9. package/dist/data/car.js +31 -23
  10. package/dist/data/carOptionRelationCategory.d.ts +0 -0
  11. package/dist/data/carOptionRelationCategory.js +0 -0
  12. package/dist/data/carPopularCategory.d.ts +0 -0
  13. package/dist/data/carPopularCategory.js +0 -0
  14. package/dist/data/collaborator.d.ts +1 -0
  15. package/dist/data/collaborator.js +4 -0
  16. package/dist/data/index.d.ts +0 -2
  17. package/dist/data/index.js +0 -2
  18. package/dist/data/popup.d.ts +0 -0
  19. package/dist/data/popup.js +0 -0
  20. package/dist/data/purchase.d.ts +0 -0
  21. package/dist/data/purchase.js +0 -0
  22. package/dist/data/region.d.ts +2 -2
  23. package/dist/data/region.js +0 -0
  24. package/dist/data/role.d.ts +8 -3
  25. package/dist/data/role.js +70 -64
  26. package/dist/data/system.d.ts +0 -0
  27. package/dist/data/system.js +0 -0
  28. package/dist/data/term.d.ts +83 -2
  29. package/dist/data/term.js +141 -51
  30. package/dist/index.d.ts +0 -0
  31. package/dist/index.js +0 -0
  32. package/dist/types/index.d.ts +0 -0
  33. package/dist/types/index.js +0 -0
  34. package/dist/types/modules/accidentRegistration/dto.d.ts +0 -0
  35. package/dist/types/modules/accidentRegistration/dto.js +0 -0
  36. package/dist/types/modules/accidentRegistration/index.d.ts +0 -0
  37. package/dist/types/modules/accidentRegistration/index.js +0 -0
  38. package/dist/types/modules/accidentRegistration/interface.d.ts +0 -0
  39. package/dist/types/modules/accidentRegistration/interface.js +0 -0
  40. package/dist/types/modules/accidentRegistration/type.d.ts +0 -0
  41. package/dist/types/modules/accidentRegistration/type.js +0 -0
  42. package/dist/types/modules/accidentReport/dto.d.ts +73 -0
  43. package/dist/types/modules/accidentReport/dto.js +2 -0
  44. package/dist/types/modules/accidentReport/index.d.ts +3 -0
  45. package/dist/types/modules/accidentReport/index.js +19 -0
  46. package/dist/types/modules/accidentReport/interface.d.ts +253 -0
  47. package/dist/types/modules/accidentReport/interface.js +2 -0
  48. package/dist/types/modules/accidentReport/type.d.ts +25 -0
  49. package/dist/types/modules/accidentReport/type.js +25 -0
  50. package/dist/types/modules/banner/dto.d.ts +0 -0
  51. package/dist/types/modules/banner/dto.js +0 -0
  52. package/dist/types/modules/banner/index.d.ts +0 -0
  53. package/dist/types/modules/banner/index.js +0 -0
  54. package/dist/types/modules/banner/interface.d.ts +0 -0
  55. package/dist/types/modules/banner/interface.js +0 -0
  56. package/dist/types/modules/board/dto.d.ts +0 -0
  57. package/dist/types/modules/board/dto.js +0 -0
  58. package/dist/types/modules/board/index.d.ts +0 -0
  59. package/dist/types/modules/board/index.js +0 -0
  60. package/dist/types/modules/board/interface.d.ts +0 -0
  61. package/dist/types/modules/board/interface.js +0 -0
  62. package/dist/types/modules/board/type.d.ts +4 -3
  63. package/dist/types/modules/board/type.js +0 -0
  64. package/dist/types/modules/car/dto.d.ts +145 -12
  65. package/dist/types/modules/car/dto.js +7 -0
  66. package/dist/types/modules/car/index.d.ts +0 -0
  67. package/dist/types/modules/car/index.js +0 -0
  68. package/dist/types/modules/car/interface.d.ts +105 -42
  69. package/dist/types/modules/car/interface.js +0 -0
  70. package/dist/types/modules/car/type.d.ts +0 -0
  71. package/dist/types/modules/car/type.js +0 -0
  72. package/dist/types/modules/collaborator/dto.d.ts +0 -0
  73. package/dist/types/modules/collaborator/dto.js +0 -0
  74. package/dist/types/modules/collaborator/index.d.ts +0 -0
  75. package/dist/types/modules/collaborator/index.js +0 -0
  76. package/dist/types/modules/common/enum.d.ts +65 -0
  77. package/dist/types/modules/common/enum.js +69 -0
  78. package/dist/types/modules/common/index.d.ts +1 -0
  79. package/dist/types/modules/common/index.js +1 -0
  80. package/dist/types/modules/common/interface.d.ts +17 -0
  81. package/dist/types/modules/common/interface.js +0 -0
  82. package/dist/types/modules/common/type.d.ts +2 -14
  83. package/dist/types/modules/common/type.js +1 -14
  84. package/dist/types/modules/data/dto.d.ts +4 -0
  85. package/dist/types/modules/data/dto.js +7 -0
  86. package/dist/types/modules/data/index.d.ts +2 -0
  87. package/dist/types/modules/data/index.js +18 -0
  88. package/dist/types/modules/data/interface.d.ts +6 -0
  89. package/dist/types/modules/data/interface.js +2 -0
  90. package/dist/types/modules/file/dto.d.ts +0 -0
  91. package/dist/types/modules/file/dto.js +0 -0
  92. package/dist/types/modules/file/index.d.ts +0 -0
  93. package/dist/types/modules/file/index.js +0 -0
  94. package/dist/types/modules/file/interface.d.ts +0 -0
  95. package/dist/types/modules/file/interface.js +0 -0
  96. package/dist/types/modules/file/type.d.ts +0 -0
  97. package/dist/types/modules/file/type.js +0 -0
  98. package/dist/types/modules/history/dto.d.ts +0 -0
  99. package/dist/types/modules/history/dto.js +0 -0
  100. package/dist/types/modules/history/index.d.ts +0 -0
  101. package/dist/types/modules/history/index.js +0 -0
  102. package/dist/types/modules/history/interface.d.ts +0 -0
  103. package/dist/types/modules/history/interface.js +0 -0
  104. package/dist/types/modules/index.d.ts +3 -4
  105. package/dist/types/modules/index.js +3 -4
  106. package/dist/types/modules/inquiry/dto.d.ts +0 -0
  107. package/dist/types/modules/inquiry/dto.js +0 -0
  108. package/dist/types/modules/inquiry/index.d.ts +0 -0
  109. package/dist/types/modules/inquiry/index.js +0 -0
  110. package/dist/types/modules/inquiry/interface.d.ts +0 -0
  111. package/dist/types/modules/inquiry/interface.js +0 -0
  112. package/dist/types/modules/inquiry/type.d.ts +0 -0
  113. package/dist/types/modules/inquiry/type.js +0 -0
  114. package/dist/types/modules/insurance/dto.d.ts +16 -12
  115. package/dist/types/modules/insurance/dto.js +0 -0
  116. package/dist/types/modules/insurance/index.d.ts +0 -0
  117. package/dist/types/modules/insurance/index.js +0 -0
  118. package/dist/types/modules/insurance/interface.d.ts +12 -9
  119. package/dist/types/modules/insurance/interface.js +0 -0
  120. package/dist/types/modules/member/dto.d.ts +0 -28
  121. package/dist/types/modules/member/dto.js +0 -0
  122. package/dist/types/modules/member/index.d.ts +0 -0
  123. package/dist/types/modules/member/index.js +0 -0
  124. package/dist/types/modules/member/interface.d.ts +82 -45
  125. package/dist/types/modules/member/interface.js +0 -0
  126. package/dist/types/modules/member/type.d.ts +11 -0
  127. package/dist/types/modules/member/type.js +11 -0
  128. package/dist/types/modules/message/dto.d.ts +0 -0
  129. package/dist/types/modules/message/dto.js +0 -0
  130. package/dist/types/modules/message/index.d.ts +0 -0
  131. package/dist/types/modules/message/index.js +0 -0
  132. package/dist/types/modules/message/interface.d.ts +0 -0
  133. package/dist/types/modules/message/interface.js +0 -0
  134. package/dist/types/modules/message/type.d.ts +0 -0
  135. package/dist/types/modules/message/type.js +0 -0
  136. package/dist/types/modules/notification/dto.d.ts +0 -0
  137. package/dist/types/modules/notification/dto.js +0 -0
  138. package/dist/types/modules/notification/index.d.ts +0 -0
  139. package/dist/types/modules/notification/index.js +0 -0
  140. package/dist/types/modules/notification/interface.d.ts +0 -0
  141. package/dist/types/modules/notification/interface.js +0 -0
  142. package/dist/types/modules/notification/type.d.ts +0 -0
  143. package/dist/types/modules/notification/type.js +0 -0
  144. package/dist/types/modules/order/dto.d.ts +33 -11
  145. package/dist/types/modules/order/dto.js +0 -0
  146. package/dist/types/modules/order/index.d.ts +0 -0
  147. package/dist/types/modules/order/index.js +0 -0
  148. package/dist/types/modules/order/interface.d.ts +0 -0
  149. package/dist/types/modules/order/interface.js +0 -0
  150. package/dist/types/modules/order/type.d.ts +0 -0
  151. package/dist/types/modules/order/type.js +0 -0
  152. package/dist/types/modules/partners/dto.d.ts +37 -0
  153. package/dist/types/modules/partners/dto.js +11 -0
  154. package/dist/types/modules/partners/index.d.ts +3 -0
  155. package/dist/types/modules/partners/index.js +19 -0
  156. package/dist/types/modules/partners/interface.d.ts +40 -0
  157. package/dist/types/modules/partners/interface.js +2 -0
  158. package/dist/types/modules/partners/type.d.ts +12 -0
  159. package/dist/types/modules/partners/type.js +13 -0
  160. package/dist/types/modules/popup/dto.d.ts +0 -0
  161. package/dist/types/modules/popup/dto.js +0 -0
  162. package/dist/types/modules/popup/index.d.ts +0 -0
  163. package/dist/types/modules/popup/index.js +0 -0
  164. package/dist/types/modules/popup/interface.d.ts +0 -0
  165. package/dist/types/modules/popup/interface.js +0 -0
  166. package/dist/types/modules/promotion/24090500/dto.d.ts +0 -0
  167. package/dist/types/modules/promotion/24090500/dto.js +0 -0
  168. package/dist/types/modules/promotion/24090500/index.d.ts +0 -0
  169. package/dist/types/modules/promotion/24090500/index.js +0 -0
  170. package/dist/types/modules/promotion/24090500/interface.d.ts +0 -0
  171. package/dist/types/modules/promotion/24090500/interface.js +0 -0
  172. package/dist/types/modules/promotion/24090500/type.d.ts +0 -0
  173. package/dist/types/modules/promotion/24090500/type.js +0 -0
  174. package/dist/types/modules/promotion/index.d.ts +0 -0
  175. package/dist/types/modules/promotion/index.js +0 -0
  176. package/dist/types/modules/purchase/dto.d.ts +0 -0
  177. package/dist/types/modules/purchase/dto.js +0 -0
  178. package/dist/types/modules/purchase/index.d.ts +0 -0
  179. package/dist/types/modules/purchase/index.js +0 -0
  180. package/dist/types/modules/purchase/interface.d.ts +0 -0
  181. package/dist/types/modules/purchase/interface.js +0 -0
  182. package/dist/types/modules/purchase/type.d.ts +0 -0
  183. package/dist/types/modules/purchase/type.js +0 -0
  184. package/dist/types/modules/system/dto.d.ts +0 -0
  185. package/dist/types/modules/system/dto.js +0 -0
  186. package/dist/types/modules/system/index.d.ts +0 -0
  187. package/dist/types/modules/system/index.js +0 -0
  188. package/dist/types/modules/system/interface.d.ts +0 -0
  189. package/dist/types/modules/system/interface.js +0 -0
  190. package/dist/types/modules/term/dto.d.ts +11 -15
  191. package/dist/types/modules/term/dto.js +0 -0
  192. package/dist/types/modules/term/index.d.ts +0 -0
  193. package/dist/types/modules/term/index.js +0 -0
  194. package/dist/types/modules/term/interface.d.ts +0 -0
  195. package/dist/types/modules/term/interface.js +0 -0
  196. package/dist/types/providers/coocon-usedcar/dto.d.ts +0 -0
  197. package/dist/types/providers/coocon-usedcar/dto.js +0 -0
  198. package/dist/types/providers/coocon-usedcar/index.d.ts +0 -0
  199. package/dist/types/providers/coocon-usedcar/index.js +0 -0
  200. package/dist/types/providers/coocon-usedcar/interface.d.ts +0 -0
  201. package/dist/types/providers/coocon-usedcar/interface.js +0 -0
  202. package/dist/types/providers/firebase-message/dto.d.ts +0 -27
  203. package/dist/types/providers/firebase-message/dto.js +0 -0
  204. package/dist/types/providers/firebase-message/index.d.ts +0 -0
  205. package/dist/types/providers/firebase-message/index.js +0 -0
  206. package/dist/types/providers/firebase-message/interface.d.ts +0 -0
  207. package/dist/types/providers/firebase-message/interface.js +0 -0
  208. package/dist/types/providers/gabia-sms/dto.d.ts +0 -0
  209. package/dist/types/providers/gabia-sms/dto.js +0 -0
  210. package/dist/types/providers/gabia-sms/index.d.ts +0 -0
  211. package/dist/types/providers/gabia-sms/index.js +0 -0
  212. package/dist/types/providers/index.d.ts +0 -1
  213. package/dist/types/providers/index.js +0 -1
  214. package/dist/types/providers/mailer/dto.d.ts +0 -0
  215. package/dist/types/providers/mailer/dto.js +0 -0
  216. package/dist/types/providers/mailer/index.d.ts +0 -0
  217. package/dist/types/providers/mailer/index.js +0 -0
  218. package/dist/types/providers/niceapi/dto.d.ts +0 -0
  219. package/dist/types/providers/niceapi/dto.js +0 -0
  220. package/dist/types/providers/niceapi/index.d.ts +0 -0
  221. package/dist/types/providers/niceapi/index.js +0 -0
  222. package/dist/types/providers/niceapi/interface.d.ts +0 -0
  223. package/dist/types/providers/niceapi/interface.js +0 -0
  224. package/dist/types/providers/nicepayment/dto.d.ts +0 -0
  225. package/dist/types/providers/nicepayment/dto.js +0 -0
  226. package/dist/types/providers/nicepayment/index.d.ts +0 -0
  227. package/dist/types/providers/nicepayment/index.js +0 -0
  228. package/dist/types/providers/nicepayment/interface.d.ts +0 -0
  229. package/dist/types/providers/nicepayment/interface.js +0 -0
  230. package/dist/types/providers/nicepayment/type.d.ts +0 -0
  231. package/dist/types/providers/nicepayment/type.js +0 -0
  232. package/package.json +1 -1
package/README.md CHANGED
File without changes
File without changes
File without changes
@@ -7,28 +7,28 @@ export declare const BannerCategoryData: readonly [{
7
7
  readonly id: 10001000;
8
8
  readonly name: "앱 메인페이지 최상단";
9
9
  readonly description: "앱 메인페이지 최상단에 노출됩니다";
10
- readonly target: "common";
10
+ readonly target: any;
11
11
  readonly proper_width: 375;
12
12
  readonly proper_height: 140;
13
13
  }, {
14
14
  readonly id: 20001000;
15
15
  readonly name: "앱 메인페이지 중단";
16
16
  readonly description: "앱 메인페이지 중단에 노출됩니다";
17
- readonly target: "common";
17
+ readonly target: any;
18
18
  readonly proper_width: 375;
19
19
  readonly proper_height: 92;
20
20
  }, {
21
21
  readonly id: 20002000;
22
22
  readonly name: "앱 메인페이지 하단";
23
23
  readonly description: "앱 메인페이지 하단에 노출됩니다";
24
- readonly target: "common";
24
+ readonly target: any;
25
25
  readonly proper_width: 375;
26
26
  readonly proper_height: 92;
27
27
  }, {
28
28
  readonly id: 30001000;
29
29
  readonly name: "차량 구매 후 내차팔기";
30
30
  readonly description: "차량 구매 완료 후 내차팔기로 유도하는 배너";
31
- readonly target: "common";
31
+ readonly target: any;
32
32
  readonly proper_width: 375;
33
33
  readonly proper_height: 92;
34
34
  }];
@@ -11,7 +11,7 @@ exports.BannerCategoryData = [
11
11
  id: 10001000,
12
12
  name: "앱 메인페이지 최상단",
13
13
  description: "앱 메인페이지 최상단에 노출됩니다",
14
- target: "common",
14
+ target: undefined,
15
15
  proper_width: 375,
16
16
  proper_height: 140,
17
17
  },
@@ -19,7 +19,7 @@ exports.BannerCategoryData = [
19
19
  id: 20001000,
20
20
  name: "앱 메인페이지 중단",
21
21
  description: "앱 메인페이지 중단에 노출됩니다",
22
- target: "common",
22
+ target: undefined,
23
23
  proper_width: 375,
24
24
  proper_height: 92,
25
25
  },
@@ -27,7 +27,7 @@ exports.BannerCategoryData = [
27
27
  id: 20002000,
28
28
  name: "앱 메인페이지 하단",
29
29
  description: "앱 메인페이지 하단에 노출됩니다",
30
- target: "common",
30
+ target: undefined,
31
31
  proper_width: 375,
32
32
  proper_height: 92,
33
33
  },
@@ -35,7 +35,7 @@ exports.BannerCategoryData = [
35
35
  id: 30001000,
36
36
  name: "차량 구매 후 내차팔기",
37
37
  description: "차량 구매 완료 후 내차팔기로 유도하는 배너",
38
- target: "common",
38
+ target: undefined,
39
39
  proper_width: 375,
40
40
  proper_height: 92,
41
41
  },
@@ -8,7 +8,7 @@ export declare const BoardData: readonly [{
8
8
  readonly key: "notice";
9
9
  readonly name: "공지사항";
10
10
  readonly description: "카사요 공지사항";
11
- readonly watchableMemberType: "common";
11
+ readonly watchableMemberType: any;
12
12
  readonly writableMemberType: "admin";
13
13
  readonly commentAble: false;
14
14
  readonly reportAble: false;
@@ -19,7 +19,7 @@ export declare const BoardData: readonly [{
19
19
  readonly key: "faq";
20
20
  readonly name: "자주찾는 질문";
21
21
  readonly description: "카사요 자주찾는 질문";
22
- readonly watchableMemberType: "common";
22
+ readonly watchableMemberType: any;
23
23
  readonly writableMemberType: "admin";
24
24
  readonly commentAble: false;
25
25
  readonly reportAble: false;
@@ -30,3 +30,45 @@ export type BoardKey = (typeof BoardData)[number]["key"];
30
30
  export declare const BoardKey: {
31
31
  [K in BoardKey]: K;
32
32
  };
33
+ /** 게시판 카테고리 데이터 */
34
+ export declare const BoardCategoryData: readonly [{
35
+ readonly id: 0;
36
+ readonly key: "notice";
37
+ readonly name: "전체";
38
+ readonly watchableMemberType: any;
39
+ }, {
40
+ readonly id: 1;
41
+ readonly key: "notice";
42
+ readonly name: "일반고객";
43
+ readonly watchableMemberType: "customer";
44
+ }, {
45
+ readonly id: 2;
46
+ readonly key: "notice";
47
+ readonly name: "카매니저";
48
+ readonly watchableMemberType: "dealer";
49
+ }, {
50
+ readonly id: 3;
51
+ readonly key: "notice";
52
+ readonly name: "카사요 파트너스";
53
+ readonly watchableMemberType: "partner";
54
+ }, {
55
+ readonly id: 0;
56
+ readonly key: "faq";
57
+ readonly name: "전체";
58
+ readonly watchableMemberType: any;
59
+ }, {
60
+ readonly id: 1;
61
+ readonly key: "faq";
62
+ readonly name: "일반고객";
63
+ readonly watchableMemberType: "customer";
64
+ }, {
65
+ readonly id: 2;
66
+ readonly key: "faq";
67
+ readonly name: "카매니저";
68
+ readonly watchableMemberType: "dealer";
69
+ }, {
70
+ readonly id: 3;
71
+ readonly key: "faq";
72
+ readonly name: "카사요 파트너스";
73
+ readonly watchableMemberType: "partner";
74
+ }];
@@ -5,14 +5,14 @@
5
5
  * @backend Prisma, Main_Service
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.BoardKey = exports.BoardData = void 0;
8
+ exports.BoardCategoryData = exports.BoardKey = exports.BoardData = void 0;
9
9
  exports.BoardData = [
10
10
  {
11
11
  id: 1,
12
12
  key: "notice",
13
13
  name: "공지사항",
14
14
  description: "카사요 공지사항",
15
- watchableMemberType: "common",
15
+ watchableMemberType: undefined,
16
16
  writableMemberType: "admin",
17
17
  commentAble: false,
18
18
  reportAble: false,
@@ -24,7 +24,7 @@ exports.BoardData = [
24
24
  key: "faq",
25
25
  name: "자주찾는 질문",
26
26
  description: "카사요 자주찾는 질문",
27
- watchableMemberType: "common",
27
+ watchableMemberType: undefined,
28
28
  writableMemberType: "admin",
29
29
  commentAble: false,
30
30
  reportAble: false,
@@ -33,3 +33,24 @@ exports.BoardData = [
33
33
  },
34
34
  ];
35
35
  exports.BoardKey = Object.fromEntries(exports.BoardData.map((item) => [item.key, item.key]));
36
+ /** 게시판 카테고리 데이터 */
37
+ exports.BoardCategoryData = [
38
+ { id: 0, key: "notice", name: "전체", watchableMemberType: undefined },
39
+ { id: 1, key: "notice", name: "일반고객", watchableMemberType: "customer" },
40
+ { id: 2, key: "notice", name: "카매니저", watchableMemberType: "dealer" },
41
+ {
42
+ id: 3,
43
+ key: "notice",
44
+ name: "카사요 파트너스",
45
+ watchableMemberType: "partner",
46
+ },
47
+ { id: 0, key: "faq", name: "전체", watchableMemberType: undefined },
48
+ { id: 1, key: "faq", name: "일반고객", watchableMemberType: "customer" },
49
+ { id: 2, key: "faq", name: "카매니저", watchableMemberType: "dealer" },
50
+ {
51
+ id: 3,
52
+ key: "faq",
53
+ name: "카사요 파트너스",
54
+ watchableMemberType: "partner",
55
+ },
56
+ ];
@@ -7,45 +7,45 @@ export declare const CarMakerData: readonly [{
7
7
  readonly isSuperCar: false;
8
8
  readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/63759b240a83b.png";
9
9
  }, {
10
- readonly id: 146;
11
- readonly name: "제네시스";
12
- readonly name_en: "GENESYS";
10
+ readonly id: 2;
11
+ readonly name: "기아";
12
+ readonly name_en: "KIA";
13
13
  readonly country: "한국";
14
14
  readonly type: "domestic";
15
15
  readonly isSuperCar: false;
16
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png";
16
+ readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png";
17
17
  }, {
18
- readonly id: 1;
19
- readonly name: "쉐보레";
20
- readonly name_en: "CHEVROLET(DAEWOO)";
18
+ readonly id: 146;
19
+ readonly name: "제네시스";
20
+ readonly name_en: "GENESYS";
21
21
  readonly country: "한국";
22
22
  readonly type: "domestic";
23
23
  readonly isSuperCar: false;
24
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png";
24
+ readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png";
25
25
  }, {
26
- readonly id: 2;
27
- readonly name: "기아";
28
- readonly name_en: "KIA";
26
+ readonly id: 4;
27
+ readonly name: "KG모빌리티";
28
+ readonly name_en: "KG MOBILITY(SSANGYONG)";
29
29
  readonly country: "한국";
30
30
  readonly type: "domestic";
31
31
  readonly isSuperCar: false;
32
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png";
32
+ readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png";
33
33
  }, {
34
34
  readonly id: 3;
35
- readonly name: "르노";
35
+ readonly name: "르노코리아";
36
36
  readonly name_en: "RENAULT(SAMSUNG)";
37
37
  readonly country: "한국";
38
38
  readonly type: "domestic";
39
39
  readonly isSuperCar: false;
40
40
  readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e6a28ad6d5.png";
41
41
  }, {
42
- readonly id: 4;
43
- readonly name: "KG모빌리티";
44
- readonly name_en: "KG MOBILITY(SSANGYONG)";
42
+ readonly id: 1;
43
+ readonly name: "쉐보레";
44
+ readonly name_en: "CHEVROLET(DAEWOO)";
45
45
  readonly country: "한국";
46
46
  readonly type: "domestic";
47
47
  readonly isSuperCar: false;
48
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png";
48
+ readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png";
49
49
  }, {
50
50
  readonly id: 67;
51
51
  readonly name: "BMW";
@@ -104,7 +104,7 @@ export declare const CarMakerData: readonly [{
104
104
  readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210927/615183bb3e40f.png";
105
105
  }, {
106
106
  readonly id: 77;
107
- readonly name: "토요타";
107
+ readonly name: "도요타";
108
108
  readonly name_en: "TOYOTA";
109
109
  readonly country: "일본";
110
110
  readonly type: "imported";
@@ -221,7 +221,7 @@ export declare const CarMakerData: readonly [{
221
221
  readonly country: "영국";
222
222
  readonly type: "imported";
223
223
  readonly isSuperCar: true;
224
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403fd075d41.png";
224
+ readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/BENTLEY.png";
225
225
  }, {
226
226
  readonly id: 85;
227
227
  readonly name: "롤스로이스";
@@ -229,7 +229,7 @@ export declare const CarMakerData: readonly [{
229
229
  readonly country: "영국";
230
230
  readonly type: "imported";
231
231
  readonly isSuperCar: true;
232
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f4e59fe8.png";
232
+ readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/ROLLS-ROYCE.png";
233
233
  }, {
234
234
  readonly id: 120;
235
235
  readonly name: "포르쉐";
@@ -237,7 +237,7 @@ export declare const CarMakerData: readonly [{
237
237
  readonly country: "독일";
238
238
  readonly type: "imported";
239
239
  readonly isSuperCar: true;
240
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0f5b8fe9.png";
240
+ readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/PORSCHE.png";
241
241
  }, {
242
242
  readonly id: 81;
243
243
  readonly name: "람보르기니";
@@ -245,7 +245,7 @@ export declare const CarMakerData: readonly [{
245
245
  readonly country: "이탈리아";
246
246
  readonly type: "imported";
247
247
  readonly isSuperCar: true;
248
- readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e5e6205e97.png";
248
+ readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/LAMBORGHINI.png";
249
249
  }, {
250
250
  readonly id: 69;
251
251
  readonly name: "스마트";
@@ -515,7 +515,7 @@ export declare const CarMakerData: readonly [{
515
515
  readonly name: "테슬라";
516
516
  readonly name_en: "";
517
517
  readonly country: "미국";
518
- readonly type: "etc";
518
+ readonly type: "imported";
519
519
  readonly isSuperCar: false;
520
520
  readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150421/5535eebfd289b.png";
521
521
  }, {
@@ -857,11 +857,11 @@ export declare const CarShapeData: readonly [{
857
857
  readonly id: 17;
858
858
  readonly name: "캠핑트레일러";
859
859
  }];
860
- export declare const CarMakerId: (140 | 92 | 4 | 1 | 2 | 5 | 146 | 3 | 67 | 68 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 82 | 86 | 87 | 101 | 102 | 110 | 112 | 118 | 111 | 125 | 88 | 117 | 93 | 85 | 120 | 81 | 69 | 75 | 76 | 79 | 80 | 83 | 84 | 89 | 90 | 91 | 94 | 95 | 96 | 97 | 98 | 99 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 121 | 122 | 123 | 124 | 127 | 129 | 139 | 145 | 150 | 236 | 237 | 238 | 239 | 241 | 243 | 255 | 256 | 257 | 270 | 273 | 274 | 278 | 279 | 280 | 282 | 286 | 287 | 288)[];
860
+ export declare const CarMakerId: (1 | 2 | 3 | 5 | 146 | 4 | 67 | 68 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 82 | 86 | 87 | 101 | 102 | 110 | 112 | 118 | 111 | 125 | 88 | 117 | 93 | 85 | 120 | 81 | 69 | 75 | 76 | 79 | 80 | 83 | 84 | 89 | 90 | 91 | 92 | 94 | 95 | 96 | 97 | 98 | 99 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 121 | 122 | 123 | 124 | 127 | 129 | 139 | 140 | 145 | 150 | 236 | 237 | 238 | 239 | 241 | 243 | 255 | 256 | 257 | 270 | 273 | 274 | 278 | 279 | 280 | 282 | 286 | 287 | 288)[];
861
861
  export type CarMakerId = (typeof CarMakerData)[number]["id"];
862
- export declare const CarCategoryId: (4 | 1 | 2 | 5 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 21 | 20 | 24 | 25)[];
862
+ export declare const CarCategoryId: (1 | 2 | 3 | 8 | 5 | 4 | 6 | 7 | 9 | 10 | 11 | 21 | 20 | 24 | 25)[];
863
863
  export type CarCategoryId = (typeof CarCategoryData)[number]["id"];
864
- export declare const CarPurposeId: (4 | 1 | 2 | 5 | 3)[];
864
+ export declare const CarPurposeId: (1 | 2 | 3 | 5 | 4)[];
865
865
  export type CarPurposeId = (typeof CarPurpose)[number]["id"];
866
- export declare const CarShapeId: (0 | 4 | 1 | 2 | 5 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 15 | 12 | 13 | 14 | 16 | 17)[];
866
+ export declare const CarShapeId: (0 | 1 | 2 | 3 | 8 | 5 | 4 | 6 | 7 | 9 | 10 | 11 | 15 | 12 | 13 | 14 | 16 | 17)[];
867
867
  export type CarShapeId = (typeof CarShapeData)[number]["id"];
package/dist/data/car.js CHANGED
@@ -17,35 +17,35 @@ exports.CarMakerData = [
17
17
  image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/63759b240a83b.png",
18
18
  },
19
19
  {
20
- id: 146,
21
- name: "제네시스",
22
- name_en: "GENESYS",
20
+ id: 2,
21
+ name: "기아",
22
+ name_en: "KIA",
23
23
  country: "한국",
24
24
  type: "domestic",
25
25
  isSuperCar: false,
26
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png",
26
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png",
27
27
  },
28
28
  {
29
- id: 1,
30
- name: "쉐보레",
31
- name_en: "CHEVROLET(DAEWOO)",
29
+ id: 146,
30
+ name: "제네시스",
31
+ name_en: "GENESYS",
32
32
  country: "한국",
33
33
  type: "domestic",
34
34
  isSuperCar: false,
35
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png",
35
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png",
36
36
  },
37
37
  {
38
- id: 2,
39
- name: "기아",
40
- name_en: "KIA",
38
+ id: 4,
39
+ name: "KG모빌리티",
40
+ name_en: "KG MOBILITY(SSANGYONG)",
41
41
  country: "한국",
42
42
  type: "domestic",
43
43
  isSuperCar: false,
44
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png",
44
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png",
45
45
  },
46
46
  {
47
47
  id: 3,
48
- name: "르노",
48
+ name: "르노코리아",
49
49
  name_en: "RENAULT(SAMSUNG)",
50
50
  country: "한국",
51
51
  type: "domestic",
@@ -53,13 +53,13 @@ exports.CarMakerData = [
53
53
  image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e6a28ad6d5.png",
54
54
  },
55
55
  {
56
- id: 4,
57
- name: "KG모빌리티",
58
- name_en: "KG MOBILITY(SSANGYONG)",
56
+ id: 1,
57
+ name: "쉐보레",
58
+ name_en: "CHEVROLET(DAEWOO)",
59
59
  country: "한국",
60
60
  type: "domestic",
61
61
  isSuperCar: false,
62
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png",
62
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png",
63
63
  },
64
64
  // 해외
65
65
  {
@@ -127,7 +127,7 @@ exports.CarMakerData = [
127
127
  },
128
128
  {
129
129
  id: 77,
130
- name: "토요타",
130
+ name: "도요타",
131
131
  name_en: "TOYOTA",
132
132
  country: "일본",
133
133
  type: "imported",
@@ -258,7 +258,9 @@ exports.CarMakerData = [
258
258
  country: "영국",
259
259
  type: "imported",
260
260
  isSuperCar: true,
261
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403fd075d41.png",
261
+ image_url:
262
+ // "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403fd075d41.png",
263
+ "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/BENTLEY.png",
262
264
  },
263
265
  {
264
266
  id: 85,
@@ -267,7 +269,9 @@ exports.CarMakerData = [
267
269
  country: "영국",
268
270
  type: "imported",
269
271
  isSuperCar: true,
270
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f4e59fe8.png",
272
+ image_url:
273
+ // "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f4e59fe8.png",
274
+ "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/ROLLS-ROYCE.png",
271
275
  },
272
276
  {
273
277
  id: 120,
@@ -276,7 +280,9 @@ exports.CarMakerData = [
276
280
  country: "독일",
277
281
  type: "imported",
278
282
  isSuperCar: true,
279
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0f5b8fe9.png",
283
+ image_url:
284
+ // "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0f5b8fe9.png",
285
+ "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/PORSCHE.png",
280
286
  },
281
287
  {
282
288
  id: 81,
@@ -285,7 +291,9 @@ exports.CarMakerData = [
285
291
  country: "이탈리아",
286
292
  type: "imported",
287
293
  isSuperCar: true,
288
- image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e5e6205e97.png",
294
+ image_url:
295
+ // "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e5e6205e97.png",
296
+ "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/LAMBORGHINI.png",
289
297
  },
290
298
  // 기타
291
299
  {
@@ -590,7 +598,7 @@ exports.CarMakerData = [
590
598
  name: "테슬라",
591
599
  name_en: "",
592
600
  country: "미국",
593
- type: "etc",
601
+ type: "imported",
594
602
  isSuperCar: false,
595
603
  image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150421/5535eebfd289b.png",
596
604
  },
File without changes
File without changes
File without changes
File without changes
@@ -3,6 +3,7 @@ export declare const CollaboratorData: readonly [{
3
3
  readonly name: "(주)리렌";
4
4
  readonly name_en: "";
5
5
  readonly description: "리스/장기렌트 담당사";
6
+ readonly adminRoleId: "CB_CT";
6
7
  }];
7
8
  export declare const CollaboratorId: "COL_LR"[];
8
9
  export type CollaboratorId = (typeof CollaboratorData)[number]["id"];
@@ -1,12 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CollaboratorId = exports.CollaboratorData = void 0;
4
+ const role_1 = require("./role");
4
5
  exports.CollaboratorData = [
5
6
  {
6
7
  id: "COL_LR",
7
8
  name: "(주)리렌",
8
9
  name_en: "",
9
10
  description: "리스/장기렌트 담당사",
11
+ adminRoleId: role_1.RoleData.find((el) => {
12
+ return el.id === "CB_CT";
13
+ }).id,
10
14
  },
11
15
  ];
12
16
  exports.CollaboratorId = exports.CollaboratorData.map((el) => {
@@ -1,10 +1,8 @@
1
1
  export * from "./bankcode";
2
- export * from "./banner";
3
2
  export * from "./board";
4
3
  export * from "./car";
5
4
  export * from "./carPopularCategory";
6
5
  export * from "./collaborator";
7
- export * from "./popup";
8
6
  export * from "./purchase";
9
7
  export * from "./region";
10
8
  export * from "./role";
@@ -15,12 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./bankcode"), exports);
18
- __exportStar(require("./banner"), exports);
19
18
  __exportStar(require("./board"), exports);
20
19
  __exportStar(require("./car"), exports);
21
20
  __exportStar(require("./carPopularCategory"), exports);
22
21
  __exportStar(require("./collaborator"), exports);
23
- __exportStar(require("./popup"), exports);
24
22
  __exportStar(require("./purchase"), exports);
25
23
  __exportStar(require("./region"), exports);
26
24
  __exportStar(require("./role"), exports);
File without changes
File without changes
File without changes
File without changes
@@ -1218,7 +1218,7 @@ export declare const SigunguData: readonly [{
1218
1218
  readonly name: "서귀포시";
1219
1219
  readonly isActive: true;
1220
1220
  }];
1221
- export declare const SidoId: (4 | 1 | 2 | 5 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 15 | 12 | 13 | 14 | 16 | 17)[];
1221
+ export declare const SidoId: (1 | 2 | 3 | 8 | 5 | 4 | 6 | 7 | 9 | 10 | 11 | 15 | 12 | 13 | 14 | 16 | 17)[];
1222
1222
  export type SidoId = (typeof SidoData)[number]['id'];
1223
- export declare const SigunguId: (53 | 140 | 92 | 4 | 1 | 2 | 5 | 146 | 3 | 67 | 68 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 82 | 86 | 87 | 101 | 102 | 110 | 112 | 118 | 111 | 125 | 88 | 117 | 93 | 85 | 120 | 81 | 69 | 75 | 76 | 79 | 80 | 83 | 84 | 89 | 90 | 91 | 94 | 95 | 96 | 97 | 98 | 99 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 121 | 122 | 123 | 124 | 127 | 129 | 139 | 145 | 150 | 6 | 7 | 8 | 9 | 10 | 11 | 21 | 20 | 24 | 25 | 15 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | 22 | 23 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 100 | 113 | 119 | 126 | 128 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 141 | 142 | 143 | 144 | 147 | 148 | 149 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229)[];
1223
+ export declare const SigunguId: (53 | 1 | 2 | 3 | 8 | 5 | 146 | 4 | 67 | 68 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 82 | 86 | 87 | 101 | 102 | 110 | 112 | 118 | 111 | 125 | 88 | 117 | 93 | 85 | 120 | 81 | 69 | 75 | 76 | 79 | 80 | 83 | 84 | 89 | 90 | 91 | 92 | 94 | 95 | 96 | 97 | 98 | 99 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 121 | 122 | 123 | 124 | 127 | 129 | 139 | 140 | 145 | 150 | 6 | 7 | 9 | 10 | 11 | 21 | 20 | 24 | 25 | 15 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | 22 | 23 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 100 | 113 | 119 | 126 | 128 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 141 | 142 | 143 | 144 | 147 | 148 | 149 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229)[];
1224
1224
  export type SigunguId = (typeof SigunguData)[number]['id'];
File without changes
@@ -53,6 +53,11 @@ export declare const RoleData: readonly [{
53
53
  readonly name: "콘텐츠 관리";
54
54
  readonly description: "콘텐츠 관리 대메뉴가 활성화됩니다";
55
55
  readonly member_type: "admin";
56
+ }, {
57
+ readonly id: "AD_PT_MN";
58
+ readonly name: "파트너스 관리";
59
+ readonly description: "파트너스 관리 대메뉴가 활성화됩니다";
60
+ readonly member_type: "admin";
56
61
  }, {
57
62
  readonly id: "CB_CT";
58
63
  readonly name: "(주)리렌 관리자";
@@ -85,7 +90,7 @@ export declare const RoleGroupData: readonly [{
85
90
  readonly description: "게시판 관리자입니다";
86
91
  readonly member_type: "admin";
87
92
  }];
88
- export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "CB_CT")[];
89
- export type RoleId = (typeof RoleData)[number]['id'];
93
+ export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "AD_PT_MN" | "CB_CT")[];
94
+ export type RoleId = (typeof RoleData)[number]["id"];
90
95
  export declare const RoleGroupId: ("SuperAdmin" | "SubAdmin" | "Manager" | "OrderManager" | "BoardManager")[];
91
- export type RoleGroupId = (typeof RoleGroupData)[number]['id'];
96
+ export type RoleGroupId = (typeof RoleGroupData)[number]["id"];