tesla-inventory 1.8.27 → 1.8.28
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 +3 -0
- package/package.json +1 -1
package/codes.json
CHANGED
|
@@ -281,6 +281,7 @@
|
|
|
281
281
|
"LTSB": "Lower Trim Standard Black",
|
|
282
282
|
"LVB0": "Model 3/Y Standard+",
|
|
283
283
|
"LVB1": "Model 3/Y with Premium Interior",
|
|
284
|
+
"LVB2": "Model 3/Y (GigaBerlin?)",
|
|
284
285
|
"M301": "Generation 1 of 2022",
|
|
285
286
|
"MDL3": "Model 3",
|
|
286
287
|
"MDLS": "Model S",
|
|
@@ -532,6 +533,7 @@
|
|
|
532
533
|
"TW01": "Tow Package",
|
|
533
534
|
"TX20": "Model X 2021",
|
|
534
535
|
"TY0A": "20\" All Season Square",
|
|
536
|
+
"TY1D": "21\" P Zero",
|
|
535
537
|
"TY9A": "Tires MY",
|
|
536
538
|
"UM01": "Universal Mobile Charger - US Port (Single)",
|
|
537
539
|
"USSB": "Safety",
|
|
@@ -600,6 +602,7 @@
|
|
|
600
602
|
"WY0S": "20\" Induction",
|
|
601
603
|
"WY18B": "18\" Aero Wheels",
|
|
602
604
|
"WY19B": "19\" Sport Wheels",
|
|
605
|
+
"WY1S": "21” Uberturbine",
|
|
603
606
|
"WY20P": "20\" Performance Wheels",
|
|
604
607
|
"WY9S": "19\" Apollo",
|
|
605
608
|
"X001": "Override: Power Liftgate",
|
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.28",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|