New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@seamapi/types

Package Overview
Dependencies
Maintainers
6
Versions
499
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seamapi/types - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

2

package.json
{
"name": "@seamapi/types",
"version": "0.5.1",
"version": "0.6.0",
"description": "TypeScript types for the Seam API.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -613,3 +613,5 @@ export interface Routes {

| undefined
provider_category?: ('stable' | 'internal_beta') | undefined
provider_category?:
| ('stable' | 'consumer_smartlocks' | 'internal_beta')
| undefined
custom_metadata?:

@@ -1019,3 +1021,3 @@ | Record<string, string | number | null | boolean>

commonParams: {
provider_category?: 'stable' | undefined
provider_category?: ('stable' | 'consumer_smartlocks') | undefined
}

@@ -1028,3 +1030,3 @@ formData: {}

image_url: string
provider_categories: Array<'stable'>
provider_categories: Array<'stable' | 'consumer_smartlocks'>
}>

@@ -2007,2 +2009,16 @@ }

}
'/thermostats/heat': {
route: '/thermostats/heat'
method: 'POST'
queryParams: {}
jsonBody: {
device_id: string
heating_set_point_celsius?: number | undefined
heating_set_point_fahrenheit?: number | undefined
sync?: boolean
}
commonParams: {}
formData: {}
jsonResponse: {}
}
'/thermostats/list': {

@@ -2009,0 +2025,0 @@ route: '/thermostats/list'

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc