tesla-inventory 3.1.2 → 3.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.
- package/package.json +1 -1
- package/src/codes.json +3 -0
- package/src/prices/au.json +1 -0
- package/src/prices/pr.json +1 -0
- package/src/prices/us.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://github.com/Kikobeats/tesla-inventory",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.4",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/codes.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"BS00": "Blind Spot Sensor Package",
|
|
61
61
|
"BS01": "Special Production Flag",
|
|
62
62
|
"BT00": "68 kWh (Model Y) 4680 cells",
|
|
63
|
+
"BT01": "60kWh BYD 7C \"Blade\"",
|
|
63
64
|
"BT35": "50 kWh (Model 3/Y) Pre 2021 Panasonic cells",
|
|
64
65
|
"BT36": "62.5 kWh (Model 3/Y) Pre 2021 Panasonic cells",
|
|
65
66
|
"BT37": "75 kWh (Model 3/Y) Pre 2021 Panasonic cells",
|
|
@@ -420,6 +421,7 @@
|
|
|
420
421
|
"PS01": "Parcel Shelf",
|
|
421
422
|
"PT00": "Standard trunk",
|
|
422
423
|
"PT01": "Trunk Power trunk",
|
|
424
|
+
"PW01": "Pedestrian warning speaker",
|
|
423
425
|
"PWS0": "Model S 10.2020",
|
|
424
426
|
"PX00": "No Performance Plus Package",
|
|
425
427
|
"PX01": "Performance Plus",
|
|
@@ -463,6 +465,7 @@
|
|
|
463
465
|
"RD04": "Rear Drive Unit Plaid",
|
|
464
466
|
"RD05": "Low Current MOSFET PM228 Rear Drive Unit",
|
|
465
467
|
"RD06": "High Current MOSFET PM228 Rear Drive Unit",
|
|
468
|
+
"RD07": "4DU Rear Drive Unit",
|
|
466
469
|
"RDU2": "Rear large drive unit with elec. oil pump(stator <5kg)",
|
|
467
470
|
"RDU3": "Rear small drive unit",
|
|
468
471
|
"RDU4": "Rear small drive unit with elec. oil pump(stator <5kg)",
|
package/src/prices/au.json
CHANGED
package/src/prices/pr.json
CHANGED