@@ -60,6 +60,7 @@ const routePaths = [
60
60
'/bridges' ,
61
61
'/events' ,
62
62
'/locks' ,
63
+ '/locks/simulate' ,
63
64
'/networks' ,
64
65
'/noise_sensors' ,
65
66
'/noise_sensors/noise_thresholds' ,
@@ -69,8 +70,13 @@ const routePaths = [
69
70
'/thermostats' ,
70
71
'/thermostats/schedules' ,
71
72
'/thermostats/simulate' ,
73
+ '/thermostats/daily_programs' ,
72
74
'/unstable_locations' ,
73
75
'/unstable_access_grants' ,
76
+ '/unstable_access_methods' ,
77
+ '/unstable_partner' ,
78
+ '/unstable_partner/resources' ,
79
+ '/unstable_partner/building_blocks' ,
74
80
'/user_identities' ,
75
81
'/user_identities/enrollment_automations' ,
76
82
'/webhooks' ,
@@ -91,15 +97,17 @@ const routePathSubresources: Partial<
91
97
'systems' ,
92
98
'users' ,
93
99
] ,
100
+ '/locks' : [ 'simulate' ] ,
94
101
'/acs/users' : [ 'unmanaged' ] ,
95
102
'/acs/access_groups' : [ 'unmanaged' ] ,
96
103
'/acs/credentials' : [ 'unmanaged' ] ,
97
104
'/acs/encoders' : [ 'simulate' ] ,
98
105
'/phones' : [ 'simulate' ] ,
99
106
'/devices' : [ 'unmanaged' , 'simulate' ] ,
100
107
'/noise_sensors' : [ 'noise_thresholds' , 'simulate' ] ,
101
- '/thermostats' : [ 'schedules' , 'simulate' ] ,
108
+ '/thermostats' : [ 'schedules' , 'simulate' , 'daily_programs' ] ,
102
109
'/user_identities' : [ 'enrollment_automations' ] ,
110
+ '/unstable_partner' : [ 'building_blocks' , 'resources' ] ,
103
111
}
104
112
105
113
interface Route {
0 commit comments