@seamapi/types 1.930.0 → 1.932.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.
- package/dist/connect.cjs +47 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +225 -187
- package/dist/index.cjs +47 -33
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +4 -4
- package/lib/seam/connect/models/connected-accounts/connected-account.js +1 -1
- package/lib/seam/connect/models/events/devices.d.ts +12 -0
- package/lib/seam/connect/models/events/devices.js +6 -0
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +6 -0
- package/lib/seam/connect/openapi.js +33 -25
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +219 -187
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +4 -4
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +1 -1
- package/src/lib/seam/connect/models/events/devices.ts +6 -0
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +35 -25
- package/src/lib/seam/connect/route-types.ts +219 -187
|
@@ -935,7 +935,7 @@ const openapi = {
|
|
|
935
935
|
'x-variant-group-key': 'locks',
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
938
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
939
939
|
properties: {
|
|
940
940
|
created_at: {
|
|
941
941
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -3073,7 +3073,7 @@ const openapi = {
|
|
|
3073
3073
|
type: 'string',
|
|
3074
3074
|
},
|
|
3075
3075
|
connected_account_id: {
|
|
3076
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
3076
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
3077
3077
|
format: 'uuid',
|
|
3078
3078
|
type: 'string',
|
|
3079
3079
|
},
|
|
@@ -3426,7 +3426,7 @@ const openapi = {
|
|
|
3426
3426
|
description: 'Represents a hardware device that encodes [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/low-level-apis/access-systems).\n\nSome access control systems require credentials to be encoded onto plastic key cards using a card encoder. This process involves the following two key steps:\n\n1. Credential creation\n Configure the access parameters for the credential.\n2. Card encoding\n Write the credential data onto the card using a compatible card encoder.\n\nSeparately, the Seam API also supports card scanning, which enables you to scan and read the encoded data on a card. You can use this action to confirm consistency with access control system records or diagnose discrepancies if needed.\n\n See [Working with Card Encoders and Scanners](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).\n\nTo verify if your access control system requires a card encoder, see the corresponding [system integration guide](https://docs.seam.co/device-and-system-integration-guides#access-control-systems).',
|
|
3427
3427
|
properties: {
|
|
3428
3428
|
acs_encoder_id: {
|
|
3429
|
-
description: 'ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners.',
|
|
3429
|
+
description: 'ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3430
3430
|
format: 'uuid',
|
|
3431
3431
|
type: 'string',
|
|
3432
3432
|
},
|
|
@@ -3957,7 +3957,7 @@ const openapi = {
|
|
|
3957
3957
|
'x-route-path': '/acs/entrances',
|
|
3958
3958
|
},
|
|
3959
3959
|
acs_system: {
|
|
3960
|
-
description: 'Represents an [access control system](https://docs.seam.co/low-level-apis/access-systems).\n\nWithin an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users
|
|
3960
|
+
description: 'Represents an [access control system](https://docs.seam.co/low-level-apis/access-systems).\n\nWithin an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users/object) and [`acs_credential`s](https://docs.seam.co/api/acs/credentials/object) to grant access to the `acs_user`s.\n\nFor details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/api/acs).',
|
|
3961
3961
|
properties: {
|
|
3962
3962
|
acs_access_group_count: {
|
|
3963
3963
|
description: 'Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
@@ -4004,7 +4004,7 @@ const openapi = {
|
|
|
4004
4004
|
discriminator: { propertyName: 'error_code' },
|
|
4005
4005
|
oneOf: [
|
|
4006
4006
|
{
|
|
4007
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\nThis error might also occur if Seam Bridge is connected to the wrong [workspace](https://docs.seam.co/core-concepts/workspaces).\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
4007
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\nThis error might also occur if Seam Bridge is connected to the wrong [workspace](https://docs.seam.co/core-concepts/workspaces).\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
4008
4008
|
properties: {
|
|
4009
4009
|
created_at: {
|
|
4010
4010
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -4026,7 +4026,7 @@ const openapi = {
|
|
|
4026
4026
|
'x-resource-type': 'acs_system',
|
|
4027
4027
|
},
|
|
4028
4028
|
{
|
|
4029
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
4029
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
4030
4030
|
properties: {
|
|
4031
4031
|
created_at: {
|
|
4032
4032
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -4052,7 +4052,7 @@ const openapi = {
|
|
|
4052
4052
|
'x-resource-type': 'acs_system',
|
|
4053
4053
|
},
|
|
4054
4054
|
{
|
|
4055
|
-
description: 'Indicates that [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge) is functioning correctly and the Seam API can communicate with Seam Bridge, but the Seam API cannot connect to the on-premises [Visionline access control system](https://docs.seam.co/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).\nFor example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/core-concepts/workspaces).\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
4055
|
+
description: 'Indicates that [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge) is functioning correctly and the Seam API can communicate with Seam Bridge, but the Seam API cannot connect to the on-premises [Visionline access control system](https://docs.seam.co/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).\nFor example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/core-concepts/workspaces).\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-visionline_instance_unreachable).',
|
|
4056
4056
|
properties: {
|
|
4057
4057
|
created_at: {
|
|
4058
4058
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -5624,7 +5624,7 @@ const openapi = {
|
|
|
5624
5624
|
type: 'string',
|
|
5625
5625
|
},
|
|
5626
5626
|
connected_account_id: {
|
|
5627
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
5627
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
5628
5628
|
format: 'uuid',
|
|
5629
5629
|
type: 'string',
|
|
5630
5630
|
},
|
|
@@ -6021,7 +6021,7 @@ const openapi = {
|
|
|
6021
6021
|
type: 'string',
|
|
6022
6022
|
},
|
|
6023
6023
|
connected_account_id: {
|
|
6024
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
6024
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
6025
6025
|
format: 'uuid',
|
|
6026
6026
|
type: 'string',
|
|
6027
6027
|
},
|
|
@@ -6640,7 +6640,7 @@ const openapi = {
|
|
|
6640
6640
|
type: 'string',
|
|
6641
6641
|
},
|
|
6642
6642
|
connected_account_id: {
|
|
6643
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
6643
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
6644
6644
|
format: 'uuid',
|
|
6645
6645
|
type: 'string',
|
|
6646
6646
|
},
|
|
@@ -7035,7 +7035,7 @@ const openapi = {
|
|
|
7035
7035
|
type: 'string',
|
|
7036
7036
|
},
|
|
7037
7037
|
connected_account_id: {
|
|
7038
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
7038
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
7039
7039
|
format: 'uuid',
|
|
7040
7040
|
type: 'string',
|
|
7041
7041
|
},
|
|
@@ -7681,7 +7681,7 @@ const openapi = {
|
|
|
7681
7681
|
type: 'string',
|
|
7682
7682
|
},
|
|
7683
7683
|
connected_account_id: {
|
|
7684
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
7684
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
7685
7685
|
format: 'uuid',
|
|
7686
7686
|
type: 'string',
|
|
7687
7687
|
},
|
|
@@ -10791,7 +10791,7 @@ const openapi = {
|
|
|
10791
10791
|
'x-resource-type': 'connected_account',
|
|
10792
10792
|
},
|
|
10793
10793
|
{
|
|
10794
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
10794
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
10795
10795
|
properties: {
|
|
10796
10796
|
created_at: {
|
|
10797
10797
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -12080,7 +12080,7 @@ const openapi = {
|
|
|
12080
12080
|
'x-variant-group-key': 'locks',
|
|
12081
12081
|
},
|
|
12082
12082
|
{
|
|
12083
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
12083
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
12084
12084
|
properties: {
|
|
12085
12085
|
created_at: {
|
|
12086
12086
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -22767,6 +22767,10 @@ const openapi = {
|
|
|
22767
22767
|
format: 'uuid',
|
|
22768
22768
|
type: 'string',
|
|
22769
22769
|
},
|
|
22770
|
+
code: {
|
|
22771
|
+
description: '\n Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.\n ',
|
|
22772
|
+
type: 'string',
|
|
22773
|
+
},
|
|
22770
22774
|
connected_account_custom_metadata: {
|
|
22771
22775
|
additionalProperties: {
|
|
22772
22776
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
@@ -22875,6 +22879,10 @@ const openapi = {
|
|
|
22875
22879
|
format: 'uuid',
|
|
22876
22880
|
type: 'string',
|
|
22877
22881
|
},
|
|
22882
|
+
code: {
|
|
22883
|
+
description: '\n Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.\n ',
|
|
22884
|
+
type: 'string',
|
|
22885
|
+
},
|
|
22878
22886
|
connected_account_custom_metadata: {
|
|
22879
22887
|
additionalProperties: {
|
|
22880
22888
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
@@ -23851,7 +23859,7 @@ const openapi = {
|
|
|
23851
23859
|
'x-route-path': '/devices',
|
|
23852
23860
|
},
|
|
23853
23861
|
{
|
|
23854
|
-
description: 'An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system
|
|
23862
|
+
description: 'An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.',
|
|
23855
23863
|
properties: {
|
|
23856
23864
|
created_at: {
|
|
23857
23865
|
description: 'Date and time at which the event was created.',
|
|
@@ -25045,7 +25053,7 @@ const openapi = {
|
|
|
25045
25053
|
type: 'string',
|
|
25046
25054
|
},
|
|
25047
25055
|
connected_account_id: {
|
|
25048
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
25056
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
25049
25057
|
format: 'uuid',
|
|
25050
25058
|
type: 'string',
|
|
25051
25059
|
},
|
|
@@ -26859,7 +26867,7 @@ const openapi = {
|
|
|
26859
26867
|
'x-variant-group-key': 'locks',
|
|
26860
26868
|
},
|
|
26861
26869
|
{
|
|
26862
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
26870
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
26863
26871
|
properties: {
|
|
26864
26872
|
created_at: {
|
|
26865
26873
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -27801,7 +27809,7 @@ const openapi = {
|
|
|
27801
27809
|
type: 'string',
|
|
27802
27810
|
},
|
|
27803
27811
|
connected_account_id: {
|
|
27804
|
-
description: 'ID of the [connected account](https://docs.seam.co/
|
|
27812
|
+
description: 'ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
|
|
27805
27813
|
format: 'uuid',
|
|
27806
27814
|
type: 'string',
|
|
27807
27815
|
},
|
|
@@ -29583,7 +29591,7 @@ const openapi = {
|
|
|
29583
29591
|
'x-variant-group-key': 'locks',
|
|
29584
29592
|
},
|
|
29585
29593
|
{
|
|
29586
|
-
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system
|
|
29594
|
+
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
29587
29595
|
properties: {
|
|
29588
29596
|
created_at: {
|
|
29589
29597
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -30847,7 +30855,7 @@ const openapi = {
|
|
|
30847
30855
|
'x-undocumented': 'Only used internally.',
|
|
30848
30856
|
},
|
|
30849
30857
|
use_backup_access_code_pool: {
|
|
30850
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
30858
|
+
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
30851
30859
|
type: 'boolean',
|
|
30852
30860
|
},
|
|
30853
30861
|
use_offline_access_code: {
|
|
@@ -30962,7 +30970,7 @@ const openapi = {
|
|
|
30962
30970
|
type: 'string',
|
|
30963
30971
|
},
|
|
30964
30972
|
use_backup_access_code_pool: {
|
|
30965
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
30973
|
+
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
30966
30974
|
type: 'boolean',
|
|
30967
30975
|
},
|
|
30968
30976
|
},
|
|
@@ -31069,7 +31077,7 @@ const openapi = {
|
|
|
31069
31077
|
type: 'string',
|
|
31070
31078
|
},
|
|
31071
31079
|
use_backup_access_code_pool: {
|
|
31072
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
31080
|
+
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
31073
31081
|
type: 'boolean',
|
|
31074
31082
|
},
|
|
31075
31083
|
},
|
|
@@ -33133,7 +33141,7 @@ const openapi = {
|
|
|
33133
33141
|
type: 'string',
|
|
33134
33142
|
},
|
|
33135
33143
|
use_backup_access_code_pool: {
|
|
33136
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
33144
|
+
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
33137
33145
|
type: 'boolean',
|
|
33138
33146
|
},
|
|
33139
33147
|
use_offline_access_code: {
|
|
@@ -33270,7 +33278,7 @@ const openapi = {
|
|
|
33270
33278
|
type: 'string',
|
|
33271
33279
|
},
|
|
33272
33280
|
use_backup_access_code_pool: {
|
|
33273
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
33281
|
+
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
33274
33282
|
type: 'boolean',
|
|
33275
33283
|
},
|
|
33276
33284
|
use_offline_access_code: {
|
|
@@ -33407,7 +33415,7 @@ const openapi = {
|
|
|
33407
33415
|
type: 'string',
|
|
33408
33416
|
},
|
|
33409
33417
|
use_backup_access_code_pool: {
|
|
33410
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
33418
|
+
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
33411
33419
|
type: 'boolean',
|
|
33412
33420
|
},
|
|
33413
33421
|
use_offline_access_code: {
|