tesla-inventory 3.0.151 → 3.0.153
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/package.json +1 -1
- package/src/codes.json +5 -1
- package/src/prices/euro.json +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "tesla-inventory",
|
|
3
3
|
"description": "Retrieve real-time data from Tesla Inventory.",
|
|
4
4
|
"homepage": "https://nicedoc.io/Kikobeats/tesla-inventory",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.153",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/codes.json
CHANGED
|
@@ -485,6 +485,7 @@
|
|
|
485
485
|
"S02T": "Seat",
|
|
486
486
|
"S02W": "White Seats",
|
|
487
487
|
"S07W": "White Seats",
|
|
488
|
+
"S25B": "Model S 2015",
|
|
488
489
|
"S31B": "S31B",
|
|
489
490
|
"S32C": "S32C",
|
|
490
491
|
"S32P": "Black PUR Seats",
|
|
@@ -536,6 +537,7 @@
|
|
|
536
537
|
"T3P3": "Tires M3",
|
|
537
538
|
"T3PS": "Tires M3",
|
|
538
539
|
"TD00": "Tear Down NON-GLIDER",
|
|
540
|
+
"TIC3": "Tires MS",
|
|
539
541
|
"TIC4": "Tires MX",
|
|
540
542
|
"TIC6": "Tires MS",
|
|
541
543
|
"TIG2": "Summer Tires",
|
|
@@ -550,7 +552,8 @@
|
|
|
550
552
|
"TM0A": "ALPHA PRE-PRODUCTION NON-SALEABLE",
|
|
551
553
|
"TM0B": "BETA PRE-PRODUCTION NON-SALEABLE",
|
|
552
554
|
"TM0C": "PRE-PRODUCTION SALEABLE",
|
|
553
|
-
"
|
|
555
|
+
"TP00": "No AP?",
|
|
556
|
+
"TP01": "No Technology Package",
|
|
554
557
|
"TP02": "Tech Package with Autopilot",
|
|
555
558
|
"TP03": "Tech Package with Enhanced Autopilot",
|
|
556
559
|
"TR00": "No Rear Facing Seats",
|
|
@@ -669,5 +672,6 @@
|
|
|
669
672
|
"YF01": "Matching Yacht Floor",
|
|
670
673
|
"YFCC": "Yatcht Floor Front Console, Décor Matched",
|
|
671
674
|
"YFFC": "Integrated Center Console",
|
|
675
|
+
"ZCST": "Customer Car",
|
|
672
676
|
"ZINV": "Inventory vehicle"
|
|
673
677
|
}
|