@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
|
@@ -11,6 +11,7 @@ export const enrollment_automation_deleted_event = enrollment_automation_event.e
|
|
|
11
11
|
}).describe(`
|
|
12
12
|
---
|
|
13
13
|
route_path: /user_identities/enrollment_automations
|
|
14
|
+
undocumented: Enrollment automations are deprecated and will be removed.
|
|
14
15
|
---
|
|
15
16
|
An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.
|
|
16
17
|
`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enrollment-automations.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/events/enrollment-automations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAE1C,MAAM,2BAA2B,GAAG,YAAY,CAAC,MAAM,CAAC;IACtD,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,2CAA2C,CAAC;CACzD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAC9C,2BAA2B,CAAC,MAAM,CAAC;IACjC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAAC;CACvD,CAAC,CAAC,QAAQ,CAAC
|
|
1
|
+
{"version":3,"file":"enrollment-automations.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/events/enrollment-automations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAE1C,MAAM,2BAA2B,GAAG,YAAY,CAAC,MAAM,CAAC;IACtD,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,2CAA2C,CAAC;CACzD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAC9C,2BAA2B,CAAC,MAAM,CAAC;IACjC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAAC;CACvD,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMX,CAAC,CAAA;AAMJ,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,mCAAmC;CAC3B,CAAA"}
|
|
@@ -24289,6 +24289,7 @@ const openapi = {
|
|
|
24289
24289
|
],
|
|
24290
24290
|
type: 'object',
|
|
24291
24291
|
'x-route-path': '/user_identities/enrollment_automations',
|
|
24292
|
+
'x-undocumented': 'Enrollment automations are deprecated and will be removed.',
|
|
24292
24293
|
},
|
|
24293
24294
|
{
|
|
24294
24295
|
description: 'A phone device was deactivated.',
|