@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.973.0",
3
+ "version": "1.975.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -109,6 +109,7 @@ export const PROVIDER_CATEGORY_MAP = {
109
109
  'sensi',
110
110
  'assa_abloy_vostio',
111
111
  'avigilon_alta',
112
+ 'kisi',
112
113
  'keynest',
113
114
  'hotek',
114
115
  'ultraloq',
@@ -144,7 +145,7 @@ export const PROVIDER_CATEGORY_MAP = {
144
145
  'thirty_three_lock',
145
146
  ],
146
147
 
147
- beta: ['kisi', 'salto_ks_accept'],
148
+ beta: ['salto_ks_accept'],
148
149
 
149
150
  thermostats: ['ecobee', 'nest', 'sensi', 'honeywell_resideo', 'first_alert'],
150
151
  noise_sensors: ['minut', 'noiseaware'],
@@ -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.',