@texturehq/edges 1.35.0 → 1.35.2

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/dist/index.d.cts CHANGED
@@ -3404,7 +3404,7 @@ declare function DateCell<T = any>({ value, row, context, format, customFormat,
3404
3404
  /**
3405
3405
  * Device type classification
3406
3406
  */
3407
- type DeviceType = "battery" | "charger" | "thermostat" | "inverter" | "vehicle" | "meter" | "gateway" | "other" | "unknown";
3407
+ type DeviceType = "battery" | "charger" | "thermostat" | "inverter" | "vehicle" | "water_heater" | "meter" | "gateway" | "other" | "unknown";
3408
3408
 
3409
3409
  interface DeviceMetaCellProps<T = unknown> extends CellComponentProps<T> {
3410
3410
  /** Device manufacturer name (can be a function to extract from row) */
package/dist/index.d.ts CHANGED
@@ -3404,7 +3404,7 @@ declare function DateCell<T = any>({ value, row, context, format, customFormat,
3404
3404
  /**
3405
3405
  * Device type classification
3406
3406
  */
3407
- type DeviceType = "battery" | "charger" | "thermostat" | "inverter" | "vehicle" | "meter" | "gateway" | "other" | "unknown";
3407
+ type DeviceType = "battery" | "charger" | "thermostat" | "inverter" | "vehicle" | "water_heater" | "meter" | "gateway" | "other" | "unknown";
3408
3408
 
3409
3409
  interface DeviceMetaCellProps<T = unknown> extends CellComponentProps<T> {
3410
3410
  /** Device manufacturer name (can be a function to extract from row) */