You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/snapshots/seam-blueprint.test.ts.md
+95-7Lines changed: 95 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21223,7 +21223,7 @@ Generated by [AVA](https://avajs.dev).
21223
21223
},
21224
21224
{
21225
21225
deprecationMessage: '',
21226
-
description: 'ID of the action attempt associated with the lock action.',
21226
+
description: '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).',
21227
21227
draftMessage: '',
21228
21228
format: 'id',
21229
21229
isDeprecated: false,
@@ -21359,13 +21359,26 @@ Generated by [AVA](https://avajs.dev).
21359
21359
isDraft: false,
21360
21360
isUndocumented: false,
21361
21361
jsonType: 'boolean',
21362
-
name: 'is_bluetooth_action',
21362
+
name: 'is_via_bluetooth',
21363
21363
propertyGroupKey: null,
21364
21364
undocumentedMessage: '',
21365
21365
},
21366
21366
{
21367
21367
deprecationMessage: '',
21368
-
description: 'Method by which the affected lock device was locked. When the method is `keycode`, the `access_code_id` indicates the access code that was used, if reported by the device.',
21368
+
description: 'Whether the lock action was performed by an NFC credential tap (such as an Apple Home Key or an NFC key fob) presented to the lock, rather than a direct physical interaction or a Seam-initiated remote action.',
21369
+
draftMessage: '',
21370
+
format: 'boolean',
21371
+
isDeprecated: false,
21372
+
isDraft: false,
21373
+
isUndocumented: false,
21374
+
jsonType: 'boolean',
21375
+
name: 'is_via_nfc',
21376
+
propertyGroupKey: null,
21377
+
undocumentedMessage: '',
21378
+
},
21379
+
{
21380
+
deprecationMessage: '',
21381
+
description: '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.',
21369
21382
draftMessage: '',
21370
21383
format: 'enum',
21371
21384
isDeprecated: false,
@@ -21543,7 +21556,7 @@ Generated by [AVA](https://avajs.dev).
21543
21556
},
21544
21557
{
21545
21558
deprecationMessage: '',
21546
-
description: 'ID of the action attempt associated with the unlock action.',
21559
+
description: '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).',
21547
21560
draftMessage: '',
21548
21561
format: 'id',
21549
21562
isDeprecated: false,
@@ -21679,13 +21692,26 @@ Generated by [AVA](https://avajs.dev).
21679
21692
isDraft: false,
21680
21693
isUndocumented: false,
21681
21694
jsonType: 'boolean',
21682
-
name: 'is_bluetooth_action',
21695
+
name: 'is_via_bluetooth',
21696
+
propertyGroupKey: null,
21697
+
undocumentedMessage: '',
21698
+
},
21699
+
{
21700
+
deprecationMessage: '',
21701
+
description: 'Whether the unlock action was performed by an NFC credential tap (such as an Apple Home Key or an NFC key fob) presented to the lock, rather than a direct physical interaction or a Seam-initiated remote action.',
21702
+
draftMessage: '',
21703
+
format: 'boolean',
21704
+
isDeprecated: false,
21705
+
isDraft: false,
21706
+
isUndocumented: false,
21707
+
jsonType: 'boolean',
21708
+
name: 'is_via_nfc',
21683
21709
propertyGroupKey: null,
21684
21710
undocumentedMessage: '',
21685
21711
},
21686
21712
{
21687
21713
deprecationMessage: '',
21688
-
description: 'Method by which the affected lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device.',
21714
+
description: 'Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/latest/capability-guides/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.',
21689
21715
draftMessage: '',
21690
21716
format: 'enum',
21691
21717
isDeprecated: false,
@@ -25452,6 +25478,19 @@ Generated by [AVA](https://avajs.dev).
25452
25478
propertyGroupKey: null,
25453
25479
undocumentedMessage: '',
25454
25480
},
25481
+
{
25482
+
deprecationMessage: '',
25483
+
description: 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
25484
+
draftMessage: '',
25485
+
format: 'id',
25486
+
isDeprecated: false,
25487
+
isDraft: false,
25488
+
isUndocumented: false,
25489
+
jsonType: 'string',
25490
+
name: 'managed_access_code_id',
25491
+
propertyGroupKey: null,
25492
+
undocumentedMessage: '',
25493
+
},
25455
25494
{
25456
25495
deprecationMessage: '',
25457
25496
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
@@ -25465,6 +25504,19 @@ Generated by [AVA](https://avajs.dev).
25465
25504
propertyGroupKey: null,
25466
25505
undocumentedMessage: '',
25467
25506
},
25507
+
{
25508
+
deprecationMessage: '',
25509
+
description: 'ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.',
25510
+
draftMessage: '',
25511
+
format: 'id',
25512
+
isDeprecated: false,
25513
+
isDraft: false,
25514
+
isUndocumented: false,
25515
+
jsonType: 'string',
25516
+
name: 'unmanaged_access_code_id',
25517
+
propertyGroupKey: null,
25518
+
undocumentedMessage: '',
25519
+
},
25468
25520
],
25469
25521
variantGroupKey: null,
25470
25522
},
@@ -57861,6 +57913,19 @@ Generated by [AVA](https://avajs.dev).
57861
57913
propertyGroupKey: null,
57862
57914
undocumentedMessage: '',
57863
57915
},
57916
+
{
57917
+
deprecationMessage: '',
57918
+
description: 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
57919
+
draftMessage: '',
57920
+
format: 'id',
57921
+
isDeprecated: false,
57922
+
isDraft: false,
57923
+
isUndocumented: false,
57924
+
jsonType: 'string',
57925
+
name: 'managed_access_code_id',
57926
+
propertyGroupKey: null,
57927
+
undocumentedMessage: '',
57928
+
},
57864
57929
{
57865
57930
deprecationMessage: '',
57866
57931
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
@@ -57874,6 +57939,19 @@ Generated by [AVA](https://avajs.dev).
57874
57939
propertyGroupKey: null,
57875
57940
undocumentedMessage: '',
57876
57941
},
57942
+
{
57943
+
deprecationMessage: '',
57944
+
description: 'ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.',
57945
+
draftMessage: '',
57946
+
format: 'id',
57947
+
isDeprecated: false,
57948
+
isDraft: false,
57949
+
isUndocumented: false,
57950
+
jsonType: 'string',
57951
+
name: 'unmanaged_access_code_id',
57952
+
propertyGroupKey: null,
57953
+
undocumentedMessage: '',
57954
+
},
57877
57955
],
57878
57956
variantGroupKey: null,
57879
57957
},
@@ -60129,7 +60207,7 @@ Generated by [AVA](https://avajs.dev).
60129
60207
},
60130
60208
{
60131
60209
deprecationMessage: '',
60132
-
description: 'Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational.',
60210
+
description: 'Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. `unset` indicates that the code exists on the provider but is not usable on the device.',
60133
60211
draftMessage: '',
60134
60212
format: 'enum',
60135
60213
isDeprecated: false,
@@ -60150,6 +60228,16 @@ Generated by [AVA](https://avajs.dev).
0 commit comments