@seamapi/types 1.802.0 → 1.803.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/index.cjs CHANGED
@@ -3136,7 +3136,7 @@ var error_code_description5 = "Unique identifier of the type of error. Enables q
3136
3136
  var acs_access_groups_failed_to_create_on_acs_system = common_acs_access_group_error.extend({
3137
3137
  error_code: zod.z.literal("failed_to_create_on_acs_system").describe(error_code_description5)
3138
3138
  }).describe(
3139
- `Indicates that the [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) was not created on the [access system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).`
3139
+ `Indicates that the [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups) was not created on the [access system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).`
3140
3140
  );
3141
3141
  var acs_access_group_errors = zod.z.discriminatedUnion("error_code", [
3142
3142
  acs_access_groups_failed_to_create_on_acs_system
@@ -3213,7 +3213,7 @@ var acs_access_group = common_acs_access_group.extend({
3213
3213
  ---
3214
3214
  Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.
3215
3215
 
3216
- Some access control systems use [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups), which are sets of users, combined with sets of permissions. These permissions include both the set of areas or assets that the users can access and the schedule during which the users can access these areas or assets. Instead of assigning access rights individually to each access control system user, which can be time-consuming and error-prone, administrators can assign users to an access group, thereby ensuring that the users inherit all the permissions associated with the access group. Using access groups streamlines the process of managing large numbers of access control system users, especially in bigger organizations or complexes.
3216
+ Some access control systems use [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups), which are sets of users, combined with sets of permissions. These permissions include both the set of areas or assets that the users can access and the schedule during which the users can access these areas or assets. Instead of assigning access rights individually to each access control system user, which can be time-consuming and error-prone, administrators can assign users to an access group, thereby ensuring that the users inherit all the permissions associated with the access group. Using access groups streamlines the process of managing large numbers of access control system users, especially in bigger organizations or complexes.
3217
3217
 
3218
3218
  To learn whether your access control system supports access groups, see the corresponding [system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview#access-control-systems).
3219
3219
  `);
@@ -3763,7 +3763,7 @@ var visionline_instance_unreachable = common_acs_system_error.extend({
3763
3763
  error_code: zod.z.literal("visionline_instance_unreachable").describe(error_code_description7)
3764
3764
  }).describe(`Indicates that [Seam Bridge](https://docs.seam.co/latest/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/latest/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).
3765
3765
  For example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/latest/core-concepts/workspaces).
3766
- See also [Troubleshooting Your Access Control System](https://docs.seam.co/latest/capability-guides/capability-guides/access-systems/troubleshooting-your-access-control-system#acs_system.errors.visionline_instance_unreachable).`);
3766
+ See also [Troubleshooting Your Access Control System](https://docs.seam.co/latest/capability-guides/access-systems/troubleshooting-your-access-control-system#acs_system.errors.visionline_instance_unreachable).`);
3767
3767
  var salto_ks_subscription_limit_exceeded3 = common_acs_system_error.extend({
3768
3768
  error_code: zod.z.literal("salto_ks_subscription_limit_exceeded").describe(error_code_description7)
3769
3769
  }).describe(
@@ -3777,7 +3777,7 @@ var acs_system_disconnected = common_acs_system_error.extend({
3777
3777
  var account_disconnected3 = common_acs_system_error.extend({
3778
3778
  error_code: zod.z.literal("account_disconnected").describe(error_code_description7)
3779
3779
  }).describe(
3780
- "Indicates that the login credentials are invalid. Reconnect the account using a [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) to restore access."
3780
+ "Indicates that the login credentials are invalid. Reconnect the account using a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) to restore access."
3781
3781
  );
3782
3782
  var salto_ks_certification_expired = common_acs_system_error.extend({
3783
3783
  error_code: zod.z.literal("salto_ks_certification_expired").describe(error_code_description7)
@@ -5249,7 +5249,7 @@ var access_grant_access_granted_to_all_doors_event = access_grant_event.extend({
5249
5249
  All access requested for an Access Grant was successfully granted.
5250
5250
  `);
5251
5251
  var acs_entrance_id = zod.z.string().uuid().describe(
5252
- "ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details)."
5252
+ "ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
5253
5253
  );
5254
5254
  var access_grant_access_granted_to_door_event = access_grant_event.extend({
5255
5255
  event_type: zod.z.literal("access_grant.access_granted_to_door"),
@@ -5463,7 +5463,7 @@ var acs_entrance_added_event = acs_entrance_event.extend({
5463
5463
  ---
5464
5464
  route_path: /acs/entrances
5465
5465
  ---
5466
- An [access system entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was added.
5466
+ An [access system entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was added.
5467
5467
  `);
5468
5468
  var acs_entrance_removed_event = acs_entrance_event.extend({
5469
5469
  event_type: zod.z.literal("acs_entrance.removed")
@@ -5471,7 +5471,7 @@ var acs_entrance_removed_event = acs_entrance_event.extend({
5471
5471
  ---
5472
5472
  route_path: /acs/entrances
5473
5473
  ---
5474
- An [access system entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was removed.
5474
+ An [access system entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was removed.
5475
5475
  `);
5476
5476
  var acs_entrance_events = [
5477
5477
  acs_entrance_added_event,
@@ -5651,7 +5651,7 @@ var client_session_deleted_event = client_session_event.extend({
5651
5651
  var client_session_events = [client_session_deleted_event];
5652
5652
  var connect_webview_event = common_event.extend({
5653
5653
  connect_webview_id: zod.z.string().uuid().describe(
5654
- "ID of the affected [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews)."
5654
+ "ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews)."
5655
5655
  )
5656
5656
  });
5657
5657
  var connected_account_id = zod.z.string().uuid().describe(
@@ -5671,7 +5671,7 @@ var connect_webview_login_succeeded_event = connect_webview_event.extend({
5671
5671
  ---
5672
5672
  route_path: /connect_webviews
5673
5673
  ---
5674
- A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login succeeded.
5674
+ A [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) login succeeded.
5675
5675
  `);
5676
5676
  var connect_webview_login_failed_event = connect_webview_event.extend({
5677
5677
  event_type: zod.z.literal("connect_webview.login_failed")
@@ -5679,7 +5679,7 @@ var connect_webview_login_failed_event = connect_webview_event.extend({
5679
5679
  ---
5680
5680
  route_path: /connect_webviews
5681
5681
  ---
5682
- A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login failed.
5682
+ A [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) login failed.
5683
5683
  `);
5684
5684
  var connect_webview_events = [
5685
5685
  connect_webview_login_succeeded_event,
@@ -5731,7 +5731,7 @@ var connected_account_successful_login_event = connected_account_event.extend({
5731
5731
  deprecated: Use \`connect_webview.login_succeeded\`.
5732
5732
  route_path: /connected_accounts
5733
5733
  ---
5734
- A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) had a successful login using a [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).
5734
+ A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) had a successful login using a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews).
5735
5735
  `);
5736
5736
  var connected_account_disconnected_event = connected_account_event.extend({
5737
5737
  event_type: zod.z.literal("connected_account.disconnected")
@@ -9512,7 +9512,7 @@ var openapi_default = {
9512
9512
  "x-route-path": "/access_methods"
9513
9513
  },
9514
9514
  acs_access_group: {
9515
- description: "Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.\n\nSome access control systems use [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups), which are sets of users, combined with sets of permissions. These permissions include both the set of areas or assets that the users can access and the schedule during which the users can access these areas or assets. Instead of assigning access rights individually to each access control system user, which can be time-consuming and error-prone, administrators can assign users to an access group, thereby ensuring that the users inherit all the permissions associated with the access group. Using access groups streamlines the process of managing large numbers of access control system users, especially in bigger organizations or complexes.\n\nTo learn whether your access control system supports access groups, see the corresponding [system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview#access-control-systems).",
9515
+ description: "Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.\n\nSome access control systems use [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups), which are sets of users, combined with sets of permissions. These permissions include both the set of areas or assets that the users can access and the schedule during which the users can access these areas or assets. Instead of assigning access rights individually to each access control system user, which can be time-consuming and error-prone, administrators can assign users to an access group, thereby ensuring that the users inherit all the permissions associated with the access group. Using access groups streamlines the process of managing large numbers of access control system users, especially in bigger organizations or complexes.\n\nTo learn whether your access control system supports access groups, see the corresponding [system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview#access-control-systems).",
9516
9516
  properties: {
9517
9517
  access_group_type: {
9518
9518
  deprecated: true,
@@ -9579,7 +9579,7 @@ var openapi_default = {
9579
9579
  discriminator: { propertyName: "error_code" },
9580
9580
  oneOf: [
9581
9581
  {
9582
- description: "Indicates that the [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) was not created on the [access system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).",
9582
+ description: "Indicates that the [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups) was not created on the [access system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).",
9583
9583
  properties: {
9584
9584
  created_at: {
9585
9585
  description: "Date and time at which Seam created the error.",
@@ -10910,7 +10910,7 @@ var openapi_default = {
10910
10910
  type: "object"
10911
10911
  },
10912
10912
  {
10913
- description: "Indicates that [Seam Bridge](https://docs.seam.co/latest/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/latest/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).\n For example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/latest/core-concepts/workspaces).\n See also [Troubleshooting Your Access Control System](https://docs.seam.co/latest/capability-guides/capability-guides/access-systems/troubleshooting-your-access-control-system#acs_system.errors.visionline_instance_unreachable).",
10913
+ description: "Indicates that [Seam Bridge](https://docs.seam.co/latest/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/latest/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).\n For example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/latest/core-concepts/workspaces).\n See also [Troubleshooting Your Access Control System](https://docs.seam.co/latest/capability-guides/access-systems/troubleshooting-your-access-control-system#acs_system.errors.visionline_instance_unreachable).",
10914
10914
  properties: {
10915
10915
  created_at: {
10916
10916
  description: "Date and time at which Seam created the error.",
@@ -10973,7 +10973,7 @@ var openapi_default = {
10973
10973
  type: "object"
10974
10974
  },
10975
10975
  {
10976
- description: "Indicates that the login credentials are invalid. Reconnect the account using a [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) to restore access.",
10976
+ description: "Indicates that the login credentials are invalid. Reconnect the account using a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) to restore access.",
10977
10977
  properties: {
10978
10978
  created_at: {
10979
10979
  description: "Date and time at which Seam created the error.",
@@ -22740,7 +22740,7 @@ var openapi_default = {
22740
22740
  type: "string"
22741
22741
  },
22742
22742
  acs_entrance_id: {
22743
- description: "ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).",
22743
+ description: "ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
22744
22744
  format: "uuid",
22745
22745
  type: "string"
22746
22746
  },
@@ -22790,7 +22790,7 @@ var openapi_default = {
22790
22790
  type: "string"
22791
22791
  },
22792
22792
  acs_entrance_id: {
22793
- description: "ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).",
22793
+ description: "ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
22794
22794
  format: "uuid",
22795
22795
  type: "string"
22796
22796
  },
@@ -23970,7 +23970,7 @@ var openapi_default = {
23970
23970
  "x-route-path": "/acs/access_groups"
23971
23971
  },
23972
23972
  {
23973
- description: "An [access system entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was added.",
23973
+ description: "An [access system entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was added.",
23974
23974
  properties: {
23975
23975
  acs_entrance_id: { format: "uuid", type: "string" },
23976
23976
  acs_system_id: {
@@ -24018,7 +24018,7 @@ var openapi_default = {
24018
24018
  "x-route-path": "/acs/entrances"
24019
24019
  },
24020
24020
  {
24021
- description: "An [access system entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was removed.",
24021
+ description: "An [access system entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was removed.",
24022
24022
  properties: {
24023
24023
  acs_entrance_id: { format: "uuid", type: "string" },
24024
24024
  acs_system_id: {
@@ -24225,7 +24225,7 @@ var openapi_default = {
24225
24225
  },
24226
24226
  {
24227
24227
  deprecated: true,
24228
- description: "A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) had a successful login using a [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).",
24228
+ description: "A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) had a successful login using a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews).",
24229
24229
  properties: {
24230
24230
  connect_webview_id: {
24231
24231
  description: "ID of the [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the event.",
@@ -25134,10 +25134,10 @@ var openapi_default = {
25134
25134
  "x-route-path": "/action_attempts"
25135
25135
  },
25136
25136
  {
25137
- description: "A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login succeeded.",
25137
+ description: "A [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) login succeeded.",
25138
25138
  properties: {
25139
25139
  connect_webview_id: {
25140
- description: "ID of the affected [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).",
25140
+ description: "ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews).",
25141
25141
  format: "uuid",
25142
25142
  type: "string"
25143
25143
  },
@@ -25195,10 +25195,10 @@ var openapi_default = {
25195
25195
  "x-route-path": "/connect_webviews"
25196
25196
  },
25197
25197
  {
25198
- description: "A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login failed.",
25198
+ description: "A [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) login failed.",
25199
25199
  properties: {
25200
25200
  connect_webview_id: {
25201
- description: "ID of the affected [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).",
25201
+ description: "ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews).",
25202
25202
  format: "uuid",
25203
25203
  type: "string"
25204
25204
  },
@@ -31842,7 +31842,7 @@ var openapi_default = {
31842
31842
  discriminator: { propertyName: "error_code" },
31843
31843
  oneOf: [
31844
31844
  {
31845
- description: "Indicates that the [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) was not created on the [access system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).",
31845
+ description: "Indicates that the [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups) was not created on the [access system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).",
31846
31846
  properties: {
31847
31847
  created_at: {
31848
31848
  description: "Date and time at which Seam created the error.",
@@ -35133,7 +35133,7 @@ var openapi_default = {
35133
35133
  "x-undocumented": "Only used internally."
35134
35134
  },
35135
35135
  use_backup_access_code_pool: {
35136
- description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).",
35136
+ description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/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/latest/api/access_codes/pull_backup_access_code).",
35137
35137
  type: "boolean"
35138
35138
  },
35139
35139
  use_offline_access_code: {
@@ -37404,7 +37404,7 @@ var openapi_default = {
37404
37404
  type: "string"
37405
37405
  },
37406
37406
  use_backup_access_code_pool: {
37407
- description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).",
37407
+ description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/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/latest/api/access_codes/pull_backup_access_code).",
37408
37408
  type: "boolean"
37409
37409
  },
37410
37410
  use_offline_access_code: {
@@ -37542,7 +37542,7 @@ var openapi_default = {
37542
37542
  type: "string"
37543
37543
  },
37544
37544
  use_backup_access_code_pool: {
37545
- description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).",
37545
+ description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/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/latest/api/access_codes/pull_backup_access_code).",
37546
37546
  type: "boolean"
37547
37547
  },
37548
37548
  use_offline_access_code: {
@@ -37680,7 +37680,7 @@ var openapi_default = {
37680
37680
  type: "string"
37681
37681
  },
37682
37682
  use_backup_access_code_pool: {
37683
- description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).",
37683
+ description: "Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/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/latest/api/access_codes/pull_backup_access_code).",
37684
37684
  type: "boolean"
37685
37685
  },
37686
37686
  use_offline_access_code: {
@@ -43937,7 +43937,7 @@ var openapi_default = {
43937
43937
  },
43938
43938
  "/acs/access_groups/add_user": {
43939
43939
  post: {
43940
- description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
43940
+ description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
43941
43941
  operationId: "acsAccessGroupsAddUserPost",
43942
43942
  requestBody: {
43943
43943
  content: {
@@ -43995,7 +43995,7 @@ var openapi_default = {
43995
43995
  "x-title": "Add an ACS User to an Access Group"
43996
43996
  },
43997
43997
  put: {
43998
- description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
43998
+ description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
43999
43999
  operationId: "acsAccessGroupsAddUserPut",
44000
44000
  requestBody: {
44001
44001
  content: {
@@ -44055,7 +44055,7 @@ var openapi_default = {
44055
44055
  },
44056
44056
  "/acs/access_groups/delete": {
44057
44057
  delete: {
44058
- description: "Deletes a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44058
+ description: "Deletes a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44059
44059
  operationId: "acsAccessGroupsDeleteDelete",
44060
44060
  parameters: [
44061
44061
  {
@@ -44099,7 +44099,7 @@ var openapi_default = {
44099
44099
  "x-title": "Delete an Access Group"
44100
44100
  },
44101
44101
  post: {
44102
- description: "Deletes a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44102
+ description: "Deletes a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44103
44103
  operationId: "acsAccessGroupsDeletePost",
44104
44104
  requestBody: {
44105
44105
  content: {
@@ -44150,7 +44150,7 @@ var openapi_default = {
44150
44150
  },
44151
44151
  "/acs/access_groups/get": {
44152
44152
  get: {
44153
- description: "Returns a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44153
+ description: "Returns a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44154
44154
  operationId: "acsAccessGroupsGetGet",
44155
44155
  parameters: [
44156
44156
  {
@@ -44199,7 +44199,7 @@ var openapi_default = {
44199
44199
  "x-title": "Get an Access Group"
44200
44200
  },
44201
44201
  post: {
44202
- description: "Returns a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44202
+ description: "Returns a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44203
44203
  operationId: "acsAccessGroupsGetPost",
44204
44204
  requestBody: {
44205
44205
  content: {
@@ -44255,7 +44255,7 @@ var openapi_default = {
44255
44255
  },
44256
44256
  "/acs/access_groups/list": {
44257
44257
  get: {
44258
- description: "Returns a list of all [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44258
+ description: "Returns a list of all [access groups](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44259
44259
  operationId: "acsAccessGroupsListGet",
44260
44260
  parameters: [
44261
44261
  {
@@ -44331,7 +44331,7 @@ var openapi_default = {
44331
44331
  "x-title": "List Access Groups"
44332
44332
  },
44333
44333
  post: {
44334
- description: "Returns a list of all [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44334
+ description: "Returns a list of all [access groups](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44335
44335
  operationId: "acsAccessGroupsListPost",
44336
44336
  requestBody: {
44337
44337
  content: {
@@ -44402,7 +44402,7 @@ var openapi_default = {
44402
44402
  },
44403
44403
  "/acs/access_groups/list_accessible_entrances": {
44404
44404
  get: {
44405
- description: "Returns a list of all accessible entrances for a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44405
+ description: "Returns a list of all accessible entrances for a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44406
44406
  operationId: "acsAccessGroupsListAccessibleEntrancesGet",
44407
44407
  parameters: [
44408
44408
  {
@@ -44452,7 +44452,7 @@ var openapi_default = {
44452
44452
  "x-title": "List Entrances Accessible to an Access Group"
44453
44453
  },
44454
44454
  post: {
44455
- description: "Returns a list of all accessible entrances for a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44455
+ description: "Returns a list of all accessible entrances for a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44456
44456
  operationId: "acsAccessGroupsListAccessibleEntrancesPost",
44457
44457
  requestBody: {
44458
44458
  content: {
@@ -44509,7 +44509,7 @@ var openapi_default = {
44509
44509
  },
44510
44510
  "/acs/access_groups/list_users": {
44511
44511
  get: {
44512
- description: "Returns a list of all [access system users](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44512
+ description: "Returns a list of all [access system users](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44513
44513
  operationId: "acsAccessGroupsListUsersGet",
44514
44514
  parameters: [
44515
44515
  {
@@ -44559,7 +44559,7 @@ var openapi_default = {
44559
44559
  "x-title": "List ACS Users in an Access Group"
44560
44560
  },
44561
44561
  post: {
44562
- description: "Returns a list of all [access system users](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44562
+ description: "Returns a list of all [access system users](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44563
44563
  operationId: "acsAccessGroupsListUsersPost",
44564
44564
  requestBody: {
44565
44565
  content: {
@@ -44616,7 +44616,7 @@ var openapi_default = {
44616
44616
  },
44617
44617
  "/acs/access_groups/remove_user": {
44618
44618
  delete: {
44619
- description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44619
+ description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44620
44620
  operationId: "acsAccessGroupsRemoveUserDelete",
44621
44621
  parameters: [
44622
44622
  {
@@ -44679,7 +44679,7 @@ var openapi_default = {
44679
44679
  "x-title": "Remove an ACS User from an Access Group"
44680
44680
  },
44681
44681
  post: {
44682
- description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44682
+ description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44683
44683
  operationId: "acsAccessGroupsRemoveUserPost",
44684
44684
  requestBody: {
44685
44685
  content: {
@@ -44739,7 +44739,7 @@ var openapi_default = {
44739
44739
  },
44740
44740
  "/acs/access_groups/unmanaged/get": {
44741
44741
  get: {
44742
- description: "Returns a specified unmanaged [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44742
+ description: "Returns a specified unmanaged [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44743
44743
  operationId: "acsAccessGroupsUnmanagedGetGet",
44744
44744
  parameters: [
44745
44745
  {
@@ -44789,7 +44789,7 @@ var openapi_default = {
44789
44789
  "x-undocumented": "No unmanaged access groups are currently implemented."
44790
44790
  },
44791
44791
  post: {
44792
- description: "Returns a specified unmanaged [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44792
+ description: "Returns a specified unmanaged [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44793
44793
  operationId: "acsAccessGroupsUnmanagedGetPost",
44794
44794
  requestBody: {
44795
44795
  content: {
@@ -44846,7 +44846,7 @@ var openapi_default = {
44846
44846
  },
44847
44847
  "/acs/access_groups/unmanaged/list": {
44848
44848
  get: {
44849
- description: "Returns a list of all unmanaged [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44849
+ description: "Returns a list of all unmanaged [access groups](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44850
44850
  operationId: "acsAccessGroupsUnmanagedListGet",
44851
44851
  parameters: [
44852
44852
  {
@@ -44916,7 +44916,7 @@ var openapi_default = {
44916
44916
  "x-undocumented": "No unmanaged access groups are currently implemented."
44917
44917
  },
44918
44918
  post: {
44919
- description: "Returns a list of all unmanaged [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
44919
+ description: "Returns a list of all unmanaged [access groups](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
44920
44920
  operationId: "acsAccessGroupsUnmanagedListPost",
44921
44921
  requestBody: {
44922
44922
  content: {
@@ -48309,7 +48309,7 @@ var openapi_default = {
48309
48309
  },
48310
48310
  "/acs/users/add_to_access_group": {
48311
48311
  post: {
48312
- description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
48312
+ description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
48313
48313
  operationId: "acsUsersAddToAccessGroupPost",
48314
48314
  requestBody: {
48315
48315
  content: {
@@ -48362,7 +48362,7 @@ var openapi_default = {
48362
48362
  "x-title": "Add an ACS User to an Access Group"
48363
48363
  },
48364
48364
  put: {
48365
- description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
48365
+ description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
48366
48366
  operationId: "acsUsersAddToAccessGroupPut",
48367
48367
  requestBody: {
48368
48368
  content: {
@@ -49106,7 +49106,7 @@ var openapi_default = {
49106
49106
  },
49107
49107
  "/acs/users/remove_from_access_group": {
49108
49108
  delete: {
49109
- description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
49109
+ description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
49110
49110
  operationId: "acsUsersRemoveFromAccessGroupDelete",
49111
49111
  parameters: [
49112
49112
  {
@@ -49169,7 +49169,7 @@ var openapi_default = {
49169
49169
  "x-title": "Remove an ACS User from an Access Group"
49170
49170
  },
49171
49171
  post: {
49172
- description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
49172
+ description: "Removes a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) from a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups).",
49173
49173
  operationId: "acsUsersRemoveFromAccessGroupPost",
49174
49174
  requestBody: {
49175
49175
  content: {
@@ -59592,7 +59592,7 @@ var openapi_default = {
59592
59592
  },
59593
59593
  "/instant_keys/get": {
59594
59594
  get: {
59595
- description: "Gets an [instant key](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).",
59595
+ description: "Gets an [instant key](https://docs.seam.co/latest/capability-guides/instant-keys).",
59596
59596
  operationId: "instantKeysGetGet",
59597
59597
  parameters: [
59598
59598
  {
@@ -59647,7 +59647,7 @@ var openapi_default = {
59647
59647
  "x-title": "Get an Instant Key"
59648
59648
  },
59649
59649
  post: {
59650
- description: "Gets an [instant key](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).",
59650
+ description: "Gets an [instant key](https://docs.seam.co/latest/capability-guides/instant-keys).",
59651
59651
  operationId: "instantKeysGetPost",
59652
59652
  requestBody: {
59653
59653
  content: {
@@ -59705,7 +59705,7 @@ var openapi_default = {
59705
59705
  },
59706
59706
  "/instant_keys/list": {
59707
59707
  get: {
59708
- description: "Returns a list of all [instant keys](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).",
59708
+ description: "Returns a list of all [instant keys](https://docs.seam.co/latest/capability-guides/instant-keys).",
59709
59709
  operationId: "instantKeysListGet",
59710
59710
  parameters: [
59711
59711
  {
@@ -59754,7 +59754,7 @@ var openapi_default = {
59754
59754
  "x-title": "List Instant Keys"
59755
59755
  },
59756
59756
  post: {
59757
- description: "Returns a list of all [instant keys](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).",
59757
+ description: "Returns a list of all [instant keys](https://docs.seam.co/latest/capability-guides/instant-keys).",
59758
59758
  operationId: "instantKeysListPost",
59759
59759
  requestBody: {
59760
59760
  content: {
@@ -79565,7 +79565,7 @@ var openapi_default = {
79565
79565
  },
79566
79566
  "/user_identities/delete": {
79567
79567
  delete: {
79568
- description: "Deletes a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This deletes the user identity and all associated resources, including any [credentials](https://docs.seam.co/latest/api/access-control-systems/credentials), [acs users](https://docs.seam.co/latest/api/access-control-systems/users) and [client sessions](https://docs.seam.co/latest/api/client_sessions).",
79568
+ description: "Deletes a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This deletes the user identity and all associated resources, including any [credentials](https://docs.seam.co/latest/api/acs/credentials), [acs users](https://docs.seam.co/latest/api/acs/users) and [client sessions](https://docs.seam.co/latest/api/client_sessions).",
79569
79569
  operationId: "userIdentitiesDeleteDelete",
79570
79570
  parameters: [
79571
79571
  {
@@ -79608,7 +79608,7 @@ var openapi_default = {
79608
79608
  "x-title": "Delete a User Identity"
79609
79609
  },
79610
79610
  post: {
79611
- description: "Deletes a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This deletes the user identity and all associated resources, including any [credentials](https://docs.seam.co/latest/api/access-control-systems/credentials), [acs users](https://docs.seam.co/latest/api/access-control-systems/users) and [client sessions](https://docs.seam.co/latest/api/client_sessions).",
79611
+ description: "Deletes a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This deletes the user identity and all associated resources, including any [credentials](https://docs.seam.co/latest/api/acs/credentials), [acs users](https://docs.seam.co/latest/api/acs/users) and [client sessions](https://docs.seam.co/latest/api/client_sessions).",
79612
79612
  operationId: "userIdentitiesDeletePost",
79613
79613
  requestBody: {
79614
79614
  content: {
@@ -80056,7 +80056,7 @@ var openapi_default = {
80056
80056
  },
80057
80057
  "/user_identities/generate_instant_key": {
80058
80058
  post: {
80059
- description: "Generates a new [instant key](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys) for a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).",
80059
+ description: "Generates a new [instant key](https://docs.seam.co/latest/capability-guides/instant-keys) for a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).",
80060
80060
  operationId: "userIdentitiesGenerateInstantKeyPost",
80061
80061
  requestBody: {
80062
80062
  content: {