@seamapi/types 1.294.1 → 1.295.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.
@@ -9046,7 +9046,7 @@ export interface Routes {
9046
9046
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
9047
9047
  custom_redirect_url?: string | undefined;
9048
9048
  custom_redirect_failure_url?: string | undefined;
9049
- accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | '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' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
9049
+ accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | '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' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
9050
9050
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
9051
9051
  custom_metadata?: Record<string, string | boolean | null> | undefined;
9052
9052
  automatically_manage_new_devices?: boolean;
@@ -10396,7 +10396,7 @@ export interface Routes {
10396
10396
  formData: {};
10397
10397
  jsonResponse: {
10398
10398
  device_providers: Array<{
10399
- device_provider_name: 'dormakaba_community' | 'legic_connect' | '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' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service';
10399
+ device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | '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' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service';
10400
10400
  display_name: string;
10401
10401
  image_url: string;
10402
10402
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.294.1",
3
+ "version": "1.295.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -92,7 +92,7 @@
92
92
  "zod": "^3.21.4"
93
93
  },
94
94
  "devDependencies": {
95
- "@seamapi/blueprint": "^0.28.0",
95
+ "@seamapi/blueprint": "^0.29.0",
96
96
  "@types/node": "^20.8.10",
97
97
  "concurrently": "^8.2.0",
98
98
  "del-cli": "^5.0.0",
@@ -16,6 +16,7 @@ export const DEVICE_PROVIDERS = {
16
16
  GENIE: 'genie',
17
17
  DOORKING: 'doorking',
18
18
  SALTO: 'salto',
19
+ SALTO_KS: 'salto_ks',
19
20
  LOCKLY: 'lockly',
20
21
  TTLOCK: 'ttlock',
21
22
  LINEAR: 'linear',
@@ -108,7 +109,7 @@ export const PROVIDER_CATEGORY_MAP = {
108
109
  'visionline',
109
110
  'assa_abloy_credential_service',
110
111
  'latch',
111
- 'salto',
112
+ 'salto_ks',
112
113
  ],
113
114
 
114
115
  internal_beta: ALL_DEVICE_PROVIDERS,
@@ -5111,6 +5111,7 @@ export default {
5111
5111
  'genie',
5112
5112
  'doorking',
5113
5113
  'salto',
5114
+ 'salto_ks',
5114
5115
  'lockly',
5115
5116
  'ttlock',
5116
5117
  'linear',
@@ -12414,6 +12415,7 @@ export default {
12414
12415
  'genie',
12415
12416
  'doorking',
12416
12417
  'salto',
12418
+ 'salto_ks',
12417
12419
  'lockly',
12418
12420
  'ttlock',
12419
12421
  'linear',
@@ -10585,6 +10585,7 @@ export interface Routes {
10585
10585
  | 'genie'
10586
10586
  | 'doorking'
10587
10587
  | 'salto'
10588
+ | 'salto_ks'
10588
10589
  | 'lockly'
10589
10590
  | 'ttlock'
10590
10591
  | 'linear'
@@ -12519,6 +12520,7 @@ export interface Routes {
12519
12520
  | 'genie'
12520
12521
  | 'doorking'
12521
12522
  | 'salto'
12523
+ | 'salto_ks'
12522
12524
  | 'lockly'
12523
12525
  | 'ttlock'
12524
12526
  | 'linear'