@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.
@@ -45643,7 +45643,6 @@ declare const _default: {
45643
45643
  type: string;
45644
45644
  };
45645
45645
  device_type: {
45646
- enum: string[];
45647
45646
  type: string;
45648
45647
  };
45649
45648
  name: {
@@ -45757,7 +45756,6 @@ declare const _default: {
45757
45756
  type: string;
45758
45757
  };
45759
45758
  device_type: {
45760
- enum: string[];
45761
45759
  type: string;
45762
45760
  };
45763
45761
  name: {
@@ -50592,10 +50592,7 @@ export default {
50592
50592
  items: {
50593
50593
  properties: {
50594
50594
  device_id: { format: 'uuid', type: 'string' },
50595
- device_type: {
50596
- enum: ['lock', 'thermostat', 'sensor'],
50597
- type: 'string',
50598
- },
50595
+ device_type: { type: 'string' },
50599
50596
  name: { type: 'string' },
50600
50597
  },
50601
50598
  required: ['device_id', 'device_type', 'name'],
@@ -50692,10 +50689,7 @@ export default {
50692
50689
  items: {
50693
50690
  properties: {
50694
50691
  device_id: { format: 'uuid', type: 'string' },
50695
- device_type: {
50696
- enum: ['lock', 'thermostat', 'sensor'],
50697
- type: 'string',
50698
- },
50692
+ device_type: { type: 'string' },
50699
50693
  name: { type: 'string' },
50700
50694
  },
50701
50695
  required: ['device_id', 'device_type', 'name'],