@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.
- package/dist/connect.cjs +2 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -3
- package/dist/index.cjs +2 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -2
- package/lib/seam/connect/openapi.js +2 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -8
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -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'],
|