@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 +3 -2
- package/dist/connect.cjs.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.js +2 -1
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/acs/credentials.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +1 -1
package/package.json
CHANGED
|
@@ -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: {
|