tesla-inventory 1.8.37 → 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 +11 -2
- package/package.json +1 -1
- package/prices/europe.json +2 -2
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",
|
|
@@ -130,7 +131,8 @@
|
|
|
130
131
|
"COSE": "Country: Sweden",
|
|
131
132
|
"COSG": "Country: Singapore",
|
|
132
133
|
"COUS": "Country: United States",
|
|
133
|
-
"CP00": "MX 2021",
|
|
134
|
+
"CP00": "MX/MS 2021",
|
|
135
|
+
"CP01": "Charge port Gen? CCS size",
|
|
134
136
|
"CPF0": "Standard Connectivity",
|
|
135
137
|
"CPF1": "Premium Connectivity",
|
|
136
138
|
"CPW1": "20\" Performance Wheels",
|
|
@@ -186,6 +188,7 @@
|
|
|
186
188
|
"HC00": "No Home Charging installation",
|
|
187
189
|
"HC01": "Home Charging Installation",
|
|
188
190
|
"HL00": "Head Lamp",
|
|
191
|
+
"HL01": "Matrix Head Lamp",
|
|
189
192
|
"HL31": "Head Lamp",
|
|
190
193
|
"HL32": "M3 Matrix Headlights 2021",
|
|
191
194
|
"HM30": "Teck Package - No Homelink",
|
|
@@ -297,9 +300,12 @@
|
|
|
297
300
|
"MI03": "4th Generation Production",
|
|
298
301
|
"MI04": "5th Generation Production",
|
|
299
302
|
"MI07": "8th Generation Production",
|
|
303
|
+
"MR30": "Tech Package - Mirror -YES",
|
|
300
304
|
"MR31": "Tech Package - Mirror -YES",
|
|
301
305
|
"MS03": "Model S",
|
|
302
306
|
"MS04": "Model S",
|
|
307
|
+
"MS05": "Model S",
|
|
308
|
+
"MS06": "Model S",
|
|
303
309
|
"MT300": "Standard Range Rear-Wheel Drive",
|
|
304
310
|
"MT301": "Standard Range Plus Rear-Wheel Drive",
|
|
305
311
|
"MT302": "Long Range Rear-Wheel Drive",
|
|
@@ -448,7 +454,8 @@
|
|
|
448
454
|
"RFP2": "Sunroof",
|
|
449
455
|
"RFPO": "All Glass Panoramic Roof",
|
|
450
456
|
"RFPX": "Glass Roof",
|
|
451
|
-
"RL00": "
|
|
457
|
+
"RL00": "Rear tail lights",
|
|
458
|
+
"RL01": "Rear tail lights (Larger for CCS)",
|
|
452
459
|
"RL31": "Model 3 Perf",
|
|
453
460
|
"RL32": "Model 3/Y (AWD)",
|
|
454
461
|
"RNG0": "Standard Battery Range",
|
|
@@ -477,6 +484,7 @@
|
|
|
477
484
|
"SC04": "Pay Per Use Supercharging",
|
|
478
485
|
"SC05": "Unlimited Free Supercharging Currently Enabled",
|
|
479
486
|
"SC06": "Time Bound Unlimited Free Supercharging",
|
|
487
|
+
"SG01": "Model 3 CN MIC",
|
|
480
488
|
"SLR0": "No Rear Spoiler",
|
|
481
489
|
"SLR1": "Carbon Fibre Spoiler",
|
|
482
490
|
"SP00": "No Security Package",
|
|
@@ -510,6 +518,7 @@
|
|
|
510
518
|
"T3MA": "Tires M3",
|
|
511
519
|
"T3MC": "Tires M3",
|
|
512
520
|
"T3P3": "Tires M3",
|
|
521
|
+
"T3PS": "Tires M3",
|
|
513
522
|
"TD00": "Tear Down NON-GLIDER",
|
|
514
523
|
"TIC4": "Tires MX",
|
|
515
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",
|
package/prices/europe.json
CHANGED