tesla-inventory 1.8.27 → 1.8.30
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/codes.json +6 -2
- package/package.json +1 -1
- package/prices/america.json +2 -0
- package/prices/europe.json +2 -1
package/codes.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"BTX8": "75 kWh",
|
|
78
78
|
"BTX9": "100 kWh Battery Pack with Weight Reduction",
|
|
79
79
|
"BTXA": "18650J2 Battery Cell",
|
|
80
|
-
"BTXB": "99kWh 18650 Plaid
|
|
80
|
+
"BTXB": "99kWh 18650 Plaid E5/E6 VIN battery",
|
|
81
81
|
"BY00": "Model Y",
|
|
82
82
|
"BY01": "Model Y",
|
|
83
83
|
"CC01": "Five Seat Interior",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"CH00": "Standard Charger (40 Amp)",
|
|
92
92
|
"CH01": "Dual Chargers (80 Amp)",
|
|
93
93
|
"CH04": "72 Amp Charger Gen3",
|
|
94
|
-
"CH05": "48 Amp Charger",
|
|
94
|
+
"CH05": "32/48 Amp Charger",
|
|
95
95
|
"CH06": "48 Amp Charger",
|
|
96
96
|
"CH07": "48 Amp Charger",
|
|
97
97
|
"CH09": "Tesla Standard Charging System 72a (Gen3)",
|
|
@@ -281,6 +281,7 @@
|
|
|
281
281
|
"LTSB": "Lower Trim Standard Black",
|
|
282
282
|
"LVB0": "Model 3/Y Standard+",
|
|
283
283
|
"LVB1": "Model 3/Y with Premium Interior",
|
|
284
|
+
"LVB2": "Model 3/Y (GigaBerlin?)",
|
|
284
285
|
"M301": "Generation 1 of 2022",
|
|
285
286
|
"MDL3": "Model 3",
|
|
286
287
|
"MDLS": "Model S",
|
|
@@ -319,6 +320,7 @@
|
|
|
319
320
|
"MT328": "Long Range All-Wheel Drive",
|
|
320
321
|
"MT336": "Standard Range Plus Rear-Wheel Drive",
|
|
321
322
|
"MT337": "Standard Range Plus Rear-Wheel Drive",
|
|
323
|
+
"MT340": "Long Range All-Wheel Drive Performance",
|
|
322
324
|
"MTS01": "Standard Range",
|
|
323
325
|
"MTS03": "Long Range",
|
|
324
326
|
"MTS04": "Performance",
|
|
@@ -532,6 +534,7 @@
|
|
|
532
534
|
"TW01": "Tow Package",
|
|
533
535
|
"TX20": "Model X 2021",
|
|
534
536
|
"TY0A": "20\" All Season Square",
|
|
537
|
+
"TY1D": "21\" P Zero",
|
|
535
538
|
"TY9A": "Tires MY",
|
|
536
539
|
"UM01": "Universal Mobile Charger - US Port (Single)",
|
|
537
540
|
"USSB": "Safety",
|
|
@@ -600,6 +603,7 @@
|
|
|
600
603
|
"WY0S": "20\" Induction",
|
|
601
604
|
"WY18B": "18\" Aero Wheels",
|
|
602
605
|
"WY19B": "19\" Sport Wheels",
|
|
606
|
+
"WY1S": "21” Uberturbine",
|
|
603
607
|
"WY20P": "20\" Performance Wheels",
|
|
604
608
|
"WY9S": "19\" Apollo",
|
|
605
609
|
"X001": "Override: Power Liftgate",
|
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": "1.8.
|
|
5
|
+
"version": "1.8.30",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/prices/america.json
CHANGED
package/prices/europe.json
CHANGED
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"MT328": 8990,
|
|
41
41
|
"MT336": 1880,
|
|
42
42
|
"MT337": 2590,
|
|
43
|
+
"MT340": 15390,
|
|
43
44
|
"MTS03": 5000,
|
|
44
45
|
"MTS04": 16000,
|
|
45
46
|
"MTS05": 5000,
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"MTX06": 16000,
|
|
53
54
|
"MTX07": 13000,
|
|
54
55
|
"MTX08": 21000,
|
|
55
|
-
"MTY07":
|
|
56
|
+
"MTY07": 13290,
|
|
56
57
|
"PBSB": 1050,
|
|
57
58
|
"PMBL": 2100,
|
|
58
59
|
"PMNG": 1050,
|