@seamapi/types 1.541.0 → 1.542.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.
@@ -26376,7 +26376,15 @@ export default {
26376
26376
  required: false,
26377
26377
  schema: {
26378
26378
  items: {
26379
- enum: ['spaces', 'devices', 'acs_entrances'],
26379
+ enum: [
26380
+ 'spaces',
26381
+ 'devices',
26382
+ 'acs_entrances',
26383
+ 'access_grants',
26384
+ 'access_methods',
26385
+ 'instant_keys',
26386
+ 'client_sessions',
26387
+ ],
26380
26388
  type: 'string',
26381
26389
  },
26382
26390
  type: 'array',
@@ -26388,7 +26396,15 @@ export default {
26388
26396
  required: false,
26389
26397
  schema: {
26390
26398
  items: {
26391
- enum: ['spaces', 'devices', 'acs_entrances'],
26399
+ enum: [
26400
+ 'spaces',
26401
+ 'devices',
26402
+ 'acs_entrances',
26403
+ 'access_grants',
26404
+ 'access_methods',
26405
+ 'instant_keys',
26406
+ 'client_sessions',
26407
+ ],
26392
26408
  type: 'string',
26393
26409
  },
26394
26410
  type: 'array',
@@ -26595,14 +26611,30 @@ export default {
26595
26611
  },
26596
26612
  exclude: {
26597
26613
  items: {
26598
- enum: ['spaces', 'devices', 'acs_entrances'],
26614
+ enum: [
26615
+ 'spaces',
26616
+ 'devices',
26617
+ 'acs_entrances',
26618
+ 'access_grants',
26619
+ 'access_methods',
26620
+ 'instant_keys',
26621
+ 'client_sessions',
26622
+ ],
26599
26623
  type: 'string',
26600
26624
  },
26601
26625
  type: 'array',
26602
26626
  },
26603
26627
  include: {
26604
26628
  items: {
26605
- enum: ['spaces', 'devices', 'acs_entrances'],
26629
+ enum: [
26630
+ 'spaces',
26631
+ 'devices',
26632
+ 'acs_entrances',
26633
+ 'access_grants',
26634
+ 'access_methods',
26635
+ 'instant_keys',
26636
+ 'client_sessions',
26637
+ ],
26606
26638
  type: 'string',
26607
26639
  },
26608
26640
  type: 'array',