@seamapi/types 1.973.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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.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/devices/device-provider.ts +2 -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
|
@@ -2289,6 +2289,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2289
2289
|
"sensi",
|
|
2290
2290
|
"assa_abloy_vostio",
|
|
2291
2291
|
"avigilon_alta",
|
|
2292
|
+
"kisi",
|
|
2292
2293
|
"keynest",
|
|
2293
2294
|
"hotek",
|
|
2294
2295
|
"ultraloq",
|
|
@@ -2322,7 +2323,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2322
2323
|
"sifely",
|
|
2323
2324
|
"thirty_three_lock"
|
|
2324
2325
|
],
|
|
2325
|
-
beta: ["
|
|
2326
|
+
beta: ["salto_ks_accept"],
|
|
2326
2327
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2327
2328
|
noise_sensors: ["minut", "noiseaware"],
|
|
2328
2329
|
access_control_systems: [
|
|
@@ -7036,6 +7037,7 @@ var enrollment_automation_deleted_event = enrollment_automation_event.extend({
|
|
|
7036
7037
|
}).describe(`
|
|
7037
7038
|
---
|
|
7038
7039
|
route_path: /user_identities/enrollment_automations
|
|
7040
|
+
undocumented: Enrollment automations are deprecated and will be removed.
|
|
7039
7041
|
---
|
|
7040
7042
|
An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.
|
|
7041
7043
|
`);
|
|
@@ -31926,7 +31928,8 @@ var openapi = {
|
|
|
31926
31928
|
"event_type"
|
|
31927
31929
|
],
|
|
31928
31930
|
type: "object",
|
|
31929
|
-
"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."
|
|
31930
31933
|
},
|
|
31931
31934
|
{
|
|
31932
31935
|
description: "A phone device was deactivated.",
|