@carsayo/types 1.1.2 → 1.1.4

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 (109) hide show
  1. package/dist/data/bankcode.js +66 -0
  2. package/dist/data/banner.js +45 -0
  3. package/dist/data/board.js +35 -0
  4. package/dist/data/car.js +923 -0
  5. package/dist/data/carPopularCategory.js +28 -0
  6. package/dist/data/collaborator.js +14 -0
  7. package/dist/data/index.js +28 -0
  8. package/dist/data/popup.js +27 -0
  9. package/dist/data/purchase.js +25 -0
  10. package/dist/data/region.js +264 -0
  11. package/dist/data/role.js +114 -0
  12. package/dist/data/system.js +28 -0
  13. package/dist/data/term.js +180 -0
  14. package/dist/index.js +18 -0
  15. package/dist/types/index.js +18 -0
  16. package/dist/types/modules/banner/dto.d.ts +4 -4
  17. package/dist/types/modules/banner/dto.js +2 -0
  18. package/dist/types/modules/banner/index.js +18 -0
  19. package/dist/types/modules/banner/interface.js +2 -0
  20. package/dist/types/modules/board/dto.d.ts +33 -33
  21. package/dist/types/modules/board/dto.js +3 -0
  22. package/dist/types/modules/board/index.js +19 -0
  23. package/dist/types/modules/board/interface.js +2 -0
  24. package/dist/types/modules/board/type.js +8 -0
  25. package/dist/types/modules/car/dto.d.ts +14 -14
  26. package/dist/types/modules/car/dto.js +2 -0
  27. package/dist/types/modules/car/index.js +19 -0
  28. package/dist/types/modules/car/interface.js +2 -0
  29. package/dist/types/modules/car/type.js +13 -0
  30. package/dist/types/modules/collaborator/dto.d.ts +1 -1
  31. package/dist/types/modules/collaborator/dto.js +3 -0
  32. package/dist/types/modules/collaborator/index.js +17 -0
  33. package/dist/types/modules/common/index.js +18 -0
  34. package/dist/types/modules/common/interface.js +2 -0
  35. package/dist/types/modules/common/type.js +25 -0
  36. package/dist/types/modules/file/dto.d.ts +3 -2
  37. package/dist/types/modules/file/dto.js +3 -0
  38. package/dist/types/modules/file/index.js +19 -0
  39. package/dist/types/modules/file/interface.js +2 -0
  40. package/dist/types/modules/file/type.js +15 -0
  41. package/dist/types/modules/history/dto.d.ts +3 -2
  42. package/dist/types/modules/history/dto.js +3 -0
  43. package/dist/types/modules/history/index.js +18 -0
  44. package/dist/types/modules/history/interface.js +2 -0
  45. package/dist/types/modules/index.js +31 -0
  46. package/dist/types/modules/inquiry/dto.d.ts +9 -9
  47. package/dist/types/modules/inquiry/dto.js +2 -0
  48. package/dist/types/modules/inquiry/index.js +19 -0
  49. package/dist/types/modules/inquiry/interface.d.ts +1 -1
  50. package/dist/types/modules/inquiry/interface.js +2 -0
  51. package/dist/types/modules/inquiry/type.js +15 -0
  52. package/dist/types/modules/member/dto.d.ts +55 -54
  53. package/dist/types/modules/member/dto.js +3 -0
  54. package/dist/types/modules/member/index.js +19 -0
  55. package/dist/types/modules/member/interface.js +2 -0
  56. package/dist/types/modules/member/type.js +67 -0
  57. package/dist/types/modules/notification/dto.d.ts +2 -2
  58. package/dist/types/modules/notification/dto.js +3 -0
  59. package/dist/types/modules/notification/index.js +19 -0
  60. package/dist/types/modules/notification/interface.js +2 -0
  61. package/dist/types/modules/notification/type.js +7 -0
  62. package/dist/types/modules/order/dto.d.ts +47 -46
  63. package/dist/types/modules/order/dto.js +9 -0
  64. package/dist/types/modules/order/index.js +19 -0
  65. package/dist/types/modules/order/interface.js +2 -0
  66. package/dist/types/modules/order/type.js +148 -0
  67. package/dist/types/modules/popup/dto.d.ts +4 -4
  68. package/dist/types/modules/popup/dto.js +3 -0
  69. package/dist/types/modules/popup/index.js +18 -0
  70. package/dist/types/modules/popup/interface.js +2 -0
  71. package/dist/types/modules/purchase/dto.d.ts +2 -2
  72. package/dist/types/modules/purchase/dto.js +3 -0
  73. package/dist/types/modules/purchase/index.js +19 -0
  74. package/dist/types/modules/purchase/interface.js +2 -0
  75. package/dist/types/modules/purchase/type.js +13 -0
  76. package/dist/types/modules/system/dto.d.ts +2 -2
  77. package/dist/types/modules/system/dto.js +3 -0
  78. package/dist/types/modules/system/index.js +18 -0
  79. package/dist/types/modules/system/interface.js +2 -0
  80. package/dist/types/modules/term/dto.d.ts +13 -13
  81. package/dist/types/modules/term/dto.js +3 -0
  82. package/dist/types/modules/term/index.js +18 -0
  83. package/dist/types/modules/term/interface.js +2 -0
  84. package/dist/types/providers/coocon-usedcar/dto.d.ts +1 -1
  85. package/dist/types/providers/coocon-usedcar/dto.js +3 -0
  86. package/dist/types/providers/coocon-usedcar/index.js +18 -0
  87. package/dist/types/providers/coocon-usedcar/interface.js +7 -0
  88. package/dist/types/providers/firebase-message/dto.d.ts +4 -4
  89. package/dist/types/providers/firebase-message/dto.js +3 -0
  90. package/dist/types/providers/firebase-message/index.js +18 -0
  91. package/dist/types/providers/firebase-message/interface.js +2 -0
  92. package/dist/types/providers/gabia-sms/dto.d.ts +2 -2
  93. package/dist/types/providers/gabia-sms/dto.js +3 -0
  94. package/dist/types/providers/gabia-sms/index.js +17 -0
  95. package/dist/types/providers/index.js +23 -0
  96. package/dist/types/providers/mailer/dto.d.ts +1 -1
  97. package/dist/types/providers/mailer/dto.js +3 -0
  98. package/dist/types/providers/mailer/index.js +17 -0
  99. package/dist/types/providers/niceapi/dto.d.ts +4 -4
  100. package/dist/types/providers/niceapi/dto.js +3 -0
  101. package/dist/types/providers/niceapi/index.js +18 -0
  102. package/dist/types/providers/niceapi/interface.js +2 -0
  103. package/dist/types/providers/nicepayment/dto.d.ts +7 -7
  104. package/dist/types/providers/nicepayment/dto.js +9 -0
  105. package/dist/types/providers/nicepayment/index.js +19 -0
  106. package/dist/types/providers/nicepayment/interface.js +2 -0
  107. package/dist/types/providers/nicepayment/type.js +37 -0
  108. package/package.json +2 -5
  109. package/dist/validator/IsNullable.d.ts +0 -3
