@seamapi/types 1.268.0 → 1.269.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.
package/dist/connect.cjs CHANGED
@@ -2417,8 +2417,10 @@ var thermostat_climate_preset_activated_event = device_event.extend({
2417
2417
  climate_preset_key: zod.z.string(),
2418
2418
  is_fallback_climate_preset: zod.z.boolean()
2419
2419
  }).describe("A thermostat climate preset was activated.");
2420
+ var thermostat_manually_adjusted_method = zod.z.enum(["seam", "external"]);
2420
2421
  var thermostat_manually_adjusted_event = device_event.extend({
2421
- event_type: zod.z.literal("thermostat.manually_adjusted")
2422
+ event_type: zod.z.literal("thermostat.manually_adjusted"),
2423
+ method: thermostat_manually_adjusted_method
2422
2424
  }).merge(
2423
2425
  climate_setting.pick({
2424
2426
  fan_mode_setting: true,
@@ -14787,6 +14789,7 @@ var openapi_default = {
14787
14789
  "acs_system.connected",
14788
14790
  "acs_user.deleted",
14789
14791
  "acs_credential.deleted",
14792
+ "acs_credential.issued",
14790
14793
  "enrollment_automation.deleted",
14791
14794
  "client_session.deleted",
14792
14795
  "action_attempt.lock_door.succeeded",
@@ -14858,6 +14861,7 @@ var openapi_default = {
14858
14861
  "acs_system.connected",
14859
14862
  "acs_user.deleted",
14860
14863
  "acs_credential.deleted",
14864
+ "acs_credential.issued",
14861
14865
  "enrollment_automation.deleted",
14862
14866
  "client_session.deleted",
14863
14867
  "action_attempt.lock_door.succeeded",