@seamapi/types 1.680.0 → 1.681.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 +8 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +64 -0
- package/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +5 -0
- package/src/lib/seam/connect/route-types.ts +34 -0
|
@@ -10534,6 +10534,8 @@ export type Routes = {
|
|
|
10534
10534
|
locked_state: string;
|
|
10535
10535
|
/** Model for a Salto KS device. */
|
|
10536
10536
|
model?: string | undefined;
|
|
10537
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
10538
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
10537
10539
|
} | undefined;
|
|
10538
10540
|
/** Metadata for a Genie device. */
|
|
10539
10541
|
genie_metadata?: {
|
|
@@ -13925,6 +13927,8 @@ export type Routes = {
|
|
|
13925
13927
|
locked_state: string;
|
|
13926
13928
|
/** Model for a Salto KS device. */
|
|
13927
13929
|
model?: string | undefined;
|
|
13930
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
13931
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
13928
13932
|
} | undefined;
|
|
13929
13933
|
/** Metadata for a Genie device. */
|
|
13930
13934
|
genie_metadata?: {
|
|
@@ -27585,6 +27589,8 @@ export type Routes = {
|
|
|
27585
27589
|
locked_state: string;
|
|
27586
27590
|
/** Model for a Salto KS device. */
|
|
27587
27591
|
model?: string | undefined;
|
|
27592
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
27593
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
27588
27594
|
} | undefined;
|
|
27589
27595
|
/** Metadata for a Genie device. */
|
|
27590
27596
|
genie_metadata?: {
|
|
@@ -28869,6 +28875,8 @@ export type Routes = {
|
|
|
28869
28875
|
locked_state: string;
|
|
28870
28876
|
/** Model for a Salto KS device. */
|
|
28871
28877
|
model?: string | undefined;
|
|
28878
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
28879
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
28872
28880
|
} | undefined;
|
|
28873
28881
|
/** Metadata for a Genie device. */
|
|
28874
28882
|
genie_metadata?: {
|
|
@@ -35239,6 +35247,8 @@ export type Routes = {
|
|
|
35239
35247
|
locked_state: string;
|
|
35240
35248
|
/** Model for a Salto KS device. */
|
|
35241
35249
|
model?: string | undefined;
|
|
35250
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
35251
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
35242
35252
|
} | undefined;
|
|
35243
35253
|
/** Metadata for a Genie device. */
|
|
35244
35254
|
genie_metadata?: {
|
|
@@ -36473,6 +36483,8 @@ export type Routes = {
|
|
|
36473
36483
|
locked_state: string;
|
|
36474
36484
|
/** Model for a Salto KS device. */
|
|
36475
36485
|
model?: string | undefined;
|
|
36486
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
36487
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
36476
36488
|
} | undefined;
|
|
36477
36489
|
/** Metadata for a Genie device. */
|
|
36478
36490
|
genie_metadata?: {
|
|
@@ -37757,6 +37769,8 @@ export type Routes = {
|
|
|
37757
37769
|
locked_state: string;
|
|
37758
37770
|
/** Model for a Salto KS device. */
|
|
37759
37771
|
model?: string | undefined;
|
|
37772
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
37773
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
37760
37774
|
} | undefined;
|
|
37761
37775
|
/** Metadata for a Genie device. */
|
|
37762
37776
|
genie_metadata?: {
|
|
@@ -38990,6 +39004,8 @@ export type Routes = {
|
|
|
38990
39004
|
locked_state: string;
|
|
38991
39005
|
/** Model for a Salto KS device. */
|
|
38992
39006
|
model?: string | undefined;
|
|
39007
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
39008
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
38993
39009
|
} | undefined;
|
|
38994
39010
|
/** Metadata for a Genie device. */
|
|
38995
39011
|
genie_metadata?: {
|
|
@@ -45356,6 +45372,8 @@ export type Routes = {
|
|
|
45356
45372
|
locked_state: string;
|
|
45357
45373
|
/** Model for a Salto KS device. */
|
|
45358
45374
|
model?: string | undefined;
|
|
45375
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
45376
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
45359
45377
|
} | undefined;
|
|
45360
45378
|
/** Metadata for a Genie device. */
|
|
45361
45379
|
genie_metadata?: {
|
|
@@ -46589,6 +46607,8 @@ export type Routes = {
|
|
|
46589
46607
|
locked_state: string;
|
|
46590
46608
|
/** Model for a Salto KS device. */
|
|
46591
46609
|
model?: string | undefined;
|
|
46610
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
46611
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
46592
46612
|
} | undefined;
|
|
46593
46613
|
/** Metadata for a Genie device. */
|
|
46594
46614
|
genie_metadata?: {
|
|
@@ -56151,6 +56171,8 @@ export type Routes = {
|
|
|
56151
56171
|
locked_state: string;
|
|
56152
56172
|
/** Model for a Salto KS device. */
|
|
56153
56173
|
model?: string | undefined;
|
|
56174
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
56175
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
56154
56176
|
} | undefined;
|
|
56155
56177
|
/** Metadata for a Genie device. */
|
|
56156
56178
|
genie_metadata?: {
|
|
@@ -61830,6 +61852,8 @@ export type Routes = {
|
|
|
61830
61852
|
locked_state: string;
|
|
61831
61853
|
/** Model for a Salto KS device. */
|
|
61832
61854
|
model?: string | undefined;
|
|
61855
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
61856
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
61833
61857
|
} | undefined;
|
|
61834
61858
|
/** Metadata for a Genie device. */
|
|
61835
61859
|
genie_metadata?: {
|
|
@@ -65668,6 +65692,8 @@ export type Routes = {
|
|
|
65668
65692
|
locked_state: string;
|
|
65669
65693
|
/** Model for a Salto KS device. */
|
|
65670
65694
|
model?: string | undefined;
|
|
65695
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
65696
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
65671
65697
|
} | undefined;
|
|
65672
65698
|
/** Metadata for a Genie device. */
|
|
65673
65699
|
genie_metadata?: {
|
|
@@ -66901,6 +66927,8 @@ export type Routes = {
|
|
|
66901
66927
|
locked_state: string;
|
|
66902
66928
|
/** Model for a Salto KS device. */
|
|
66903
66929
|
model?: string | undefined;
|
|
66930
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
66931
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
66904
66932
|
} | undefined;
|
|
66905
66933
|
/** Metadata for a Genie device. */
|
|
66906
66934
|
genie_metadata?: {
|
|
@@ -74154,6 +74182,8 @@ export type Routes = {
|
|
|
74154
74182
|
locked_state: string;
|
|
74155
74183
|
/** Model for a Salto KS device. */
|
|
74156
74184
|
model?: string | undefined;
|
|
74185
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
74186
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
74157
74187
|
} | undefined;
|
|
74158
74188
|
/** Metadata for a Genie device. */
|
|
74159
74189
|
genie_metadata?: {
|
|
@@ -75389,6 +75419,8 @@ export type Routes = {
|
|
|
75389
75419
|
locked_state: string;
|
|
75390
75420
|
/** Model for a Salto KS device. */
|
|
75391
75421
|
model?: string | undefined;
|
|
75422
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
75423
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
75392
75424
|
} | undefined;
|
|
75393
75425
|
/** Metadata for a Genie device. */
|
|
75394
75426
|
genie_metadata?: {
|
|
@@ -77589,6 +77621,8 @@ export type Routes = {
|
|
|
77589
77621
|
locked_state: string;
|
|
77590
77622
|
/** Model for a Salto KS device. */
|
|
77591
77623
|
model?: string | undefined;
|
|
77624
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
77625
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
77592
77626
|
} | undefined;
|
|
77593
77627
|
/** Metadata for a Genie device. */
|
|
77594
77628
|
genie_metadata?: {
|
package/package.json
CHANGED
|
@@ -188,6 +188,12 @@ export const device_metadata = z
|
|
|
188
188
|
.string()
|
|
189
189
|
.describe(`Locked state for a Salto KS device.`),
|
|
190
190
|
model: z.string().optional().describe(`Model for a Salto KS device.`),
|
|
191
|
+
has_custom_pin_subscription: z
|
|
192
|
+
.boolean()
|
|
193
|
+
.optional()
|
|
194
|
+
.describe(
|
|
195
|
+
`Indicates whether the site has a Salto KS subscription that supports custom PINs.`,
|
|
196
|
+
),
|
|
191
197
|
})
|
|
192
198
|
.describe(`Metadata for a Salto KS device.`),
|
|
193
199
|
|
|
@@ -11455,6 +11455,11 @@ export default {
|
|
|
11455
11455
|
'Customer reference for a Salto KS device.',
|
|
11456
11456
|
type: 'string',
|
|
11457
11457
|
},
|
|
11458
|
+
has_custom_pin_subscription: {
|
|
11459
|
+
description:
|
|
11460
|
+
'Indicates whether the site has a Salto KS subscription that supports custom PINs.',
|
|
11461
|
+
type: 'boolean',
|
|
11462
|
+
},
|
|
11458
11463
|
lock_id: {
|
|
11459
11464
|
description: 'Lock ID for a Salto KS device.',
|
|
11460
11465
|
type: 'string',
|
|
@@ -11913,6 +11913,8 @@ export type Routes = {
|
|
|
11913
11913
|
locked_state: string
|
|
11914
11914
|
/** Model for a Salto KS device. */
|
|
11915
11915
|
model?: string | undefined
|
|
11916
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
11917
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
11916
11918
|
}
|
|
11917
11919
|
| undefined
|
|
11918
11920
|
/** Metadata for a Genie device. */
|
|
@@ -15981,6 +15983,8 @@ export type Routes = {
|
|
|
15981
15983
|
locked_state: string
|
|
15982
15984
|
/** Model for a Salto KS device. */
|
|
15983
15985
|
model?: string | undefined
|
|
15986
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
15987
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
15984
15988
|
}
|
|
15985
15989
|
| undefined
|
|
15986
15990
|
/** Metadata for a Genie device. */
|
|
@@ -31938,6 +31942,8 @@ export type Routes = {
|
|
|
31938
31942
|
locked_state: string
|
|
31939
31943
|
/** Model for a Salto KS device. */
|
|
31940
31944
|
model?: string | undefined
|
|
31945
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
31946
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
31941
31947
|
}
|
|
31942
31948
|
| undefined
|
|
31943
31949
|
/** Metadata for a Genie device. */
|
|
@@ -33712,6 +33718,8 @@ export type Routes = {
|
|
|
33712
33718
|
locked_state: string
|
|
33713
33719
|
/** Model for a Salto KS device. */
|
|
33714
33720
|
model?: string | undefined
|
|
33721
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
33722
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
33715
33723
|
}
|
|
33716
33724
|
| undefined
|
|
33717
33725
|
/** Metadata for a Genie device. */
|
|
@@ -42126,6 +42134,8 @@ export type Routes = {
|
|
|
42126
42134
|
locked_state: string
|
|
42127
42135
|
/** Model for a Salto KS device. */
|
|
42128
42136
|
model?: string | undefined
|
|
42137
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
42138
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
42129
42139
|
}
|
|
42130
42140
|
| undefined
|
|
42131
42141
|
/** Metadata for a Genie device. */
|
|
@@ -43672,6 +43682,8 @@ export type Routes = {
|
|
|
43672
43682
|
locked_state: string
|
|
43673
43683
|
/** Model for a Salto KS device. */
|
|
43674
43684
|
model?: string | undefined
|
|
43685
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
43686
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
43675
43687
|
}
|
|
43676
43688
|
| undefined
|
|
43677
43689
|
/** Metadata for a Genie device. */
|
|
@@ -45408,6 +45420,8 @@ export type Routes = {
|
|
|
45408
45420
|
locked_state: string
|
|
45409
45421
|
/** Model for a Salto KS device. */
|
|
45410
45422
|
model?: string | undefined
|
|
45423
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
45424
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
45411
45425
|
}
|
|
45412
45426
|
| undefined
|
|
45413
45427
|
/** Metadata for a Genie device. */
|
|
@@ -46953,6 +46967,8 @@ export type Routes = {
|
|
|
46953
46967
|
locked_state: string
|
|
46954
46968
|
/** Model for a Salto KS device. */
|
|
46955
46969
|
model?: string | undefined
|
|
46970
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
46971
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
46956
46972
|
}
|
|
46957
46973
|
| undefined
|
|
46958
46974
|
/** Metadata for a Genie device. */
|
|
@@ -54441,6 +54457,8 @@ export type Routes = {
|
|
|
54441
54457
|
locked_state: string
|
|
54442
54458
|
/** Model for a Salto KS device. */
|
|
54443
54459
|
model?: string | undefined
|
|
54460
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
54461
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
54444
54462
|
}
|
|
54445
54463
|
| undefined
|
|
54446
54464
|
/** Metadata for a Genie device. */
|
|
@@ -55986,6 +56004,8 @@ export type Routes = {
|
|
|
55986
56004
|
locked_state: string
|
|
55987
56005
|
/** Model for a Salto KS device. */
|
|
55988
56006
|
model?: string | undefined
|
|
56007
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
56008
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
55989
56009
|
}
|
|
55990
56010
|
| undefined
|
|
55991
56011
|
/** Metadata for a Genie device. */
|
|
@@ -67231,6 +67251,8 @@ export type Routes = {
|
|
|
67231
67251
|
locked_state: string
|
|
67232
67252
|
/** Model for a Salto KS device. */
|
|
67233
67253
|
model?: string | undefined
|
|
67254
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
67255
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
67234
67256
|
}
|
|
67235
67257
|
| undefined
|
|
67236
67258
|
/** Metadata for a Genie device. */
|
|
@@ -73929,6 +73951,8 @@ export type Routes = {
|
|
|
73929
73951
|
locked_state: string
|
|
73930
73952
|
/** Model for a Salto KS device. */
|
|
73931
73953
|
model?: string | undefined
|
|
73954
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
73955
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
73932
73956
|
}
|
|
73933
73957
|
| undefined
|
|
73934
73958
|
/** Metadata for a Genie device. */
|
|
@@ -78534,6 +78558,8 @@ export type Routes = {
|
|
|
78534
78558
|
locked_state: string
|
|
78535
78559
|
/** Model for a Salto KS device. */
|
|
78536
78560
|
model?: string | undefined
|
|
78561
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
78562
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
78537
78563
|
}
|
|
78538
78564
|
| undefined
|
|
78539
78565
|
/** Metadata for a Genie device. */
|
|
@@ -80079,6 +80105,8 @@ export type Routes = {
|
|
|
80079
80105
|
locked_state: string
|
|
80080
80106
|
/** Model for a Salto KS device. */
|
|
80081
80107
|
model?: string | undefined
|
|
80108
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
80109
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
80082
80110
|
}
|
|
80083
80111
|
| undefined
|
|
80084
80112
|
/** Metadata for a Genie device. */
|
|
@@ -88444,6 +88472,8 @@ export type Routes = {
|
|
|
88444
88472
|
locked_state: string
|
|
88445
88473
|
/** Model for a Salto KS device. */
|
|
88446
88474
|
model?: string | undefined
|
|
88475
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
88476
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
88447
88477
|
}
|
|
88448
88478
|
| undefined
|
|
88449
88479
|
/** Metadata for a Genie device. */
|
|
@@ -89991,6 +90021,8 @@ export type Routes = {
|
|
|
89991
90021
|
locked_state: string
|
|
89992
90022
|
/** Model for a Salto KS device. */
|
|
89993
90023
|
model?: string | undefined
|
|
90024
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
90025
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
89994
90026
|
}
|
|
89995
90027
|
| undefined
|
|
89996
90028
|
/** Metadata for a Genie device. */
|
|
@@ -92617,6 +92649,8 @@ export type Routes = {
|
|
|
92617
92649
|
locked_state: string
|
|
92618
92650
|
/** Model for a Salto KS device. */
|
|
92619
92651
|
model?: string | undefined
|
|
92652
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
92653
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
92620
92654
|
}
|
|
92621
92655
|
| undefined
|
|
92622
92656
|
/** Metadata for a Genie device. */
|