@seamapi/types 1.35.0 → 1.36.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.
Files changed (69) hide show
  1. package/dist/connect.cjs +38 -151
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +85 -240
  4. package/lib/seam/connect/openapi.d.ts +59 -199
  5. package/lib/seam/connect/openapi.js +37 -150
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +26 -41
  8. package/lib/seam/connect/unstable/model-types.d.ts +1 -1
  9. package/lib/seam/connect/unstable/models/access-codes/index.d.ts +2 -0
  10. package/lib/seam/connect/unstable/models/access-codes/index.js +3 -0
  11. package/lib/seam/connect/unstable/models/access-codes/index.js.map +1 -0
  12. package/lib/seam/connect/unstable/models/access-codes/managed-access-code.d.ts +63 -0
  13. package/lib/seam/connect/unstable/models/access-codes/managed-access-code.js +23 -0
  14. package/lib/seam/connect/unstable/models/access-codes/managed-access-code.js.map +1 -0
  15. package/lib/seam/connect/unstable/models/access-codes/unmanaged-access-code.d.ts +42 -0
  16. package/lib/seam/connect/unstable/models/access-codes/unmanaged-access-code.js +21 -0
  17. package/lib/seam/connect/unstable/models/access-codes/unmanaged-access-code.js.map +1 -0
  18. package/lib/seam/connect/unstable/models/acs/system.d.ts +7 -7
  19. package/lib/seam/connect/unstable/models/acs/system.js +5 -1
  20. package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
  21. package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +2 -2
  22. package/lib/seam/connect/unstable/models/capability-properties/index.js +2 -2
  23. package/lib/seam/connect/unstable/models/capability-properties/index.js.map +1 -1
  24. package/lib/seam/connect/unstable/models/devices/capabilities-supported.js.map +1 -0
  25. package/lib/seam/connect/unstable/models/{device-metadata.d.ts → devices/device-metadata.d.ts} +1 -0
  26. package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -0
  27. package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -0
  28. package/lib/seam/connect/unstable/models/devices/index.d.ts +5 -0
  29. package/lib/seam/connect/unstable/models/devices/index.js +6 -0
  30. package/lib/seam/connect/unstable/models/devices/index.js.map +1 -0
  31. package/lib/seam/connect/unstable/models/{managed-device.js → devices/managed-device.js} +1 -1
  32. package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -0
  33. package/lib/seam/connect/unstable/models/devices/unmanaged-device.js.map +1 -0
  34. package/lib/seam/connect/unstable/models/index.d.ts +2 -4
  35. package/lib/seam/connect/unstable/models/index.js +2 -4
  36. package/lib/seam/connect/unstable/models/index.js.map +1 -1
  37. package/lib/seam/connect/unstable/schemas.d.ts +1 -1
  38. package/lib/seam/connect/unstable/schemas.js +1 -1
  39. package/lib/seam/connect/unstable/schemas.js.map +1 -1
  40. package/package.json +1 -1
  41. package/src/lib/seam/connect/openapi.ts +37 -150
  42. package/src/lib/seam/connect/route-types.ts +32 -49
  43. package/src/lib/seam/connect/unstable/model-types.ts +3 -0
  44. package/src/lib/seam/connect/unstable/models/access-codes/index.ts +2 -0
  45. package/src/lib/seam/connect/unstable/models/access-codes/managed-access-code.ts +25 -0
  46. package/src/lib/seam/connect/unstable/models/access-codes/unmanaged-access-code.ts +24 -0
  47. package/src/lib/seam/connect/unstable/models/acs/system.ts +5 -1
  48. package/src/lib/seam/connect/unstable/models/capability-properties/index.ts +2 -0
  49. package/src/lib/seam/connect/unstable/models/{device-metadata.ts → devices/device-metadata.ts} +2 -0
  50. package/src/lib/seam/connect/unstable/models/devices/index.ts +5 -0
  51. package/src/lib/seam/connect/unstable/models/{managed-device.ts → devices/managed-device.ts} +1 -1
  52. package/src/lib/seam/connect/unstable/models/index.ts +2 -4
  53. package/src/lib/seam/connect/unstable/schemas.ts +4 -0
  54. package/lib/seam/connect/unstable/models/capabilities-supported.js.map +0 -1
  55. package/lib/seam/connect/unstable/models/device-metadata.js.map +0 -1
  56. package/lib/seam/connect/unstable/models/device-type.js.map +0 -1
  57. package/lib/seam/connect/unstable/models/managed-device.js.map +0 -1
  58. package/lib/seam/connect/unstable/models/unmanaged-device.js.map +0 -1
  59. /package/lib/seam/connect/unstable/models/{capabilities-supported.d.ts → devices/capabilities-supported.d.ts} +0 -0
  60. /package/lib/seam/connect/unstable/models/{capabilities-supported.js → devices/capabilities-supported.js} +0 -0
  61. /package/lib/seam/connect/unstable/models/{device-metadata.js → devices/device-metadata.js} +0 -0
  62. /package/lib/seam/connect/unstable/models/{device-type.d.ts → devices/device-type.d.ts} +0 -0
  63. /package/lib/seam/connect/unstable/models/{device-type.js → devices/device-type.js} +0 -0
  64. /package/lib/seam/connect/unstable/models/{managed-device.d.ts → devices/managed-device.d.ts} +0 -0
  65. /package/lib/seam/connect/unstable/models/{unmanaged-device.d.ts → devices/unmanaged-device.d.ts} +0 -0
  66. /package/lib/seam/connect/unstable/models/{unmanaged-device.js → devices/unmanaged-device.js} +0 -0
  67. /package/src/lib/seam/connect/unstable/models/{capabilities-supported.ts → devices/capabilities-supported.ts} +0 -0
  68. /package/src/lib/seam/connect/unstable/models/{device-type.ts → devices/device-type.ts} +0 -0
  69. /package/src/lib/seam/connect/unstable/models/{unmanaged-device.ts → devices/unmanaged-device.ts} +0 -0
