@seamapi/types 1.971.0 → 1.973.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.
@@ -48131,7 +48131,31 @@ export type Routes = {
48131
48131
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
48132
48132
  action_attempt_id?: string | undefined;
48133
48133
  /** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
48134
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
48134
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
48135
+ /**
48136
+ undocumented: Unreleased.
48137
+ ---
48138
+ ID of the user identity associated with the lock event.
48139
+ */
48140
+ user_identity_id?: string | undefined;
48141
+ /**
48142
+ undocumented: Unreleased.
48143
+ ---
48144
+ ID of the ACS system associated with the lock event.
48145
+ */
48146
+ acs_system_id?: string | undefined;
48147
+ /**
48148
+ undocumented: Unreleased.
48149
+ ---
48150
+ ID of the ACS user associated with the lock event.
48151
+ */
48152
+ acs_user_id?: string | undefined;
48153
+ /**
48154
+ undocumented: Unreleased.
48155
+ ---
48156
+ ID of the ACS entrance associated with the lock event.
48157
+ */
48158
+ acs_entrance_id?: string | undefined;
48135
48159
  /**
48136
48160
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
48137
48161
  */
@@ -48177,7 +48201,7 @@ export type Routes = {
48177
48201
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
48178
48202
  action_attempt_id?: string | undefined;
48179
48203
  /** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
48180
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
48204
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
48181
48205
  /**
48182
48206
  undocumented: Unreleased.
48183
48207
  ---
@@ -51433,7 +51457,31 @@ export type Routes = {
51433
51457
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
51434
51458
  action_attempt_id?: string | undefined;
51435
51459
  /** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
51436
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
51460
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
51461
+ /**
51462
+ undocumented: Unreleased.
51463
+ ---
51464
+ ID of the user identity associated with the lock event.
51465
+ */
51466
+ user_identity_id?: string | undefined;
51467
+ /**
51468
+ undocumented: Unreleased.
51469
+ ---
51470
+ ID of the ACS system associated with the lock event.
51471
+ */
51472
+ acs_system_id?: string | undefined;
51473
+ /**
51474
+ undocumented: Unreleased.
51475
+ ---
51476
+ ID of the ACS user associated with the lock event.
51477
+ */
51478
+ acs_user_id?: string | undefined;
51479
+ /**
51480
+ undocumented: Unreleased.
51481
+ ---
51482
+ ID of the ACS entrance associated with the lock event.
51483
+ */
51484
+ acs_entrance_id?: string | undefined;
51437
51485
  /**
51438
51486
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
51439
51487
  */
@@ -51479,7 +51527,7 @@ export type Routes = {
51479
51527
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
51480
51528
  action_attempt_id?: string | undefined;
51481
51529
  /** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
51482
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
51530
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
51483
51531
  /**
51484
51532
  undocumented: Unreleased.
51485
51533
  ---
@@ -81767,7 +81815,31 @@ export type Routes = {
81767
81815
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
81768
81816
  action_attempt_id?: string | undefined;
81769
81817
  /** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
81770
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
81818
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
81819
+ /**
81820
+ undocumented: Unreleased.
81821
+ ---
81822
+ ID of the user identity associated with the lock event.
81823
+ */
81824
+ user_identity_id?: string | undefined;
81825
+ /**
81826
+ undocumented: Unreleased.
81827
+ ---
81828
+ ID of the ACS system associated with the lock event.
81829
+ */
81830
+ acs_system_id?: string | undefined;
81831
+ /**
81832
+ undocumented: Unreleased.
81833
+ ---
81834
+ ID of the ACS user associated with the lock event.
81835
+ */
81836
+ acs_user_id?: string | undefined;
81837
+ /**
81838
+ undocumented: Unreleased.
81839
+ ---
81840
+ ID of the ACS entrance associated with the lock event.
81841
+ */
81842
+ acs_entrance_id?: string | undefined;
81771
81843
  /**
81772
81844
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
81773
81845
  */
@@ -81813,7 +81885,7 @@ export type Routes = {
81813
81885
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
81814
81886
  action_attempt_id?: string | undefined;
81815
81887
  /** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
81816
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
81888
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
81817
81889
  /**
81818
81890
  undocumented: Unreleased.
81819
81891
  ---
@@ -120031,7 +120103,31 @@ export type Routes = {
120031
120103
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
120032
120104
  action_attempt_id?: string | undefined;
120033
120105
  /** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
120034
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
120106
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
120107
+ /**
120108
+ undocumented: Unreleased.
120109
+ ---
120110
+ ID of the user identity associated with the lock event.
120111
+ */
120112
+ user_identity_id?: string | undefined;
120113
+ /**
120114
+ undocumented: Unreleased.
120115
+ ---
120116
+ ID of the ACS system associated with the lock event.
120117
+ */
120118
+ acs_system_id?: string | undefined;
120119
+ /**
120120
+ undocumented: Unreleased.
120121
+ ---
120122
+ ID of the ACS user associated with the lock event.
120123
+ */
120124
+ acs_user_id?: string | undefined;
120125
+ /**
120126
+ undocumented: Unreleased.
120127
+ ---
120128
+ ID of the ACS entrance associated with the lock event.
120129
+ */
120130
+ acs_entrance_id?: string | undefined;
120035
120131
  /**
120036
120132
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
120037
120133
  */
@@ -120077,7 +120173,7 @@ export type Routes = {
120077
120173
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
120078
120174
  action_attempt_id?: string | undefined;
120079
120175
  /** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
120080
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote';
120176
+ method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote' | 'card';
120081
120177
  /**
120082
120178
  undocumented: Unreleased.
120083
120179
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.971.0",
3
+ "version": "1.973.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -3,6 +3,7 @@ import { z } from 'zod'
3
3
  import {
4
4
  access_code_capability_properties,
5
5
  access_code_code_constraint,
6
+ time_frame_option,
6
7
  } from './access-code.js'
7
8
  import { lock_capability_properties } from './lock.js'
8
9
  import { thermostat_capability_properties } from './thermostat.js'
@@ -12,6 +13,7 @@ export {
12
13
  access_code_code_constraint,
13
14
  lock_capability_properties,
14
15
  thermostat_capability_properties,
16
+ time_frame_option,
15
17
  }
16
18
 
17
19
  // todo: discriminate based on capability and remove intersection type
@@ -65,9 +65,9 @@ const device_event_issue_properties = {
65
65
  }
66
66
 
67
67
  export const lock_method = z
68
- .enum(['keycode', 'manual', 'automatic', 'unknown', 'remote'])
68
+ .enum(['keycode', 'manual', 'automatic', 'unknown', 'remote', 'card'])
69
69
  .describe(
70
- 'Method by which the affected lock device was locked or unlocked. `keycode`: locked or unlocked using an access code (see `access_code_id`). `manual`: a direct physical action, such as turning a thumbturn or pressing a button. `remote`: a remote action initiated via an app, Bluetooth, or the Seam API (see `action_attempt_id` for Seam-initiated actions; see `is_via_bluetooth` or `is_via_nfc` for the specific transport). `automatic`: triggered automatically without user interaction, for example by an auto-relock timer. `unknown`: the method could not be determined from the provider event.',
70
+ 'Method by which the affected lock device was locked or unlocked. `keycode`: locked or unlocked using an access code (see `access_code_id`). `manual`: a direct physical action, such as turning a thumbturn or pressing a button. `remote`: a remote action initiated via an app, Bluetooth, or the Seam API (see `action_attempt_id` for Seam-initiated actions; see `is_via_bluetooth` or `is_via_nfc` for the specific transport). `automatic`: triggered automatically without user interaction, for example by an auto-relock timer. `card`: a physical credential (RFID card or NFC wallet pass) was presented at the reader. `unknown`: the method could not be determined from the provider event.',
71
71
  )
72
72
  export type LockMethod = z.infer<typeof lock_method>
73
73
 
@@ -435,6 +435,26 @@ export const lock_locked_event = device_event.extend({
435
435
  method: lock_method.describe(
436
436
  'Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined.',
437
437
  ),
438
+ user_identity_id: z.string().uuid().optional().describe(`
439
+ undocumented: Unreleased.
440
+ ---
441
+ ID of the user identity associated with the lock event.
442
+ `),
443
+ acs_system_id: z.string().uuid().optional().describe(`
444
+ undocumented: Unreleased.
445
+ ---
446
+ ID of the ACS system associated with the lock event.
447
+ `),
448
+ acs_user_id: z.string().uuid().optional().describe(`
449
+ undocumented: Unreleased.
450
+ ---
451
+ ID of the ACS user associated with the lock event.
452
+ `),
453
+ acs_entrance_id: z.string().uuid().optional().describe(`
454
+ undocumented: Unreleased.
455
+ ---
456
+ ID of the ACS entrance associated with the lock event.
457
+ `),
438
458
  is_via_bluetooth: z.boolean().optional().describe(`
439
459
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
440
460
  `),
@@ -25712,6 +25712,24 @@ const openapi: OpenAPISpec = {
25712
25712
  'Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.',
25713
25713
  type: 'boolean',
25714
25714
  },
25715
+ acs_entrance_id: {
25716
+ description:
25717
+ '\n undocumented: Unreleased.\n ---\n ID of the ACS entrance associated with the lock event.\n ',
25718
+ format: 'uuid',
25719
+ type: 'string',
25720
+ },
25721
+ acs_system_id: {
25722
+ description:
25723
+ '\n undocumented: Unreleased.\n ---\n ID of the ACS system associated with the lock event.\n ',
25724
+ format: 'uuid',
25725
+ type: 'string',
25726
+ },
25727
+ acs_user_id: {
25728
+ description:
25729
+ '\n undocumented: Unreleased.\n ---\n ID of the ACS user associated with the lock event.\n ',
25730
+ format: 'uuid',
25731
+ type: 'string',
25732
+ },
25715
25733
  action_attempt_id: {
25716
25734
  description:
25717
25735
  'ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt).',
@@ -25784,7 +25802,14 @@ const openapi: OpenAPISpec = {
25784
25802
  method: {
25785
25803
  description:
25786
25804
  'Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined.',
25787
- enum: ['keycode', 'manual', 'automatic', 'unknown', 'remote'],
25805
+ enum: [
25806
+ 'keycode',
25807
+ 'manual',
25808
+ 'automatic',
25809
+ 'unknown',
25810
+ 'remote',
25811
+ 'card',
25812
+ ],
25788
25813
  type: 'string',
25789
25814
  },
25790
25815
  occurred_at: {
@@ -25792,6 +25817,12 @@ const openapi: OpenAPISpec = {
25792
25817
  format: 'date-time',
25793
25818
  type: 'string',
25794
25819
  },
25820
+ user_identity_id: {
25821
+ description:
25822
+ '\n undocumented: Unreleased.\n ---\n ID of the user identity associated with the lock event.\n ',
25823
+ format: 'uuid',
25824
+ type: 'string',
25825
+ },
25795
25826
  workspace_id: {
25796
25827
  description: 'ID of the workspace associated with the event.',
25797
25828
  format: 'uuid',
@@ -25916,7 +25947,14 @@ const openapi: OpenAPISpec = {
25916
25947
  method: {
25917
25948
  description:
25918
25949
  'Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined.',
25919
- enum: ['keycode', 'manual', 'automatic', 'unknown', 'remote'],
25950
+ enum: [
25951
+ 'keycode',
25952
+ 'manual',
25953
+ 'automatic',
25954
+ 'unknown',
25955
+ 'remote',
25956
+ 'card',
25957
+ ],
25920
25958
  type: 'string',
25921
25959
  },
25922
25960
  occurred_at: {
@@ -58983,6 +58983,31 @@ export type Routes = {
58983
58983
  | 'automatic'
58984
58984
  | 'unknown'
58985
58985
  | 'remote'
58986
+ | 'card'
58987
+ /**
58988
+ undocumented: Unreleased.
58989
+ ---
58990
+ ID of the user identity associated with the lock event.
58991
+ */
58992
+ user_identity_id?: string | undefined
58993
+ /**
58994
+ undocumented: Unreleased.
58995
+ ---
58996
+ ID of the ACS system associated with the lock event.
58997
+ */
58998
+ acs_system_id?: string | undefined
58999
+ /**
59000
+ undocumented: Unreleased.
59001
+ ---
59002
+ ID of the ACS user associated with the lock event.
59003
+ */
59004
+ acs_user_id?: string | undefined
59005
+ /**
59006
+ undocumented: Unreleased.
59007
+ ---
59008
+ ID of the ACS entrance associated with the lock event.
59009
+ */
59010
+ acs_entrance_id?: string | undefined
58986
59011
  /**
58987
59012
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
58988
59013
  */
@@ -59039,6 +59064,7 @@ export type Routes = {
59039
59064
  | 'automatic'
59040
59065
  | 'unknown'
59041
59066
  | 'remote'
59067
+ | 'card'
59042
59068
  /**
59043
59069
  undocumented: Unreleased.
59044
59070
  ---
@@ -62907,7 +62933,37 @@ export type Routes = {
62907
62933
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
62908
62934
  action_attempt_id?: string | undefined
62909
62935
  /** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
62910
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote'
62936
+ method:
62937
+ | 'keycode'
62938
+ | 'manual'
62939
+ | 'automatic'
62940
+ | 'unknown'
62941
+ | 'remote'
62942
+ | 'card'
62943
+ /**
62944
+ undocumented: Unreleased.
62945
+ ---
62946
+ ID of the user identity associated with the lock event.
62947
+ */
62948
+ user_identity_id?: string | undefined
62949
+ /**
62950
+ undocumented: Unreleased.
62951
+ ---
62952
+ ID of the ACS system associated with the lock event.
62953
+ */
62954
+ acs_system_id?: string | undefined
62955
+ /**
62956
+ undocumented: Unreleased.
62957
+ ---
62958
+ ID of the ACS user associated with the lock event.
62959
+ */
62960
+ acs_user_id?: string | undefined
62961
+ /**
62962
+ undocumented: Unreleased.
62963
+ ---
62964
+ ID of the ACS entrance associated with the lock event.
62965
+ */
62966
+ acs_entrance_id?: string | undefined
62911
62967
  /**
62912
62968
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
62913
62969
  */
@@ -62958,7 +63014,13 @@ export type Routes = {
62958
63014
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
62959
63015
  action_attempt_id?: string | undefined
62960
63016
  /** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
62961
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote'
63017
+ method:
63018
+ | 'keycode'
63019
+ | 'manual'
63020
+ | 'automatic'
63021
+ | 'unknown'
63022
+ | 'remote'
63023
+ | 'card'
62962
63024
  /**
62963
63025
  undocumented: Unreleased.
62964
63026
  ---
@@ -99679,7 +99741,37 @@ export type Routes = {
99679
99741
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
99680
99742
  action_attempt_id?: string | undefined
99681
99743
  /** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
99682
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote'
99744
+ method:
99745
+ | 'keycode'
99746
+ | 'manual'
99747
+ | 'automatic'
99748
+ | 'unknown'
99749
+ | 'remote'
99750
+ | 'card'
99751
+ /**
99752
+ undocumented: Unreleased.
99753
+ ---
99754
+ ID of the user identity associated with the lock event.
99755
+ */
99756
+ user_identity_id?: string | undefined
99757
+ /**
99758
+ undocumented: Unreleased.
99759
+ ---
99760
+ ID of the ACS system associated with the lock event.
99761
+ */
99762
+ acs_system_id?: string | undefined
99763
+ /**
99764
+ undocumented: Unreleased.
99765
+ ---
99766
+ ID of the ACS user associated with the lock event.
99767
+ */
99768
+ acs_user_id?: string | undefined
99769
+ /**
99770
+ undocumented: Unreleased.
99771
+ ---
99772
+ ID of the ACS entrance associated with the lock event.
99773
+ */
99774
+ acs_entrance_id?: string | undefined
99683
99775
  /**
99684
99776
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
99685
99777
  */
@@ -99730,7 +99822,13 @@ export type Routes = {
99730
99822
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
99731
99823
  action_attempt_id?: string | undefined
99732
99824
  /** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
99733
- method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'remote'
99825
+ method:
99826
+ | 'keycode'
99827
+ | 'manual'
99828
+ | 'automatic'
99829
+ | 'unknown'
99830
+ | 'remote'
99831
+ | 'card'
99734
99832
  /**
99735
99833
  undocumented: Unreleased.
99736
99834
  ---
@@ -145911,6 +146009,31 @@ export type Routes = {
145911
146009
  | 'automatic'
145912
146010
  | 'unknown'
145913
146011
  | 'remote'
146012
+ | 'card'
146013
+ /**
146014
+ undocumented: Unreleased.
146015
+ ---
146016
+ ID of the user identity associated with the lock event.
146017
+ */
146018
+ user_identity_id?: string | undefined
146019
+ /**
146020
+ undocumented: Unreleased.
146021
+ ---
146022
+ ID of the ACS system associated with the lock event.
146023
+ */
146024
+ acs_system_id?: string | undefined
146025
+ /**
146026
+ undocumented: Unreleased.
146027
+ ---
146028
+ ID of the ACS user associated with the lock event.
146029
+ */
146030
+ acs_user_id?: string | undefined
146031
+ /**
146032
+ undocumented: Unreleased.
146033
+ ---
146034
+ ID of the ACS entrance associated with the lock event.
146035
+ */
146036
+ acs_entrance_id?: string | undefined
145914
146037
  /**
145915
146038
  Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
145916
146039
  */
@@ -145967,6 +146090,7 @@ export type Routes = {
145967
146090
  | 'automatic'
145968
146091
  | 'unknown'
145969
146092
  | 'remote'
146093
+ | 'card'
145970
146094
  /**
145971
146095
  undocumented: Unreleased.
145972
146096
  ---