@carsayo/types 1.1.891713 → 1.1.891714
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.
- package/dist/data/car.d.ts +3 -3
- package/dist/data/car.js +3 -3
- package/package.json +1 -1
package/dist/data/car.d.ts
CHANGED
|
@@ -163,7 +163,7 @@ export declare const CarMakerData: readonly [{
|
|
|
163
163
|
readonly name: "재규어";
|
|
164
164
|
readonly name_en: "JAGUAR";
|
|
165
165
|
readonly country: "영국";
|
|
166
|
-
readonly type: "
|
|
166
|
+
readonly type: "imported";
|
|
167
167
|
readonly isSuperCar: false;
|
|
168
168
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041ac5d85b.png";
|
|
169
169
|
}, {
|
|
@@ -267,7 +267,7 @@ export declare const CarMakerData: readonly [{
|
|
|
267
267
|
readonly name: "닛산";
|
|
268
268
|
readonly name_en: "NISSAN";
|
|
269
269
|
readonly country: "일본";
|
|
270
|
-
readonly type: "
|
|
270
|
+
readonly type: "imported";
|
|
271
271
|
readonly isSuperCar: false;
|
|
272
272
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca05210a7d.png";
|
|
273
273
|
}, {
|
|
@@ -627,7 +627,7 @@ export declare const CarMakerData: readonly [{
|
|
|
627
627
|
readonly name: "폴스타";
|
|
628
628
|
readonly name_en: "POLESTAR";
|
|
629
629
|
readonly country: "스웨덴";
|
|
630
|
-
readonly type: "
|
|
630
|
+
readonly type: "imported";
|
|
631
631
|
readonly isSuperCar: false;
|
|
632
632
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220118/61e64423dda27.png";
|
|
633
633
|
}, {
|
package/dist/data/car.js
CHANGED
|
@@ -193,7 +193,7 @@ exports.CarMakerData = [
|
|
|
193
193
|
name: "재규어",
|
|
194
194
|
name_en: "JAGUAR",
|
|
195
195
|
country: "영국",
|
|
196
|
-
type: "
|
|
196
|
+
type: "imported",
|
|
197
197
|
isSuperCar: false,
|
|
198
198
|
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/514041ac5d85b.png",
|
|
199
199
|
},
|
|
@@ -319,7 +319,7 @@ exports.CarMakerData = [
|
|
|
319
319
|
name: "닛산",
|
|
320
320
|
name_en: "NISSAN",
|
|
321
321
|
country: "일본",
|
|
322
|
-
type: "
|
|
322
|
+
type: "imported",
|
|
323
323
|
isSuperCar: false,
|
|
324
324
|
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca05210a7d.png",
|
|
325
325
|
},
|
|
@@ -724,7 +724,7 @@ exports.CarMakerData = [
|
|
|
724
724
|
name: "폴스타",
|
|
725
725
|
name_en: "POLESTAR",
|
|
726
726
|
country: "스웨덴",
|
|
727
|
-
type: "
|
|
727
|
+
type: "imported",
|
|
728
728
|
isSuperCar: false,
|
|
729
729
|
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220118/61e64423dda27.png",
|
|
730
730
|
},
|