@seamapi/types 1.159.0 → 1.161.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 +4 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +19 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +1 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/managed-device.d.ts +9 -0
- package/lib/seam/connect/openapi.d.ts +7 -0
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +3 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.d.cts
CHANGED
|
@@ -1285,6 +1285,9 @@ declare const _default: {
|
|
|
1285
1285
|
entry_name: {
|
|
1286
1286
|
type: string;
|
|
1287
1287
|
};
|
|
1288
|
+
entry_relays_total_count: {
|
|
1289
|
+
type: string;
|
|
1290
|
+
};
|
|
1288
1291
|
org_name: {
|
|
1289
1292
|
type: string;
|
|
1290
1293
|
};
|
|
@@ -2581,6 +2584,10 @@ declare const _default: {
|
|
|
2581
2584
|
};
|
|
2582
2585
|
event: {
|
|
2583
2586
|
properties: {
|
|
2587
|
+
action_attempt_id: {
|
|
2588
|
+
format: string;
|
|
2589
|
+
type: string;
|
|
2590
|
+
};
|
|
2584
2591
|
created_at: {
|
|
2585
2592
|
format: string;
|
|
2586
2593
|
type: string;
|
|
@@ -17901,6 +17908,7 @@ interface Routes {
|
|
|
17901
17908
|
zone_name: string;
|
|
17902
17909
|
site_id: number;
|
|
17903
17910
|
site_name: string;
|
|
17911
|
+
entry_relays_total_count: number;
|
|
17904
17912
|
} | undefined;
|
|
17905
17913
|
schlage_metadata?: {
|
|
17906
17914
|
device_id: string;
|
|
@@ -18437,6 +18445,7 @@ interface Routes {
|
|
|
18437
18445
|
zone_name: string;
|
|
18438
18446
|
site_id: number;
|
|
18439
18447
|
site_name: string;
|
|
18448
|
+
entry_relays_total_count: number;
|
|
18440
18449
|
} | undefined;
|
|
18441
18450
|
schlage_metadata?: {
|
|
18442
18451
|
device_id: string;
|
|
@@ -19118,6 +19127,7 @@ interface Routes {
|
|
|
19118
19127
|
event?: {
|
|
19119
19128
|
event_id: string;
|
|
19120
19129
|
device_id?: string | undefined;
|
|
19130
|
+
action_attempt_id?: string | undefined;
|
|
19121
19131
|
event_type: string;
|
|
19122
19132
|
workspace_id: string;
|
|
19123
19133
|
created_at: string;
|
|
@@ -19148,6 +19158,7 @@ interface Routes {
|
|
|
19148
19158
|
events: Array<{
|
|
19149
19159
|
event_id: string;
|
|
19150
19160
|
device_id?: string | undefined;
|
|
19161
|
+
action_attempt_id?: string | undefined;
|
|
19151
19162
|
event_type: string;
|
|
19152
19163
|
workspace_id: string;
|
|
19153
19164
|
created_at: string;
|
|
@@ -19275,6 +19286,7 @@ interface Routes {
|
|
|
19275
19286
|
zone_name: string;
|
|
19276
19287
|
site_id: number;
|
|
19277
19288
|
site_name: string;
|
|
19289
|
+
entry_relays_total_count: number;
|
|
19278
19290
|
} | undefined;
|
|
19279
19291
|
schlage_metadata?: {
|
|
19280
19292
|
device_id: string;
|
|
@@ -19786,6 +19798,7 @@ interface Routes {
|
|
|
19786
19798
|
zone_name: string;
|
|
19787
19799
|
site_id: number;
|
|
19788
19800
|
site_name: string;
|
|
19801
|
+
entry_relays_total_count: number;
|
|
19789
19802
|
} | undefined;
|
|
19790
19803
|
schlage_metadata?: {
|
|
19791
19804
|
device_id: string;
|
|
@@ -20322,6 +20335,7 @@ interface Routes {
|
|
|
20322
20335
|
zone_name: string;
|
|
20323
20336
|
site_id: number;
|
|
20324
20337
|
site_name: string;
|
|
20338
|
+
entry_relays_total_count: number;
|
|
20325
20339
|
} | undefined;
|
|
20326
20340
|
schlage_metadata?: {
|
|
20327
20341
|
device_id: string;
|
|
@@ -20833,6 +20847,7 @@ interface Routes {
|
|
|
20833
20847
|
zone_name: string;
|
|
20834
20848
|
site_id: number;
|
|
20835
20849
|
site_name: string;
|
|
20850
|
+
entry_relays_total_count: number;
|
|
20836
20851
|
} | undefined;
|
|
20837
20852
|
schlage_metadata?: {
|
|
20838
20853
|
device_id: string;
|
|
@@ -21987,6 +22002,7 @@ interface Routes {
|
|
|
21987
22002
|
zone_name: string;
|
|
21988
22003
|
site_id: number;
|
|
21989
22004
|
site_name: string;
|
|
22005
|
+
entry_relays_total_count: number;
|
|
21990
22006
|
} | undefined;
|
|
21991
22007
|
schlage_metadata?: {
|
|
21992
22008
|
device_id: string;
|
|
@@ -22599,6 +22615,7 @@ interface Routes {
|
|
|
22599
22615
|
zone_name: string;
|
|
22600
22616
|
site_id: number;
|
|
22601
22617
|
site_name: string;
|
|
22618
|
+
entry_relays_total_count: number;
|
|
22602
22619
|
} | undefined;
|
|
22603
22620
|
schlage_metadata?: {
|
|
22604
22621
|
device_id: string;
|
|
@@ -23394,6 +23411,7 @@ interface Routes {
|
|
|
23394
23411
|
zone_name: string;
|
|
23395
23412
|
site_id: number;
|
|
23396
23413
|
site_name: string;
|
|
23414
|
+
entry_relays_total_count: number;
|
|
23397
23415
|
} | undefined;
|
|
23398
23416
|
schlage_metadata?: {
|
|
23399
23417
|
device_id: string;
|
|
@@ -23910,6 +23928,7 @@ interface Routes {
|
|
|
23910
23928
|
zone_name: string;
|
|
23911
23929
|
site_id: number;
|
|
23912
23930
|
site_name: string;
|
|
23931
|
+
entry_relays_total_count: number;
|
|
23913
23932
|
} | undefined;
|
|
23914
23933
|
schlage_metadata?: {
|
|
23915
23934
|
device_id: string;
|
|
@@ -66,6 +66,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
66
66
|
zone_name: z.ZodString;
|
|
67
67
|
site_id: z.ZodNumber;
|
|
68
68
|
site_name: z.ZodString;
|
|
69
|
+
entry_relays_total_count: z.ZodNumber;
|
|
69
70
|
}, "strip", z.ZodTypeAny, {
|
|
70
71
|
entry_name: string;
|
|
71
72
|
org_name: string;
|
|
@@ -73,6 +74,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
73
74
|
zone_name: string;
|
|
74
75
|
site_id: number;
|
|
75
76
|
site_name: string;
|
|
77
|
+
entry_relays_total_count: number;
|
|
76
78
|
}, {
|
|
77
79
|
entry_name: string;
|
|
78
80
|
org_name: string;
|
|
@@ -80,6 +82,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
80
82
|
zone_name: string;
|
|
81
83
|
site_id: number;
|
|
82
84
|
site_name: string;
|
|
85
|
+
entry_relays_total_count: number;
|
|
83
86
|
}>>;
|
|
84
87
|
schlage_metadata: z.ZodOptional<z.ZodObject<{
|
|
85
88
|
device_id: z.ZodString;
|
|
@@ -654,6 +657,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
654
657
|
zone_name: string;
|
|
655
658
|
site_id: number;
|
|
656
659
|
site_name: string;
|
|
660
|
+
entry_relays_total_count: number;
|
|
657
661
|
} | undefined;
|
|
658
662
|
schlage_metadata?: {
|
|
659
663
|
device_id: string;
|
|
@@ -842,6 +846,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
842
846
|
zone_name: string;
|
|
843
847
|
site_id: number;
|
|
844
848
|
site_name: string;
|
|
849
|
+
entry_relays_total_count: number;
|
|
845
850
|
} | undefined;
|
|
846
851
|
schlage_metadata?: {
|
|
847
852
|
device_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-metadata.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-metadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,WAAW;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,WAAW;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAE1B,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7B,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE;IAEtB,uCAAuC,EAAE,CAAC,CAAC,MAAM,EAAE;IACnD,+BAA+B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CACnD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC;KAC7B,MAAM,CAAC;IACN,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;QACvB,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAChC,CAAC;IAEF,sBAAsB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;QACpB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;
|
|
1
|
+
{"version":3,"file":"device-metadata.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-metadata.ts"],"names":[],"mappings":"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"}
|
|
@@ -427,6 +427,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
427
427
|
zone_name: z.ZodString;
|
|
428
428
|
site_id: z.ZodNumber;
|
|
429
429
|
site_name: z.ZodString;
|
|
430
|
+
entry_relays_total_count: z.ZodNumber;
|
|
430
431
|
}, "strip", z.ZodTypeAny, {
|
|
431
432
|
entry_name: string;
|
|
432
433
|
org_name: string;
|
|
@@ -434,6 +435,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
434
435
|
zone_name: string;
|
|
435
436
|
site_id: number;
|
|
436
437
|
site_name: string;
|
|
438
|
+
entry_relays_total_count: number;
|
|
437
439
|
}, {
|
|
438
440
|
entry_name: string;
|
|
439
441
|
org_name: string;
|
|
@@ -441,6 +443,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
441
443
|
zone_name: string;
|
|
442
444
|
site_id: number;
|
|
443
445
|
site_name: string;
|
|
446
|
+
entry_relays_total_count: number;
|
|
444
447
|
}>>;
|
|
445
448
|
schlage_metadata: z.ZodOptional<z.ZodObject<{
|
|
446
449
|
device_id: z.ZodString;
|
|
@@ -1015,6 +1018,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1015
1018
|
zone_name: string;
|
|
1016
1019
|
site_id: number;
|
|
1017
1020
|
site_name: string;
|
|
1021
|
+
entry_relays_total_count: number;
|
|
1018
1022
|
} | undefined;
|
|
1019
1023
|
schlage_metadata?: {
|
|
1020
1024
|
device_id: string;
|
|
@@ -1203,6 +1207,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1203
1207
|
zone_name: string;
|
|
1204
1208
|
site_id: number;
|
|
1205
1209
|
site_name: string;
|
|
1210
|
+
entry_relays_total_count: number;
|
|
1206
1211
|
} | undefined;
|
|
1207
1212
|
schlage_metadata?: {
|
|
1208
1213
|
device_id: string;
|
|
@@ -2273,6 +2278,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2273
2278
|
zone_name: string;
|
|
2274
2279
|
site_id: number;
|
|
2275
2280
|
site_name: string;
|
|
2281
|
+
entry_relays_total_count: number;
|
|
2276
2282
|
} | undefined;
|
|
2277
2283
|
schlage_metadata?: {
|
|
2278
2284
|
device_id: string;
|
|
@@ -2699,6 +2705,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2699
2705
|
zone_name: string;
|
|
2700
2706
|
site_id: number;
|
|
2701
2707
|
site_name: string;
|
|
2708
|
+
entry_relays_total_count: number;
|
|
2702
2709
|
} | undefined;
|
|
2703
2710
|
schlage_metadata?: {
|
|
2704
2711
|
device_id: string;
|
|
@@ -3154,6 +3161,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3154
3161
|
zone_name: string;
|
|
3155
3162
|
site_id: number;
|
|
3156
3163
|
site_name: string;
|
|
3164
|
+
entry_relays_total_count: number;
|
|
3157
3165
|
} | undefined;
|
|
3158
3166
|
schlage_metadata?: {
|
|
3159
3167
|
device_id: string;
|
|
@@ -3580,6 +3588,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3580
3588
|
zone_name: string;
|
|
3581
3589
|
site_id: number;
|
|
3582
3590
|
site_name: string;
|
|
3591
|
+
entry_relays_total_count: number;
|
|
3583
3592
|
} | undefined;
|
|
3584
3593
|
schlage_metadata?: {
|
|
3585
3594
|
device_id: string;
|
|
@@ -1211,6 +1211,9 @@ declare const _default: {
|
|
|
1211
1211
|
entry_name: {
|
|
1212
1212
|
type: string;
|
|
1213
1213
|
};
|
|
1214
|
+
entry_relays_total_count: {
|
|
1215
|
+
type: string;
|
|
1216
|
+
};
|
|
1214
1217
|
org_name: {
|
|
1215
1218
|
type: string;
|
|
1216
1219
|
};
|
|
@@ -2507,6 +2510,10 @@ declare const _default: {
|
|
|
2507
2510
|
};
|
|
2508
2511
|
event: {
|
|
2509
2512
|
properties: {
|
|
2513
|
+
action_attempt_id: {
|
|
2514
|
+
format: string;
|
|
2515
|
+
type: string;
|
|
2516
|
+
};
|
|
2510
2517
|
created_at: {
|
|
2511
2518
|
format: string;
|
|
2512
2519
|
type: string;
|
|
@@ -1020,6 +1020,7 @@ export default {
|
|
|
1020
1020
|
avigilon_alta_metadata: {
|
|
1021
1021
|
properties: {
|
|
1022
1022
|
entry_name: { type: 'string' },
|
|
1023
|
+
entry_relays_total_count: { type: 'number' },
|
|
1023
1024
|
org_name: { type: 'string' },
|
|
1024
1025
|
site_id: { type: 'number' },
|
|
1025
1026
|
site_name: { type: 'string' },
|
|
@@ -1033,6 +1034,7 @@ export default {
|
|
|
1033
1034
|
'zone_name',
|
|
1034
1035
|
'site_id',
|
|
1035
1036
|
'site_name',
|
|
1037
|
+
'entry_relays_total_count',
|
|
1036
1038
|
],
|
|
1037
1039
|
type: 'object',
|
|
1038
1040
|
},
|
|
@@ -2023,6 +2025,7 @@ export default {
|
|
|
2023
2025
|
},
|
|
2024
2026
|
event: {
|
|
2025
2027
|
properties: {
|
|
2028
|
+
action_attempt_id: { format: 'uuid', type: 'string' },
|
|
2026
2029
|
created_at: { format: 'date-time', type: 'string' },
|
|
2027
2030
|
device_id: { format: 'uuid', type: 'string' },
|
|
2028
2031
|
event_id: { format: 'uuid', type: 'string' },
|