@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/package.json
CHANGED
|
@@ -15,6 +15,7 @@ export const enrollment_automation_deleted_event =
|
|
|
15
15
|
}).describe(`
|
|
16
16
|
---
|
|
17
17
|
route_path: /user_identities/enrollment_automations
|
|
18
|
+
undocumented: Enrollment automations are deprecated and will be removed.
|
|
18
19
|
---
|
|
19
20
|
An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.
|
|
20
21
|
`)
|
|
@@ -27090,6 +27090,8 @@ const openapi: OpenAPISpec = {
|
|
|
27090
27090
|
],
|
|
27091
27091
|
type: 'object',
|
|
27092
27092
|
'x-route-path': '/user_identities/enrollment_automations',
|
|
27093
|
+
'x-undocumented':
|
|
27094
|
+
'Enrollment automations are deprecated and will be removed.',
|
|
27093
27095
|
},
|
|
27094
27096
|
{
|
|
27095
27097
|
description: 'A phone device was deactivated.',
|