@seamapi/types
Advanced tools
Comparing version 0.5.1 to 0.6.0
{ | ||
"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
149066
4166