@seamapi/types 1.929.0 → 1.931.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.
Files changed (28) hide show
  1. package/dist/connect.cjs +42 -42
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +211 -211
  4. package/dist/index.cjs +42 -42
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -16
  7. package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -5
  8. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  9. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
  10. package/lib/seam/connect/models/acs/acs-credential.js +1 -1
  11. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-encoder.js +1 -1
  13. package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
  14. package/lib/seam/connect/models/acs/acs-system.js +4 -4
  15. package/lib/seam/connect/models/connected-accounts/connected-account.js +1 -1
  16. package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
  17. package/lib/seam/connect/openapi.js +29 -29
  18. package/lib/seam/connect/openapi.js.map +1 -1
  19. package/lib/seam/connect/route-types.d.ts +198 -198
  20. package/package.json +1 -1
  21. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -5
  22. package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
  23. package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -1
  24. package/src/lib/seam/connect/models/acs/acs-system.ts +4 -4
  25. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +1 -1
  26. package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -1
  27. package/src/lib/seam/connect/openapi.ts +29 -29
  28. package/src/lib/seam/connect/route-types.ts +198 -198
@@ -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.errors.seam_bridge_disconnected).',
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.',
@@ -1293,7 +1293,7 @@ const openapi = {
1293
1293
  discriminator: { propertyName: 'warning_code' },
1294
1294
  oneOf: [
1295
1295
  {
1296
- description: 'Indicates a provider-specific issue that may affect the access code. Check the warning message for details.',
1296
+ description: "The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use.",
1297
1297
  properties: {
1298
1298
  created_at: {
1299
1299
  description: 'Date and time at which Seam created the warning.',
@@ -1306,7 +1306,7 @@ const openapi = {
1306
1306
  },
1307
1307
  warning_code: {
1308
1308
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
1309
- enum: ['provider_issue'],
1309
+ enum: ['code_rotates_periodically'],
1310
1310
  type: 'string',
1311
1311
  },
1312
1312
  },
@@ -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/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
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#acs_user) and [`acs_credential`s](https://docs.seam.co/api/acs/credentials#acs_credential) 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).',
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.errors.seam_bridge_disconnected).',
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.errors.seam_bridge_disconnected).',
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.errors.visionline_instance_unreachable).',
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/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
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/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
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/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
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/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
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/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
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.errors.seam_bridge_disconnected).',
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.errors.seam_bridge_disconnected).',
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.',
@@ -23851,7 +23851,7 @@ const openapi = {
23851
23851
  'x-route-path': '/devices',
23852
23852
  },
23853
23853
  {
23854
- description: 'An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) was deleted.',
23854
+ description: 'An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.',
23855
23855
  properties: {
23856
23856
  created_at: {
23857
23857
  description: 'Date and time at which the event was created.',
@@ -25045,7 +25045,7 @@ const openapi = {
25045
25045
  type: 'string',
25046
25046
  },
25047
25047
  connected_account_id: {
25048
- description: 'ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
25048
+ 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
25049
  format: 'uuid',
25050
25050
  type: 'string',
25051
25051
  },
@@ -26859,7 +26859,7 @@ const openapi = {
26859
26859
  'x-variant-group-key': 'locks',
26860
26860
  },
26861
26861
  {
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.errors.seam_bridge_disconnected).',
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-errors-seam_bridge_disconnected).',
26863
26863
  properties: {
26864
26864
  created_at: {
26865
26865
  description: 'Date and time at which Seam created the error.',
@@ -26934,7 +26934,7 @@ const openapi = {
26934
26934
  discriminator: { propertyName: 'warning_code' },
26935
26935
  oneOf: [
26936
26936
  {
26937
- description: 'Indicates a provider-specific issue that may affect the access code. Check the warning message for details.',
26937
+ description: "The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use.",
26938
26938
  properties: {
26939
26939
  created_at: {
26940
26940
  description: 'Date and time at which Seam created the warning.',
@@ -26947,7 +26947,7 @@ const openapi = {
26947
26947
  },
26948
26948
  warning_code: {
26949
26949
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
26950
- enum: ['provider_issue'],
26950
+ enum: ['code_rotates_periodically'],
26951
26951
  type: 'string',
26952
26952
  },
26953
26953
  },
@@ -27801,7 +27801,7 @@ const openapi = {
27801
27801
  type: 'string',
27802
27802
  },
27803
27803
  connected_account_id: {
27804
- description: 'ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs.',
27804
+ 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
27805
  format: 'uuid',
27806
27806
  type: 'string',
27807
27807
  },
@@ -29583,7 +29583,7 @@ const openapi = {
29583
29583
  'x-variant-group-key': 'locks',
29584
29584
  },
29585
29585
  {
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.errors.seam_bridge_disconnected).',
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-errors-seam_bridge_disconnected).',
29587
29587
  properties: {
29588
29588
  created_at: {
29589
29589
  description: 'Date and time at which Seam created the error.',
@@ -30847,7 +30847,7 @@ const openapi = {
30847
30847
  'x-undocumented': 'Only used internally.',
30848
30848
  },
30849
30849
  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#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).',
30850
+ 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
30851
  type: 'boolean',
30852
30852
  },
30853
30853
  use_offline_access_code: {
@@ -30962,7 +30962,7 @@ const openapi = {
30962
30962
  type: 'string',
30963
30963
  },
30964
30964
  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#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).',
30965
+ 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
30966
  type: 'boolean',
30967
30967
  },
30968
30968
  },
@@ -31069,7 +31069,7 @@ const openapi = {
31069
31069
  type: 'string',
31070
31070
  },
31071
31071
  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#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).',
31072
+ 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
31073
  type: 'boolean',
31074
31074
  },
31075
31075
  },
@@ -33133,7 +33133,7 @@ const openapi = {
33133
33133
  type: 'string',
33134
33134
  },
33135
33135
  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#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).',
33136
+ 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
33137
  type: 'boolean',
33138
33138
  },
33139
33139
  use_offline_access_code: {
@@ -33270,7 +33270,7 @@ const openapi = {
33270
33270
  type: 'string',
33271
33271
  },
33272
33272
  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#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).',
33273
+ 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
33274
  type: 'boolean',
33275
33275
  },
33276
33276
  use_offline_access_code: {
@@ -33407,7 +33407,7 @@ const openapi = {
33407
33407
  type: 'string',
33408
33408
  },
33409
33409
  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#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).',
33410
+ 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
33411
  type: 'boolean',
33412
33412
  },
33413
33413
  use_offline_access_code: {