@seamapi/types 1.268.0 → 1.269.1

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
@@ -1275,7 +1275,7 @@ var acs_system_capability_flags = zod.z.object({
1275
1275
  var acs_system_external_type = zod.z.enum([
1276
1276
  "pti_site",
1277
1277
  "alta_org",
1278
- "salto_site",
1278
+ "salto_ks_site",
1279
1279
  "brivo_account",
1280
1280
  "hid_credential_manager_organization",
1281
1281
  "visionline_system",
@@ -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,
@@ -3169,7 +3171,7 @@ var openapi_default = {
3169
3171
  enum: [
3170
3172
  "pti_site",
3171
3173
  "alta_org",
3172
- "salto_site",
3174
+ "salto_ks_site",
3173
3175
  "brivo_account",
3174
3176
  "hid_credential_manager_organization",
3175
3177
  "visionline_system",
@@ -3200,7 +3202,7 @@ var openapi_default = {
3200
3202
  enum: [
3201
3203
  "pti_site",
3202
3204
  "alta_org",
3203
- "salto_site",
3205
+ "salto_ks_site",
3204
3206
  "brivo_account",
3205
3207
  "hid_credential_manager_organization",
3206
3208
  "visionline_system",
@@ -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",