tesla-inventory 3.1.39 → 3.1.40
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 -0
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.40",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/codes.json
CHANGED
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
"COLU": "Country: Luxembourg",
|
|
135
135
|
"CONL": "Country: Netherlands",
|
|
136
136
|
"CONO": "Country: Norway",
|
|
137
|
+
"CONZ": "Country: New Zealand",
|
|
137
138
|
"COPT": "Country: Portugal",
|
|
138
139
|
"COSE": "Country: Sweden",
|
|
139
140
|
"COSG": "Country: Singapore",
|
|
@@ -583,6 +584,7 @@
|
|
|
583
584
|
"TW01": "Tow Package",
|
|
584
585
|
"TX20": "Model X 2021",
|
|
585
586
|
"TY0A": "20\" All Season Square",
|
|
587
|
+
"TY0C": "20” Michelin, Pilot Sport EV",
|
|
586
588
|
"TY1A": "21\"",
|
|
587
589
|
"TY1D": "21\" P Zero",
|
|
588
590
|
"TY9A": "Tires MY",
|