@seamapi/types 1.1009.0 → 1.1010.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.
@@ -61899,6 +61899,7 @@ const openapi = {
61899
61899
  'ICAL_CONNECTOR',
61900
61900
  'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
61901
61901
  'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
61902
+ 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
61902
61903
  'MANAGE_DEVICES_CONFIRMATION_MODAL',
61903
61904
  'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
61904
61905
  'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
@@ -61933,6 +61934,7 @@ const openapi = {
61933
61934
  'ICAL_CONNECTOR',
61934
61935
  'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
61935
61936
  'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
61937
+ 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
61936
61938
  'MANAGE_DEVICES_CONFIRMATION_MODAL',
61937
61939
  'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
61938
61940
  'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
@@ -67452,6 +67454,9 @@ const openapi = {
67452
67454
  type: 'boolean',
67453
67455
  },
67454
67456
  RESERVATION_LEGACY: { type: 'boolean' },
67457
+ SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES: {
67458
+ type: 'boolean',
67459
+ },
67455
67460
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
67456
67461
  type: 'boolean',
67457
67462
  },
@@ -67906,6 +67911,9 @@ const openapi = {
67906
67911
  type: 'boolean',
67907
67912
  },
67908
67913
  RESERVATION_LEGACY: { type: 'boolean' },
67914
+ SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES: {
67915
+ type: 'boolean',
67916
+ },
67909
67917
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
67910
67918
  type: 'boolean',
67911
67919
  },