@seamapi/types 1.160.0 → 1.162.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 CHANGED
@@ -426,8 +426,10 @@ var openapi_default = {
426
426
  acs_system: {
427
427
  properties: {
428
428
  acs_system_id: { format: "uuid", type: "string" },
429
+ can_add_acs_users_to_acs_access_groups: { type: "boolean" },
429
430
  can_automate_enrollment: { type: "boolean" },
430
431
  can_create_acs_access_groups: { type: "boolean" },
432
+ can_remove_acs_users_from_acs_access_groups: { type: "boolean" },
431
433
  connected_account_ids: { items: { type: "string" }, type: "array" },
432
434
  created_at: { format: "date-time", type: "string" },
433
435
  external_type: {
@@ -1089,6 +1091,7 @@ var openapi_default = {
1089
1091
  avigilon_alta_metadata: {
1090
1092
  properties: {
1091
1093
  entry_name: { type: "string" },
1094
+ entry_relays_total_count: { type: "number" },
1092
1095
  org_name: { type: "string" },
1093
1096
  site_id: { type: "number" },
1094
1097
  site_name: { type: "string" },
@@ -1101,7 +1104,8 @@ var openapi_default = {
1101
1104
  "zone_id",
1102
1105
  "zone_name",
1103
1106
  "site_id",
1104
- "site_name"
1107
+ "site_name",
1108
+ "entry_relays_total_count"
1105
1109
  ],
1106
1110
  type: "object"
1107
1111
  },