@seamapi/types 1.237.0 → 1.238.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.
@@ -4571,7 +4571,7 @@ export interface Routes {
4571
4571
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
4572
4572
  custom_redirect_url?: string | undefined;
4573
4573
  custom_redirect_failure_url?: string | undefined;
4574
- 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' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
4574
+ 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' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
4575
4575
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
4576
4576
  custom_metadata?: Record<string, string | boolean | null> | undefined;
4577
4577
  automatically_manage_new_devices?: boolean;
@@ -5671,7 +5671,7 @@ export interface Routes {
5671
5671
  formData: {};
5672
5672
  jsonResponse: {
5673
5673
  device_providers: Array<{
5674
- device_provider_name: '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';
5674
+ device_provider_name: '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';
5675
5675
  display_name: string;
5676
5676
  image_url: string;
5677
5677
  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.237.0",
3
+ "version": "1.238.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -40,6 +40,7 @@ export const DEVICE_PROVIDERS = {
40
40
  TEDEE: 'tedee',
41
41
  HONEYWELL_RESIDEO: 'honeywell_resideo',
42
42
  LATCH: 'latch',
43
+ AKILES: 'akiles',
43
44
  } as const
44
45
 
45
46
  export type DeviceProviderName =
@@ -3237,6 +3237,7 @@ export default {
3237
3237
  'tedee',
3238
3238
  'honeywell_resideo',
3239
3239
  'latch',
3240
+ 'akiles',
3240
3241
  ],
3241
3242
  type: 'string',
3242
3243
  },
@@ -8824,6 +8825,7 @@ export default {
8824
8825
  'tedee',
8825
8826
  'honeywell_resideo',
8826
8827
  'latch',
8828
+ 'akiles',
8827
8829
  'yale_access',
8828
8830
  'hid_cm',
8829
8831
  'google_nest',
@@ -5275,6 +5275,7 @@ export interface Routes {
5275
5275
  | 'tedee'
5276
5276
  | 'honeywell_resideo'
5277
5277
  | 'latch'
5278
+ | 'akiles'
5278
5279
  | 'yale_access'
5279
5280
  | 'hid_cm'
5280
5281
  | 'google_nest'
@@ -6883,6 +6884,7 @@ export interface Routes {
6883
6884
  | 'tedee'
6884
6885
  | 'honeywell_resideo'
6885
6886
  | 'latch'
6887
+ | 'akiles'
6886
6888
  display_name: string
6887
6889
  image_url: string
6888
6890
  provider_categories: Array<