@seamapi/types 1.231.0 → 1.233.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.
@@ -1989,6 +1989,9 @@ export default {
1989
1989
  },
1990
1990
  device: {
1991
1991
  properties: {
1992
+ can_hvac_cool: { type: 'boolean' },
1993
+ can_hvac_heat: { type: 'boolean' },
1994
+ can_hvac_heat_cool: { type: 'boolean' },
1992
1995
  can_program_offline_access_codes: { type: 'boolean' },
1993
1996
  can_program_online_access_codes: { type: 'boolean' },
1994
1997
  can_remotely_lock: { type: 'boolean' },
@@ -1996,6 +1999,7 @@ export default {
1996
1999
  can_simulate_connection: { type: 'boolean' },
1997
2000
  can_simulate_disconnection: { type: 'boolean' },
1998
2001
  can_simulate_removal: { type: 'boolean' },
2002
+ can_turn_off_hvac: { type: 'boolean' },
1999
2003
  capabilities_supported: {
2000
2004
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
2001
2005
  items: {
@@ -3075,6 +3079,9 @@ export default {
3075
3079
  },
3076
3080
  device_provider: {
3077
3081
  properties: {
3082
+ can_hvac_cool: { type: 'boolean' },
3083
+ can_hvac_heat: { type: 'boolean' },
3084
+ can_hvac_heat_cool: { type: 'boolean' },
3078
3085
  can_program_offline_access_codes: { type: 'boolean' },
3079
3086
  can_program_online_access_codes: { type: 'boolean' },
3080
3087
  can_remotely_lock: { type: 'boolean' },
@@ -3082,6 +3089,7 @@ export default {
3082
3089
  can_simulate_connection: { type: 'boolean' },
3083
3090
  can_simulate_disconnection: { type: 'boolean' },
3084
3091
  can_simulate_removal: { type: 'boolean' },
3092
+ can_turn_off_hvac: { type: 'boolean' },
3085
3093
  device_provider_name: {
3086
3094
  enum: [
3087
3095
  'akuvox',
@@ -3223,6 +3231,9 @@ export default {
3223
3231
  },
3224
3232
  phone: {
3225
3233
  properties: {
3234
+ can_hvac_cool: { type: 'boolean' },
3235
+ can_hvac_heat: { type: 'boolean' },
3236
+ can_hvac_heat_cool: { type: 'boolean' },
3226
3237
  can_program_offline_access_codes: { type: 'boolean' },
3227
3238
  can_program_online_access_codes: { type: 'boolean' },
3228
3239
  can_remotely_lock: { type: 'boolean' },
@@ -3230,6 +3241,7 @@ export default {
3230
3241
  can_simulate_connection: { type: 'boolean' },
3231
3242
  can_simulate_disconnection: { type: 'boolean' },
3232
3243
  can_simulate_removal: { type: 'boolean' },
3244
+ can_turn_off_hvac: { type: 'boolean' },
3233
3245
  capabilities_supported: {
3234
3246
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
3235
3247
  items: {
@@ -3506,6 +3518,9 @@ export default {
3506
3518
  },
3507
3519
  unmanaged_device: {
3508
3520
  properties: {
3521
+ can_hvac_cool: { type: 'boolean' },
3522
+ can_hvac_heat: { type: 'boolean' },
3523
+ can_hvac_heat_cool: { type: 'boolean' },
3509
3524
  can_program_offline_access_codes: { type: 'boolean' },
3510
3525
  can_program_online_access_codes: { type: 'boolean' },
3511
3526
  can_remotely_lock: { type: 'boolean' },
@@ -3513,6 +3528,7 @@ export default {
3513
3528
  can_simulate_connection: { type: 'boolean' },
3514
3529
  can_simulate_disconnection: { type: 'boolean' },
3515
3530
  can_simulate_removal: { type: 'boolean' },
3531
+ can_turn_off_hvac: { type: 'boolean' },
3516
3532
  capabilities_supported: {
3517
3533
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
3518
3534
  items: {
@@ -6968,6 +6984,57 @@ export default {
6968
6984
  'x-fern-sdk-return-value': 'acs_user',
6969
6985
  },
6970
6986
  },
6987
+ '/acs/users/unmanaged/list': {
6988
+ post: {
6989
+ operationId: 'acsUsersUnmanagedListPost',
6990
+ requestBody: {
6991
+ content: {
6992
+ 'application/json': {
6993
+ schema: {
6994
+ properties: {
6995
+ acs_system_id: { format: 'uuid', type: 'string' },
6996
+ },
6997
+ required: ['acs_system_id'],
6998
+ type: 'object',
6999
+ },
7000
+ },
7001
+ },
7002
+ },
7003
+ responses: {
7004
+ 200: {
7005
+ content: {
7006
+ 'application/json': {
7007
+ schema: {
7008
+ properties: {
7009
+ acs_users: {
7010
+ items: { $ref: '#/components/schemas/acs_user' },
7011
+ type: 'array',
7012
+ },
7013
+ ok: { type: 'boolean' },
7014
+ },
7015
+ required: ['acs_users', 'ok'],
7016
+ type: 'object',
7017
+ },
7018
+ },
7019
+ },
7020
+ description: 'OK',
7021
+ },
7022
+ 400: { description: 'Bad Request' },
7023
+ 401: { description: 'Unauthorized' },
7024
+ },
7025
+ security: [
7026
+ { client_session: [] },
7027
+ { pat_with_workspace: [] },
7028
+ { console_session: [] },
7029
+ { api_key: [] },
7030
+ ],
7031
+ summary: '/acs/users/unmanaged/list',
7032
+ tags: ['/acs'],
7033
+ 'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
7034
+ 'x-fern-sdk-method-name': 'list',
7035
+ 'x-fern-sdk-return-value': 'acs_users',
7036
+ },
7037
+ },
6971
7038
  '/acs/users/unsuspend': {
6972
7039
  post: {
6973
7040
  operationId: 'acsUsersUnsuspendPost',
@@ -8486,6 +8553,10 @@ export default {
8486
8553
  'can_remotely_lock',
8487
8554
  'can_program_offline_access_codes',
8488
8555
  'can_program_online_access_codes',
8556
+ 'can_hvac_heat',
8557
+ 'can_hvac_cool',
8558
+ 'can_hvac_heat_cool',
8559
+ 'can_turn_off_hvac',
8489
8560
  'can_simulate_removal',
8490
8561
  'can_simulate_connection',
8491
8562
  'can_simulate_disconnection',
@@ -8501,6 +8572,10 @@ export default {
8501
8572
  'can_remotely_lock',
8502
8573
  'can_program_offline_access_codes',
8503
8574
  'can_program_online_access_codes',
8575
+ 'can_hvac_heat',
8576
+ 'can_hvac_cool',
8577
+ 'can_hvac_heat_cool',
8578
+ 'can_turn_off_hvac',
8504
8579
  'can_simulate_removal',
8505
8580
  'can_simulate_connection',
8506
8581
  'can_simulate_disconnection',
@@ -8959,6 +9034,10 @@ export default {
8959
9034
  'can_remotely_lock',
8960
9035
  'can_program_offline_access_codes',
8961
9036
  'can_program_online_access_codes',
9037
+ 'can_hvac_heat',
9038
+ 'can_hvac_cool',
9039
+ 'can_hvac_heat_cool',
9040
+ 'can_turn_off_hvac',
8962
9041
  'can_simulate_removal',
8963
9042
  'can_simulate_connection',
8964
9043
  'can_simulate_disconnection',
@@ -8974,6 +9053,10 @@ export default {
8974
9053
  'can_remotely_lock',
8975
9054
  'can_program_offline_access_codes',
8976
9055
  'can_program_online_access_codes',
9056
+ 'can_hvac_heat',
9057
+ 'can_hvac_cool',
9058
+ 'can_hvac_heat_cool',
9059
+ 'can_turn_off_hvac',
8977
9060
  'can_simulate_removal',
8978
9061
  'can_simulate_connection',
8979
9062
  'can_simulate_disconnection',
@@ -9710,6 +9793,10 @@ export default {
9710
9793
  'can_remotely_lock',
9711
9794
  'can_program_offline_access_codes',
9712
9795
  'can_program_online_access_codes',
9796
+ 'can_hvac_heat',
9797
+ 'can_hvac_cool',
9798
+ 'can_hvac_heat_cool',
9799
+ 'can_turn_off_hvac',
9713
9800
  'can_simulate_removal',
9714
9801
  'can_simulate_connection',
9715
9802
  'can_simulate_disconnection',
@@ -9725,6 +9812,10 @@ export default {
9725
9812
  'can_remotely_lock',
9726
9813
  'can_program_offline_access_codes',
9727
9814
  'can_program_online_access_codes',
9815
+ 'can_hvac_heat',
9816
+ 'can_hvac_cool',
9817
+ 'can_hvac_heat_cool',
9818
+ 'can_turn_off_hvac',
9728
9819
  'can_simulate_removal',
9729
9820
  'can_simulate_connection',
9730
9821
  'can_simulate_disconnection',
@@ -10146,6 +10237,10 @@ export default {
10146
10237
  'can_remotely_lock',
10147
10238
  'can_program_offline_access_codes',
10148
10239
  'can_program_online_access_codes',
10240
+ 'can_hvac_heat',
10241
+ 'can_hvac_cool',
10242
+ 'can_hvac_heat_cool',
10243
+ 'can_turn_off_hvac',
10149
10244
  'can_simulate_removal',
10150
10245
  'can_simulate_connection',
10151
10246
  'can_simulate_disconnection',
@@ -10161,6 +10256,10 @@ export default {
10161
10256
  'can_remotely_lock',
10162
10257
  'can_program_offline_access_codes',
10163
10258
  'can_program_online_access_codes',
10259
+ 'can_hvac_heat',
10260
+ 'can_hvac_cool',
10261
+ 'can_hvac_heat_cool',
10262
+ 'can_turn_off_hvac',
10164
10263
  'can_simulate_removal',
10165
10264
  'can_simulate_connection',
10166
10265
  'can_simulate_disconnection',
@@ -11730,6 +11829,10 @@ export default {
11730
11829
  'can_remotely_lock',
11731
11830
  'can_program_offline_access_codes',
11732
11831
  'can_program_online_access_codes',
11832
+ 'can_hvac_heat',
11833
+ 'can_hvac_cool',
11834
+ 'can_hvac_heat_cool',
11835
+ 'can_turn_off_hvac',
11733
11836
  'can_simulate_removal',
11734
11837
  'can_simulate_connection',
11735
11838
  'can_simulate_disconnection',
@@ -11745,6 +11848,10 @@ export default {
11745
11848
  'can_remotely_lock',
11746
11849
  'can_program_offline_access_codes',
11747
11850
  'can_program_online_access_codes',
11851
+ 'can_hvac_heat',
11852
+ 'can_hvac_cool',
11853
+ 'can_hvac_heat_cool',
11854
+ 'can_turn_off_hvac',
11748
11855
  'can_simulate_removal',
11749
11856
  'can_simulate_connection',
11750
11857
  'can_simulate_disconnection',