@seamapi/types 1.375.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.375.1",
3
+ "version": "1.375.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -20325,7 +20325,7 @@ export default {
20325
20325
  '/acs/systems/list_compatible_credential_manager_acs_systems': {
20326
20326
  post: {
20327
20327
  description:
20328
- 'Returns a list of all credential manager ACS systems that are compatible with a specified\n[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\nsystems by including the corresponding `acs_system_id` in the request body.',
20328
+ '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.',
20329
20329
  operationId: 'acsSystemsListCompatibleCredentialManagerAcsSystemsPost',
20330
20330
  requestBody: {
20331
20331
  content: {