@seamapi/types 1.657.0 → 1.659.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.
@@ -2646,6 +2646,10 @@ export default {
2646
2646
  salto_space_metadata: {
2647
2647
  description: 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
2648
2648
  properties: {
2649
+ audit_on_keys: {
2650
+ description: 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
2651
+ type: 'boolean',
2652
+ },
2649
2653
  door_description: {
2650
2654
  description: 'Description of the door in the Salto Space access system.',
2651
2655
  type: 'string',
@@ -7489,6 +7493,125 @@ export default {
7489
7493
  ],
7490
7494
  'x-route-path': '/action_attempts',
7491
7495
  },
7496
+ batch: {
7497
+ description: 'A batch of workspace resources.',
7498
+ properties: {
7499
+ access_codes: {
7500
+ items: { $ref: '#/components/schemas/access_code' },
7501
+ type: 'array',
7502
+ },
7503
+ access_grants: {
7504
+ items: { $ref: '#/components/schemas/access_grant' },
7505
+ type: 'array',
7506
+ },
7507
+ access_methods: {
7508
+ items: { $ref: '#/components/schemas/access_method' },
7509
+ type: 'array',
7510
+ },
7511
+ acs_access_groups: {
7512
+ items: { $ref: '#/components/schemas/acs_access_group' },
7513
+ type: 'array',
7514
+ },
7515
+ acs_credentials: {
7516
+ items: { $ref: '#/components/schemas/acs_credential' },
7517
+ type: 'array',
7518
+ },
7519
+ acs_encoders: {
7520
+ items: { $ref: '#/components/schemas/acs_encoder' },
7521
+ type: 'array',
7522
+ },
7523
+ acs_entrances: {
7524
+ items: { $ref: '#/components/schemas/acs_entrance' },
7525
+ type: 'array',
7526
+ },
7527
+ acs_systems: {
7528
+ items: { $ref: '#/components/schemas/acs_system' },
7529
+ type: 'array',
7530
+ },
7531
+ acs_users: {
7532
+ items: { $ref: '#/components/schemas/acs_user' },
7533
+ type: 'array',
7534
+ },
7535
+ action_attempts: {
7536
+ items: { $ref: '#/components/schemas/action_attempt' },
7537
+ type: 'array',
7538
+ },
7539
+ client_sessions: {
7540
+ items: { $ref: '#/components/schemas/client_session' },
7541
+ type: 'array',
7542
+ },
7543
+ connect_webviews: {
7544
+ items: { $ref: '#/components/schemas/connect_webview' },
7545
+ type: 'array',
7546
+ },
7547
+ connected_accounts: {
7548
+ items: { $ref: '#/components/schemas/connected_account' },
7549
+ type: 'array',
7550
+ },
7551
+ customization_profiles: {
7552
+ items: { $ref: '#/components/schemas/customization_profile' },
7553
+ type: 'array',
7554
+ },
7555
+ devices: {
7556
+ items: { $ref: '#/components/schemas/device' },
7557
+ type: 'array',
7558
+ },
7559
+ events: {
7560
+ items: { $ref: '#/components/schemas/event' },
7561
+ type: 'array',
7562
+ },
7563
+ instant_keys: {
7564
+ items: { $ref: '#/components/schemas/instant_key' },
7565
+ type: 'array',
7566
+ },
7567
+ noise_thresholds: {
7568
+ items: { $ref: '#/components/schemas/noise_threshold' },
7569
+ type: 'array',
7570
+ },
7571
+ spaces: {
7572
+ items: { $ref: '#/components/schemas/space' },
7573
+ type: 'array',
7574
+ },
7575
+ thermostat_daily_programs: {
7576
+ items: { $ref: '#/components/schemas/thermostat_daily_program' },
7577
+ type: 'array',
7578
+ },
7579
+ thermostat_schedules: {
7580
+ items: { $ref: '#/components/schemas/thermostat_schedule' },
7581
+ type: 'array',
7582
+ },
7583
+ unmanaged_access_codes: {
7584
+ items: { $ref: '#/components/schemas/unmanaged_access_code' },
7585
+ type: 'array',
7586
+ },
7587
+ unmanaged_acs_access_groups: {
7588
+ items: { $ref: '#/components/schemas/unmanaged_acs_access_group' },
7589
+ type: 'array',
7590
+ },
7591
+ unmanaged_acs_credentials: {
7592
+ items: { $ref: '#/components/schemas/unmanaged_acs_credential' },
7593
+ type: 'array',
7594
+ },
7595
+ unmanaged_acs_users: {
7596
+ items: { $ref: '#/components/schemas/unmanaged_acs_user' },
7597
+ type: 'array',
7598
+ },
7599
+ unmanaged_devices: {
7600
+ items: { $ref: '#/components/schemas/unmanaged_device' },
7601
+ type: 'array',
7602
+ },
7603
+ user_identities: {
7604
+ items: { $ref: '#/components/schemas/user_identity' },
7605
+ type: 'array',
7606
+ },
7607
+ workspaces: {
7608
+ items: { $ref: '#/components/schemas/workspace' },
7609
+ type: 'array',
7610
+ },
7611
+ },
7612
+ type: 'object',
7613
+ 'x-route-path': '/workspaces',
7614
+ },
7492
7615
  bridge_client_session: {
7493
7616
  description: 'Represents a [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) client session.',
7494
7617
  properties: {
@@ -18189,6 +18312,10 @@ export default {
18189
18312
  salto_space_metadata: {
18190
18313
  description: 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
18191
18314
  properties: {
18315
+ audit_on_keys: {
18316
+ description: 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
18317
+ type: 'boolean',
18318
+ },
18192
18319
  door_description: {
18193
18320
  description: 'Description of the door in the Salto Space access system.',
18194
18321
  type: 'string',
@@ -26212,6 +26339,7 @@ export default {
26212
26339
  },
26213
26340
  },
26214
26341
  type: 'object',
26342
+ 'x-route-path': '/workspaces',
26215
26343
  },
26216
26344
  ok: { type: 'boolean' },
26217
26345
  },
@@ -26341,6 +26469,7 @@ export default {
26341
26469
  },
26342
26470
  },
26343
26471
  type: 'object',
26472
+ 'x-route-path': '/workspaces',
26344
26473
  },
26345
26474
  ok: { type: 'boolean' },
26346
26475
  },
@@ -28165,6 +28294,7 @@ export default {
28165
28294
  },
28166
28295
  },
28167
28296
  type: 'object',
28297
+ 'x-route-path': '/workspaces',
28168
28298
  },
28169
28299
  ok: { type: 'boolean' },
28170
28300
  },
