@kohost/api-client 4.0.5 → 4.0.6

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.cjs CHANGED
@@ -1655,13 +1655,13 @@ __export(events_exports, {
1655
1655
  SystemMotionSensorUpdated: () => SystemMotionSensorUpdated,
1656
1656
  SystemOrganizationUpdated: () => SystemOrganizationUpdated,
1657
1657
  SystemProductUpdated: () => SystemProductUpdated,
1658
- SystemPropertyUpdate: () => SystemPropertyUpdate,
1659
- SystemReservationUpdate: () => SystemReservationUpdate,
1658
+ SystemPropertyUpdated: () => SystemPropertyUpdated,
1659
+ SystemReservationUpdated: () => SystemReservationUpdated,
1660
1660
  SystemSpaceUpdate: () => SystemSpaceUpdate,
1661
- SystemSwitchUpdate: () => SystemSwitchUpdate,
1662
- SystemThermostatUpdate: () => SystemThermostatUpdate,
1663
- SystemUserUpdate: () => SystemUserUpdate,
1664
- SystemWindowCoveringUpdate: () => SystemWindowCoveringUpdate
1661
+ SystemSwitchUpdated: () => SystemSwitchUpdated,
1662
+ SystemThermostatUpdated: () => SystemThermostatUpdated,
1663
+ SystemUserUpdated: () => SystemUserUpdated,
1664
+ SystemWindowCoveringUpdated: () => SystemWindowCoveringUpdated
1665
1665
  });
1666
1666
 
1667
1667
  // src/events/event.js
@@ -2003,7 +2003,7 @@ var SystemProductUpdated = class extends Event {
2003
2003
  };
2004
2004
 
2005
2005
  // src/events/systemPropertyUpdated.js
2006
- var SystemPropertyUpdate = class extends Event {
2006
+ var SystemPropertyUpdated = class extends Event {
2007
2007
  constructor(property, context) {
2008
2008
  super(property, context);
2009
2009
  }
@@ -2016,7 +2016,7 @@ var SystemPropertyUpdate = class extends Event {
2016
2016
  };
2017
2017
 
2018
2018
  // src/events/systemReservationUpdated.js
2019
- var SystemReservationUpdate = class extends Event {
2019
+ var SystemReservationUpdated = class extends Event {
2020
2020
  constructor(reservation, context) {
2021
2021
  super(reservation, context);
2022
2022
  }
@@ -2042,7 +2042,7 @@ var SystemSpaceUpdate = class extends Event {
2042
2042
  };
2043
2043
 
2044
2044
  // src/events/systemSwitchUpdated.js
2045
- var SystemSwitchUpdate = class extends Event {
2045
+ var SystemSwitchUpdated = class extends Event {
2046
2046
  constructor(_switch, context) {
2047
2047
  super(_switch, context);
2048
2048
  }
@@ -2055,7 +2055,7 @@ var SystemSwitchUpdate = class extends Event {
2055
2055
  };
2056
2056
 
2057
2057
  // src/events/systemThermostatUpdated.js
2058
- var SystemThermostatUpdate = class extends Event {
2058
+ var SystemThermostatUpdated = class extends Event {
2059
2059
  constructor(thermostat, context) {
2060
2060
  super(thermostat, context);
2061
2061
  }
@@ -2068,7 +2068,7 @@ var SystemThermostatUpdate = class extends Event {
2068
2068
  };
2069
2069
 
2070
2070
  // src/events/systemUserUpdated.js
2071
- var SystemUserUpdate = class extends Event {
2071
+ var SystemUserUpdated = class extends Event {
2072
2072
  constructor(user, context) {
2073
2073
  super(user, context);
2074
2074
  }
@@ -2081,7 +2081,7 @@ var SystemUserUpdate = class extends Event {
2081
2081
  };
2082
2082
 
2083
2083
  // src/events/systemWindowCoveringUpdated.js
2084
- var SystemWindowCoveringUpdate = class extends Event {
2084
+ var SystemWindowCoveringUpdated = class extends Event {
2085
2085
  constructor(wc, context) {
2086
2086
  super(wc, context);
2087
2087
  }