@seamapi/types 1.126.0 → 1.127.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.
@@ -2228,6 +2228,7 @@ declare const _default: {
2228
2228
  device_provider: {
2229
2229
  properties: {
2230
2230
  device_provider_name: {
2231
+ enum: string[];
2231
2232
  type: string;
2232
2233
  };
2233
2234
  display_name: {
@@ -19811,7 +19812,7 @@ interface Routes {
19811
19812
  formData: {};
19812
19813
  jsonResponse: {
19813
19814
  device_providers: Array<{
19814
- device_provider_name: string;
19815
+ 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';
19815
19816
  display_name: string;
19816
19817
  image_url: string;
19817
19818
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -2154,6 +2154,7 @@ declare const _default: {
2154
2154
  device_provider: {
2155
2155
  properties: {
2156
2156
  device_provider_name: {
2157
+ enum: string[];
2157
2158
  type: string;
2158
2159
  };
2159
2160
  display_name: {
@@ -1683,7 +1683,47 @@ export default {
1683
1683
  },
1684
1684
  device_provider: {
1685
1685
  properties: {
1686
- device_provider_name: { type: 'string' },
1686
+ device_provider_name: {
1687
+ enum: [
1688
+ 'akuvox',
1689
+ 'august',
1690
+ 'avigilon_alta',
1691
+ 'brivo',
1692
+ 'butterflymx',
1693
+ 'schlage',
1694
+ 'smartthings',
1695
+ 'yale',
1696
+ 'genie',
1697
+ 'doorking',
1698
+ 'salto',
1699
+ 'lockly',
1700
+ 'ttlock',
1701
+ 'linear',
1702
+ 'noiseaware',
1703
+ 'nuki',
1704
+ 'seam_relay_admin',
1705
+ 'igloo',
1706
+ 'kwikset',
1707
+ 'minut',
1708
+ 'my_2n',
1709
+ 'controlbyweb',
1710
+ 'nest',
1711
+ 'igloohome',
1712
+ 'ecobee',
1713
+ 'hubitat',
1714
+ 'four_suites',
1715
+ 'dormakaba_oracode',
1716
+ 'pti',
1717
+ 'wyze',
1718
+ 'seam_passport',
1719
+ 'visionline',
1720
+ 'assa_abloy_credential_service',
1721
+ 'seam_bridge',
1722
+ 'tedee',
1723
+ 'honeywell',
1724
+ ],
1725
+ type: 'string',
1726
+ },
1687
1727
  display_name: { type: 'string' },
1688
1728
  image_url: { type: 'string' },
1689
1729
  provider_categories: {