Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 95 additions & 7 deletions test/snapshots/seam-blueprint.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -21223,7 +21223,7 @@ Generated by [AVA](https://avajs.dev).
},
{
deprecationMessage: '',
description: 'ID of the action attempt associated with the lock action.',
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).',
draftMessage: '',
format: 'id',
isDeprecated: false,
Expand Down Expand Up @@ -21359,13 +21359,26 @@ Generated by [AVA](https://avajs.dev).
isDraft: false,
isUndocumented: false,
jsonType: 'boolean',
name: 'is_bluetooth_action',
name: 'is_via_bluetooth',
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
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.',
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.',
draftMessage: '',
format: 'boolean',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
jsonType: 'boolean',
name: 'is_via_nfc',
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
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.',
draftMessage: '',
format: 'enum',
isDeprecated: false,
Expand Down Expand Up @@ -21543,7 +21556,7 @@ Generated by [AVA](https://avajs.dev).
},
{
deprecationMessage: '',
description: 'ID of the action attempt associated with the unlock action.',
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).',
draftMessage: '',
format: 'id',
isDeprecated: false,
Expand Down Expand Up @@ -21679,13 +21692,26 @@ Generated by [AVA](https://avajs.dev).
isDraft: false,
isUndocumented: false,
jsonType: 'boolean',
name: 'is_bluetooth_action',
name: 'is_via_bluetooth',
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
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.',
draftMessage: '',
format: 'boolean',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
jsonType: 'boolean',
name: 'is_via_nfc',
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
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.',
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.',
draftMessage: '',
format: 'enum',
isDeprecated: false,
Expand Down Expand Up @@ -25452,6 +25478,19 @@ Generated by [AVA](https://avajs.dev).
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
draftMessage: '',
format: 'id',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
jsonType: 'string',
name: 'managed_access_code_id',
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
Expand All @@ -25465,6 +25504,19 @@ Generated by [AVA](https://avajs.dev).
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: 'ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.',
draftMessage: '',
format: 'id',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
jsonType: 'string',
name: 'unmanaged_access_code_id',
propertyGroupKey: null,
undocumentedMessage: '',
},
],
variantGroupKey: null,
},
Expand Down Expand Up @@ -57861,6 +57913,19 @@ Generated by [AVA](https://avajs.dev).
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
draftMessage: '',
format: 'id',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
jsonType: 'string',
name: 'managed_access_code_id',
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
Expand All @@ -57874,6 +57939,19 @@ Generated by [AVA](https://avajs.dev).
propertyGroupKey: null,
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: 'ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.',
draftMessage: '',
format: 'id',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
jsonType: 'string',
name: 'unmanaged_access_code_id',
propertyGroupKey: null,
undocumentedMessage: '',
},
],
variantGroupKey: null,
},
Expand Down Expand Up @@ -60129,7 +60207,7 @@ Generated by [AVA](https://avajs.dev).
},
{
deprecationMessage: '',
description: 'Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational.',
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.',
draftMessage: '',
format: 'enum',
isDeprecated: false,
Expand All @@ -60150,6 +60228,16 @@ Generated by [AVA](https://avajs.dev).
name: 'set',
undocumentedMessage: '',
},
{
deprecationMessage: '',
description: '',
draftMessage: '',
isDeprecated: false,
isDraft: false,
isUndocumented: false,
name: 'unset',
undocumentedMessage: '',
},
],
},
{
Expand Down
Binary file modified test/snapshots/seam-blueprint.test.ts.snap
Binary file not shown.
Loading