@seamapi/types 1.160.0 → 1.161.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 +3 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +1 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/managed-device.d.ts +9 -0
- package/lib/seam/connect/openapi.d.ts +3 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +10 -0
package/dist/connect.cjs
CHANGED
|
@@ -1089,6 +1089,7 @@ var openapi_default = {
|
|
|
1089
1089
|
avigilon_alta_metadata: {
|
|
1090
1090
|
properties: {
|
|
1091
1091
|
entry_name: { type: "string" },
|
|
1092
|
+
entry_relays_total_count: { type: "number" },
|
|
1092
1093
|
org_name: { type: "string" },
|
|
1093
1094
|
site_id: { type: "number" },
|
|
1094
1095
|
site_name: { type: "string" },
|
|
@@ -1101,7 +1102,8 @@ var openapi_default = {
|
|
|
1101
1102
|
"zone_id",
|
|
1102
1103
|
"zone_name",
|
|
1103
1104
|
"site_id",
|
|
1104
|
-
"site_name"
|
|
1105
|
+
"site_name",
|
|
1106
|
+
"entry_relays_total_count"
|
|
1105
1107
|
],
|
|
1106
1108
|
type: "object"
|
|
1107
1109
|
},
|