@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/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: {
|