@seamapi/types 1.604.0 → 1.605.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 +119 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +250 -94
- package/dist/index.cjs +119 -17
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +19 -19
- package/lib/seam/connect/models/acs/metadata/hotek.d.ts +9 -9
- package/lib/seam/connect/models/acs/metadata/hotek.js +3 -2
- package/lib/seam/connect/models/acs/metadata/hotek.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/batch.d.ts +135 -135
- package/lib/seam/connect/models/phones/phone-session.d.ts +78 -78
- package/lib/seam/connect/openapi.d.ts +130 -8
- package/lib/seam/connect/openapi.js +116 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +74 -40
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +3 -2
- package/src/lib/seam/connect/openapi.ts +119 -14
- package/src/lib/seam/connect/route-types.ts +78 -40
|
@@ -46,17 +46,17 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
46
46
|
accessibility_type: string;
|
|
47
47
|
}>>;
|
|
48
48
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
49
|
-
room_number: z.ZodString
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
50
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
51
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
room_number?: string | undefined;
|
|
54
|
+
common_area_number?: string | undefined;
|
|
55
|
+
common_area_name?: string | undefined;
|
|
56
56
|
}, {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
room_number?: string | undefined;
|
|
58
|
+
common_area_number?: string | undefined;
|
|
59
|
+
common_area_name?: string | undefined;
|
|
60
60
|
}>>;
|
|
61
61
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
62
62
|
door_name: z.ZodString;
|
|
@@ -73,14 +73,14 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
73
73
|
}>, "many">>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
75
|
door_name: string;
|
|
76
|
-
door_category: "
|
|
76
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
77
77
|
profiles?: {
|
|
78
78
|
visionline_door_profile_id: string;
|
|
79
79
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
80
80
|
}[] | undefined;
|
|
81
81
|
}, {
|
|
82
82
|
door_name: string;
|
|
83
|
-
door_category: "
|
|
83
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
84
84
|
profiles?: {
|
|
85
85
|
visionline_door_profile_id: string;
|
|
86
86
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -196,7 +196,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
196
196
|
} | undefined;
|
|
197
197
|
visionline_metadata?: {
|
|
198
198
|
door_name: string;
|
|
199
|
-
door_category: "
|
|
199
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
200
200
|
profiles?: {
|
|
201
201
|
visionline_door_profile_id: string;
|
|
202
202
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -219,9 +219,9 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
219
219
|
accessibility_type: string;
|
|
220
220
|
} | undefined;
|
|
221
221
|
hotek_metadata?: {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
222
|
+
room_number?: string | undefined;
|
|
223
|
+
common_area_number?: string | undefined;
|
|
224
|
+
common_area_name?: string | undefined;
|
|
225
225
|
} | undefined;
|
|
226
226
|
dormakaba_community_metadata?: {
|
|
227
227
|
access_point_profile: string;
|
|
@@ -260,7 +260,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
260
260
|
} | undefined;
|
|
261
261
|
visionline_metadata?: {
|
|
262
262
|
door_name: string;
|
|
263
|
-
door_category: "
|
|
263
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
264
264
|
profiles?: {
|
|
265
265
|
visionline_door_profile_id: string;
|
|
266
266
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -283,9 +283,9 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
283
283
|
accessibility_type: string;
|
|
284
284
|
} | undefined;
|
|
285
285
|
hotek_metadata?: {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
286
|
+
room_number?: string | undefined;
|
|
287
|
+
common_area_number?: string | undefined;
|
|
288
|
+
common_area_name?: string | undefined;
|
|
289
289
|
} | undefined;
|
|
290
290
|
dormakaba_community_metadata?: {
|
|
291
291
|
access_point_profile: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const acs_entrance_hotek_metadata: z.ZodObject<{
|
|
3
|
-
room_number: z.ZodString
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
4
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
5
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
room_number?: string | undefined;
|
|
8
|
+
common_area_number?: string | undefined;
|
|
9
|
+
common_area_name?: string | undefined;
|
|
10
10
|
}, {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
room_number?: string | undefined;
|
|
12
|
+
common_area_number?: string | undefined;
|
|
13
|
+
common_area_name?: string | undefined;
|
|
14
14
|
}>;
|
|
15
15
|
export type AcsEntranceHotekMetadata = z.infer<typeof acs_entrance_hotek_metadata>;
|
|
@@ -2,8 +2,9 @@ import { z } from 'zod';
|
|
|
2
2
|
export const acs_entrance_hotek_metadata = z
|
|
3
3
|
.object({
|
|
4
4
|
room_number: z.string().describe('Room number of the entrance.'),
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
common_area_number: z.string().describe('Display name of the entrance.'),
|
|
6
|
+
common_area_name: z.string().describe('Display name of the entrance.'),
|
|
7
7
|
})
|
|
8
|
+
.partial()
|
|
8
9
|
.describe('Hotek-specific metadata associated with the entrance.');
|
|
9
10
|
//# sourceMappingURL=hotek.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hotek.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/hotek.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IAChE,
|
|
1
|
+
{"version":3,"file":"hotek.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/hotek.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IAChE,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,+BAA+B,CAAC;IACxE,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,+BAA+B,CAAC;CACvE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,uDAAuD,CAAC,CAAA"}
|
|
@@ -14,14 +14,14 @@ export declare const acs_entrance_visionline_metadata: z.ZodObject<{
|
|
|
14
14
|
}>, "many">>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
door_name: string;
|
|
17
|
-
door_category: "
|
|
17
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
18
18
|
profiles?: {
|
|
19
19
|
visionline_door_profile_id: string;
|
|
20
20
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
21
21
|
}[] | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
door_name: string;
|
|
24
|
-
door_category: "
|
|
24
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
25
25
|
profiles?: {
|
|
26
26
|
visionline_door_profile_id: string;
|
|
27
27
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|