@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.
@@ -43959,6 +43959,7 @@ declare const _default: {
43959
43959
  'x-fern-sdk-return-value': string;
43960
43960
  'x-response-key': string;
43961
43961
  'x-title': string;
43962
+ 'x-undocumented': string;
43962
43963
  };
43963
43964
  };
43964
43965
  '/thermostats/activate_climate_preset': {
@@ -23105,6 +23105,7 @@ declare const _default: {
23105
23105
  'x-fern-sdk-return-value': string;
23106
23106
  'x-response-key': string;
23107
23107
  'x-title': string;
23108
+ 'x-undocumented': string;
23108
23109
  };
23109
23110
  };
23110
23111
  '/thermostats/activate_climate_preset': {
@@ -27590,7 +27590,7 @@ export default {
27590
27590
  },
27591
27591
  '/seam/instant_key/v1/client_sessions/exchange_short_code': {
27592
27592
  post: {
27593
- 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.',
27593
+ 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.',
27594
27594
  operationId: 'seamInstantKeyV1ClientSessionsExchangeShortCodePost',
27595
27595
  requestBody: {
27596
27596
  content: {
@@ -27642,6 +27642,7 @@ export default {
27642
27642
  'x-fern-sdk-return-value': 'client_session',
27643
27643
  'x-response-key': 'client_session',
27644
27644
  'x-title': 'Exchange Instant Key Short Code',
27645
+ 'x-undocumented': 'Seam Instant Key only.',
27645
27646
  },
27646
27647
  },
27647
27648
  '/thermostats/activate_climate_preset': {