Skip to content

Commit 07f3ed9

Browse files
authored
feat: add PTI (#124)
1 parent 6673361 commit 07f3ed9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ export default {
11351135
'hubitat',
11361136
'four_suites',
11371137
'dormakaba_oracode',
1138+
'pti',
11381139
'wyze',
11391140
'yale_access',
11401141
],

src/lib/seam/connect/route-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ export interface Routes {
967967
| 'hubitat'
968968
| 'four_suites'
969969
| 'dormakaba_oracode'
970+
| 'pti'
970971
| 'wyze'
971972
| 'yale_access'
972973
>

0 commit comments

Comments
 (0)