@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.386.1",
3
+ "version": "1.386.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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 \nusing a short code obtained from an instant key URL.',
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': {