@seamapi/types 1.386.1 → 1.386.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -0
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +2 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -1
package/package.json
CHANGED
|
@@ -29609,7 +29609,7 @@ export default {
|
|
|
29609
29609
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
29610
29610
|
post: {
|
|
29611
29611
|
description:
|
|
29612
|
-
'Exchanges a short code for a Client Session Token (CST).\nThis endpoint is used by mobile apps to securely retrieve a client session token
|
|
29612
|
+
'Exchanges a short code for a Client Session Token (CST).\nThis endpoint is used by mobile apps to securely retrieve a client session token\nusing a short code obtained from an instant key URL.',
|
|
29613
29613
|
operationId: 'seamInstantKeyV1ClientSessionsExchangeShortCodePost',
|
|
29614
29614
|
requestBody: {
|
|
29615
29615
|
content: {
|
|
@@ -29662,6 +29662,7 @@ export default {
|
|
|
29662
29662
|
'x-fern-sdk-return-value': 'client_session',
|
|
29663
29663
|
'x-response-key': 'client_session',
|
|
29664
29664
|
'x-title': 'Exchange Instant Key Short Code',
|
|
29665
|
+
'x-undocumented': 'Seam Instant Key only.',
|
|
29665
29666
|
},
|
|
29666
29667
|
},
|
|
29667
29668
|
'/thermostats/activate_climate_preset': {
|