@seamapi/types 1.151.0 → 1.152.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +24 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -0
- package/lib/seam/connect/models/devices/device-metadata.js +2 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/managed-device.d.ts +18 -0
- package/lib/seam/connect/openapi.d.ts +6 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +18 -0
|
@@ -2286,6 +2286,8 @@ export interface Routes {
|
|
|
2286
2286
|
product_type: string;
|
|
2287
2287
|
product_model: string;
|
|
2288
2288
|
device_info_model: string;
|
|
2289
|
+
keypad_uuid?: string | undefined;
|
|
2290
|
+
locker_status_hardlock?: number | undefined;
|
|
2289
2291
|
} | undefined;
|
|
2290
2292
|
tedee_metadata?: {
|
|
2291
2293
|
device_id: number;
|
|
@@ -2818,6 +2820,8 @@ export interface Routes {
|
|
|
2818
2820
|
product_type: string;
|
|
2819
2821
|
product_model: string;
|
|
2820
2822
|
device_info_model: string;
|
|
2823
|
+
keypad_uuid?: string | undefined;
|
|
2824
|
+
locker_status_hardlock?: number | undefined;
|
|
2821
2825
|
} | undefined;
|
|
2822
2826
|
tedee_metadata?: {
|
|
2823
2827
|
device_id: number;
|
|
@@ -3724,6 +3728,8 @@ export interface Routes {
|
|
|
3724
3728
|
product_type: string;
|
|
3725
3729
|
product_model: string;
|
|
3726
3730
|
device_info_model: string;
|
|
3731
|
+
keypad_uuid?: string | undefined;
|
|
3732
|
+
locker_status_hardlock?: number | undefined;
|
|
3727
3733
|
} | undefined;
|
|
3728
3734
|
tedee_metadata?: {
|
|
3729
3735
|
device_id: number;
|
|
@@ -4231,6 +4237,8 @@ export interface Routes {
|
|
|
4231
4237
|
product_type: string;
|
|
4232
4238
|
product_model: string;
|
|
4233
4239
|
device_info_model: string;
|
|
4240
|
+
keypad_uuid?: string | undefined;
|
|
4241
|
+
locker_status_hardlock?: number | undefined;
|
|
4234
4242
|
} | undefined;
|
|
4235
4243
|
tedee_metadata?: {
|
|
4236
4244
|
device_id: number;
|
|
@@ -4763,6 +4771,8 @@ export interface Routes {
|
|
|
4763
4771
|
product_type: string;
|
|
4764
4772
|
product_model: string;
|
|
4765
4773
|
device_info_model: string;
|
|
4774
|
+
keypad_uuid?: string | undefined;
|
|
4775
|
+
locker_status_hardlock?: number | undefined;
|
|
4766
4776
|
} | undefined;
|
|
4767
4777
|
tedee_metadata?: {
|
|
4768
4778
|
device_id: number;
|
|
@@ -5270,6 +5280,8 @@ export interface Routes {
|
|
|
5270
5280
|
product_type: string;
|
|
5271
5281
|
product_model: string;
|
|
5272
5282
|
device_info_model: string;
|
|
5283
|
+
keypad_uuid?: string | undefined;
|
|
5284
|
+
locker_status_hardlock?: number | undefined;
|
|
5273
5285
|
} | undefined;
|
|
5274
5286
|
tedee_metadata?: {
|
|
5275
5287
|
device_id: number;
|
|
@@ -6418,6 +6430,8 @@ export interface Routes {
|
|
|
6418
6430
|
product_type: string;
|
|
6419
6431
|
product_model: string;
|
|
6420
6432
|
device_info_model: string;
|
|
6433
|
+
keypad_uuid?: string | undefined;
|
|
6434
|
+
locker_status_hardlock?: number | undefined;
|
|
6421
6435
|
} | undefined;
|
|
6422
6436
|
tedee_metadata?: {
|
|
6423
6437
|
device_id: number;
|
|
@@ -7026,6 +7040,8 @@ export interface Routes {
|
|
|
7026
7040
|
product_type: string;
|
|
7027
7041
|
product_model: string;
|
|
7028
7042
|
device_info_model: string;
|
|
7043
|
+
keypad_uuid?: string | undefined;
|
|
7044
|
+
locker_status_hardlock?: number | undefined;
|
|
7029
7045
|
} | undefined;
|
|
7030
7046
|
tedee_metadata?: {
|
|
7031
7047
|
device_id: number;
|
|
@@ -7817,6 +7833,8 @@ export interface Routes {
|
|
|
7817
7833
|
product_type: string;
|
|
7818
7834
|
product_model: string;
|
|
7819
7835
|
device_info_model: string;
|
|
7836
|
+
keypad_uuid?: string | undefined;
|
|
7837
|
+
locker_status_hardlock?: number | undefined;
|
|
7820
7838
|
} | undefined;
|
|
7821
7839
|
tedee_metadata?: {
|
|
7822
7840
|
device_id: number;
|
package/package.json
CHANGED
|
@@ -205,6 +205,8 @@ export const device_metadata = z
|
|
|
205
205
|
product_type: z.string(),
|
|
206
206
|
product_model: z.string(),
|
|
207
207
|
device_info_model: z.string(),
|
|
208
|
+
keypad_uuid: z.string().optional(),
|
|
209
|
+
locker_status_hardlock: z.number().optional(),
|
|
208
210
|
}),
|
|
209
211
|
|
|
210
212
|
tedee_metadata: z.object({
|
|
@@ -1245,6 +1245,8 @@ export default {
|
|
|
1245
1245
|
device_id: { type: 'string' },
|
|
1246
1246
|
device_info_model: { type: 'string' },
|
|
1247
1247
|
device_name: { type: 'string' },
|
|
1248
|
+
keypad_uuid: { type: 'string' },
|
|
1249
|
+
locker_status_hardlock: { type: 'number' },
|
|
1248
1250
|
product_model: { type: 'string' },
|
|
1249
1251
|
product_name: { type: 'string' },
|
|
1250
1252
|
product_type: { type: 'string' },
|
|
@@ -2666,6 +2666,8 @@ export interface Routes {
|
|
|
2666
2666
|
product_type: string
|
|
2667
2667
|
product_model: string
|
|
2668
2668
|
device_info_model: string
|
|
2669
|
+
keypad_uuid?: string | undefined
|
|
2670
|
+
locker_status_hardlock?: number | undefined
|
|
2669
2671
|
}
|
|
2670
2672
|
| undefined
|
|
2671
2673
|
tedee_metadata?:
|
|
@@ -3544,6 +3546,8 @@ export interface Routes {
|
|
|
3544
3546
|
product_type: string
|
|
3545
3547
|
product_model: string
|
|
3546
3548
|
device_info_model: string
|
|
3549
|
+
keypad_uuid?: string | undefined
|
|
3550
|
+
locker_status_hardlock?: number | undefined
|
|
3547
3551
|
}
|
|
3548
3552
|
| undefined
|
|
3549
3553
|
tedee_metadata?:
|
|
@@ -5055,6 +5059,8 @@ export interface Routes {
|
|
|
5055
5059
|
product_type: string
|
|
5056
5060
|
product_model: string
|
|
5057
5061
|
device_info_model: string
|
|
5062
|
+
keypad_uuid?: string | undefined
|
|
5063
|
+
locker_status_hardlock?: number | undefined
|
|
5058
5064
|
}
|
|
5059
5065
|
| undefined
|
|
5060
5066
|
tedee_metadata?:
|
|
@@ -5781,6 +5787,8 @@ export interface Routes {
|
|
|
5781
5787
|
product_type: string
|
|
5782
5788
|
product_model: string
|
|
5783
5789
|
device_info_model: string
|
|
5790
|
+
keypad_uuid?: string | undefined
|
|
5791
|
+
locker_status_hardlock?: number | undefined
|
|
5784
5792
|
}
|
|
5785
5793
|
| undefined
|
|
5786
5794
|
tedee_metadata?:
|
|
@@ -6659,6 +6667,8 @@ export interface Routes {
|
|
|
6659
6667
|
product_type: string
|
|
6660
6668
|
product_model: string
|
|
6661
6669
|
device_info_model: string
|
|
6670
|
+
keypad_uuid?: string | undefined
|
|
6671
|
+
locker_status_hardlock?: number | undefined
|
|
6662
6672
|
}
|
|
6663
6673
|
| undefined
|
|
6664
6674
|
tedee_metadata?:
|
|
@@ -7385,6 +7395,8 @@ export interface Routes {
|
|
|
7385
7395
|
product_type: string
|
|
7386
7396
|
product_model: string
|
|
7387
7397
|
device_info_model: string
|
|
7398
|
+
keypad_uuid?: string | undefined
|
|
7399
|
+
locker_status_hardlock?: number | undefined
|
|
7388
7400
|
}
|
|
7389
7401
|
| undefined
|
|
7390
7402
|
tedee_metadata?:
|
|
@@ -8788,6 +8800,8 @@ export interface Routes {
|
|
|
8788
8800
|
product_type: string
|
|
8789
8801
|
product_model: string
|
|
8790
8802
|
device_info_model: string
|
|
8803
|
+
keypad_uuid?: string | undefined
|
|
8804
|
+
locker_status_hardlock?: number | undefined
|
|
8791
8805
|
}
|
|
8792
8806
|
| undefined
|
|
8793
8807
|
tedee_metadata?:
|
|
@@ -9748,6 +9762,8 @@ export interface Routes {
|
|
|
9748
9762
|
product_type: string
|
|
9749
9763
|
product_model: string
|
|
9750
9764
|
device_info_model: string
|
|
9765
|
+
keypad_uuid?: string | undefined
|
|
9766
|
+
locker_status_hardlock?: number | undefined
|
|
9751
9767
|
}
|
|
9752
9768
|
| undefined
|
|
9753
9769
|
tedee_metadata?:
|
|
@@ -10766,6 +10782,8 @@ export interface Routes {
|
|
|
10766
10782
|
product_type: string
|
|
10767
10783
|
product_model: string
|
|
10768
10784
|
device_info_model: string
|
|
10785
|
+
keypad_uuid?: string | undefined
|
|
10786
|
+
locker_status_hardlock?: number | undefined
|
|
10769
10787
|
}
|
|
10770
10788
|
| undefined
|
|
10771
10789
|
tedee_metadata?:
|