@seamapi/types 1.334.0 → 1.336.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.334.0",
3
+ "version": "1.336.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -20,6 +20,7 @@ export {
20
20
  climate_preset,
21
21
  climate_setting,
22
22
  common_device_properties,
23
+ common_event,
23
24
  connect_webview_device_selection_mode,
24
25
  connected_account,
25
26
  custom_metadata_input,
@@ -28,6 +29,8 @@ export {
28
29
  device_provider,
29
30
  dormakaba_oracode_time_slot,
30
31
  enrollment_automation,
32
+ seam_event as event,
33
+ seam_event_type as event_type,
31
34
  fan_mode_setting,
32
35
  lock_device_type,
33
36
  access_code as managed_access_code,
@@ -14,6 +14,8 @@ export const acs_credential_external_type = z.enum([
14
14
  'salto_ks_credential',
15
15
  'assa_abloy_vostio_card',
16
16
  'assa_abloy_vostio_mobile_key',
17
+ 'salto_space_card',
18
+ 'salto_space_mobile_key',
17
19
  ])
18
20
 
19
21
  export const acs_credential_access_method_type = z.enum([
@@ -10,6 +10,7 @@ export const acs_user_external_type = z.enum([
10
10
  'salto_site_user',
11
11
  'latch_user',
12
12
  'dormakaba_community_user',
13
+ 'salto_space_user',
13
14
  ])
14
15
 
15
16
  export type AcsUserExternalType = z.infer<typeof acs_user_external_type>
@@ -1116,6 +1116,8 @@ export default {
1116
1116
  'salto_ks_credential',
1117
1117
  'assa_abloy_vostio_card',
1118
1118
  'assa_abloy_vostio_mobile_key',
1119
+ 'salto_space_card',
1120
+ 'salto_space_mobile_key',
1119
1121
  ],
1120
1122
  type: 'string',
1121
1123
  },
@@ -2129,6 +2131,7 @@ export default {
2129
2131
  'salto_site_user',
2130
2132
  'latch_user',
2131
2133
  'dormakaba_community_user',
2134
+ 'salto_space_user',
2132
2135
  ],
2133
2136
  type: 'string',
2134
2137
  },
@@ -2632,6 +2635,8 @@ export default {
2632
2635
  'salto_ks_credential',
2633
2636
  'assa_abloy_vostio_card',
2634
2637
  'assa_abloy_vostio_mobile_key',
2638
+ 'salto_space_card',
2639
+ 'salto_space_mobile_key',
2635
2640
  ],
2636
2641
  type: 'string',
2637
2642
  },
@@ -3012,6 +3017,8 @@ export default {
3012
3017
  'salto_ks_credential',
3013
3018
  'assa_abloy_vostio_card',
3014
3019
  'assa_abloy_vostio_mobile_key',
3020
+ 'salto_space_card',
3021
+ 'salto_space_mobile_key',
3015
3022
  ],
3016
3023
  type: 'string',
3017
3024
  },
@@ -3525,6 +3532,8 @@ export default {
3525
3532
  'salto_ks_credential',
3526
3533
  'assa_abloy_vostio_card',
3527
3534
  'assa_abloy_vostio_mobile_key',
3535
+ 'salto_space_card',
3536
+ 'salto_space_mobile_key',
3528
3537
  ],
3529
3538
  type: 'string',
3530
3539
  },
@@ -3902,6 +3911,8 @@ export default {
3902
3911
  'salto_ks_credential',
3903
3912
  'assa_abloy_vostio_card',
3904
3913
  'assa_abloy_vostio_mobile_key',
3914
+ 'salto_space_card',
3915
+ 'salto_space_mobile_key',
3905
3916
  ],
3906
3917
  type: 'string',
3907
3918
  },
@@ -17161,6 +17172,8 @@ export default {
17161
17172
  'salto_ks_credential',
17162
17173
  'assa_abloy_vostio_card',
17163
17174
  'assa_abloy_vostio_mobile_key',
17175
+ 'salto_space_card',
17176
+ 'salto_space_mobile_key',
17164
17177
  ],
17165
17178
  type: 'string',
17166
17179
  },
@@ -17642,6 +17655,8 @@ export default {
17642
17655
  'salto_ks_credential',
17643
17656
  'assa_abloy_vostio_card',
17644
17657
  'assa_abloy_vostio_mobile_key',
17658
+ 'salto_space_card',
17659
+ 'salto_space_mobile_key',
17645
17660
  ],
17646
17661
  type: 'string',
17647
17662
  },
@@ -19951,6 +19966,7 @@ export default {
19951
19966
  'salto_site_user',
19952
19967
  'latch_user',
19953
19968
  'dormakaba_community_user',
19969
+ 'salto_space_user',
19954
19970
  ],
19955
19971
  type: 'string',
19956
19972
  },
@@ -20369,6 +20385,7 @@ export default {
20369
20385
  'salto_site_user',
20370
20386
  'latch_user',
20371
20387
  'dormakaba_community_user',
20388
+ 'salto_space_user',
20372
20389
  ],
20373
20390
  type: 'string',
20374
20391
  },