@seamapi/types 1.314.0 → 1.316.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 CHANGED
@@ -996,7 +996,8 @@ var PROVIDER_CATEGORY_MAP = {
996
996
  "honeywell_resideo",
997
997
  "visionline",
998
998
  "assa_abloy_credential_service",
999
- "latch"
999
+ "latch",
1000
+ "assa_abloy_vostio"
1000
1001
  ],
1001
1002
  consumer_smartlocks: [
1002
1003
  "august",
@@ -1467,8 +1468,8 @@ var acs_system_external_type = zod.z.enum([
1467
1468
  "visionline_system",
1468
1469
  "assa_abloy_credential_service",
1469
1470
  "latch_building",
1470
- "dormakaba_community",
1471
- "legic_connect",
1471
+ "dormakaba_community_site",
1472
+ "legic_connect_credential_service",
1472
1473
  "assa_abloy_vostio",
1473
1474
  "assa_abloy_vostio_credential_service"
1474
1475
  ]);
@@ -1593,7 +1594,14 @@ var acs_system = zod.z.object({
1593
1594
  "ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`."
1594
1595
  ),
1595
1596
  connected_account_ids: zod.z.array(zod.z.string().uuid()).describe(
1596
- "IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`."
1597
+ `IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the \`acs_system\`.
1598
+ ---
1599
+ deprecated: Use \`connected_account_id\`.
1600
+ ---
1601
+ `
1602
+ ),
1603
+ connected_account_id: zod.z.string().uuid().describe(
1604
+ "ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`."
1597
1605
  ),
1598
1606
  image_url: zod.z.string().describe("URL for the image that represents the `acs_system`."),
1599
1607
  image_alt_text: zod.z.string().describe("Alternative text for the `acs_system` image."),
@@ -3518,8 +3526,13 @@ var openapi_default = {
3518
3526
  description: "Indicates whether the `acs_system` supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).",
3519
3527
  type: "boolean"
3520
3528
  },
3529
+ connected_account_id: {
3530
+ description: "ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.",
3531
+ format: "uuid",
3532
+ type: "string"
3533
+ },
3521
3534
  connected_account_ids: {
3522
- description: "IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.",
3535
+ description: "IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.\n---\ndeprecated: Use `connected_account_id`.\n---",
3523
3536
  items: { format: "uuid", type: "string" },
3524
3537
  type: "array"
3525
3538
  },
@@ -3681,8 +3694,8 @@ var openapi_default = {
3681
3694
  "visionline_system",
3682
3695
  "assa_abloy_credential_service",
3683
3696
  "latch_building",
3684
- "dormakaba_community",
3685
- "legic_connect",
3697
+ "dormakaba_community_site",
3698
+ "legic_connect_credential_service",
3686
3699
  "assa_abloy_vostio",
3687
3700
  "assa_abloy_vostio_credential_service"
3688
3701
  ],
@@ -3728,8 +3741,8 @@ var openapi_default = {
3728
3741
  "visionline_system",
3729
3742
  "assa_abloy_credential_service",
3730
3743
  "latch_building",
3731
- "dormakaba_community",
3732
- "legic_connect",
3744
+ "dormakaba_community_site",
3745
+ "legic_connect_credential_service",
3733
3746
  "assa_abloy_vostio",
3734
3747
  "assa_abloy_vostio_credential_service"
3735
3748
  ],
@@ -3822,6 +3835,7 @@ var openapi_default = {
3822
3835
  "created_at",
3823
3836
  "workspace_id",
3824
3837
  "connected_account_ids",
3838
+ "connected_account_id",
3825
3839
  "image_url",
3826
3840
  "image_alt_text",
3827
3841
  "errors",
@@ -12811,17 +12825,7 @@ var openapi_default = {
12811
12825
  name: "seam-client-session-token",
12812
12826
  type: "apiKey"
12813
12827
  },
12814
- seam_workspace: { in: "header", name: "seam-workspace", type: "apiKey" },
12815
- user_session: {
12816
- bearerFormat: "User Session Token",
12817
- scheme: "bearer",
12818
- type: "http"
12819
- },
12820
- user_session_without_workspace: {
12821
- bearerFormat: "User Session Token",
12822
- scheme: "bearer",
12823
- type: "http"
12824
- }
12828
+ seam_workspace: { in: "header", name: "seam-workspace", type: "apiKey" }
12825
12829
  }
12826
12830
  },
12827
12831
  info: { title: "Seam Connect", version: "1.0.0" },