tesla-inventory 1.8.36 → 1.8.37

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.
Files changed (2) hide show
  1. package/codes.json +4 -1
  2. package/package.json +1 -1
package/codes.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "BR05": "Battery Firmware Limit (75kWh)",
57
57
  "BS00": "Blind Spot Sensor Package",
58
58
  "BS01": "Special Production Flag",
59
+ "BT00": "68 kWh (Model Y) 4680 cells",
59
60
  "BT35": "50 kWh (Model 3/Y) Pre 2021 Panasonic cells",
60
61
  "BT36": "62.5 kWh (Model 3/Y) Pre 2021 Panasonic cells",
61
62
  "BT37": "75 kWh (Model 3/Y) Pre 2021 Panasonic cells",
@@ -80,6 +81,7 @@
80
81
  "BTXB": "99kWh 18650 Plaid E5/E6 VIN battery",
81
82
  "BY00": "Model Y",
82
83
  "BY01": "Model Y",
84
+ "BY02": "Model Y First found on Austin car",
83
85
  "CC01": "Five Seat Interior",
84
86
  "CC02": "Six Seat Interior",
85
87
  "CC03": "Seven Seat Interior",
@@ -348,7 +350,8 @@
348
350
  "MTY07": "Long Range All-Wheel Drive",
349
351
  "MTY09": "Long Range All-Wheel Drive",
350
352
  "MX06": "Model X 2021+",
351
- "MY02": "Model Y",
353
+ "MY01": "Model Y Austin?",
354
+ "MY02": "Model Y Berlin?",
352
355
  "OSSB": "Safety CA Black",
353
356
  "OSSW": "Safety CA White",
354
357
  "P3WS": "Pedestrian warning speaker",
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.36",
5
+ "version": "1.8.37",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",