@@ -28302,6 +28432,7 @@ export default {
28302
28432
  },
28303
28433
  },
28304
28434
  type: 'object',
28435
+ 'x-route-path': '/workspaces',
28305
28436
  },
28306
28437
  ok: { type: 'boolean' },
28307
28438
  },
@@ -52889,6 +53020,7 @@ export default {
52889
53020
  },
52890
53021
  },
52891
53022
  type: 'object',
53023
+ 'x-route-path': '/workspaces',
52892
53024
  },
52893
53025
  ok: { type: 'boolean' },
52894
53026
  },
@@ -53007,6 +53139,7 @@ export default {
53007
53139
  },
53008
53140
  },
53009
53141
  type: 'object',
53142
+ 'x-route-path': '/workspaces',
53010
53143
  },
53011
53144
  ok: { type: 'boolean' },
53012
53145
  },
@@ -61042,6 +61175,7 @@ export default {
61042
61175
  },
61043
61176
  },
61044
61177
  type: 'object',
61178
+ 'x-route-path': '/workspaces',
61045
61179
  },
61046
61180
  ok: { type: 'boolean' },
61047
61181
  },
@@ -61266,6 +61400,7 @@ export default {
61266
61400
  },
61267
61401
  },
61268
61402
  type: 'object',
61403
+ 'x-route-path': '/workspaces',
61269
61404
  },
61270
61405
  ok: { type: 'boolean' },
61271
61406
  },