We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6673361 commit 07f3ed9Copy full SHA for 07f3ed9
src/lib/seam/connect/openapi.ts
@@ -1135,6 +1135,7 @@ export default {
1135
'hubitat',
1136
'four_suites',
1137
'dormakaba_oracode',
1138
+ 'pti',
1139
'wyze',
1140
'yale_access',
1141
],
src/lib/seam/connect/route-types.ts
@@ -967,6 +967,7 @@ export interface Routes {
967
| 'hubitat'
968
| 'four_suites'
969
| 'dormakaba_oracode'
970
+ | 'pti'
971
| 'wyze'
972
| 'yale_access'
973
>
0 commit comments