@seamapi/types 1.379.0 → 1.379.1

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
@@ -3389,7 +3389,8 @@ var acs_credential_invalidated = acs_credential_event.extend({
3389
3389
  ---
3390
3390
  route_path: /acs/credentials
3391
3391
  ---
3392
- An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated.
3392
+ An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated. That is, the credential cannot be used anymore.
3393
+
3393
3394
  `);
3394
3395
  var acs_credential_events = [
3395
3396
  acs_credential_deleted_event,
@@ -13703,7 +13704,7 @@ var openapi_default = {
13703
13704
  "x-route-path": "/acs/credentials"
13704
13705
  },
13705
13706
  {
13706
- description: "An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated.",
13707
+ description: "An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated. That is, the credential cannot be used anymore.",
13707
13708
  properties: {
13708
13709
  acs_credential_id: { format: "uuid", type: "string" },
13709
13710
  acs_system_id: {