tesla-inventory 3.0.214 → 3.0.216
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 +2 -1
- package/src/prices/ch.json +1 -1
- package/src/prices/no.json +3 -3
- package/src/prices/pr.json +1 -1
- package/src/prices/se.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.0.
|
|
5
|
+
"version": "3.0.216",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/codes.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"COSE": "Country: Sweden",
|
|
134
134
|
"COSG": "Country: Singapore",
|
|
135
135
|
"COUS": "Country: United States",
|
|
136
|
-
"CP00": "
|
|
136
|
+
"CP00": "NA Chargeport (TPC)",
|
|
137
137
|
"CP01": "Charge port Gen? CCS size",
|
|
138
138
|
"CP03": "CCS2 Integrated Chargeport",
|
|
139
139
|
"CPF0": "Standard Connectivity",
|
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"TR01": "Third Row Seating",
|
|
562
562
|
"TRA1": "Third Row HVAC",
|
|
563
563
|
"TS10": "21\" Michelin PS4S",
|
|
564
|
+
"TS90": "19\" Continental ProContact RX",
|
|
564
565
|
"TS91": "Model S/X 2021",
|
|
565
566
|
"TSHP": "Heat Pump Thermal Assembly",
|
|
566
567
|
"TW00": "No Tow Package",
|
package/src/prices/ch.json
CHANGED
package/src/prices/no.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"MT311": 185000,
|
|
34
34
|
"MT315": 160000,
|
|
35
35
|
"MT316": 160000,
|
|
36
|
-
"MT317":
|
|
36
|
+
"MT317": 185000,
|
|
37
37
|
"MT321": 189590,
|
|
38
38
|
"MT322": 70000,
|
|
39
39
|
"MT323": 189590,
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"MTX06": 200000,
|
|
52
52
|
"MTX07": 155000,
|
|
53
53
|
"MTX14": 477000,
|
|
54
|
-
"MTY07":
|
|
55
|
-
"MTY09":
|
|
54
|
+
"MTY07": 135000,
|
|
55
|
+
"MTY09": 145000,
|
|
56
56
|
"MTY12": 220000,
|
|
57
57
|
"MTY13": 152190,
|
|
58
58
|
"PBSB": 10000,
|
package/src/prices/pr.json
CHANGED