tesla-inventory 3.2.16 → 3.2.17
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 +8 -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.2.
|
|
5
|
+
"version": "3.2.17",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/codes.json
CHANGED
|
@@ -263,8 +263,12 @@
|
|
|
263
263
|
"INYPW": "Black and White Premium Interior",
|
|
264
264
|
"IPB0": "Black Interior",
|
|
265
265
|
"IPB1": "Black Interior",
|
|
266
|
+
"IPB2": "Black Interior",
|
|
267
|
+
"IPB3": "Black Interior",
|
|
266
268
|
"IPW0": "White Interior",
|
|
267
|
-
"IPW1": "
|
|
269
|
+
"IPW1": "White Interior",
|
|
270
|
+
"IPW2": "White Interior",
|
|
271
|
+
"IPW3": "White Interior",
|
|
268
272
|
"IVBPP": "All Black Interior",
|
|
269
273
|
"IVBSW": "Ultra White Interior",
|
|
270
274
|
"IVBTB": "All Black Interior",
|
|
@@ -412,6 +416,7 @@
|
|
|
412
416
|
"PMSS": "San Simeon Silver Metallic Color",
|
|
413
417
|
"PMTG": "Dolphin Grey Metallic Color",
|
|
414
418
|
"PN00": "Quicksilver Color",
|
|
419
|
+
"PN01": "Stealth Grey Color",
|
|
415
420
|
"PP01": "Pedestrian Protection Ped Pro R127 Compliant",
|
|
416
421
|
"PP02": "Pedestrian Protection Ped Pro R127 Compliant",
|
|
417
422
|
"PPMR": "Red Multi-Coat Color",
|
|
@@ -612,8 +617,10 @@
|
|
|
612
617
|
"W32D": "20\" Gray Performance Wheels",
|
|
613
618
|
"W32P": "20\" Performance Wheels",
|
|
614
619
|
"W33D": "20\" Black Performance Wheels 2021",
|
|
620
|
+
"W38A": "18\" Photon Wheels",
|
|
615
621
|
"W38B": "18\" Aero Wheels",
|
|
616
622
|
"W39B": "19\" Sport Wheels",
|
|
623
|
+
"W39S": "19W Nova Wheels",
|
|
617
624
|
"W40B": "18\" Wheels",
|
|
618
625
|
"W41B": "19\" Wheels",
|
|
619
626
|
"WR00": "No Wrap",
|