@seamapi/types 1.974.0 → 1.975.0
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 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +1 -0
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -7037,6 +7037,7 @@ var enrollment_automation_deleted_event = enrollment_automation_event.extend({
|
|
|
7037
7037
|
}).describe(`
|
|
7038
7038
|
---
|
|
7039
7039
|
route_path: /user_identities/enrollment_automations
|
|
7040
|
+
undocumented: Enrollment automations are deprecated and will be removed.
|
|
7040
7041
|
---
|
|
7041
7042
|
An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.
|
|
7042
7043
|
`);
|
|
@@ -31927,7 +31928,8 @@ var openapi = {
|
|
|
31927
31928
|
"event_type"
|
|
31928
31929
|
],
|
|
31929
31930
|
type: "object",
|
|
31930
|
-
"x-route-path": "/user_identities/enrollment_automations"
|
|
31931
|
+
"x-route-path": "/user_identities/enrollment_automations",
|
|
31932
|
+
"x-undocumented": "Enrollment automations are deprecated and will be removed."
|
|
31931
31933
|
},
|
|
31932
31934
|
{
|
|
31933
31935
|
description: "A phone device was deactivated.",
|