@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.379.0",
3
+ "version": "1.379.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -43,7 +43,8 @@ export const acs_credential_invalidated = acs_credential_event.extend({
43
43
  ---
44
44
  route_path: /acs/credentials
45
45
  ---
46
- An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated.
46
+ An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated. That is, the credential cannot be used anymore.
47
+
47
48
  `)
48
49
 
49
50
  export const acs_credential_events = [
@@ -10404,7 +10404,7 @@ export default {
10404
10404
  },
10405
10405
  {
10406
10406
  description:
10407
- 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated.',
10407
+ 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated. That is, the credential cannot be used anymore.',
10408
10408
  properties: {
10409
10409
  acs_credential_id: { format: 'uuid', type: 'string' },
10410
10410
  acs_system_id: {