@seamapi/types 1.119.0 → 1.121.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.
@@ -6118,53 +6118,65 @@ declare const _default: {
6118
6118
  content: {
6119
6119
  'application/json': {
6120
6120
  schema: {
6121
- oneOf: ({
6122
- properties: {
6123
- acs_user_id: {
6124
- format: string;
6125
- type: string;
6121
+ allOf: ({
6122
+ oneOf: ({
6123
+ properties: {
6124
+ acs_user_id: {
6125
+ format: string;
6126
+ type: string;
6127
+ };
6128
+ acs_system_id?: never;
6129
+ user_identity_id?: never;
6126
6130
  };
6127
- acs_system_id?: never;
6128
- user_identity_id?: never;
6129
- };
6130
- required: string[];
6131
- type: string;
6132
- } | {
6133
- properties: {
6134
- acs_system_id: {
6135
- format: string;
6136
- type: string;
6131
+ required: string[];
6132
+ type: string;
6133
+ } | {
6134
+ properties: {
6135
+ acs_system_id: {
6136
+ format: string;
6137
+ type: string;
6138
+ };
6139
+ acs_user_id?: never;
6140
+ user_identity_id?: never;
6137
6141
  };
6138
- acs_user_id?: never;
6139
- user_identity_id?: never;
6140
- };
6141
- required: string[];
6142
- type: string;
6143
- } | {
6144
- properties: {
6145
- acs_system_id: {
6146
- format: string;
6147
- type: string;
6142
+ required: string[];
6143
+ type: string;
6144
+ } | {
6145
+ properties: {
6146
+ acs_system_id: {
6147
+ format: string;
6148
+ type: string;
6149
+ };
6150
+ acs_user_id: {
6151
+ format: string;
6152
+ type: string;
6153
+ };
6154
+ user_identity_id?: never;
6148
6155
  };
6149
- acs_user_id: {
6150
- format: string;
6151
- type: string;
6156
+ required: string[];
6157
+ type: string;
6158
+ } | {
6159
+ properties: {
6160
+ user_identity_id: {
6161
+ format: string;
6162
+ type: string;
6163
+ };
6164
+ acs_user_id?: never;
6165
+ acs_system_id?: never;
6152
6166
  };
6153
- user_identity_id?: never;
6154
- };
6155
- required: string[];
6156
- type: string;
6167
+ required: string[];
6168
+ type: string;
6169
+ })[];
6170
+ properties?: never;
6171
+ type?: never;
6157
6172
  } | {
6158
6173
  properties: {
6159
- user_identity_id: {
6160
- format: string;
6174
+ is_multi_phone_sync_credential: {
6161
6175
  type: string;
6162
6176
  };
6163
- acs_user_id?: never;
6164
- acs_system_id?: never;
6165
6177
  };
6166
- required: string[];
6167
6178
  type: string;
6179
+ oneOf?: never;
6168
6180
  })[];
6169
6181
  };
6170
6182
  };
@@ -17982,7 +17994,7 @@ interface Routes {
17982
17994
  method: 'GET' | 'POST';
17983
17995
  queryParams: {};
17984
17996
  jsonBody: {};
17985
- commonParams: {
17997
+ commonParams: ({
17986
17998
  acs_user_id: string;
17987
17999
  } | {
17988
18000
  acs_system_id: string;
@@ -17991,6 +18003,8 @@ interface Routes {
17991
18003
  acs_system_id: string;
17992
18004
  } | {
17993
18005
  user_identity_id: string;
18006
+ }) & {
18007
+ is_multi_phone_sync_credential?: boolean | undefined;
17994
18008
  };
17995
18009
  formData: {};
17996
18010
  jsonResponse: {
@@ -20175,8 +20189,8 @@ interface Routes {
20175
20189
  device_ids?: string[] | undefined;
20176
20190
  access_code_id?: string | undefined;
20177
20191
  access_code_ids?: string[] | undefined;
20178
- 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;
20179
- 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;
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' | 'acs_user.deleted' | 'acs_credential.deleted') | 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' | 'acs_user.deleted' | 'acs_credential.deleted'> | undefined;
20180
20194
  connected_account_id?: string | undefined;
20181
20195
  };
20182
20196
  formData: {};
@@ -6044,53 +6044,65 @@ declare const _default: {
6044
6044
  content: {
6045
6045
  'application/json': {
6046
6046
  schema: {
6047
- oneOf: ({
6048
- properties: {
6049
- acs_user_id: {
6050
- format: string;
6051
- type: string;
6047
+ allOf: ({
6048
+ oneOf: ({
6049
+ properties: {
6050
+ acs_user_id: {
6051
+ format: string;
6052
+ type: string;
6053
+ };
6054
+ acs_system_id?: never;
6055
+ user_identity_id?: never;
6052
6056
  };
6053
- acs_system_id?: never;
6054
- user_identity_id?: never;
6055
- };
6056
- required: string[];
6057
- type: string;
6058
- } | {
6059
- properties: {
6060
- acs_system_id: {
6061
- format: string;
6062
- type: string;
6057
+ required: string[];
6058
+ type: string;
6059
+ } | {
6060
+ properties: {
6061
+ acs_system_id: {
6062
+ format: string;
6063
+ type: string;
6064
+ };
6065
+ acs_user_id?: never;
6066
+ user_identity_id?: never;
6063
6067
  };
6064
- acs_user_id?: never;
6065
- user_identity_id?: never;
6066
- };
6067
- required: string[];
6068
- type: string;
6069
- } | {
6070
- properties: {
6071
- acs_system_id: {
6072
- format: string;
6073
- type: string;
6068
+ required: string[];
6069
+ type: string;
6070
+ } | {
6071
+ properties: {
6072
+ acs_system_id: {
6073
+ format: string;
6074
+ type: string;
6075
+ };
6076
+ acs_user_id: {
6077
+ format: string;
6078
+ type: string;
6079
+ };
6080
+ user_identity_id?: never;
6074
6081
  };
6075
- acs_user_id: {
6076
- format: string;
6077
- type: string;
6082
+ required: string[];
6083
+ type: string;
6084
+ } | {
6085
+ properties: {
6086
+ user_identity_id: {
6087
+ format: string;
6088
+ type: string;
6089
+ };
6090
+ acs_user_id?: never;
6091
+ acs_system_id?: never;
6078
6092
  };
6079
- user_identity_id?: never;
6080
- };
6081
- required: string[];
6082
- type: string;
6093
+ required: string[];
6094
+ type: string;
6095
+ })[];
6096
+ properties?: never;
6097
+ type?: never;
6083
6098
  } | {
6084
6099
  properties: {
6085
- user_identity_id: {
6086
- format: string;
6100
+ is_multi_phone_sync_credential: {
6087
6101
  type: string;
6088
6102
  };
6089
- acs_user_id?: never;
6090
- acs_system_id?: never;
6091
6103
  };
6092
- required: string[];
6093
6104
  type: string;
6105
+ oneOf?: never;
6094
6106
  })[];
6095
6107
  };
6096
6108
  };
@@ -4412,34 +4412,44 @@ export default {
4412
4412
  content: {
4413
4413
  'application/json': {
4414
4414
  schema: {
4415
- oneOf: [
4416
- {
4417
- properties: {
4418
- acs_user_id: { format: 'uuid', type: 'string' },
4419
- },
4420
- required: ['acs_user_id'],
4421
- type: 'object',
4422
- },
4423
- {
4424
- properties: {
4425
- acs_system_id: { format: 'uuid', type: 'string' },
4426
- },
4427
- required: ['acs_system_id'],
4428
- type: 'object',
4429
- },
4415
+ allOf: [
4430
4416
  {
4431
- properties: {
4432
- acs_system_id: { format: 'uuid', type: 'string' },
4433
- acs_user_id: { format: 'uuid', type: 'string' },
4434
- },
4435
- required: ['acs_user_id', 'acs_system_id'],
4436
- type: 'object',
4417
+ oneOf: [
4418
+ {
4419
+ properties: {
4420
+ acs_user_id: { format: 'uuid', type: 'string' },
4421
+ },
4422
+ required: ['acs_user_id'],
4423
+ type: 'object',
4424
+ },
4425
+ {
4426
+ properties: {
4427
+ acs_system_id: { format: 'uuid', type: 'string' },
4428
+ },
4429
+ required: ['acs_system_id'],
4430
+ type: 'object',
4431
+ },
4432
+ {
4433
+ properties: {
4434
+ acs_system_id: { format: 'uuid', type: 'string' },
4435
+ acs_user_id: { format: 'uuid', type: 'string' },
4436
+ },
4437
+ required: ['acs_user_id', 'acs_system_id'],
4438
+ type: 'object',
4439
+ },
4440
+ {
4441
+ properties: {
4442
+ user_identity_id: { format: 'uuid', type: 'string' },
4443
+ },
4444
+ required: ['user_identity_id'],
4445
+ type: 'object',
4446
+ },
4447
+ ],
4437
4448
  },
4438
4449
  {
4439
4450
  properties: {
4440
- user_identity_id: { format: 'uuid', type: 'string' },
4451
+ is_multi_phone_sync_credential: { type: 'boolean' },
4441
4452
  },
4442
- required: ['user_identity_id'],
4443
4453
  type: 'object',
4444
4454
  },
4445
4455
  ],
@@ -8378,6 +8388,8 @@ export default {
8378
8388
  'connected_account.completed_first_sync_after_reconnection',
8379
8389
  'noise_sensor.noise_threshold_triggered',
8380
8390
  'access_code.backup_access_code_pulled',
8391
+ 'acs_user.deleted',
8392
+ 'acs_credential.deleted',
8381
8393
  ],
8382
8394
  type: 'string',
8383
8395
  },
@@ -8430,6 +8442,8 @@ export default {
8430
8442
  'connected_account.completed_first_sync_after_reconnection',
8431
8443
  'noise_sensor.noise_threshold_triggered',
8432
8444
  'access_code.backup_access_code_pulled',
8445
+ 'acs_user.deleted',
8446
+ 'acs_credential.deleted',
8433
8447
  ],
8434
8448
  type: 'string',
8435
8449
  },