@seamapi/types 1.616.0 → 1.617.0

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.
@@ -60028,7 +60028,7 @@ export type Routes = {
60028
60028
  parent_partner_resource_key?: string | undefined;
60029
60029
  devices: {
60030
60030
  device_id: string;
60031
- device_type: 'lock' | 'thermostat' | 'sensor';
60031
+ device_type: string;
60032
60032
  name: string;
60033
60033
  }[];
60034
60034
  acs_entrances: {
@@ -855,7 +855,7 @@ export declare const routes: {
855
855
  include_if?: string[] | undefined;
856
856
  exclude_if?: string[] | undefined;
857
857
  manufacturer_id?: string | undefined;
858
- main_category?: "thermostat" | "sensor" | "smartlock" | "relay" | "intercom" | "accessory" | undefined;
858
+ main_category?: "thermostat" | "smartlock" | "sensor" | "relay" | "intercom" | "accessory" | undefined;
859
859
  manufacturer_ids?: string[] | undefined;
860
860
  integration_status?: "stable" | "beta" | "planned" | "unsupported" | "inquire" | undefined;
861
861
  integration_support_levels?: ("stable" | "beta" | "planned" | "unsupported" | "inquire")[] | undefined;
@@ -864,7 +864,7 @@ export declare const routes: {
864
864
  include_if?: string[] | undefined;
865
865
  exclude_if?: string[] | undefined;
866
866
  manufacturer_id?: string | undefined;
867
- main_category?: "thermostat" | "sensor" | "smartlock" | "relay" | "intercom" | "accessory" | undefined;
867
+ main_category?: "thermostat" | "smartlock" | "sensor" | "relay" | "intercom" | "accessory" | undefined;
868
868
  manufacturer_ids?: string[] | undefined;
869
869
  integration_status?: "stable" | "beta" | "planned" | "unsupported" | "inquire" | undefined;
870
870
  integration_support_levels?: ("stable" | "beta" | "planned" | "unsupported" | "inquire")[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.616.0",
3
+ "version": "1.617.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -54842,10 +54842,7 @@ export default {
54842
54842
  items: {
54843
54843
  properties: {
54844
54844
  device_id: { format: 'uuid', type: 'string' },
54845
- device_type: {
54846
- enum: ['lock', 'thermostat', 'sensor'],
54847
- type: 'string',
54848
- },
54845
+ device_type: { type: 'string' },
54849
54846
  name: { type: 'string' },
54850
54847
  },
54851
54848
  required: ['device_id', 'device_type', 'name'],
@@ -54943,10 +54940,7 @@ export default {
54943
54940
  items: {
54944
54941
  properties: {
54945
54942
  device_id: { format: 'uuid', type: 'string' },
54946
- device_type: {
54947
- enum: ['lock', 'thermostat', 'sensor'],
54948
- type: 'string',
54949
- },
54943
+ device_type: { type: 'string' },
54950
54944
  name: { type: 'string' },
54951
54945
  },
54952
54946
  required: ['device_id', 'device_type', 'name'],
@@ -71465,7 +71465,7 @@ export type Routes = {
71465
71465
  parent_partner_resource_key?: string | undefined
71466
71466
  devices: {
71467
71467
  device_id: string
71468
- device_type: 'lock' | 'thermostat' | 'sensor'
71468
+ device_type: string
71469
71469
  name: string
71470
71470
  }[]
71471
71471
  acs_entrances: {