tesla-inventory 1.8.7 → 1.8.8
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 +4 -3
- package/package.json +1 -1
package/codes.json
CHANGED
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"CF01": "48amp charger",
|
|
90
90
|
"CH00": "Standard Charger (40 Amp)",
|
|
91
91
|
"CH01": "Dual Chargers (80 Amp)",
|
|
92
|
-
"CH04": "72 Amp Charger
|
|
93
|
-
"CH05": "48 Amp Charger
|
|
94
|
-
"CH07": "48 Amp Charger
|
|
92
|
+
"CH04": "72 Amp Charger Gen3",
|
|
93
|
+
"CH05": "48 Amp Charger",
|
|
94
|
+
"CH07": "48 Amp Charger",
|
|
95
95
|
"CH09": "Tesla Standard Charging System (Model S 2020 EU)",
|
|
96
96
|
"CH11": "Single phase 48 Amperage Combo 1",
|
|
97
97
|
"CH12": "48 Amperage Combo 1 Gen 3.5 Charger",
|
|
@@ -416,6 +416,7 @@
|
|
|
416
416
|
"RD05": "Rear Drive Unit",
|
|
417
417
|
"RD06": "Model 3 2022 refresh?",
|
|
418
418
|
"RDU2": "Rear large drive unit with elec. oil pump(stator <5kg)",
|
|
419
|
+
"RDU3": "Rear small drive unit",
|
|
419
420
|
"RDU4": "Rear small drive unit with elec. oil pump(stator <5kg)",
|
|
420
421
|
"REAP": "Region: Asia Pacific",
|
|
421
422
|
"REEU": "Region: Europe",
|
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.8",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|