Skip to content

Commit 61eb782

Browse files
committed
ci: Generate code
1 parent e40c836 commit 61eb782

2 files changed

Lines changed: 95 additions & 7 deletions

File tree

test/snapshots/seam-blueprint.test.ts.md

Lines changed: 95 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21223,7 +21223,7 @@ Generated by [AVA](https://avajs.dev).
2122321223
},
2122421224
{
2122521225
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).',
2122721227
draftMessage: '',
2122821228
format: 'id',
2122921229
isDeprecated: false,
@@ -21359,13 +21359,26 @@ Generated by [AVA](https://avajs.dev).
2135921359
isDraft: false,
2136021360
isUndocumented: false,
2136121361
jsonType: 'boolean',
21362-
name: 'is_bluetooth_action',
21362+
name: 'is_via_bluetooth',
2136321363
propertyGroupKey: null,
2136421364
undocumentedMessage: '',
2136521365
},
2136621366
{
2136721367
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.',
2136921382
draftMessage: '',
2137021383
format: 'enum',
2137121384
isDeprecated: false,
@@ -21543,7 +21556,7 @@ Generated by [AVA](https://avajs.dev).
2154321556
},
2154421557
{
2154521558
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).',
2154721560
draftMessage: '',
2154821561
format: 'id',
2154921562
isDeprecated: false,
@@ -21679,13 +21692,26 @@ Generated by [AVA](https://avajs.dev).
2167921692
isDraft: false,
2168021693
isUndocumented: false,
2168121694
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',
2168321709
propertyGroupKey: null,
2168421710
undocumentedMessage: '',
2168521711
},
2168621712
{
2168721713
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.',
2168921715
draftMessage: '',
2169021716
format: 'enum',
2169121717
isDeprecated: false,
@@ -25452,6 +25478,19 @@ Generated by [AVA](https://avajs.dev).
2545225478
propertyGroupKey: null,
2545325479
undocumentedMessage: '',
2545425480
},
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+
},
2545525494
{
2545625495
deprecationMessage: '',
2545725496
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).
2546525504
propertyGroupKey: null,
2546625505
undocumentedMessage: '',
2546725506
},
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+
},
2546825520
],
2546925521
variantGroupKey: null,
2547025522
},
@@ -57861,6 +57913,19 @@ Generated by [AVA](https://avajs.dev).
5786157913
propertyGroupKey: null,
5786257914
undocumentedMessage: '',
5786357915
},
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+
},
5786457929
{
5786557930
deprecationMessage: '',
5786657931
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).
5787457939
propertyGroupKey: null,
5787557940
undocumentedMessage: '',
5787657941
},
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+
},
5787757955
],
5787857956
variantGroupKey: null,
5787957957
},
@@ -60129,7 +60207,7 @@ Generated by [AVA](https://avajs.dev).
6012960207
},
6013060208
{
6013160209
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.',
6013360211
draftMessage: '',
6013460212
format: 'enum',
6013560213
isDeprecated: false,
@@ -60150,6 +60228,16 @@ Generated by [AVA](https://avajs.dev).
6015060228
name: 'set',
6015160229
undocumentedMessage: '',
6015260230
},
60231+
{
60232+
deprecationMessage: '',
60233+
description: '',
60234+
draftMessage: '',
60235+
isDeprecated: false,
60236+
isDraft: false,
60237+
isUndocumented: false,
60238+
name: 'unset',
60239+
undocumentedMessage: '',
60240+
},
6015360241
],
6015460242
},
6015560243
{
1.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)