tesla-inventory 1.8.21 → 1.8.24

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 +5 -2
  2. package/package.json +1 -1
package/codes.json CHANGED
@@ -92,6 +92,7 @@
92
92
  "CH01": "Dual Chargers (80 Amp)",
93
93
  "CH04": "72 Amp Charger Gen3",
94
94
  "CH05": "48 Amp Charger",
95
+ "CH06": "48 Amp Charger",
95
96
  "CH07": "48 Amp Charger",
96
97
  "CH09": "Tesla Standard Charging System 72a (Gen3)",
97
98
  "CH11": "Single phase 48 Amperage Combo 1",
@@ -104,6 +105,7 @@
104
105
  "COBE": "Country: Belgium",
105
106
  "COCA": "Country: Canada",
106
107
  "COCH": "Country: Switzerland",
108
+ "COCN": "Country: China",
107
109
  "CODE": "Country: Germany",
108
110
  "CODK": "Country: Denmark",
109
111
  "COES": "Country: Spain",
@@ -113,6 +115,7 @@
113
115
  "COHR": "Country: Croatia",
114
116
  "COIE": "Country: Ireland",
115
117
  "COIT": "Country: Italy",
118
+ "COJP": "Country: Japan",
116
119
  "COKR": "Country: South Korea",
117
120
  "COL0": "Signature",
118
121
  "COL1": "Solid",
@@ -540,8 +543,8 @@
540
543
  "UTPB": "Dark Headliner",
541
544
  "UTSB": "Black Ultra-suede Headliner",
542
545
  "UTZW": "Light Headliner",
543
- "VC00": "Vehicle computer Intel?",
544
- "VC01": "AMD Ryzen?",
546
+ "VC00": "Model 3/Y (China)",
547
+ "VC01": "Model 3/Y first found on MYJan2022",
545
548
  "W32D": "20\" Gray Performance Wheels",
546
549
  "W32P": "20\" Performance Wheels",
547
550
  "W33D": "20\" Black Performance Wheels 2021",
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.21",
5
+ "version": "1.8.24",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",