@seamapi/types 1.132.1 → 1.133.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.
@@ -3152,8 +3152,8 @@ export interface Routes {
3152
3152
  device_ids?: string[] | undefined;
3153
3153
  access_code_id?: string | undefined;
3154
3154
  access_code_ids?: string[] | undefined;
3155
- event_type?: ('device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_user.deleted' | 'acs_credential.deleted' | 'enrollment_automation.deleted' | 'client_session.deleted') | undefined;
3156
- event_types?: Array<'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_user.deleted' | 'acs_credential.deleted' | 'enrollment_automation.deleted' | 'client_session.deleted'> | undefined;
3155
+ event_type?: ('device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_user.deleted' | 'acs_credential.deleted' | 'enrollment_automation.deleted' | 'client_session.deleted') | undefined;
3156
+ event_types?: Array<'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_user.deleted' | 'acs_credential.deleted' | 'enrollment_automation.deleted' | 'client_session.deleted'> | undefined;
3157
3157
  connected_account_id?: string | undefined;
3158
3158
  limit?: number;
3159
3159
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.132.1",
3
+ "version": "1.133.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -8506,6 +8506,7 @@ export default {
8506
8506
  'device.converted_to_unmanaged',
8507
8507
  'device.unmanaged.converted_to_managed',
8508
8508
  'device.removed',
8509
+ 'device.deleted',
8509
8510
  'device.tampered',
8510
8511
  'device.low_battery',
8511
8512
  'device.battery_status_changed',
@@ -8562,6 +8563,7 @@ export default {
8562
8563
  'device.converted_to_unmanaged',
8563
8564
  'device.unmanaged.converted_to_managed',
8564
8565
  'device.removed',
8566
+ 'device.deleted',
8565
8567
  'device.tampered',
8566
8568
  'device.low_battery',
8567
8569
  'device.battery_status_changed',
@@ -10011,9 +10013,10 @@ export default {
10011
10013
  401: { description: 'Unauthorized' },
10012
10014
  },
10013
10015
  security: [
10014
- { access_token: [], seam_workspace: [] },
10015
- { seam_client_session_token: [] },
10016
- { client_session_token: [] },
10016
+ { client_session: [] },
10017
+ { pat_with_workspace: [] },
10018
+ { console_session: [] },
10019
+ { api_key: [] },
10017
10020
  ],
10018
10021
  summary: '/thermostats/climate_setting_schedules/create',
10019
10022
  tags: ['/thermostats'],
@@ -10058,9 +10061,10 @@ export default {
10058
10061
  401: { description: 'Unauthorized' },
10059
10062
  },
10060
10063
  security: [
10061
- { access_token: [], seam_workspace: [] },
10062
- { seam_client_session_token: [] },
10063
- { client_session_token: [] },
10064
+ { client_session: [] },
10065
+ { pat_with_workspace: [] },
10066
+ { console_session: [] },
10067
+ { api_key: [] },
10064
10068
  ],
10065
10069
  summary: '/thermostats/climate_setting_schedules/delete',
10066
10070
  tags: ['/thermostats'],
@@ -10102,9 +10106,10 @@ export default {
10102
10106
  401: { description: 'Unauthorized' },
10103
10107
  },
10104
10108
  security: [
10105
- { access_token: [], seam_workspace: [] },
10106
- { seam_client_session_token: [] },
10107
- { client_session_token: [] },
10109
+ { client_session: [] },
10110
+ { pat_with_workspace: [] },
10111
+ { console_session: [] },
10112
+ { api_key: [] },
10108
10113
  ],
10109
10114
  summary: '/thermostats/climate_setting_schedules/delete',
10110
10115
  tags: ['/thermostats'],
@@ -10152,9 +10157,10 @@ export default {
10152
10157
  401: { description: 'Unauthorized' },
10153
10158
  },
10154
10159
  security: [
10155
- { access_token: [], seam_workspace: [] },
10156
- { seam_client_session_token: [] },
10157
- { client_session_token: [] },
10160
+ { client_session: [] },
10161
+ { pat_with_workspace: [] },
10162
+ { console_session: [] },
10163
+ { api_key: [] },
10158
10164
  ],
10159
10165
  summary: '/thermostats/climate_setting_schedules/get',
10160
10166
  tags: ['/thermostats'],
@@ -10205,9 +10211,10 @@ export default {
10205
10211
  401: { description: 'Unauthorized' },
10206
10212
  },
10207
10213
  security: [
10208
- { access_token: [], seam_workspace: [] },
10209
- { seam_client_session_token: [] },
10210
- { client_session_token: [] },
10214
+ { api_key: [] },
10215
+ { client_session: [] },
10216
+ { pat_with_workspace: [] },
10217
+ { console_session: [] },
10211
10218
  ],
10212
10219
  summary: '/thermostats/climate_setting_schedules/list',
10213
10220
  tags: ['/thermostats'],
@@ -10276,9 +10283,10 @@ export default {
10276
10283
  401: { description: 'Unauthorized' },
10277
10284
  },
10278
10285
  security: [
10279
- { access_token: [], seam_workspace: [] },
10280
- { seam_client_session_token: [] },
10281
- { client_session_token: [] },
10286
+ { client_session: [] },
10287
+ { pat_with_workspace: [] },
10288
+ { console_session: [] },
10289
+ { api_key: [] },
10282
10290
  ],
10283
10291
  summary: '/thermostats/climate_setting_schedules/update',
10284
10292
  tags: ['/thermostats'],
@@ -10343,9 +10351,10 @@ export default {
10343
10351
  401: { description: 'Unauthorized' },
10344
10352
  },
10345
10353
  security: [
10346
- { access_token: [], seam_workspace: [] },
10347
- { seam_client_session_token: [] },
10348
- { client_session_token: [] },
10354
+ { client_session: [] },
10355
+ { pat_with_workspace: [] },
10356
+ { console_session: [] },
10357
+ { api_key: [] },
10349
10358
  ],
10350
10359
  summary: '/thermostats/climate_setting_schedules/update',
10351
10360
  tags: ['/thermostats'],
@@ -10412,9 +10421,10 @@ export default {
10412
10421
  401: { description: 'Unauthorized' },
10413
10422
  },
10414
10423
  security: [
10415
- { access_token: [], seam_workspace: [] },
10416
- { seam_client_session_token: [] },
10417
- { client_session_token: [] },
10424
+ { client_session: [] },
10425
+ { pat_with_workspace: [] },
10426
+ { console_session: [] },
10427
+ { api_key: [] },
10418
10428
  ],
10419
10429
  summary: '/thermostats/climate_setting_schedules/update',
10420
10430
  tags: ['/thermostats'],
@@ -10462,9 +10472,9 @@ export default {
10462
10472
  401: { description: 'Unauthorized' },
10463
10473
  },
10464
10474
  security: [
10465
- { access_token: [], seam_workspace: [] },
10466
- { seam_client_session_token: [] },
10467
- { client_session_token: [] },
10475
+ { api_key: [] },
10476
+ { client_session: [] },
10477
+ { pat_with_workspace: [] },
10468
10478
  ],
10469
10479
  summary: '/thermostats/cool',
10470
10480
  tags: ['/thermostats'],
@@ -10509,9 +10519,9 @@ export default {
10509
10519
  401: { description: 'Unauthorized' },
10510
10520
  },
10511
10521
  security: [
10512
- { access_token: [], seam_workspace: [] },
10513
- { seam_client_session_token: [] },
10514
- { client_session_token: [] },
10522
+ { api_key: [] },
10523
+ { client_session: [] },
10524
+ { pat_with_workspace: [] },
10515
10525
  ],
10516
10526
  summary: '/thermostats/get',
10517
10527
  tags: ['/thermostats'],
@@ -10561,9 +10571,9 @@ export default {
10561
10571
  401: { description: 'Unauthorized' },
10562
10572
  },
10563
10573
  security: [
10564
- { access_token: [], seam_workspace: [] },
10565
- { seam_client_session_token: [] },
10566
- { client_session_token: [] },
10574
+ { api_key: [] },
10575
+ { client_session: [] },
10576
+ { pat_with_workspace: [] },
10567
10577
  ],
10568
10578
  summary: '/thermostats/heat',
10569
10579
  tags: ['/thermostats'],
@@ -10615,9 +10625,9 @@ export default {
10615
10625
  401: { description: 'Unauthorized' },
10616
10626
  },
10617
10627
  security: [
10618
- { access_token: [], seam_workspace: [] },
10619
- { seam_client_session_token: [] },
10620
- { client_session_token: [] },
10628
+ { api_key: [] },
10629
+ { client_session: [] },
10630
+ { pat_with_workspace: [] },
10621
10631
  ],
10622
10632
  summary: '/thermostats/heat_cool',
10623
10633
  tags: ['/thermostats'],
@@ -10840,6 +10850,7 @@ export default {
10840
10850
  { api_key: [] },
10841
10851
  { pat_with_workspace: [] },
10842
10852
  { console_session: [] },
10853
+ { client_session: [] },
10843
10854
  ],
10844
10855
  summary: '/thermostats/list',
10845
10856
  tags: ['/thermostats'],
@@ -10887,9 +10898,9 @@ export default {
10887
10898
  401: { description: 'Unauthorized' },
10888
10899
  },
10889
10900
  security: [
10890
- { access_token: [], seam_workspace: [] },
10891
- { seam_client_session_token: [] },
10892
- { client_session_token: [] },
10901
+ { api_key: [] },
10902
+ { client_session: [] },
10903
+ { pat_with_workspace: [] },
10893
10904
  ],
10894
10905
  summary: '/thermostats/off',
10895
10906
  tags: ['/thermostats'],
@@ -10939,9 +10950,9 @@ export default {
10939
10950
  401: { description: 'Unauthorized' },
10940
10951
  },
10941
10952
  security: [
10942
- { access_token: [], seam_workspace: [] },
10943
- { seam_client_session_token: [] },
10944
- { client_session_token: [] },
10953
+ { api_key: [] },
10954
+ { client_session: [] },
10955
+ { pat_with_workspace: [] },
10945
10956
  ],
10946
10957
  summary: '/thermostats/set_fan_mode',
10947
10958
  tags: ['/thermostats'],
@@ -11002,6 +11013,7 @@ export default {
11002
11013
  { api_key: [] },
11003
11014
  { pat_with_workspace: [] },
11004
11015
  { console_session: [] },
11016
+ { client_session: [] },
11005
11017
  ],
11006
11018
  summary: '/thermostats/update',
11007
11019
  tags: ['/thermostats'],
@@ -11058,6 +11070,7 @@ export default {
11058
11070
  { api_key: [] },
11059
11071
  { pat_with_workspace: [] },
11060
11072
  { console_session: [] },
11073
+ { client_session: [] },
11061
11074
  ],
11062
11075
  summary: '/thermostats/update',
11063
11076
  tags: ['/thermostats'],
@@ -4214,6 +4214,7 @@ export interface Routes {
4214
4214
  | 'device.converted_to_unmanaged'
4215
4215
  | 'device.unmanaged.converted_to_managed'
4216
4216
  | 'device.removed'
4217
+ | 'device.deleted'
4217
4218
  | 'device.tampered'
4218
4219
  | 'device.low_battery'
4219
4220
  | 'device.battery_status_changed'
@@ -4268,6 +4269,7 @@ export interface Routes {
4268
4269
  | 'device.converted_to_unmanaged'
4269
4270
  | 'device.unmanaged.converted_to_managed'
4270
4271
  | 'device.removed'
4272
+ | 'device.deleted'
4271
4273
  | 'device.tampered'
4272
4274
  | 'device.low_battery'
4273
4275
  | 'device.battery_status_changed'