@seamapi/types 1.8.0 → 1.9.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.
@@ -917,7 +917,7 @@ export interface Routes {
917
917
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
918
918
  custom_redirect_url?: string | undefined;
919
919
  custom_redirect_failure_url?: string | undefined;
920
- accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'wyze' | 'yale_access'> | undefined;
920
+ accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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;
921
921
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
922
922
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
923
923
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1135,6 +1135,7 @@ export default {
1135
1135
  'hubitat',
1136
1136
  'four_suites',
1137
1137
  'dormakaba_oracode',
1138
+ 'pti',
1138
1139
  'wyze',
1139
1140
  'yale_access',
1140
1141
  ],
@@ -967,6 +967,7 @@ export interface Routes {
967
967
  | 'hubitat'
968
968
  | 'four_suites'
969
969
  | 'dormakaba_oracode'
970
+ | 'pti'
970
971
  | 'wyze'
971
972
  | 'yale_access'
972
973
  >