@seamapi/types 1.315.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 +22 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +46 -28
- package/lib/seam/connect/models/acs/acs-system.d.ts +10 -7
- package/lib/seam/connect/models/acs/acs-system.js +11 -5
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +5 -10
- package/lib/seam/connect/openapi.js +11 -15
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +32 -12
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +13 -5
- package/src/lib/seam/connect/openapi.ts +12 -15
- package/src/lib/seam/connect/route-types.ts +40 -20
package/dist/connect.cjs
CHANGED
|
@@ -1468,8 +1468,8 @@ var acs_system_external_type = zod.z.enum([
|
|
|
1468
1468
|
"visionline_system",
|
|
1469
1469
|
"assa_abloy_credential_service",
|
|
1470
1470
|
"latch_building",
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1471
|
+
"dormakaba_community_site",
|
|
1472
|
+
"legic_connect_credential_service",
|
|
1473
1473
|
"assa_abloy_vostio",
|
|
1474
1474
|
"assa_abloy_vostio_credential_service"
|
|
1475
1475
|
]);
|
|
@@ -1594,7 +1594,14 @@ var acs_system = zod.z.object({
|
|
|
1594
1594
|
"ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`."
|
|
1595
1595
|
),
|
|
1596
1596
|
connected_account_ids: zod.z.array(zod.z.string().uuid()).describe(
|
|
1597
|
-
|
|
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`."
|
|
1598
1605
|
),
|
|
1599
1606
|
image_url: zod.z.string().describe("URL for the image that represents the `acs_system`."),
|
|
1600
1607
|
image_alt_text: zod.z.string().describe("Alternative text for the `acs_system` image."),
|
|
@@ -3519,8 +3526,13 @@ var openapi_default = {
|
|
|
3519
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).",
|
|
3520
3527
|
type: "boolean"
|
|
3521
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
|
+
},
|
|
3522
3534
|
connected_account_ids: {
|
|
3523
|
-
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---",
|
|
3524
3536
|
items: { format: "uuid", type: "string" },
|
|
3525
3537
|
type: "array"
|
|
3526
3538
|
},
|
|
@@ -3682,8 +3694,8 @@ var openapi_default = {
|
|
|
3682
3694
|
"visionline_system",
|
|
3683
3695
|
"assa_abloy_credential_service",
|
|
3684
3696
|
"latch_building",
|
|
3685
|
-
"
|
|
3686
|
-
"
|
|
3697
|
+
"dormakaba_community_site",
|
|
3698
|
+
"legic_connect_credential_service",
|
|
3687
3699
|
"assa_abloy_vostio",
|
|
3688
3700
|
"assa_abloy_vostio_credential_service"
|
|
3689
3701
|
],
|
|
@@ -3729,8 +3741,8 @@ var openapi_default = {
|
|
|
3729
3741
|
"visionline_system",
|
|
3730
3742
|
"assa_abloy_credential_service",
|
|
3731
3743
|
"latch_building",
|
|
3732
|
-
"
|
|
3733
|
-
"
|
|
3744
|
+
"dormakaba_community_site",
|
|
3745
|
+
"legic_connect_credential_service",
|
|
3734
3746
|
"assa_abloy_vostio",
|
|
3735
3747
|
"assa_abloy_vostio_credential_service"
|
|
3736
3748
|
],
|
|
@@ -3823,6 +3835,7 @@ var openapi_default = {
|
|
|
3823
3835
|
"created_at",
|
|
3824
3836
|
"workspace_id",
|
|
3825
3837
|
"connected_account_ids",
|
|
3838
|
+
"connected_account_id",
|
|
3826
3839
|
"image_url",
|
|
3827
3840
|
"image_alt_text",
|
|
3828
3841
|
"errors",
|
|
@@ -12812,17 +12825,7 @@ var openapi_default = {
|
|
|
12812
12825
|
name: "seam-client-session-token",
|
|
12813
12826
|
type: "apiKey"
|
|
12814
12827
|
},
|
|
12815
|
-
seam_workspace: { in: "header", name: "seam-workspace", type: "apiKey" }
|
|
12816
|
-
user_session: {
|
|
12817
|
-
bearerFormat: "User Session Token",
|
|
12818
|
-
scheme: "bearer",
|
|
12819
|
-
type: "http"
|
|
12820
|
-
},
|
|
12821
|
-
user_session_without_workspace: {
|
|
12822
|
-
bearerFormat: "User Session Token",
|
|
12823
|
-
scheme: "bearer",
|
|
12824
|
-
type: "http"
|
|
12825
|
-
}
|
|
12828
|
+
seam_workspace: { in: "header", name: "seam-workspace", type: "apiKey" }
|
|
12826
12829
|
}
|
|
12827
12830
|
},
|
|
12828
12831
|
info: { title: "Seam Connect", version: "1.0.0" },
|