tesla-inventory 1.8.17 → 1.8.21
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 +5 -1
- package/package.json +1 -1
- package/prices/europe.json +1 -1
package/codes.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"BT36": "62.5 kWh (Model 3/Y) Pre 2021 Panasonic cells",
|
|
61
61
|
"BT37": "75 kWh (Model 3/Y) Pre 2021 Panasonic cells",
|
|
62
62
|
"BT38": "74 kWh (Model 3/Y) LG cells",
|
|
63
|
+
"BT3D": "50 kWh (Model 3)",
|
|
63
64
|
"BT40": "40 kWh",
|
|
64
65
|
"BT41": "55? kWh 2021 Panasonic?",
|
|
65
66
|
"BT42": "82 kWh (Model 3/Y) 2021 Panasonic",
|
|
@@ -92,7 +93,7 @@
|
|
|
92
93
|
"CH04": "72 Amp Charger Gen3",
|
|
93
94
|
"CH05": "48 Amp Charger",
|
|
94
95
|
"CH07": "48 Amp Charger",
|
|
95
|
-
"CH09": "Tesla Standard Charging System 72a (
|
|
96
|
+
"CH09": "Tesla Standard Charging System 72a (Gen3)",
|
|
96
97
|
"CH11": "Single phase 48 Amperage Combo 1",
|
|
97
98
|
"CH12": "48 Amperage Combo 1 Gen 3.5 Charger",
|
|
98
99
|
"CH14": "32 Amp Charger Hardware (RENA) with Busbar",
|
|
@@ -271,6 +272,7 @@
|
|
|
271
272
|
"LT5W": "Lower Trim Black PUR with White interior",
|
|
272
273
|
"LT6P": "LT6P",
|
|
273
274
|
"LT6W": "White Base Lower Trim",
|
|
275
|
+
"LTBC": "Lower Trim PUR Cream with Black Carpets",
|
|
274
276
|
"LTPB": "Lower Trim PUR Black",
|
|
275
277
|
"LTPW": "Lower Trim PUR White",
|
|
276
278
|
"LTSB": "Lower Trim Standard Black",
|
|
@@ -311,6 +313,7 @@
|
|
|
311
313
|
"MT321": "Long Range All-Wheel Drive",
|
|
312
314
|
"MT322": "Standard Range Plus Rear-Wheel Drive",
|
|
313
315
|
"MT323": "Long Range All-Wheel Drive",
|
|
316
|
+
"MT328": "Long Range All-Wheel Drive",
|
|
314
317
|
"MT336": "Standard Range Plus Rear-Wheel Drive",
|
|
315
318
|
"MT337": "Standard Range Plus Rear-Wheel Drive",
|
|
316
319
|
"MTS01": "Standard Range",
|
|
@@ -456,6 +459,7 @@
|
|
|
456
459
|
"S32W": "S32W",
|
|
457
460
|
"S3PB": "Seat Black PUR Premium Seats",
|
|
458
461
|
"S3PW": "Seat White PUR Premium Seats",
|
|
462
|
+
"S42C": "Seat Cream Plenum Seats",
|
|
459
463
|
"S42P": "Seat Black Plenum Seats",
|
|
460
464
|
"S42W": "Seat White Plenum Seats",
|
|
461
465
|
"SA3P": "Seat Adjustment - Power",
|
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.21",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|