@seamapi/types 1.160.0 → 1.162.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 +5 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +25 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js +2 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js.map +1 -1
- package/lib/seam/connect/models/acs/system.d.ts +6 -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 +9 -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 +16 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs_system_capability_flags.ts +2 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
package/dist/connect.d.cts
CHANGED
|
@@ -474,12 +474,18 @@ declare const _default: {
|
|
|
474
474
|
format: string;
|
|
475
475
|
type: string;
|
|
476
476
|
};
|
|
477
|
+
can_add_acs_users_to_acs_access_groups: {
|
|
478
|
+
type: string;
|
|
479
|
+
};
|
|
477
480
|
can_automate_enrollment: {
|
|
478
481
|
type: string;
|
|
479
482
|
};
|
|
480
483
|
can_create_acs_access_groups: {
|
|
481
484
|
type: string;
|
|
482
485
|
};
|
|
486
|
+
can_remove_acs_users_from_acs_access_groups: {
|
|
487
|
+
type: string;
|
|
488
|
+
};
|
|
483
489
|
connected_account_ids: {
|
|
484
490
|
items: {
|
|
485
491
|
type: string;
|
|
@@ -1285,6 +1291,9 @@ declare const _default: {
|
|
|
1285
1291
|
entry_name: {
|
|
1286
1292
|
type: string;
|
|
1287
1293
|
};
|
|
1294
|
+
entry_relays_total_count: {
|
|
1295
|
+
type: string;
|
|
1296
|
+
};
|
|
1288
1297
|
org_name: {
|
|
1289
1298
|
type: string;
|
|
1290
1299
|
};
|
|
@@ -16996,6 +17005,8 @@ interface Routes {
|
|
|
16996
17005
|
image_alt_text: string;
|
|
16997
17006
|
can_automate_enrollment?: boolean | undefined;
|
|
16998
17007
|
can_create_acs_access_groups?: boolean | undefined;
|
|
17008
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
17009
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
16999
17010
|
};
|
|
17000
17011
|
};
|
|
17001
17012
|
};
|
|
@@ -17033,6 +17044,8 @@ interface Routes {
|
|
|
17033
17044
|
image_alt_text: string;
|
|
17034
17045
|
can_automate_enrollment?: boolean | undefined;
|
|
17035
17046
|
can_create_acs_access_groups?: boolean | undefined;
|
|
17047
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
17048
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
17036
17049
|
}>;
|
|
17037
17050
|
};
|
|
17038
17051
|
};
|
|
@@ -17905,6 +17918,7 @@ interface Routes {
|
|
|
17905
17918
|
zone_name: string;
|
|
17906
17919
|
site_id: number;
|
|
17907
17920
|
site_name: string;
|
|
17921
|
+
entry_relays_total_count: number;
|
|
17908
17922
|
} | undefined;
|
|
17909
17923
|
schlage_metadata?: {
|
|
17910
17924
|
device_id: string;
|
|
@@ -18441,6 +18455,7 @@ interface Routes {
|
|
|
18441
18455
|
zone_name: string;
|
|
18442
18456
|
site_id: number;
|
|
18443
18457
|
site_name: string;
|
|
18458
|
+
entry_relays_total_count: number;
|
|
18444
18459
|
} | undefined;
|
|
18445
18460
|
schlage_metadata?: {
|
|
18446
18461
|
device_id: string;
|
|
@@ -19281,6 +19296,7 @@ interface Routes {
|
|
|
19281
19296
|
zone_name: string;
|
|
19282
19297
|
site_id: number;
|
|
19283
19298
|
site_name: string;
|
|
19299
|
+
entry_relays_total_count: number;
|
|
19284
19300
|
} | undefined;
|
|
19285
19301
|
schlage_metadata?: {
|
|
19286
19302
|
device_id: string;
|
|
@@ -19792,6 +19808,7 @@ interface Routes {
|
|
|
19792
19808
|
zone_name: string;
|
|
19793
19809
|
site_id: number;
|
|
19794
19810
|
site_name: string;
|
|
19811
|
+
entry_relays_total_count: number;
|
|
19795
19812
|
} | undefined;
|
|
19796
19813
|
schlage_metadata?: {
|
|
19797
19814
|
device_id: string;
|
|
@@ -20328,6 +20345,7 @@ interface Routes {
|
|
|
20328
20345
|
zone_name: string;
|
|
20329
20346
|
site_id: number;
|
|
20330
20347
|
site_name: string;
|
|
20348
|
+
entry_relays_total_count: number;
|
|
20331
20349
|
} | undefined;
|
|
20332
20350
|
schlage_metadata?: {
|
|
20333
20351
|
device_id: string;
|
|
@@ -20839,6 +20857,7 @@ interface Routes {
|
|
|
20839
20857
|
zone_name: string;
|
|
20840
20858
|
site_id: number;
|
|
20841
20859
|
site_name: string;
|
|
20860
|
+
entry_relays_total_count: number;
|
|
20842
20861
|
} | undefined;
|
|
20843
20862
|
schlage_metadata?: {
|
|
20844
20863
|
device_id: string;
|
|
@@ -21993,6 +22012,7 @@ interface Routes {
|
|
|
21993
22012
|
zone_name: string;
|
|
21994
22013
|
site_id: number;
|
|
21995
22014
|
site_name: string;
|
|
22015
|
+
entry_relays_total_count: number;
|
|
21996
22016
|
} | undefined;
|
|
21997
22017
|
schlage_metadata?: {
|
|
21998
22018
|
device_id: string;
|
|
@@ -22605,6 +22625,7 @@ interface Routes {
|
|
|
22605
22625
|
zone_name: string;
|
|
22606
22626
|
site_id: number;
|
|
22607
22627
|
site_name: string;
|
|
22628
|
+
entry_relays_total_count: number;
|
|
22608
22629
|
} | undefined;
|
|
22609
22630
|
schlage_metadata?: {
|
|
22610
22631
|
device_id: string;
|
|
@@ -23400,6 +23421,7 @@ interface Routes {
|
|
|
23400
23421
|
zone_name: string;
|
|
23401
23422
|
site_id: number;
|
|
23402
23423
|
site_name: string;
|
|
23424
|
+
entry_relays_total_count: number;
|
|
23403
23425
|
} | undefined;
|
|
23404
23426
|
schlage_metadata?: {
|
|
23405
23427
|
device_id: string;
|
|
@@ -23916,6 +23938,7 @@ interface Routes {
|
|
|
23916
23938
|
zone_name: string;
|
|
23917
23939
|
site_id: number;
|
|
23918
23940
|
site_name: string;
|
|
23941
|
+
entry_relays_total_count: number;
|
|
23919
23942
|
} | undefined;
|
|
23920
23943
|
schlage_metadata?: {
|
|
23921
23944
|
device_id: string;
|
|
@@ -24354,6 +24377,8 @@ interface Routes {
|
|
|
24354
24377
|
image_alt_text: string;
|
|
24355
24378
|
can_automate_enrollment?: boolean | undefined;
|
|
24356
24379
|
can_create_acs_access_groups?: boolean | undefined;
|
|
24380
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
24381
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
24357
24382
|
}>;
|
|
24358
24383
|
};
|
|
24359
24384
|
};
|
|
@@ -2,10 +2,16 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const acs_system_capability_flags: z.ZodObject<{
|
|
3
3
|
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
4
4
|
can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
5
|
+
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
6
|
+
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
5
7
|
}, "strip", z.ZodTypeAny, {
|
|
6
8
|
can_automate_enrollment?: boolean | undefined;
|
|
7
9
|
can_create_acs_access_groups?: boolean | undefined;
|
|
10
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
11
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
8
12
|
}, {
|
|
9
13
|
can_automate_enrollment?: boolean | undefined;
|
|
10
14
|
can_create_acs_access_groups?: boolean | undefined;
|
|
15
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
16
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
11
17
|
}>;
|
|
@@ -2,5 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
export const acs_system_capability_flags = z.object({
|
|
3
3
|
can_automate_enrollment: z.boolean().optional(),
|
|
4
4
|
can_create_acs_access_groups: z.boolean().optional(),
|
|
5
|
+
can_remove_acs_users_from_acs_access_groups: z.boolean().optional(),
|
|
6
|
+
can_add_acs_users_to_acs_access_groups: z.boolean().optional(),
|
|
5
7
|
});
|
|
6
8
|
//# sourceMappingURL=acs_system_capability_flags.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs_system_capability_flags.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs_system_capability_flags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/C,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"acs_system_capability_flags.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs_system_capability_flags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/C,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACpD,2CAA2C,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACnE,sCAAsC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA"}
|
|
@@ -16,6 +16,8 @@ export declare const acs_system: z.ZodObject<{
|
|
|
16
16
|
image_alt_text: z.ZodString;
|
|
17
17
|
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
18
18
|
can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
19
|
+
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
20
|
+
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
19
21
|
}, "strip", z.ZodTypeAny, {
|
|
20
22
|
name: string;
|
|
21
23
|
created_at: string;
|
|
@@ -30,6 +32,8 @@ export declare const acs_system: z.ZodObject<{
|
|
|
30
32
|
system_type_display_name?: string | undefined;
|
|
31
33
|
can_automate_enrollment?: boolean | undefined;
|
|
32
34
|
can_create_acs_access_groups?: boolean | undefined;
|
|
35
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
36
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
33
37
|
}, {
|
|
34
38
|
name: string;
|
|
35
39
|
created_at: string;
|
|
@@ -44,5 +48,7 @@ export declare const acs_system: z.ZodObject<{
|
|
|
44
48
|
system_type_display_name?: string | undefined;
|
|
45
49
|
can_automate_enrollment?: boolean | undefined;
|
|
46
50
|
can_create_acs_access_groups?: boolean | undefined;
|
|
51
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
52
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
47
53
|
}>;
|
|
48
54
|
export type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -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":"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;QACrB,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE;KACrC,CAAC;IAEF,gBAAgB,EAAE,CAAC,CAAC,MAAM,CAAC;QACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;IAEF,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC7B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KACnC,CAAC;IAEF,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC;QACxB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;IAEF,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC;QACtB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/C,aAAa,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACrC,eAAe,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KACxC,CAAC;IAEF,gBAAgB,EAAE,CAAC,CAAC,MAAM,CAAC;QACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;KACzB,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;QAC9B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;QACzB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;KACtB,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;KACxB,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;IAEF,mBAAmB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC5B,YAAY,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;QAC3C,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;QAC3B,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE;QAC/B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;KACtB,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC;YAC7B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;gBACpB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;gBAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;aAClB,CAAC;YACF,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC;gBACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;gBAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;aAClB,CAAC;YACF,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC;gBACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;gBAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;aAClB,CAAC;YACF,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC;gBACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;gBAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;aAClB,CAAC;YACF,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC;gBACxB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;gBAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;aAClB,CAAC;SACH,CAAC;KACH,CAAC;IACF,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC7B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE;KACrC,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;KACxB,CAAC;IAEF,qBAAqB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC9B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAClC,CAAC;IAEF,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;KACvB,CAAC;IAEF,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC7B,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE;QACxD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;KACjB,CAAC;IAEF,kBAAkB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAChC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KACjC,CAAC;IAEF,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC;QACtB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;QAC1B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,gBAAgB;QACzC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,sBAAsB;KAChD,CAAC;IAEF,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC;QACxB,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;QAC5B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;KACxB,CAAC;IAEF,0BAA0B,EAAE,CAAC,CAAC,MAAM,CAAC;QACnC,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE;QACvC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;KACxB,CAAC;IAEF,gBAAgB,EAAE,CAAC,CAAC,MAAM,CAAC;QACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;KACzB,CAAC;IAEF,0BAA0B,EAAE,CAAC,CAAC,MAAM,CAAC;QACnC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAChC,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;QAC7B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACpC,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,QAAQ,EAAE;KACvE,CAAC;IAEF,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC;QACtB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;QACzB,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;QAC7B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC9C,CAAC;IAEF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;QACzB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;QACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KACjC,CAAC;CACH,CAAC;KACD,OAAO,EAAE,CAAA"}
|
|
@@ -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;
|
|
@@ -400,12 +400,18 @@ declare const _default: {
|
|
|
400
400
|
format: string;
|
|
401
401
|
type: string;
|
|
402
402
|
};
|
|
403
|
+
can_add_acs_users_to_acs_access_groups: {
|
|
404
|
+
type: string;
|
|
405
|
+
};
|
|
403
406
|
can_automate_enrollment: {
|
|
404
407
|
type: string;
|
|
405
408
|
};
|
|
406
409
|
can_create_acs_access_groups: {
|
|
407
410
|
type: string;
|
|
408
411
|
};
|
|
412
|
+
can_remove_acs_users_from_acs_access_groups: {
|
|
413
|
+
type: string;
|
|
414
|
+
};
|
|
409
415
|
connected_account_ids: {
|
|
410
416
|
items: {
|
|
411
417
|
type: string;
|
|
@@ -1211,6 +1217,9 @@ declare const _default: {
|
|
|
1211
1217
|
entry_name: {
|
|
1212
1218
|
type: string;
|
|
1213
1219
|
};
|
|
1220
|
+
entry_relays_total_count: {
|
|
1221
|
+
type: string;
|
|
1222
|
+
};
|
|
1214
1223
|
org_name: {
|
|
1215
1224
|
type: string;
|
|
1216
1225
|
};
|
|
@@ -357,8 +357,10 @@ export default {
|
|
|
357
357
|
acs_system: {
|
|
358
358
|
properties: {
|
|
359
359
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
360
|
+
can_add_acs_users_to_acs_access_groups: { type: 'boolean' },
|
|
360
361
|
can_automate_enrollment: { type: 'boolean' },
|
|
361
362
|
can_create_acs_access_groups: { type: 'boolean' },
|
|
363
|
+
can_remove_acs_users_from_acs_access_groups: { type: 'boolean' },
|
|
362
364
|
connected_account_ids: { items: { type: 'string' }, type: 'array' },
|
|
363
365
|
created_at: { format: 'date-time', type: 'string' },
|
|
364
366
|
external_type: {
|
|
@@ -1020,6 +1022,7 @@ export default {
|
|
|
1020
1022
|
avigilon_alta_metadata: {
|
|
1021
1023
|
properties: {
|
|
1022
1024
|
entry_name: { type: 'string' },
|
|
1025
|
+
entry_relays_total_count: { type: 'number' },
|
|
1023
1026
|
org_name: { type: 'string' },
|
|
1024
1027
|
site_id: { type: 'number' },
|
|
1025
1028
|
site_name: { type: 'string' },
|
|
@@ -1033,6 +1036,7 @@ export default {
|
|
|
1033
1036
|
'zone_name',
|
|
1034
1037
|
'site_id',
|
|
1035
1038
|
'site_name',
|
|
1039
|
+
'entry_relays_total_count',
|
|
1036
1040
|
],
|
|
1037
1041
|
type: 'object',
|
|
1038
1042
|
},
|