@seamapi/types 1.150.0 → 1.152.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
@@ -268,10 +268,6 @@ var openapi_default = {
268
268
  },
269
269
  required: [
270
270
  "acs_system_id",
271
- "external_type",
272
- "external_type_display_name",
273
- "system_type",
274
- "system_type_display_name",
275
271
  "name",
276
272
  "created_at",
277
273
  "workspace_id",
@@ -306,7 +302,8 @@ var openapi_default = {
306
302
  "pti_user",
307
303
  "brivo_user",
308
304
  "hid_credential_manager_user",
309
- "salto_site_user"
305
+ "salto_site_user",
306
+ "latch_user"
310
307
  ],
311
308
  type: "string"
312
309
  },
@@ -1257,6 +1254,8 @@ var openapi_default = {
1257
1254
  device_id: { type: "string" },
1258
1255
  device_info_model: { type: "string" },
1259
1256
  device_name: { type: "string" },
1257
+ keypad_uuid: { type: "string" },
1258
+ locker_status_hardlock: { type: "number" },
1260
1259
  product_model: { type: "string" },
1261
1260
  product_name: { type: "string" },
1262
1261
  product_type: { type: "string" }