tesla-inventory 1.8.39 → 1.8.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/codes.json +4 -0
- package/package.json +1 -1
package/codes.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"BG30": "No Badge",
|
|
49
49
|
"BG31": "AWD Badge",
|
|
50
50
|
"BG32": "Performance AWD Badge",
|
|
51
|
+
"BG33": "China Badge",
|
|
51
52
|
"BP00": "No Ludicrous",
|
|
52
53
|
"BP01": "Ludicrous Speed Upgrade",
|
|
53
54
|
"BP02": "Uncorked Acceleration",
|
|
@@ -299,6 +300,7 @@
|
|
|
299
300
|
"MI03": "4th Generation Production",
|
|
300
301
|
"MI04": "5th Generation Production",
|
|
301
302
|
"MI07": "8th Generation Production",
|
|
303
|
+
"MR30": "Tech Package - Mirror -YES",
|
|
302
304
|
"MR31": "Tech Package - Mirror -YES",
|
|
303
305
|
"MS03": "Model S",
|
|
304
306
|
"MS04": "Model S",
|
|
@@ -482,6 +484,7 @@
|
|
|
482
484
|
"SC04": "Pay Per Use Supercharging",
|
|
483
485
|
"SC05": "Unlimited Free Supercharging Currently Enabled",
|
|
484
486
|
"SC06": "Time Bound Unlimited Free Supercharging",
|
|
487
|
+
"SG01": "Model 3 CN MIC",
|
|
485
488
|
"SLR0": "No Rear Spoiler",
|
|
486
489
|
"SLR1": "Carbon Fibre Spoiler",
|
|
487
490
|
"SP00": "No Security Package",
|
|
@@ -515,6 +518,7 @@
|
|
|
515
518
|
"T3MA": "Tires M3",
|
|
516
519
|
"T3MC": "Tires M3",
|
|
517
520
|
"T3P3": "Tires M3",
|
|
521
|
+
"T3PS": "Tires M3",
|
|
518
522
|
"TD00": "Tear Down NON-GLIDER",
|
|
519
523
|
"TIC4": "Tires MX",
|
|
520
524
|
"TIC6": "Tires MS",
|
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.40",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|