@seamapi/types 1.375.0 → 1.375.2
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 +3 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -8
- package/lib/seam/connect/models/acs/acs-system.d.ts +3 -3
- package/lib/seam/connect/models/acs/acs-system.js +1 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +4 -4
package/dist/connect.cjs
CHANGED
|
@@ -2288,7 +2288,7 @@ var acs_system = zod.z.object({
|
|
|
2288
2288
|
acs_system_id: zod.z.string().uuid().describe(
|
|
2289
2289
|
"ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems)."
|
|
2290
2290
|
),
|
|
2291
|
-
|
|
2291
|
+
acs_user_count: zod.z.number().optional(),
|
|
2292
2292
|
acs_access_group_count: zod.z.number().optional(),
|
|
2293
2293
|
external_type: acs_system_external_type.describe(
|
|
2294
2294
|
"Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type."
|
|
@@ -5853,7 +5853,7 @@ var openapi_default = {
|
|
|
5853
5853
|
format: "uuid",
|
|
5854
5854
|
type: "string"
|
|
5855
5855
|
},
|
|
5856
|
-
|
|
5856
|
+
acs_user_count: { format: "float", type: "number" },
|
|
5857
5857
|
can_add_acs_users_to_acs_access_groups: {
|
|
5858
5858
|
description: "Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-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).",
|
|
5859
5859
|
type: "boolean"
|
|
@@ -23096,7 +23096,7 @@ var openapi_default = {
|
|
|
23096
23096
|
},
|
|
23097
23097
|
"/acs/systems/list_compatible_credential_manager_acs_systems": {
|
|
23098
23098
|
post: {
|
|
23099
|
-
description: "Returns a list of all credential manager ACS systems that are compatible with a specified
|
|
23099
|
+
description: "Returns a list of all credential manager ACS systems that are compatible with a specified [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nSpecify the ACS system for which you want to retrieve all compatible credential manager ACS systems by including the corresponding `acs_system_id` in the request body.",
|
|
23100
23100
|
operationId: "acsSystemsListCompatibleCredentialManagerAcsSystemsPost",
|
|
23101
23101
|
requestBody: {
|
|
23102
23102
|
content: {
|