Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Feb 12, 2025
1 parent 78164bc commit 20034e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const bridge_client_session = z.object({
}).describe(`
---
route_path: /seam/bridge/v1/bridge_client_sessions
undocumented: Seam Bridge Client only.
---
`)

Expand Down
8 changes: 8 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23606,6 +23606,7 @@ export default {
],
type: 'object',
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
'x-undocumented': 'Seam Bridge Client only.',
},
ok: { type: 'boolean' },
},
Expand All @@ -23632,6 +23633,7 @@ export default {
'x-fern-sdk-return-value': 'bridge_client_session',
'x-response-key': 'bridge_client_session',
'x-title': 'Create a Bridge Client Session',
'x-undocumented': 'Seam Bridge Client only.',
},
},
'/seam/bridge/v1/bridge_client_sessions/get': {
Expand Down Expand Up @@ -23684,6 +23686,7 @@ export default {
],
type: 'object',
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
'x-undocumented': 'Seam Bridge Client only.',
},
ok: { type: 'boolean' },
},
Expand All @@ -23703,6 +23706,7 @@ export default {
'x-fern-ignore': true,
'x-response-key': 'bridge_client_session',
'x-title': 'Get a Bridge Client Session',
'x-undocumented': 'Seam Bridge Client only.',
},
post: {
description:
Expand Down Expand Up @@ -23753,6 +23757,7 @@ export default {
],
type: 'object',
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
'x-undocumented': 'Seam Bridge Client only.',
},
ok: { type: 'boolean' },
},
Expand All @@ -23779,6 +23784,7 @@ export default {
'x-fern-sdk-return-value': 'bridge_client_session',
'x-response-key': 'bridge_client_session',
'x-title': 'Get a Bridge Client Session',
'x-undocumented': 'Seam Bridge Client only.',
},
},
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
Expand Down Expand Up @@ -23832,6 +23838,7 @@ export default {
],
type: 'object',
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
'x-undocumented': 'Seam Bridge Client only.',
},
ok: { type: 'boolean' },
},
Expand Down Expand Up @@ -23859,6 +23866,7 @@ export default {
'x-fern-sdk-return-value': 'bridge_client_session',
'x-response-key': 'bridge_client_session',
'x-title': 'Regenerate a Bridge Client Session Pairing Code',
'x-undocumented': 'Seam Bridge Client only.',
},
},
'/thermostats/activate_climate_preset': {
Expand Down

0 comments on commit 20034e4

Please sign in to comment.