Skip to content

Commit 8e821b7

Browse files
iteloseambot
andauthored
feat: Add phones.simulate.createSandboxPhone
* remove phones/simulate/create_sandbox_phone from ignoredEndpointPaths list * add /phones/simulate to routePaths and routePathSubresources * ci: Generate code --------- Co-authored-by: Seam Bot <[email protected]>
1 parent 757974a commit 8e821b7

File tree

4 files changed

+185
-1
lines changed

4 files changed

+185
-1
lines changed

generate-routes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const routePaths = [
3232
'/noise_sensors',
3333
'/noise_sensors/noise_thresholds',
3434
'/phones',
35+
'/phones/simulate',
3536
'/thermostats',
3637
'/thermostats/climate_setting_schedules',
3738
'/user_identities',
@@ -53,6 +54,7 @@ const routePathSubresources: Partial<
5354
'systems',
5455
'users',
5556
],
57+
'/phones': ['simulate'],
5658
'/devices': ['unmanaged'],
5759
'/noise_sensors': ['noise_thresholds'],
5860
'/thermostats': ['climate_setting_schedules'],
@@ -67,7 +69,6 @@ const ignoredEndpointPaths = [
6769
'/health/get_service_health',
6870
'/health/service/[service_name]',
6971
'/noise_sensors/simulate/trigger_noise_threshold',
70-
'/phones/simulate/create_sandbox_phone',
7172
'/workspaces/reset_sandbox',
7273
] as const
7374

src/lib/seam/connect/routes/index.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/phones-simulate.ts

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/phones.ts

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)