@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/dist/connect.cjs
CHANGED
|
@@ -32105,7 +32105,7 @@ var openapi_default = {
|
|
|
32105
32105
|
},
|
|
32106
32106
|
"/seam/instant_key/v1/client_sessions/exchange_short_code": {
|
|
32107
32107
|
post: {
|
|
32108
|
-
description: "Exchanges a short code for a Client Session Token (CST).\nThis endpoint is used by mobile apps to securely retrieve a client session token
|
|
32108
|
+
description: "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.",
|
|
32109
32109
|
operationId: "seamInstantKeyV1ClientSessionsExchangeShortCodePost",
|
|
32110
32110
|
requestBody: {
|
|
32111
32111
|
content: {
|
|
@@ -32156,7 +32156,8 @@ var openapi_default = {
|
|
|
32156
32156
|
"x-fern-sdk-method-name": "exchange_short_code",
|
|
32157
32157
|
"x-fern-sdk-return-value": "client_session",
|
|
32158
32158
|
"x-response-key": "client_session",
|
|
32159
|
-
"x-title": "Exchange Instant Key Short Code"
|
|
32159
|
+
"x-title": "Exchange Instant Key Short Code",
|
|
32160
|
+
"x-undocumented": "Seam Instant Key only."
|
|
32160
32161
|
}
|
|
32161
32162
|
},
|
|
32162
32163
|
"/thermostats/activate_climate_preset": {
|