@seamapi/types 1.161.0 → 1.163.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
@@ -274,6 +274,7 @@ var openapi_default = {
274
274
  starts_at: { type: "string" },
275
275
  visionline_metadata: {
276
276
  properties: {
277
+ card_function_type: { enum: ["guest", "staff"], type: "string" },
277
278
  common_acs_entrance_ids: {
278
279
  items: { format: "uuid", type: "string" },
279
280
  type: "array"
@@ -287,6 +288,7 @@ var openapi_default = {
287
288
  type: "array"
288
289
  }
289
290
  },
291
+ required: ["card_function_type"],
290
292
  type: "object"
291
293
  },
292
294
  warnings: {
@@ -426,8 +428,10 @@ var openapi_default = {
426
428
  acs_system: {
427
429
  properties: {
428
430
  acs_system_id: { format: "uuid", type: "string" },
431
+ can_add_acs_users_to_acs_access_groups: { type: "boolean" },
429
432
  can_automate_enrollment: { type: "boolean" },
430
433
  can_create_acs_access_groups: { type: "boolean" },
434
+ can_remove_acs_users_from_acs_access_groups: { type: "boolean" },
431
435
  connected_account_ids: { items: { type: "string" }, type: "array" },
432
436
  created_at: { format: "date-time", type: "string" },
433
437
  external_type: {
@@ -4345,11 +4349,20 @@ var openapi_default = {
4345
4349
  enum: ["TLCode", "rfid48"],
4346
4350
  type: "string"
4347
4351
  },
4348
- is_override_key: { type: "boolean" },
4352
+ card_function_type: {
4353
+ default: "guest",
4354
+ enum: ["guest", "staff"],
4355
+ type: "string"
4356
+ },
4357
+ is_override_key: {
4358
+ description: "\n ---\n deprecated: use override.\n ---\n ",
4359
+ type: "boolean"
4360
+ },
4349
4361
  joiner_acs_credential_ids: {
4350
4362
  items: { format: "uuid", type: "string" },
4351
4363
  type: "array"
4352
- }
4364
+ },
4365
+ override: { type: "boolean" }
4353
4366
  },
4354
4367
  type: "object"
4355
4368
  }