@chargetrip/types 1.18.0 → 1.19.0

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.
@@ -183,6 +183,7 @@ export let OCPIConnectorType;
183
183
  OCPIConnectorType["PANTOGRAPH_TOP_DOWN"] = "PANTOGRAPH_TOP_DOWN";
184
184
  OCPIConnectorType["TESLA_R"] = "TESLA_R";
185
185
  OCPIConnectorType["TESLA_S"] = "TESLA_S";
186
+ OCPIConnectorType["GB_T"] = "GB_T";
186
187
  })(OCPIConnectorType || (OCPIConnectorType = {}));
187
188
 
188
189
  export let OCPIDayOfWeek;