@kohost/api-client 4.0.5 → 4.0.7

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/utils.cjs CHANGED
@@ -504,13 +504,13 @@ __export(events_exports, {
504
504
  SystemMotionSensorUpdated: () => SystemMotionSensorUpdated,
505
505
  SystemOrganizationUpdated: () => SystemOrganizationUpdated,
506
506
  SystemProductUpdated: () => SystemProductUpdated,
507
- SystemPropertyUpdate: () => SystemPropertyUpdate,
508
- SystemReservationUpdate: () => SystemReservationUpdate,
507
+ SystemPropertyUpdated: () => SystemPropertyUpdated,
508
+ SystemReservationUpdated: () => SystemReservationUpdated,
509
509
  SystemSpaceUpdate: () => SystemSpaceUpdate,
510
- SystemSwitchUpdate: () => SystemSwitchUpdate,
511
- SystemThermostatUpdate: () => SystemThermostatUpdate,
512
- SystemUserUpdate: () => SystemUserUpdate,
513
- SystemWindowCoveringUpdate: () => SystemWindowCoveringUpdate
510
+ SystemSwitchUpdated: () => SystemSwitchUpdated,
511
+ SystemThermostatUpdated: () => SystemThermostatUpdated,
512
+ SystemUserUpdated: () => SystemUserUpdated,
513
+ SystemWindowCoveringUpdated: () => SystemWindowCoveringUpdated
514
514
  });
515
515
 
516
516
  // src/defs.js
@@ -898,7 +898,7 @@ var SystemProductUpdated = class extends Event {
898
898
  };
899
899
 
900
900
  // src/events/systemPropertyUpdated.js
901
- var SystemPropertyUpdate = class extends Event {
901
+ var SystemPropertyUpdated = class extends Event {
902
902
  constructor(property, context) {
903
903
  super(property, context);
904
904
  }
@@ -911,7 +911,7 @@ var SystemPropertyUpdate = class extends Event {
911
911
  };
912
912
 
913
913
  // src/events/systemReservationUpdated.js
914
- var SystemReservationUpdate = class extends Event {
914
+ var SystemReservationUpdated = class extends Event {
915
915
  constructor(reservation, context) {
916
916
  super(reservation, context);
917
917
  }
@@ -937,7 +937,7 @@ var SystemSpaceUpdate = class extends Event {
937
937
  };
938
938
 
939
939
  // src/events/systemSwitchUpdated.js
940
- var SystemSwitchUpdate = class extends Event {
940
+ var SystemSwitchUpdated = class extends Event {
941
941
  constructor(_switch, context) {
942
942
  super(_switch, context);
943
943
  }
@@ -950,7 +950,7 @@ var SystemSwitchUpdate = class extends Event {
950
950
  };
951
951
 
952
952
  // src/events/systemThermostatUpdated.js
953
- var SystemThermostatUpdate = class extends Event {
953
+ var SystemThermostatUpdated = class extends Event {
954
954
  constructor(thermostat, context) {
955
955
  super(thermostat, context);
956
956
  }
@@ -963,7 +963,7 @@ var SystemThermostatUpdate = class extends Event {
963
963
  };
964
964
 
965
965
  // src/events/systemUserUpdated.js
966
- var SystemUserUpdate = class extends Event {
966
+ var SystemUserUpdated = class extends Event {
967
967
  constructor(user, context) {
968
968
  super(user, context);
969
969
  }
@@ -976,7 +976,7 @@ var SystemUserUpdate = class extends Event {
976
976
  };
977
977
 
978
978
  // src/events/systemWindowCoveringUpdated.js
979
- var SystemWindowCoveringUpdate = class extends Event {
979
+ var SystemWindowCoveringUpdated = class extends Event {
980
980
  constructor(wc, context) {
981
981
  super(wc, context);
982
982
  }