@seamapi/types 1.37.0 → 1.38.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.
@@ -1101,7 +1101,7 @@ export interface Routes {
1101
1101
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
1102
1102
  custom_redirect_url?: string | undefined;
1103
1103
  custom_redirect_failure_url?: string | undefined;
1104
- accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'yale_access'> | undefined;
1104
+ accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'yale_access'> | undefined;
1105
1105
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
1106
1106
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
1107
1107
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.37.0",
3
+ "version": "1.38.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -4494,6 +4494,7 @@ export default {
4494
4494
  'dormakaba_oracode',
4495
4495
  'pti',
4496
4496
  'wyze',
4497
+ 'seam_passport',
4497
4498
  'yale_access',
4498
4499
  ],
4499
4500
  type: 'string',
@@ -5007,7 +5008,6 @@ export default {
5007
5008
  },
5008
5009
  connected_account_ids: {
5009
5010
  items: { format: 'uuid', type: 'string' },
5010
- minItems: 1,
5011
5011
  type: 'array',
5012
5012
  },
5013
5013
  created_before: { format: 'date-time', type: 'string' },
@@ -5317,7 +5317,6 @@ export default {
5317
5317
  },
5318
5318
  connected_account_ids: {
5319
5319
  items: { format: 'uuid', type: 'string' },
5320
- minItems: 1,
5321
5320
  type: 'array',
5322
5321
  },
5323
5322
  created_before: { format: 'date-time', type: 'string' },
@@ -6119,7 +6118,6 @@ export default {
6119
6118
  },
6120
6119
  connected_account_ids: {
6121
6120
  items: { format: 'uuid', type: 'string' },
6122
- minItems: 1,
6123
6121
  type: 'array',
6124
6122
  },
6125
6123
  created_before: { format: 'date-time', type: 'string' },
@@ -7470,7 +7468,6 @@ export default {
7470
7468
  },
7471
7469
  connected_account_ids: {
7472
7470
  items: { format: 'uuid', type: 'string' },
7473
- minItems: 1,
7474
7471
  type: 'array',
7475
7472
  },
7476
7473
  created_before: { format: 'date-time', type: 'string' },
@@ -1179,6 +1179,7 @@ export interface Routes {
1179
1179
  | 'dormakaba_oracode'
1180
1180
  | 'pti'
1181
1181
  | 'wyze'
1182
+ | 'seam_passport'
1182
1183
  | 'yale_access'
1183
1184
  >
1184
1185
  | undefined