@seamapi/types 1.120.0 → 1.122.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.
@@ -244,6 +244,12 @@ declare const _default: {
244
244
  external_type_display_name: {
245
245
  type: string;
246
246
  };
247
+ image_alt_text: {
248
+ type: string;
249
+ };
250
+ image_url: {
251
+ type: string;
252
+ };
247
253
  name: {
248
254
  type: string;
249
255
  };
@@ -18256,6 +18262,8 @@ interface Routes {
18256
18262
  created_at: string;
18257
18263
  workspace_id: string;
18258
18264
  connected_account_ids: string[];
18265
+ image_url: string;
18266
+ image_alt_text: string;
18259
18267
  };
18260
18268
  };
18261
18269
  };
@@ -18281,6 +18289,8 @@ interface Routes {
18281
18289
  created_at: string;
18282
18290
  workspace_id: string;
18283
18291
  connected_account_ids: string[];
18292
+ image_url: string;
18293
+ image_alt_text: string;
18284
18294
  }>;
18285
18295
  };
18286
18296
  };
@@ -20189,8 +20199,8 @@ interface Routes {
20189
20199
  device_ids?: string[] | undefined;
20190
20200
  access_code_id?: string | undefined;
20191
20201
  access_code_ids?: string[] | undefined;
20192
- 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') | undefined;
20193
- 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'> | undefined;
20202
+ 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') | undefined;
20203
+ 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'> | undefined;
20194
20204
  connected_account_id?: string | undefined;
20195
20205
  };
20196
20206
  formData: {};
@@ -24505,6 +24515,8 @@ interface Routes {
24505
24515
  created_at: string;
24506
24516
  workspace_id: string;
24507
24517
  connected_account_ids: string[];
24518
+ image_url: string;
24519
+ image_alt_text: string;
24508
24520
  }>;
24509
24521
  };
24510
24522
  };
@@ -170,6 +170,12 @@ declare const _default: {
170
170
  external_type_display_name: {
171
171
  type: string;
172
172
  };
173
+ image_alt_text: {
174
+ type: string;
175
+ };
176
+ image_url: {
177
+ type: string;
178
+ };
173
179
  name: {
174
180
  type: string;
175
181
  };
@@ -183,6 +183,8 @@ export default {
183
183
  type: 'string',
184
184
  },
185
185
  external_type_display_name: { type: 'string' },
186
+ image_alt_text: { type: 'string' },
187
+ image_url: { type: 'string' },
186
188
  name: { type: 'string' },
187
189
  system_type: {
188
190
  description: 'deprecated: use external_type',
@@ -213,6 +215,8 @@ export default {
213
215
  'created_at',
214
216
  'workspace_id',
215
217
  'connected_account_ids',
218
+ 'image_url',
219
+ 'image_alt_text',
216
220
  ],
217
221
  type: 'object',
218
222
  },
@@ -8388,6 +8392,8 @@ export default {
8388
8392
  'connected_account.completed_first_sync_after_reconnection',
8389
8393
  'noise_sensor.noise_threshold_triggered',
8390
8394
  'access_code.backup_access_code_pulled',
8395
+ 'acs_user.deleted',
8396
+ 'acs_credential.deleted',
8391
8397
  ],
8392
8398
  type: 'string',
8393
8399
  },
@@ -8440,6 +8446,8 @@ export default {
8440
8446
  'connected_account.completed_first_sync_after_reconnection',
8441
8447
  'noise_sensor.noise_threshold_triggered',
8442
8448
  'access_code.backup_access_code_pulled',
8449
+ 'acs_user.deleted',
8450
+ 'acs_credential.deleted',
8443
8451
  ],
8444
8452
  type: 'string',
8445
8453
  },