@seamapi/types 1.595.0 → 1.597.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.
@@ -12085,6 +12085,13 @@ export type Routes = {
12085
12085
  has_photo?: boolean | undefined
12086
12086
  }
12087
12087
  | undefined
12088
+ /** Metadata for a Ultraloq device. */
12089
+ ultraloq_metadata?:
12090
+ | {
12091
+ /** Device ID for a Ultraloq device. */
12092
+ device_id: string
12093
+ }
12094
+ | undefined
12088
12095
  }) &
12089
12096
  ({
12090
12097
  /** */
@@ -16167,6 +16174,13 @@ export type Routes = {
16167
16174
  has_photo?: boolean | undefined
16168
16175
  }
16169
16176
  | undefined
16177
+ /** Metadata for a Ultraloq device. */
16178
+ ultraloq_metadata?:
16179
+ | {
16180
+ /** Device ID for a Ultraloq device. */
16181
+ device_id: string
16182
+ }
16183
+ | undefined
16170
16184
  }) &
16171
16185
  ({
16172
16186
  /** */
@@ -35465,7 +35479,7 @@ export type Routes = {
35465
35479
  user_identity_ids?: string[] | undefined
35466
35480
  /** ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session (or that are already associated with the existing client session). */
35467
35481
  user_identity_id?: string | undefined
35468
- /** Date and time at which the client session should expire (or at which the existing client session expires), in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
35482
+ /** Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it. */
35469
35483
  expires_at?: Date | undefined
35470
35484
  }
35471
35485
  commonParams: {}
@@ -35694,6 +35708,7 @@ export type Routes = {
35694
35708
  | 'kwikset2'
35695
35709
  | 'keynest'
35696
35710
  | 'dormakaba_ambiance'
35711
+ | 'ultraloq'
35697
35712
  | 'yale_access'
35698
35713
  | 'hid_cm'
35699
35714
  | 'google_nest'
@@ -38000,6 +38015,13 @@ export type Routes = {
38000
38015
  has_photo?: boolean | undefined
38001
38016
  }
38002
38017
  | undefined
38018
+ /** Metadata for a Ultraloq device. */
38019
+ ultraloq_metadata?:
38020
+ | {
38021
+ /** Device ID for a Ultraloq device. */
38022
+ device_id: string
38023
+ }
38024
+ | undefined
38003
38025
  }) &
38004
38026
  ({
38005
38027
  /** */
@@ -38937,6 +38959,7 @@ export type Routes = {
38937
38959
  | 'sensi'
38938
38960
  | 'smartthings'
38939
38961
  | 'keynest'
38962
+ | 'ultraloq'
38940
38963
  )
38941
38964
  | undefined
38942
38965
  /** Array of device IDs for which you want to list devices. */
@@ -39738,6 +39761,13 @@ export type Routes = {
39738
39761
  has_photo?: boolean | undefined
39739
39762
  }
39740
39763
  | undefined
39764
+ /** Metadata for a Ultraloq device. */
39765
+ ultraloq_metadata?:
39766
+ | {
39767
+ /** Device ID for a Ultraloq device. */
39768
+ device_id: string
39769
+ }
39770
+ | undefined
39741
39771
  }) &
39742
39772
  ({
39743
39773
  /** */
@@ -40607,6 +40637,7 @@ export type Routes = {
40607
40637
  | 'kwikset2'
40608
40638
  | 'keynest'
40609
40639
  | 'dormakaba_ambiance'
40640
+ | 'ultraloq'
40610
40641
  display_name: string
40611
40642
  image_url: string
40612
40643
  provider_categories: (
@@ -41347,6 +41378,7 @@ export type Routes = {
41347
41378
  | 'sensi'
41348
41379
  | 'smartthings'
41349
41380
  | 'keynest'
41381
+ | 'ultraloq'
41350
41382
  )
41351
41383
  | undefined
41352
41384
  /** Array of device IDs for which you want to list devices. */
@@ -47509,6 +47541,13 @@ export type Routes = {
47509
47541
  has_photo?: boolean | undefined
47510
47542
  }
47511
47543
  | undefined
47544
+ /** Metadata for a Ultraloq device. */
47545
+ ultraloq_metadata?:
47546
+ | {
47547
+ /** Device ID for a Ultraloq device. */
47548
+ device_id: string
47549
+ }
47550
+ | undefined
47512
47551
  }) &
47513
47552
  ({
47514
47553
  /** */
@@ -49023,6 +49062,13 @@ export type Routes = {
49023
49062
  has_photo?: boolean | undefined
49024
49063
  }
49025
49064
  | undefined
49065
+ /** Metadata for a Ultraloq device. */
49066
+ ultraloq_metadata?:
49067
+ | {
49068
+ /** Device ID for a Ultraloq device. */
49069
+ device_id: string
49070
+ }
49071
+ | undefined
49026
49072
  }) &
49027
49073
  ({
49028
49074
  /** */
@@ -49922,6 +49968,7 @@ export type Routes = {
49922
49968
  | 'akiles'
49923
49969
  | 'kwikset2'
49924
49970
  | 'smartthings'
49971
+ | 'ultraloq'
49925
49972
  )
49926
49973
  | undefined
49927
49974
  /** Array of device IDs for which you want to list devices. */
@@ -50723,6 +50770,13 @@ export type Routes = {
50723
50770
  has_photo?: boolean | undefined
50724
50771
  }
50725
50772
  | undefined
50773
+ /** Metadata for a Ultraloq device. */
50774
+ ultraloq_metadata?:
50775
+ | {
50776
+ /** Device ID for a Ultraloq device. */
50777
+ device_id: string
50778
+ }
50779
+ | undefined
50726
50780
  }) &
50727
50781
  ({
50728
50782
  /** */
@@ -52236,6 +52290,13 @@ export type Routes = {
52236
52290
  has_photo?: boolean | undefined
52237
52291
  }
52238
52292
  | undefined
52293
+ /** Metadata for a Ultraloq device. */
52294
+ ultraloq_metadata?:
52295
+ | {
52296
+ /** Device ID for a Ultraloq device. */
52297
+ device_id: string
52298
+ }
52299
+ | undefined
52239
52300
  }) &
52240
52301
  ({
52241
52302
  /** */
@@ -59639,6 +59700,13 @@ export type Routes = {
59639
59700
  has_photo?: boolean | undefined
59640
59701
  }
59641
59702
  | undefined
59703
+ /** Metadata for a Ultraloq device. */
59704
+ ultraloq_metadata?:
59705
+ | {
59706
+ /** Device ID for a Ultraloq device. */
59707
+ device_id: string
59708
+ }
59709
+ | undefined
59642
59710
  }) &
59643
59711
  ({
59644
59712
  /** */
@@ -61152,6 +61220,13 @@ export type Routes = {
61152
61220
  has_photo?: boolean | undefined
61153
61221
  }
61154
61222
  | undefined
61223
+ /** Metadata for a Ultraloq device. */
61224
+ ultraloq_metadata?:
61225
+ | {
61226
+ /** Device ID for a Ultraloq device. */
61227
+ device_id: string
61228
+ }
61229
+ | undefined
61155
61230
  }) &
61156
61231
  ({
61157
61232
  /** */
@@ -71634,6 +71709,13 @@ export type Routes = {
71634
71709
  has_photo?: boolean | undefined
71635
71710
  }
71636
71711
  | undefined
71712
+ /** Metadata for a Ultraloq device. */
71713
+ ultraloq_metadata?:
71714
+ | {
71715
+ /** Device ID for a Ultraloq device. */
71716
+ device_id: string
71717
+ }
71718
+ | undefined
71637
71719
  }) &
71638
71720
  ({
71639
71721
  /** */
@@ -78248,6 +78330,13 @@ export type Routes = {
78248
78330
  has_photo?: boolean | undefined
78249
78331
  }
78250
78332
  | undefined
78333
+ /** Metadata for a Ultraloq device. */
78334
+ ultraloq_metadata?:
78335
+ | {
78336
+ /** Device ID for a Ultraloq device. */
78337
+ device_id: string
78338
+ }
78339
+ | undefined
78251
78340
  }) &
78252
78341
  ({
78253
78342
  /** */
@@ -82794,6 +82883,13 @@ export type Routes = {
82794
82883
  has_photo?: boolean | undefined
82795
82884
  }
82796
82885
  | undefined
82886
+ /** Metadata for a Ultraloq device. */
82887
+ ultraloq_metadata?:
82888
+ | {
82889
+ /** Device ID for a Ultraloq device. */
82890
+ device_id: string
82891
+ }
82892
+ | undefined
82797
82893
  }) &
82798
82894
  ({
82799
82895
  /** */
@@ -84307,6 +84403,13 @@ export type Routes = {
84307
84403
  has_photo?: boolean | undefined
84308
84404
  }
84309
84405
  | undefined
84406
+ /** Metadata for a Ultraloq device. */
84407
+ ultraloq_metadata?:
84408
+ | {
84409
+ /** Device ID for a Ultraloq device. */
84410
+ device_id: string
84411
+ }
84412
+ | undefined
84310
84413
  }) &
84311
84414
  ({
84312
84415
  /** */
@@ -92571,6 +92674,13 @@ export type Routes = {
92571
92674
  has_photo?: boolean | undefined
92572
92675
  }
92573
92676
  | undefined
92677
+ /** Metadata for a Ultraloq device. */
92678
+ ultraloq_metadata?:
92679
+ | {
92680
+ /** Device ID for a Ultraloq device. */
92681
+ device_id: string
92682
+ }
92683
+ | undefined
92574
92684
  }) &
92575
92685
  ({
92576
92686
  /** */
@@ -94086,6 +94196,13 @@ export type Routes = {
94086
94196
  has_photo?: boolean | undefined
94087
94197
  }
94088
94198
  | undefined
94199
+ /** Metadata for a Ultraloq device. */
94200
+ ultraloq_metadata?:
94201
+ | {
94202
+ /** Device ID for a Ultraloq device. */
94203
+ device_id: string
94204
+ }
94205
+ | undefined
94089
94206
  }) &
94090
94207
  ({
94091
94208
  /** */
@@ -96608,6 +96725,13 @@ export type Routes = {
96608
96725
  has_photo?: boolean | undefined
96609
96726
  }
96610
96727
  | undefined
96728
+ /** Metadata for a Ultraloq device. */
96729
+ ultraloq_metadata?:
96730
+ | {
96731
+ /** Device ID for a Ultraloq device. */
96732
+ device_id: string
96733
+ }
96734
+ | undefined
96611
96735
  }) &
96612
96736
  ({
96613
96737
  /** */