@@ -0,0 +1,923 @@
1
+ "use strict";
2
+ // 카사요 서비스 내 차량 정보 관련 데이터
3
+ // @relation car_category, car_purpose, car_shape
4
+ // @frontend 카사요 앱 리액트 프로젝트, 카사요 어드민 웹
5
+ // @backend Prisma, Main_Service
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.CarShapeId = exports.CarPurposeId = exports.CarCategoryId = exports.CarMakerId = exports.CarShapeData = exports.CarPurpose = exports.CarCategoryData = exports.CarMakerData = void 0;
8
+ exports.CarMakerData = [
9
+ // 국내
10
+ {
11
+ id: 5,
12
+ name: "현대",
13
+ name_en: "HYUNDAI",
14
+ country: "한국",
15
+ type: "domestic",
16
+ isSuperCar: false,
17
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/63759b240a83b.png",
18
+ },
19
+ {
20
+ id: 146,
21
+ name: "제네시스",
22
+ name_en: "GENESYS",
23
+ country: "한국",
24
+ type: "domestic",
25
+ isSuperCar: false,
26
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png",
27
+ },
28
+ {
29
+ id: 1,
30
+ name: "쉐보레",
31
+ name_en: "CHEVROLET(DAEWOO)",
32
+ country: "한국",
33
+ type: "domestic",
34
+ isSuperCar: false,
35
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png",
36
+ },
37
+ {
38
+ id: 2,
39
+ name: "기아",
40
+ name_en: "KIA",
41
+ country: "한국",
42
+ type: "domestic",
43
+ isSuperCar: false,
44
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png",
45
+ },
46
+ {
47
+ id: 3,
48
+ name: "르노",
49
+ name_en: "RENAULT(SAMSUNG)",
50
+ country: "한국",
51
+ type: "domestic",
52
+ isSuperCar: false,
53
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e6a28ad6d5.png",
54
+ },
55
+ {
56
+ id: 4,
57
+ name: "KG모빌리티",
58
+ name_en: "KG MOBILITY(SSANGYONG)",
59
+ country: "한국",
60
+ type: "domestic",
61
+ isSuperCar: false,
62
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png",
63
+ },
64
+ // 해외
65
+ {
66
+ id: 67,
67
+ name: "BMW",
68
+ name_en: "BMW",
69
+ country: "독일",
70
+ type: "imported",
71
+ isSuperCar: false,
72
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20200318/5e718289d8cee.png",
73
+ },
74
+ {
75
+ id: 68,
76
+ name: "벤츠",
77
+ name_en: "BENZ",
78
+ country: "독일",
79
+ type: "imported",
80
+ isSuperCar: false,
81
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403ebe1f947.png",
82
+ },
83
+ {
84
+ id: 70,
85
+ name: "아우디",
86
+ name_en: "VW/AUDI",
87
+ country: "독일",
88
+ type: "imported",
89
+ isSuperCar: false,
90
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20200318/5e71d09d8916e.png",
91
+ },
92
+ {
93
+ id: 71,
94
+ name: "폭스바겐",
95
+ name_en: "VOLKSWAGEN",
96
+ country: "독일",
97
+ type: "imported",
98
+ isSuperCar: false,
99
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bed520923.png",
100
+ },
101
+ {
102
+ id: 72,
103
+ name: "미니",
104
+ name_en: "MINI",
105
+ country: "영국",
106
+ type: "imported",
107
+ isSuperCar: false,
108
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20200318/5e71d12175f23.png",
109
+ },
110
+ {
111
+ id: 73,
112
+ name: "푸조",
113
+ name_en: "PEUGEOT(PSA)",
114
+ country: "프랑스",
115
+ type: "imported",
116
+ isSuperCar: false,
117
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210303/603ef62a724d4.png",
118
+ },
119
+ {
120
+ id: 74,
121
+ name: "볼보",
122
+ name_en: "VOLVO",
123
+ country: "스웨덴",
124
+ type: "imported",
125
+ isSuperCar: false,
126
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210927/615183bb3e40f.png",
127
+ },
128
+ {
129
+ id: 77,
130
+ name: "토요타",
131
+ name_en: "TOYOTA",
132
+ country: "일본",
133
+ type: "imported",
134
+ isSuperCar: false,
135
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca08c03e6a.png",
136
+ },
137
+ {
138
+ id: 78,
139
+ name: "렉서스",
140
+ name_en: "LEXUS",
141
+ country: "일본",
142
+ type: "imported",
143
+ isSuperCar: false,
144
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/637599a47221d.png",
145
+ },
146
+ {
147
+ id: 82,
148
+ name: "랜드로버",
149
+ name_en: "LANDROVER",
150
+ country: "영국",
151
+ type: "imported",
152
+ isSuperCar: false,
153
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f2a3461a.png",
154
+ },
155
+ {
156
+ id: 86,
157
+ name: "르노",
158
+ name_en: "RENAULT",
159
+ country: "프랑스",
160
+ type: "etc",
161
+ isSuperCar: false,
162
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f567a1c8.png",
163
+ },
164
+ {
165
+ id: 87,
166
+ name: "링컨",
167
+ name_en: "LINCOLN",
168
+ country: "미국",
169
+ type: "imported",
170
+ isSuperCar: false,
171
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/63759a3e69cbf.png",
172
+ },
173
+ {
174
+ id: 101,
175
+ name: "쉐보레",
176
+ name_en: "CHEVROLET",
177
+ country: "미국",
178
+ type: "etc",
179
+ isSuperCar: false,
180
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514040f49df17.png",
181
+ },
182
+ {
183
+ id: 102,
184
+ name: "시트로엥",
185
+ name_en: "CITROEN",
186
+ country: "프랑스",
187
+ type: "etc",
188
+ isSuperCar: false,
189
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/5140410296add.png",
190
+ },
191
+ {
192
+ id: 110,
193
+ name: "재규어",
194
+ name_en: "JAGUAR",
195
+ country: "영국",
196
+ type: "etc",
197
+ isSuperCar: false,
198
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041ac5d85b.png",
199
+ },
200
+ {
201
+ id: 112,
202
+ name: "캐딜락",
203
+ name_en: "CADILLAC",
204
+ country: "미국",
205
+ type: "imported",
206
+ isSuperCar: false,
207
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/637598cba95c5.png",
208
+ },
209
+ {
210
+ id: 118,
211
+ name: "포드",
212
+ name_en: "FORD",
213
+ country: "미국",
214
+ type: "imported",
215
+ isSuperCar: false,
216
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041e6d8c7f.png",
217
+ },
218
+ {
219
+ id: 111,
220
+ name: "지프",
221
+ name_en: "JEEP",
222
+ country: "미국",
223
+ type: "imported",
224
+ isSuperCar: false,
225
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041b531764.png",
226
+ },
227
+ {
228
+ id: 125,
229
+ name: "혼다",
230
+ name_en: "HONDA",
231
+ country: "일본",
232
+ type: "imported",
233
+ isSuperCar: false,
234
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51404225cc7af.png",
235
+ },
236
+ {
237
+ id: 88,
238
+ name: "마세라티",
239
+ name_en: "MASERATI",
240
+ country: "이탈리아",
241
+ type: "imported",
242
+ isSuperCar: false,
243
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bf092fc7d.png",
244
+ },
245
+ {
246
+ id: 117,
247
+ name: "페라리",
248
+ name_en: "FERRARI",
249
+ country: "이탈리아",
250
+ type: "etc",
251
+ isSuperCar: true,
252
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041df2e3a1.png",
253
+ },
254
+ {
255
+ id: 93,
256
+ name: "벤틀리",
257
+ name_en: "BENTLEY",
258
+ country: "영국",
259
+ type: "imported",
260
+ isSuperCar: true,
261
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403fd075d41.png",
262
+ },
263
+ {
264
+ id: 85,
265
+ name: "롤스로이스",
266
+ name_en: "ROLLS-ROYCE",
267
+ country: "영국",
268
+ type: "imported",
269
+ isSuperCar: true,
270
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f4e59fe8.png",
271
+ },
272
+ {
273
+ id: 120,
274
+ name: "포르쉐",
275
+ name_en: "PORSCHE",
276
+ country: "독일",
277
+ type: "imported",
278
+ isSuperCar: true,
279
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0f5b8fe9.png",
280
+ },
281
+ {
282
+ id: 81,
283
+ name: "람보르기니",
284
+ name_en: "LAMBORGHINI",
285
+ country: "이탈리아",
286
+ type: "imported",
287
+ isSuperCar: true,
288
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e5e6205e97.png",
289
+ },
290
+ // 기타
291
+ {
292
+ id: 69,
293
+ name: "스마트",
294
+ name_en: "SMART",
295
+ country: "독일",
296
+ type: "etc",
297
+ isSuperCar: false,
298
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130315/514283614fb83.png",
299
+ },
300
+ {
301
+ id: 75,
302
+ name: "GMC",
303
+ name_en: "GMC",
304
+ country: "미국",
305
+ type: "etc",
306
+ isSuperCar: false,
307
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403ed088909.png",
308
+ },
309
+ {
310
+ id: 76,
311
+ name: "닛산",
312
+ name_en: "NISSAN",
313
+ country: "일본",
314
+ type: "etc",
315
+ isSuperCar: false,
316
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca05210a7d.png",
317
+ },
318
+ {
319
+ id: 79,
320
+ name: "다이하쯔",
321
+ name_en: "DAIHATSU",
322
+ country: "일본",
323
+ type: "etc",
324
+ isSuperCar: false,
325
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca069f08ee.png",
326
+ },
327
+ {
328
+ id: 80,
329
+ name: "닷지",
330
+ name_en: "DODGE",
331
+ country: "미국",
332
+ type: "etc",
333
+ isSuperCar: false,
334
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/5140438f8ce5c.png",
335
+ },
336
+ {
337
+ id: 83,
338
+ name: "로버",
339
+ name_en: "ROVER",
340
+ country: "영국",
341
+ type: "etc",
342
+ isSuperCar: false,
343
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f343f3cc.png",
344
+ },
345
+ {
346
+ id: 84,
347
+ name: "로터스",
348
+ name_en: "LOTUS CARS",
349
+ country: "영국",
350
+ type: "etc",
351
+ isSuperCar: false,
352
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f3f28630.png",
353
+ },
354
+ {
355
+ id: 89,
356
+ name: "마쯔다",
357
+ name_en: "MAZDA",
358
+ country: "일본",
359
+ type: "etc",
360
+ isSuperCar: false,
361
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f9b8d3a7.png",
362
+ },
363
+ {
364
+ id: 90,
365
+ name: "머큐리",
366
+ name_en: "MERCURY",
367
+ country: "미국",
368
+ type: "etc",
369
+ isSuperCar: false,
370
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403faa1047a.png",
371
+ },
372
+ {
373
+ id: 91,
374
+ name: "미쯔비시",
375
+ name_en: "MITZUBISHI",
376
+ country: "일본",
377
+ type: "etc",
378
+ isSuperCar: false,
379
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403fbb10c9f.png",
380
+ },
381
+ {
382
+ id: 92,
383
+ name: "미쯔오까",
384
+ name_en: "MITSUOKA",
385
+ country: "일본",
386
+ type: "etc",
387
+ isSuperCar: false,
388
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0a0b04d3.png",
389
+ },
390
+ {
391
+ id: 94,
392
+ name: "뷰익",
393
+ name_en: "BUICK",
394
+ country: "미국",
395
+ type: "etc",
396
+ isSuperCar: false,
397
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403ff9df7bc.png",
398
+ },
399
+ {
400
+ id: 95,
401
+ name: "사브",
402
+ name_en: "SAAB",
403
+ country: "스웨덴",
404
+ type: "etc",
405
+ isSuperCar: false,
406
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51404095c391a.png",
407
+ },
408
+ {
409
+ id: 96,
410
+ name: "새턴",
411
+ name_en: "SATURN",
412
+ country: "미국",
413
+ type: "etc",
414
+ isSuperCar: false,
415
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514040a73b979.png",
416
+ },
417
+ {
418
+ id: 97,
419
+ name: "사이언",
420
+ name_en: "SCION",
421
+ country: "일본",
422
+ type: "etc",
423
+ isSuperCar: false,
424
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/5140409f447cc.png",
425
+ },
426
+ {
427
+ id: 98,
428
+ name: "스바루",
429
+ name_en: "SUBARU",
430
+ country: "일본",
431
+ type: "etc",
432
+ isSuperCar: false,
433
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514040c315261.png",
434
+ },
435
+ {
436
+ id: 99,
437
+ name: "스즈키",
438
+ name_en: "SUZUKI",
439
+ country: "일본",
440
+ type: "etc",
441
+ isSuperCar: false,
442
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514040ca71934.png",
443
+ },
444
+ {
445
+ id: 103,
446
+ name: "알파 로메오",
447
+ name_en: "ALFA ROMEO",
448
+ country: "이탈리아",
449
+ type: "etc",
450
+ isSuperCar: false,
451
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/5140410c1430e.png",
452
+ },
453
+ {
454
+ id: 104,
455
+ name: "애스턴마틴",
456
+ name_en: "ASTON MARTIN",
457
+ country: "영국",
458
+ type: "etc",
459
+ isSuperCar: false,
460
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041125549f.png",
461
+ },
462
+ {
463
+ id: 105,
464
+ name: "어큐라",
465
+ name_en: "ACURA",
466
+ country: "일본",
467
+ type: "etc",
468
+ isSuperCar: false,
469
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51404119c736d.png",
470
+ },
471
+ {
472
+ id: 106,
473
+ name: "오펠",
474
+ name_en: "OPEL",
475
+ country: "독일",
476
+ type: "etc",
477
+ isSuperCar: false,
478
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51404127976aa.png",
479
+ },
480
+ {
481
+ id: 107,
482
+ name: "올즈모빌",
483
+ name_en: "OLDSMOBILE",
484
+ country: "미국",
485
+ type: "etc",
486
+ isSuperCar: false,
487
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130315/5142864baeea1.png",
488
+ },
489
+ {
490
+ id: 108,
491
+ name: "이스즈",
492
+ name_en: "ISUZU",
493
+ country: "일본",
494
+ type: "etc",
495
+ isSuperCar: false,
496
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51404131d2da6.png",
497
+ },
498
+ {
499
+ id: 109,
500
+ name: "인피니티",
501
+ name_en: "INFINITY",
502
+ country: "일본",
503
+ type: "etc",
504
+ isSuperCar: false,
505
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0b28851c.png",
506
+ },
507
+ {
508
+ id: 114,
509
+ name: "코닉세그",
510
+ name_en: "KONIGSEGG",
511
+ country: "스웨덴",
512
+ type: "etc",
513
+ isSuperCar: false,
514
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20170428/5902c7139700d.png",
515
+ },
516
+ {
517
+ id: 115,
518
+ name: "크라이슬러",
519
+ name_en: "CHRYSLER",
520
+ country: "미국",
521
+ type: "etc",
522
+ isSuperCar: false,
523
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca3add4446.png",
524
+ },
525
+ {
526
+ id: 116,
527
+ name: "파가니",
528
+ name_en: "PAGANI",
529
+ country: "이탈리아",
530
+ type: "etc",
531
+ isSuperCar: false,
532
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041d767b35.png",
533
+ },
534
+ {
535
+ id: 121,
536
+ name: "폰티악",
537
+ name_en: "PONTIAC",
538
+ country: "미국",
539
+ type: "etc",
540
+ isSuperCar: false,
541
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/5140420425fd3.png",
542
+ },
543
+ {
544
+ id: 122,
545
+ name: "피아트",
546
+ name_en: "FIAT",
547
+ country: "이탈리아",
548
+ type: "etc",
549
+ isSuperCar: false,
550
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514042142f3d4.png",
551
+ },
552
+ {
553
+ id: 123,
554
+ name: "란치아",
555
+ name_en: "LANCIA",
556
+ country: "이탈리아",
557
+ type: "etc",
558
+ isSuperCar: false,
559
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f14a99ab.png",
560
+ },
561
+ {
562
+ id: 124,
563
+ name: "허머",
564
+ name_en: "HUMMER",
565
+ country: "미국",
566
+ type: "etc",
567
+ isSuperCar: false,
568
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/5140421eb9148.png",
569
+ },
570
+ {
571
+ id: 127,
572
+ name: "대우버스",
573
+ name_en: "DAEWOO BUS",
574
+ country: "한국",
575
+ type: "etc",
576
+ isSuperCar: false,
577
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150128/54c862680e32e.png",
578
+ },
579
+ {
580
+ id: 129,
581
+ name: "타타대우",
582
+ name_en: "TATA DAEWOO",
583
+ country: "한국",
584
+ type: "etc",
585
+ isSuperCar: false,
586
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150128/54c86236ccb24.png",
587
+ },
588
+ {
589
+ id: 139,
590
+ name: "테슬라",
591
+ name_en: "",
592
+ country: "미국",
593
+ type: "etc",
594
+ isSuperCar: false,
595
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150421/5535eebfd289b.png",
596
+ },
597
+ {
598
+ id: 140,
599
+ name: "맥라렌",
600
+ name_en: "McLaren",
601
+ country: "영국",
602
+ type: "etc",
603
+ isSuperCar: false,
604
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20151113/564581729d1bf.png",
605
+ },
606
+ {
607
+ id: 145,
608
+ name: "북기은상",
609
+ name_en: "DFSK",
610
+ country: "중국",
611
+ type: "etc",
612
+ isSuperCar: false,
613
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20151113/5645808060f19.png",
614
+ },
615
+ {
616
+ id: 150,
617
+ name: "에디슨모터스",
618
+ name_en: "EDISON MOTORS",
619
+ country: "한국",
620
+ type: "etc",
621
+ isSuperCar: false,
622
+ image_url: "",
623
+ },
624
+ {
625
+ id: 236,
626
+ name: "포톤",
627
+ name_en: "FOTON",
628
+ country: "중국",
629
+ type: "etc",
630
+ isSuperCar: false,
631
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20170207/58995944f0ffb.png",
632
+ },
633
+ {
634
+ id: 237,
635
+ name: "DFSK(동풍자동차)",
636
+ name_en: "",
637
+ country: "중국",
638
+ type: "etc",
639
+ isSuperCar: false,
640
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20170602/5931243f1c462.png",
641
+ },
642
+ {
643
+ id: 238,
644
+ name: "쯔더우(쎄미시스코)",
645
+ name_en: "Semisysco",
646
+ country: "중국",
647
+ type: "etc",
648
+ isSuperCar: false,
649
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20180321/5ab21e0260b24.png",
650
+ },
651
+ {
652
+ id: 239,
653
+ name: "대창모터스",
654
+ name_en: "DAECHANG MOTORS",
655
+ country: "한국",
656
+ type: "etc",
657
+ isSuperCar: false,
658
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20180321/5ab21d6025af2.png",
659
+ },
660
+ {
661
+ id: 241,
662
+ name: "DS",
663
+ name_en: "DS",
664
+ country: "프랑스",
665
+ type: "etc",
666
+ isSuperCar: false,
667
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20181218/5c185f6a327fd.png",
668
+ },
669
+ {
670
+ id: 243,
671
+ name: "세보모빌리티(캠시스)",
672
+ name_en: "CEVO",
673
+ country: "한국",
674
+ type: "etc",
675
+ isSuperCar: false,
676
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210208/602095709e17b.png",
677
+ },
678
+ {
679
+ id: 255,
680
+ name: "파워프라자",
681
+ name_en: "PowerPlaza",
682
+ country: "한국",
683
+ type: "etc",
684
+ isSuperCar: false,
685
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210208/602097eaa23e7.png",
686
+ },
687
+ {
688
+ id: 256,
689
+ name: "마이브(KST 일렉트릭)",
690
+ name_en: "MaiV(KST electric)",
691
+ country: "한국",
692
+ type: "etc",
693
+ isSuperCar: false,
694
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210208/6020956895831.png",
695
+ },
696
+ {
697
+ id: 257,
698
+ name: "어울림",
699
+ name_en: "",
700
+ country: "한국",
701
+ type: "etc",
702
+ isSuperCar: false,
703
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210216/602b888d1147f.png",
704
+ },
705
+ {
706
+ id: 270,
707
+ name: "우진산전",
708
+ name_en: "WOOJIN",
709
+ country: "한국",
710
+ type: "etc",
711
+ isSuperCar: false,
712
+ image_url: "",
713
+ },
714
+ {
715
+ id: 273,
716
+ name: "폴스타",
717
+ name_en: "POLESTAR",
718
+ country: "스웨덴",
719
+ type: "etc",
720
+ isSuperCar: false,
721
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220118/61e64423dda27.png",
722
+ },
723
+ {
724
+ id: 274,
725
+ name: "디피코",
726
+ name_en: "DPECO",
727
+ country: "한국",
728
+ type: "etc",
729
+ isSuperCar: false,
730
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230127/63d381337e884.png",
731
+ },
732
+ {
733
+ id: 278,
734
+ name: "JJ 모터스",
735
+ name_en: "JJ MOTORS",
736
+ country: "한국",
737
+ type: "etc",
738
+ isSuperCar: false,
739
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220427/6269028d101e3.png",
740
+ },
741
+ {
742
+ id: 279,
743
+ name: "마스타",
744
+ name_en: "MASTA",
745
+ country: "한국",
746
+ type: "etc",
747
+ isSuperCar: false,
748
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230127/63d381c778c16.png",
749
+ },
750
+ {
751
+ id: 280,
752
+ name: "이비온",
753
+ name_en: "EVion",
754
+ country: "한국",
755
+ type: "etc",
756
+ isSuperCar: false,
757
+ image_url: "",
758
+ },
759
+ {
760
+ id: 282,
761
+ name: "신위안",
762
+ name_en: "SHINERAY",
763
+ country: "중국",
764
+ type: "etc",
765
+ isSuperCar: false,
766
+ image_url: "",
767
+ },
768
+ {
769
+ id: 286,
770
+ name: "스마트이브이",
771
+ name_en: "",
772
+ country: "대한민국",
773
+ type: "etc",
774
+ isSuperCar: false,
775
+ image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240405/660f4a72e4fa0.png",
776
+ },
777
+ {
778
+ id: 287,
779
+ name: "BYD(비야디)",
780
+ name_en: "BYD",
781
+ country: "중국",
782
+ type: "etc",
783
+ isSuperCar: false,
784
+ image_url: "",
785
+ },
786
+ {
787
+ id: 288,
788
+ name: "지리자동차",
789
+ name_en: "",
790
+ country: "중국",
791
+ type: "etc",
792
+ isSuperCar: false,
793
+ image_url: "",
794
+ },
795
+ ];
796
+ exports.CarCategoryData = [
797
+ { id: 1, name: "경차", allow_new: true, allow_rent: true, allow_lease: true },
798
+ {
799
+ id: 2,
800
+ name: "소형차",
801
+ allow_new: true,
802
+ allow_rent: true,
803
+ allow_lease: true,
804
+ },
805
+ {
806
+ id: 3,
807
+ name: "준중형차",
808
+ allow_new: true,
809
+ allow_rent: true,
810
+ allow_lease: true,
811
+ },
812
+ {
813
+ id: 4,
814
+ name: "중형차",
815
+ allow_new: true,
816
+ allow_rent: true,
817
+ allow_lease: true,
818
+ },
819
+ {
820
+ id: 5,
821
+ name: "대형차",
822
+ allow_new: true,
823
+ allow_rent: true,
824
+ allow_lease: true,
825
+ },
826
+ {
827
+ id: 6,
828
+ name: "스포츠카",
829
+ allow_new: true,
830
+ allow_rent: false,
831
+ allow_lease: true,
832
+ },
833
+ { id: 7, name: "RV", allow_new: true, allow_rent: true, allow_lease: true },
834
+ { id: 8, name: "SUV", allow_new: true, allow_rent: true, allow_lease: true },
835
+ {
836
+ id: 9,
837
+ name: "승합차",
838
+ allow_new: true,
839
+ allow_rent: true,
840
+ allow_lease: true,
841
+ },
842
+ {
843
+ id: 10,
844
+ name: "화물차",
845
+ allow_new: true,
846
+ allow_rent: false,
847
+ allow_lease: true,
848
+ },
849
+ {
850
+ id: 11,
851
+ name: "버스",
852
+ allow_new: true,
853
+ allow_rent: false,
854
+ allow_lease: true,
855
+ },
856
+ {
857
+ id: 21,
858
+ name: "특장차",
859
+ allow_new: true,
860
+ allow_rent: false,
861
+ allow_lease: true,
862
+ },
863
+ {
864
+ id: 20,
865
+ name: "기타",
866
+ allow_new: true,
867
+ allow_rent: false,
868
+ allow_lease: true,
869
+ },
870
+ {
871
+ id: 24,
872
+ name: "하이브리드",
873
+ allow_new: true,
874
+ allow_rent: true,
875
+ allow_lease: true,
876
+ },
877
+ {
878
+ id: 25,
879
+ name: "전기차",
880
+ allow_new: true,
881
+ allow_rent: true,
882
+ allow_lease: true,
883
+ },
884
+ ];
885
+ exports.CarPurpose = [
886
+ { id: 1, name: "일반" },
887
+ { id: 2, name: "장애인" },
888
+ { id: 3, name: "택시" },
889
+ { id: 4, name: "렌트카" },
890
+ { id: 5, name: "운전교습용" },
891
+ ];
892
+ exports.CarShapeData = [
893
+ { id: 0, name: "" },
894
+ { id: 1, name: "세단" },
895
+ { id: 2, name: "스포츠카" },
896
+ { id: 3, name: "쿠페" },
897
+ { id: 4, name: "컨버터블" },
898
+ { id: 5, name: "해치백" },
899
+ { id: 6, name: "웨건" },
900
+ { id: 7, name: "SUV" },
901
+ { id: 8, name: "미니밴" },
902
+ { id: 9, name: "크로스오버" },
903
+ { id: 10, name: "트럭" },
904
+ { id: 11, name: "하이브리드" },
905
+ { id: 12, name: "전기차" },
906
+ { id: 13, name: "버스" },
907
+ { id: 14, name: "특장" },
908
+ { id: 15, name: "수소전기차" },
909
+ { id: 16, name: "캠핑카" },
910
+ { id: 17, name: "캠핑트레일러" },
911
+ ];
912
+ exports.CarMakerId = exports.CarMakerData.map((el) => {
913
+ return el.id;
914
+ });
915
+ exports.CarCategoryId = exports.CarCategoryData.map((el) => {
916
+ return el.id;
917
+ });
918
+ exports.CarPurposeId = exports.CarPurpose.map((el) => {
919
+ return el.id;
920
+ });
921
+ exports.CarShapeId = exports.CarShapeData.map((el) => {
922
+ return el.id;
923
+ });