@@ -8,14 +8,12 @@ export default {
8
8
  common_code_key: { nullable: true, type: 'string' },
9
9
  created_at: { format: 'date-time', type: 'string' },
10
10
  device_id: { format: 'uuid', type: 'string' },
11
- ends_at: { format: 'date-time', type: 'string' },
11
+ ends_at: { format: 'date-time', nullable: true, type: 'string' },
12
12
  errors: { nullable: true },
13
13
  is_backup: { type: 'boolean' },
14
14
  is_backup_access_code_available: { type: 'boolean' },
15
15
  is_external_modification_allowed: { type: 'boolean' },
16
16
  is_managed: { enum: [true], type: 'boolean' },
17
- is_offline_access_code: { type: 'boolean' },
18
- is_one_time_use: { type: 'boolean' },
19
17
  is_scheduled_on_device: { type: 'boolean' },
20
18
  is_waiting_for_code_assignment: { type: 'boolean' },
21
19
  name: { nullable: true, type: 'string' },
@@ -24,7 +22,7 @@ export default {
24
22
  nullable: true,
25
23
  type: 'string',
26
24
  },
27
- starts_at: { format: 'date-time', type: 'string' },
25
+ starts_at: { format: 'date-time', nullable: true, type: 'string' },
28
26
  status: {
29
27
  enum: ['setting', 'set', 'unset', 'removing', 'unknown'],
30
28
  type: 'string',
@@ -44,8 +42,6 @@ export default {
44
42
  'status',
45
43
  'is_backup_access_code_available',
46
44
  'is_external_modification_allowed',
47
- 'is_one_time_use',
48
- 'is_offline_access_code',
49
45
  ],
50
46
  type: 'object',
51
47
  },
@@ -99,12 +95,15 @@ export default {
99
95
  acs_system_id: { format: 'uuid', type: 'string' },
100
96
  connected_account_ids: { items: { type: 'string' }, type: 'array' },
101
97
  created_at: { format: 'date-time', type: 'string' },
102
- external_type: { enum: ['pti_site', 'alta_org'], type: 'string' },
98
+ external_type: {
99
+ enum: ['pti_site', 'alta_org', 'brivo_system'],
100
+ type: 'string',
101
+ },
103
102
  external_type_display_name: { type: 'string' },
104
103
  name: { type: 'string' },
105
104
  system_type: {
106
105
  description: 'deprecated: use external_type',
107
- enum: ['pti_site', 'alta_org'],
106
+ enum: ['pti_site', 'alta_org', 'brivo_system'],
108
107
  type: 'string',
109
108
  },
110
109
  system_type_display_name: {
@@ -1340,6 +1339,33 @@ export default {
1340
1339
  required: ['service', 'status', 'description'],
1341
1340
  type: 'object',
1342
1341
  },
1342
+ unmanaged_access_code: {
1343
+ properties: {
1344
+ access_code_id: { format: 'uuid', type: 'string' },
1345
+ code: { nullable: true, type: 'string' },
1346
+ created_at: { format: 'date-time', type: 'string' },
1347
+ device_id: { format: 'uuid', type: 'string' },
1348
+ ends_at: { format: 'date-time', nullable: true, type: 'string' },
1349
+ errors: { nullable: true },
1350
+ is_managed: { enum: [false], type: 'boolean' },
1351
+ name: { nullable: true, type: 'string' },
1352
+ starts_at: { format: 'date-time', nullable: true, type: 'string' },
1353
+ status: { enum: ['set'], type: 'string' },
1354
+ type: { enum: ['time_bound', 'ongoing'], type: 'string' },
1355
+ warnings: { nullable: true },
1356
+ },
1357
+ required: [
1358
+ 'type',
1359
+ 'access_code_id',
1360
+ 'device_id',
1361
+ 'name',
1362
+ 'code',
1363
+ 'created_at',
1364
+ 'is_managed',
1365
+ 'status',
1366
+ ],
1367
+ type: 'object',
1368
+ },
1343
1369
  unmanaged_device: {
1344
1370
  properties: {
1345
1371
  capabilities_supported: {
@@ -2000,72 +2026,7 @@ export default {
2000
2026
  schema: {
2001
2027
  properties: {
2002
2028
  access_code: {
2003
- oneOf: [
2004
- {
2005
- properties: {
2006
- access_code_id: { format: 'uuid', type: 'string' },
2007
- code: { nullable: true, type: 'string' },
2008
- created_at: {
2009
- oneOf: [
2010
- { type: 'string' },
2011
- { format: 'date-time', type: 'string' },
2012
- ],
2013
- },
2014
- ends_at: {
2015
- format: 'null',
2016
- nullable: true,
2017
- type: 'string',
2018
- },
2019
- is_managed: { enum: [false], type: 'boolean' },
2020
- starts_at: {
2021
- format: 'null',
2022
- nullable: true,
2023
- type: 'string',
2024
- },
2025
- status: { enum: ['set'], type: 'string' },
2026
- type: { enum: ['ongoing'], type: 'string' },
2027
- },
2028
- required: [
2029
- 'access_code_id',
2030
- 'code',
2031
- 'status',
2032
- 'created_at',
2033
- 'is_managed',
2034
- 'type',
2035
- 'starts_at',
2036
- 'ends_at',
2037
- ],
2038
- type: 'object',
2039
- },
2040
- {
2041
- properties: {
2042
- access_code_id: { format: 'uuid', type: 'string' },
2043
- code: { nullable: true, type: 'string' },
2044
- created_at: {
2045
- oneOf: [
2046
- { type: 'string' },
2047
- { format: 'date-time', type: 'string' },
2048
- ],
2049
- },
2050
- ends_at: { nullable: true, type: 'string' },
2051
- is_managed: { enum: [false], type: 'boolean' },
2052
- starts_at: { nullable: true, type: 'string' },
2053
- status: { enum: ['set'], type: 'string' },
2054
- type: { enum: ['time_bound'], type: 'string' },
2055
- },
2056
- required: [
2057
- 'access_code_id',
2058
- 'code',
2059
- 'status',
2060
- 'created_at',
2061
- 'is_managed',
2062
- 'type',
2063
- 'starts_at',
2064
- 'ends_at',
2065
- ],
2066
- type: 'object',
2067
- },
2068
- ],
2029
+ $ref: '#/components/schemas/unmanaged_access_code',
2069
2030
  },
2070
2031
  ok: { type: 'boolean' },
2071
2032
  },
@@ -2256,44 +2217,7 @@ export default {
2256
2217
  schema: {
2257
2218
  properties: {
2258
2219
  access_code: {
2259
- properties: {
2260
- access_code_id: { format: 'uuid', type: 'string' },
2261
- code: { nullable: true, type: 'string' },
2262
- created_at: { format: 'date-time', type: 'string' },
2263
- device_id: { format: 'uuid', type: 'string' },
2264
- ends_at: {
2265
- format: 'date-time',
2266
- nullable: true,
2267
- type: 'string',
2268
- },
2269
- errors: { nullable: true },
2270
- is_managed: { enum: [false], type: 'boolean' },
2271
- name: { nullable: true, type: 'string' },
2272
- starts_at: {
2273
- format: 'date-time',
2274
- nullable: true,
2275
- type: 'string',
2276
- },
2277
- status: { enum: ['set'], type: 'string' },
2278
- type: {
2279
- enum: ['time_bound', 'ongoing'],
2280
- type: 'string',
2281
- },
2282
- warnings: { nullable: true },
2283
- },
2284
- required: [
2285
- 'type',
2286
- 'access_code_id',
2287
- 'device_id',
2288
- 'name',
2289
- 'code',
2290
- 'created_at',
2291
- 'is_managed',
2292
- 'starts_at',
2293
- 'ends_at',
2294
- 'status',
2295
- ],
2296
- type: 'object',
2220
+ $ref: '#/components/schemas/unmanaged_access_code',
2297
2221
  },
2298
2222
  ok: { type: 'boolean' },
2299
2223
  },
@@ -2344,44 +2268,7 @@ export default {
2344
2268
  properties: {
2345
2269
  access_codes: {
2346
2270
  items: {
2347
- properties: {
2348
- access_code_id: { format: 'uuid', type: 'string' },
2349
- code: { nullable: true, type: 'string' },
2350
- created_at: { format: 'date-time', type: 'string' },
2351
- device_id: { format: 'uuid', type: 'string' },
2352
- ends_at: {
2353
- format: 'date-time',
2354
- nullable: true,
2355
- type: 'string',
2356
- },
2357
- errors: { nullable: true },
2358
- is_managed: { enum: [false], type: 'boolean' },
2359
- name: { nullable: true, type: 'string' },
2360
- starts_at: {
2361
- format: 'date-time',
2362
- nullable: true,
2363
- type: 'string',
2364
- },
2365
- status: { enum: ['set'], type: 'string' },
2366
- type: {
2367
- enum: ['time_bound', 'ongoing'],
2368
- type: 'string',
2369
- },
2370
- warnings: { nullable: true },
2371
- },
2372
- required: [
2373
- 'type',
2374
- 'access_code_id',
2375
- 'device_id',
2376
- 'name',
2377
- 'code',
2378
- 'created_at',
2379
- 'is_managed',
2380
- 'starts_at',
2381
- 'ends_at',
2382
- 'status',
2383
- ],
2384
- type: 'object',
2271
+ $ref: '#/components/schemas/unmanaged_access_code',
2385
2272
  },
2386
2273
  type: 'array',
2387
2274
  },
@@ -58,15 +58,13 @@ export interface Routes {
58
58
  errors?: any
59
59
  warnings?: any
60
60
  is_managed: true
61
- starts_at?: string | undefined
62
- ends_at?: string | undefined
61
+ starts_at?: (string | null) | undefined
62
+ ends_at?: (string | null) | undefined
63
63
  status: 'setting' | 'set' | 'unset' | 'removing' | 'unknown'
64
64
  is_backup_access_code_available: boolean
65
65
  is_backup?: boolean | undefined
66
66
  pulled_backup_access_code_id?: (string | null) | undefined
67
67
  is_external_modification_allowed: boolean
68
- is_one_time_use: boolean
69
- is_offline_access_code: boolean
70
68
  }
71
69
  }
72
70
  }
@@ -103,15 +101,13 @@ export interface Routes {
103
101
  errors?: any
104
102
  warnings?: any
105
103
  is_managed: true
106
- starts_at?: string | undefined
107
- ends_at?: string | undefined
104
+ starts_at?: (string | null) | undefined
105
+ ends_at?: (string | null) | undefined
108
106
  status: 'setting' | 'set' | 'unset' | 'removing' | 'unknown'
109
107
  is_backup_access_code_available: boolean
110
108
  is_backup?: boolean | undefined
111
109
  pulled_backup_access_code_id?: (string | null) | undefined
112
110
  is_external_modification_allowed: boolean
113
- is_one_time_use: boolean
114
- is_offline_access_code: boolean
115
111
  }>
116
112
  }
117
113
  }
@@ -195,15 +191,13 @@ export interface Routes {
195
191
  errors?: any
196
192
  warnings?: any
197
193
  is_managed: true
198
- starts_at?: string | undefined
199
- ends_at?: string | undefined
194
+ starts_at?: (string | null) | undefined
195
+ ends_at?: (string | null) | undefined
200
196
  status: 'setting' | 'set' | 'unset' | 'removing' | 'unknown'
201
197
  is_backup_access_code_available: boolean
202
198
  is_backup?: boolean | undefined
203
199
  pulled_backup_access_code_id?: (string | null) | undefined
204
200
  is_external_modification_allowed: boolean
205
- is_one_time_use: boolean
206
- is_offline_access_code: boolean
207
201
  }
208
202
  }
209
203
  }
@@ -232,15 +226,13 @@ export interface Routes {
232
226
  errors?: any
233
227
  warnings?: any
234
228
  is_managed: true
235
- starts_at?: string | undefined
236
- ends_at?: string | undefined
229
+ starts_at?: (string | null) | undefined
230
+ ends_at?: (string | null) | undefined
237
231
  status: 'setting' | 'set' | 'unset' | 'removing' | 'unknown'
238
232
  is_backup_access_code_available: boolean
239
233
  is_backup?: boolean | undefined
240
234
  pulled_backup_access_code_id?: (string | null) | undefined
241
235
  is_external_modification_allowed: boolean
242
- is_one_time_use: boolean
243
- is_offline_access_code: boolean
244
236
  }>
245
237
  }
246
238
  }
@@ -267,15 +259,13 @@ export interface Routes {
267
259
  errors?: any
268
260
  warnings?: any
269
261
  is_managed: true
270
- starts_at?: string | undefined
271
- ends_at?: string | undefined
262
+ starts_at?: (string | null) | undefined
263
+ ends_at?: (string | null) | undefined
272
264
  status: 'setting' | 'set' | 'unset' | 'removing' | 'unknown'
273
265
  is_backup_access_code_available: boolean
274
266
  is_backup?: boolean | undefined
275
267
  pulled_backup_access_code_id?: (string | null) | undefined
276
268
  is_external_modification_allowed: boolean
277
- is_one_time_use: boolean
278
- is_offline_access_code: boolean
279
269
  }
280
270
  }
281
271
  }
@@ -291,27 +281,20 @@ export interface Routes {
291
281
  commonParams: {}
292
282
  formData: {}
293
283
  jsonResponse: {
294
- access_code:
295
- | {
296
- access_code_id: string
297
- code: string | null
298
- status: 'set'
299
- created_at: string | Date
300
- is_managed: false
301
- type: 'ongoing'
302
- starts_at: null
303
- ends_at: null
304
- }
305
- | {
306
- access_code_id: string
307
- code: string | null
308
- status: 'set'
309
- created_at: string | Date
310
- is_managed: false
311
- type: 'time_bound'
312
- starts_at: string | null
313
- ends_at: string | null
314
- }
284
+ access_code: {
285
+ type: 'time_bound' | 'ongoing'
286
+ access_code_id: string
287
+ device_id: string
288
+ name: string | null
289
+ code: string | null
290
+ created_at: string
291
+ errors?: any
292
+ warnings?: any
293
+ is_managed: false
294
+ starts_at?: (string | null) | undefined
295
+ ends_at?: (string | null) | undefined
296
+ status: 'set'
297
+ }
315
298
  }
316
299
  }
317
300
  '/access_codes/unmanaged/convert_to_managed': {
@@ -389,8 +372,8 @@ export interface Routes {
389
372
  errors?: any
390
373
  warnings?: any
391
374
  is_managed: false
392
- starts_at: string | null
393
- ends_at: string | null
375
+ starts_at?: (string | null) | undefined
376
+ ends_at?: (string | null) | undefined
394
377
  status: 'set'
395
378
  }
396
379
  }
@@ -416,8 +399,8 @@ export interface Routes {
416
399
  errors?: any
417
400
  warnings?: any
418
401
  is_managed: false
419
- starts_at: string | null
420
- ends_at: string | null
402
+ starts_at?: (string | null) | undefined
403
+ ends_at?: (string | null) | undefined
421
404
  status: 'set'
422
405
  }>
423
406
  }
@@ -750,10 +733,10 @@ export interface Routes {
750
733
  jsonResponse: {
751
734
  acs_system: {
752
735
  acs_system_id: string
753
- external_type: 'pti_site' | 'alta_org'
736
+ external_type: 'pti_site' | 'alta_org' | 'brivo_system'
754
737
  external_type_display_name: string
755
738
  /** deprecated: use external_type */
756
- system_type: 'pti_site' | 'alta_org'
739
+ system_type: 'pti_site' | 'alta_org' | 'brivo_system'
757
740
  /** deprecated: use external_type_display_name */
758
741
  system_type_display_name: string
759
742
  name: string
@@ -774,10 +757,10 @@ export interface Routes {
774
757
  jsonResponse: {
775
758
  acs_systems: Array<{
776
759
  acs_system_id: string
777
- external_type: 'pti_site' | 'alta_org'
760
+ external_type: 'pti_site' | 'alta_org' | 'brivo_system'
778
761
  external_type_display_name: string
779
762
  /** deprecated: use external_type */
780
- system_type: 'pti_site' | 'alta_org'
763
+ system_type: 'pti_site' | 'alta_org' | 'brivo_system'
781
764
  /** deprecated: use external_type_display_name */
782
765
  system_type_display_name: string
783
766
  name: string
@@ -12,10 +12,13 @@ export type {
12
12
  BatteryStatus,
13
13
  Capabilities,
14
14
  ClimateSetting,
15
+ DeviceMetadata,
15
16
  LockDeviceType,
17
+ ManagedAccessCode,
16
18
  ManagedDevice,
17
19
  ManagedDeviceWithBackendMetadata,
18
20
  NoiseSensorDeviceType,
19
21
  ThermostatDeviceType,
22
+ UnmanagedAccessCode,
20
23
  UnmanagedDevice,
21
24
  } from './models/index.js'
@@ -0,0 +1,2 @@
1
+ export * from './managed-access-code.js'
2
+ export * from './unmanaged-access-code.js'
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod'
2
+
3
+ export const managed_access_code = z.object({
4
+ common_code_key: z.string().nullable(),
5
+ is_scheduled_on_device: z.boolean().optional(),
6
+ type: z.enum(['time_bound', 'ongoing']),
7
+ is_waiting_for_code_assignment: z.boolean().optional(),
8
+ access_code_id: z.string().uuid(),
9
+ device_id: z.string().uuid(),
10
+ name: z.string().nullable(),
11
+ code: z.string().nullable(),
12
+ created_at: z.string().datetime(),
13
+ errors: z.any(),
14
+ warnings: z.any(),
15
+ is_managed: z.literal(true),
16
+ starts_at: z.string().datetime().nullable().optional(),
17
+ ends_at: z.string().datetime().nullable().optional(),
18
+ status: z.enum(['setting', 'set', 'unset', 'removing', 'unknown']),
19
+ is_backup_access_code_available: z.boolean(),
20
+ is_backup: z.boolean().optional(),
21
+ pulled_backup_access_code_id: z.string().uuid().nullable().optional(),
22
+ is_external_modification_allowed: z.boolean(),
23
+ })
24
+
25
+ export type ManagedAccessCode = z.infer<typeof managed_access_code>
@@ -0,0 +1,24 @@
1
+ import { z } from 'zod'
2
+
3
+ import { managed_access_code } from './managed-access-code.js'
4
+
5
+ export const unmanaged_access_code = managed_access_code
6
+ .pick({
7
+ type: true,
8
+ access_code_id: true,
9
+ device_id: true,
10
+ name: true,
11
+ code: true,
12
+ created_at: true,
13
+ errors: true,
14
+ warnings: true,
15
+ is_managed: true,
16
+ starts_at: true,
17
+ ends_at: true,
18
+ })
19
+ .extend({
20
+ is_managed: z.literal(false),
21
+ status: z.enum(['set']),
22
+ })
23
+
24
+ export type UnmanagedAccessCode = z.infer<typeof unmanaged_access_code>
@@ -1,7 +1,11 @@
1
1
  import { z } from 'zod'
2
2
 
3
3
  // If changed, update seam.acs_system.system_type check constraint
4
- export const acs_system_external_type = z.enum(['pti_site', 'alta_org'])
4
+ export const acs_system_external_type = z.enum([
5
+ 'pti_site',
6
+ 'alta_org',
7
+ 'brivo_system',
8
+ ])
5
9
 
6
10
  export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>
7
11
 
@@ -8,6 +8,7 @@ import { lock_capability_properties } from './lock.js'
8
8
  import {
9
9
  climate_setting,
10
10
  climate_setting_schedule,
11
+ fan_mode_setting,
11
12
  hvac_mode_setting,
12
13
  thermostat_capability_properties,
13
14
  } from './thermostat.js'
@@ -17,6 +18,7 @@ export {
17
18
  access_code_code_constraint,
18
19
  climate_setting,
19
20
  climate_setting_schedule,
21
+ fan_mode_setting,
20
22
  hvac_mode_setting,
21
23
  lock_capability_properties,
22
24
  thermostat_capability_properties,
@@ -181,3 +181,5 @@ export const device_metadata = z
181
181
  }),
182
182
  })
183
183
  .partial()
184
+
185
+ export type DeviceMetadata = z.infer<typeof device_metadata>
@@ -0,0 +1,5 @@
1
+ export * from './capabilities-supported.js'
2
+ export * from './device-metadata.js'
3
+ export * from './device-type.js'
4
+ export * from './managed-device.js'
5
+ export * from './unmanaged-device.js'
@@ -1,8 +1,8 @@
1
1
  import type { SetRequired, Simplify } from 'type-fest'
2
2
  import { z } from 'zod'
3
3
 
4
+ import { capability_properties } from '../capability-properties/index.js'
4
5
  import { capabilities } from './capabilities-supported.js'
5
- import { capability_properties } from './capability-properties/index.js'
6
6
  import { device_metadata } from './device-metadata.js'
7
7
  import { any_device_type } from './device-type.js'
8
8
 
@@ -1,7 +1,5 @@
1
+ export * from './access-codes/index.js'
1
2
  export * from './acs/index.js'
2
- export * from './capabilities-supported.js'
3
3
  export * from './capability-properties/index.js'
4
- export * from './device-type.js'
5
- export * from './managed-device.js'
6
- export * from './unmanaged-device.js'
4
+ export * from './devices/index.js'
7
5
  export * from './user-identity.js'
@@ -14,10 +14,14 @@ export {
14
14
  climate_setting,
15
15
  climate_setting_schedule,
16
16
  common_device_properties,
17
+ fan_mode_setting,
17
18
  lock_device_type,
19
+ managed_access_code,
18
20
  managed_device,
19
21
  noise_sensor_device_type,
22
+ thermostat_capability_properties,
20
23
  thermostat_device_type,
24
+ unmanaged_access_code,
21
25
  unmanaged_device,
22
26
  user_identity,
23
27
  } from './models/index.js'
@@ -1 +0,0 @@
1
- {"version":3,"file":"capabilities-supported.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/unstable/models/capabilities-supported.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,IAAI,CAAC;IACjC,aAAa;IACb,MAAM;IACN,iBAAiB;IACjB,YAAY;IACZ,SAAS;CACV,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"device-metadata.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/unstable/models/device-metadata.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"device-type.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/unstable/models/device-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,YAAY;AACZ,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,kBAAkB,EAAE,oBAAoB;IACxC,iBAAiB,EAAE,mBAAmB;IACtC,mBAAmB,EAAE,qBAAqB;IAC1C,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,YAAY,EAAE,cAAc;IAC5B,UAAU,EAAE,YAAY;IACxB,gBAAgB,EAAE,kBAAkB;IACpC,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,gBAAgB;IAChC,mBAAmB,EAAE,qBAAqB;IAC1C,WAAW,EAAE,aAAa;IAC1B,cAAc,EAAE,gBAAgB;IAChC,YAAY,EAAE,cAAc;IAC5B,gBAAgB,EAAE,kBAAkB;IACpC,sBAAsB,EAAE,wBAAwB;CACxC,CAAA;AAKV,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAChD,gBAAgB,CACc,CAAA;AAEhC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CACpC,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAgC,CAC/D,CAAA;AAID,oBAAoB;AACpB,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,wBAAwB,EAAE,0BAA0B;IACpD,YAAY,EAAE,cAAc;CACpB,CAAA;AAKV,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CAAC,MAAM,CACxD,wBAAwB,CACa,CAAA;AAEvC,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAC5C,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAuC,CAC9E,CAAA;AAID,kBAAkB;AAClB,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,eAAe,EAAE,iBAAiB;CAC1B,CAAA;AAKV,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,MAAM,CACtD,sBAAsB,CACc,CAAA;AAEtC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAC1C,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAsC,CAC3E,CAAA;AAID,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC;IACrC,gBAAgB;IAChB,wBAAwB;IACxB,sBAAsB;CACvB,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"managed-device.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/unstable/models/managed-device.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"unmanaged-device.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/unstable/models/unmanaged-device.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,cAAc;KAC3C,IAAI,CAAC;IACJ,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,IAAI;IAC1B,sBAAsB,EAAE,IAAI;IAC5B,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,IAAI;IACd,UAAU,EAAE,IAAI;CACjB,CAAC;KACD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IAC5B,0EAA0E;IAC1E,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC;QACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;QAChB,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;QACnB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACnC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAChC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACrC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC;YACd,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;YACxB,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE;SACtC,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}