@seamapi/types 1.603.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 +144 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +300 -94
- package/dist/index.cjs +144 -17
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +6 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +4 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.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 +150 -135
- package/lib/seam/connect/models/phones/phone-session.d.ts +78 -78
- package/lib/seam/connect/openapi.d.ts +154 -8
- package/lib/seam/connect/openapi.js +140 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +92 -40
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +4 -0
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +3 -2
- package/src/lib/seam/connect/openapi.ts +145 -14
- package/src/lib/seam/connect/route-types.ts +96 -40
|
@@ -4251,17 +4251,17 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4251
4251
|
accessibility_type: string;
|
|
4252
4252
|
}>>;
|
|
4253
4253
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
4254
|
-
room_number: z.ZodString
|
|
4255
|
-
|
|
4256
|
-
|
|
4254
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
4255
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
4256
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
4257
4257
|
}, "strip", z.ZodTypeAny, {
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4258
|
+
room_number?: string | undefined;
|
|
4259
|
+
common_area_number?: string | undefined;
|
|
4260
|
+
common_area_name?: string | undefined;
|
|
4261
4261
|
}, {
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4262
|
+
room_number?: string | undefined;
|
|
4263
|
+
common_area_number?: string | undefined;
|
|
4264
|
+
common_area_name?: string | undefined;
|
|
4265
4265
|
}>>;
|
|
4266
4266
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
4267
4267
|
door_name: z.ZodString;
|
|
@@ -4278,14 +4278,14 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4278
4278
|
}>, "many">>;
|
|
4279
4279
|
}, "strip", z.ZodTypeAny, {
|
|
4280
4280
|
door_name: string;
|
|
4281
|
-
door_category: "
|
|
4281
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
4282
4282
|
profiles?: {
|
|
4283
4283
|
visionline_door_profile_id: string;
|
|
4284
4284
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
4285
4285
|
}[] | undefined;
|
|
4286
4286
|
}, {
|
|
4287
4287
|
door_name: string;
|
|
4288
|
-
door_category: "
|
|
4288
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
4289
4289
|
profiles?: {
|
|
4290
4290
|
visionline_door_profile_id: string;
|
|
4291
4291
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -4401,7 +4401,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4401
4401
|
} | undefined;
|
|
4402
4402
|
visionline_metadata?: {
|
|
4403
4403
|
door_name: string;
|
|
4404
|
-
door_category: "
|
|
4404
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
4405
4405
|
profiles?: {
|
|
4406
4406
|
visionline_door_profile_id: string;
|
|
4407
4407
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -4424,9 +4424,9 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4424
4424
|
accessibility_type: string;
|
|
4425
4425
|
} | undefined;
|
|
4426
4426
|
hotek_metadata?: {
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4427
|
+
room_number?: string | undefined;
|
|
4428
|
+
common_area_number?: string | undefined;
|
|
4429
|
+
common_area_name?: string | undefined;
|
|
4430
4430
|
} | undefined;
|
|
4431
4431
|
dormakaba_community_metadata?: {
|
|
4432
4432
|
access_point_profile: string;
|
|
@@ -4465,7 +4465,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4465
4465
|
} | undefined;
|
|
4466
4466
|
visionline_metadata?: {
|
|
4467
4467
|
door_name: string;
|
|
4468
|
-
door_category: "
|
|
4468
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
4469
4469
|
profiles?: {
|
|
4470
4470
|
visionline_door_profile_id: string;
|
|
4471
4471
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -4488,9 +4488,9 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4488
4488
|
accessibility_type: string;
|
|
4489
4489
|
} | undefined;
|
|
4490
4490
|
hotek_metadata?: {
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4491
|
+
room_number?: string | undefined;
|
|
4492
|
+
common_area_number?: string | undefined;
|
|
4493
|
+
common_area_name?: string | undefined;
|
|
4494
4494
|
} | undefined;
|
|
4495
4495
|
dormakaba_community_metadata?: {
|
|
4496
4496
|
access_point_profile: string;
|
|
@@ -5873,7 +5873,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5873
5873
|
} | undefined;
|
|
5874
5874
|
visionline_metadata?: {
|
|
5875
5875
|
door_name: string;
|
|
5876
|
-
door_category: "
|
|
5876
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
5877
5877
|
profiles?: {
|
|
5878
5878
|
visionline_door_profile_id: string;
|
|
5879
5879
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -5896,9 +5896,9 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5896
5896
|
accessibility_type: string;
|
|
5897
5897
|
} | undefined;
|
|
5898
5898
|
hotek_metadata?: {
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5899
|
+
room_number?: string | undefined;
|
|
5900
|
+
common_area_number?: string | undefined;
|
|
5901
|
+
common_area_name?: string | undefined;
|
|
5902
5902
|
} | undefined;
|
|
5903
5903
|
dormakaba_community_metadata?: {
|
|
5904
5904
|
access_point_profile: string;
|
|
@@ -6751,7 +6751,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6751
6751
|
} | undefined;
|
|
6752
6752
|
visionline_metadata?: {
|
|
6753
6753
|
door_name: string;
|
|
6754
|
-
door_category: "
|
|
6754
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
6755
6755
|
profiles?: {
|
|
6756
6756
|
visionline_door_profile_id: string;
|
|
6757
6757
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -6774,9 +6774,9 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6774
6774
|
accessibility_type: string;
|
|
6775
6775
|
} | undefined;
|
|
6776
6776
|
hotek_metadata?: {
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
|
|
6777
|
+
room_number?: string | undefined;
|
|
6778
|
+
common_area_number?: string | undefined;
|
|
6779
|
+
common_area_name?: string | undefined;
|
|
6780
6780
|
} | undefined;
|
|
6781
6781
|
dormakaba_community_metadata?: {
|
|
6782
6782
|
access_point_profile: string;
|
|
@@ -11181,17 +11181,17 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11181
11181
|
accessibility_type: string;
|
|
11182
11182
|
}>>;
|
|
11183
11183
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
11184
|
-
room_number: z.ZodString
|
|
11185
|
-
|
|
11186
|
-
|
|
11184
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
11185
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
11186
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
11187
11187
|
}, "strip", z.ZodTypeAny, {
|
|
11188
|
-
|
|
11189
|
-
|
|
11190
|
-
|
|
11188
|
+
room_number?: string | undefined;
|
|
11189
|
+
common_area_number?: string | undefined;
|
|
11190
|
+
common_area_name?: string | undefined;
|
|
11191
11191
|
}, {
|
|
11192
|
-
|
|
11193
|
-
|
|
11194
|
-
|
|
11192
|
+
room_number?: string | undefined;
|
|
11193
|
+
common_area_number?: string | undefined;
|
|
11194
|
+
common_area_name?: string | undefined;
|
|
11195
11195
|
}>>;
|
|
11196
11196
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
11197
11197
|
door_name: z.ZodString;
|
|
@@ -11208,14 +11208,14 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11208
11208
|
}>, "many">>;
|
|
11209
11209
|
}, "strip", z.ZodTypeAny, {
|
|
11210
11210
|
door_name: string;
|
|
11211
|
-
door_category: "
|
|
11211
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
11212
11212
|
profiles?: {
|
|
11213
11213
|
visionline_door_profile_id: string;
|
|
11214
11214
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
11215
11215
|
}[] | undefined;
|
|
11216
11216
|
}, {
|
|
11217
11217
|
door_name: string;
|
|
11218
|
-
door_category: "
|
|
11218
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
11219
11219
|
profiles?: {
|
|
11220
11220
|
visionline_door_profile_id: string;
|
|
11221
11221
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -11331,7 +11331,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11331
11331
|
} | undefined;
|
|
11332
11332
|
visionline_metadata?: {
|
|
11333
11333
|
door_name: string;
|
|
11334
|
-
door_category: "
|
|
11334
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
11335
11335
|
profiles?: {
|
|
11336
11336
|
visionline_door_profile_id: string;
|
|
11337
11337
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -11354,9 +11354,9 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11354
11354
|
accessibility_type: string;
|
|
11355
11355
|
} | undefined;
|
|
11356
11356
|
hotek_metadata?: {
|
|
11357
|
-
|
|
11358
|
-
|
|
11359
|
-
|
|
11357
|
+
room_number?: string | undefined;
|
|
11358
|
+
common_area_number?: string | undefined;
|
|
11359
|
+
common_area_name?: string | undefined;
|
|
11360
11360
|
} | undefined;
|
|
11361
11361
|
dormakaba_community_metadata?: {
|
|
11362
11362
|
access_point_profile: string;
|
|
@@ -11395,7 +11395,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11395
11395
|
} | undefined;
|
|
11396
11396
|
visionline_metadata?: {
|
|
11397
11397
|
door_name: string;
|
|
11398
|
-
door_category: "
|
|
11398
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
11399
11399
|
profiles?: {
|
|
11400
11400
|
visionline_door_profile_id: string;
|
|
11401
11401
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -11418,9 +11418,9 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11418
11418
|
accessibility_type: string;
|
|
11419
11419
|
} | undefined;
|
|
11420
11420
|
hotek_metadata?: {
|
|
11421
|
-
|
|
11422
|
-
|
|
11423
|
-
|
|
11421
|
+
room_number?: string | undefined;
|
|
11422
|
+
common_area_number?: string | undefined;
|
|
11423
|
+
common_area_name?: string | undefined;
|
|
11424
11424
|
} | undefined;
|
|
11425
11425
|
dormakaba_community_metadata?: {
|
|
11426
11426
|
access_point_profile: string;
|
|
@@ -12978,7 +12978,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12978
12978
|
} | undefined;
|
|
12979
12979
|
visionline_metadata?: {
|
|
12980
12980
|
door_name: string;
|
|
12981
|
-
door_category: "
|
|
12981
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
12982
12982
|
profiles?: {
|
|
12983
12983
|
visionline_door_profile_id: string;
|
|
12984
12984
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -13001,9 +13001,9 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13001
13001
|
accessibility_type: string;
|
|
13002
13002
|
} | undefined;
|
|
13003
13003
|
hotek_metadata?: {
|
|
13004
|
-
|
|
13005
|
-
|
|
13006
|
-
|
|
13004
|
+
room_number?: string | undefined;
|
|
13005
|
+
common_area_number?: string | undefined;
|
|
13006
|
+
common_area_name?: string | undefined;
|
|
13007
13007
|
} | undefined;
|
|
13008
13008
|
dormakaba_community_metadata?: {
|
|
13009
13009
|
access_point_profile: string;
|
|
@@ -13902,7 +13902,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13902
13902
|
} | undefined;
|
|
13903
13903
|
visionline_metadata?: {
|
|
13904
13904
|
door_name: string;
|
|
13905
|
-
door_category: "
|
|
13905
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
13906
13906
|
profiles?: {
|
|
13907
13907
|
visionline_door_profile_id: string;
|
|
13908
13908
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -13925,9 +13925,9 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13925
13925
|
accessibility_type: string;
|
|
13926
13926
|
} | undefined;
|
|
13927
13927
|
hotek_metadata?: {
|
|
13928
|
-
|
|
13929
|
-
|
|
13930
|
-
|
|
13928
|
+
room_number?: string | undefined;
|
|
13929
|
+
common_area_number?: string | undefined;
|
|
13930
|
+
common_area_name?: string | undefined;
|
|
13931
13931
|
} | undefined;
|
|
13932
13932
|
dormakaba_community_metadata?: {
|
|
13933
13933
|
access_point_profile: string;
|
|
@@ -18378,17 +18378,17 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18378
18378
|
accessibility_type: string;
|
|
18379
18379
|
}>>;
|
|
18380
18380
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
18381
|
-
room_number: z.ZodString
|
|
18382
|
-
|
|
18383
|
-
|
|
18381
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
18382
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
18383
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
18384
18384
|
}, "strip", z.ZodTypeAny, {
|
|
18385
|
-
|
|
18386
|
-
|
|
18387
|
-
|
|
18385
|
+
room_number?: string | undefined;
|
|
18386
|
+
common_area_number?: string | undefined;
|
|
18387
|
+
common_area_name?: string | undefined;
|
|
18388
18388
|
}, {
|
|
18389
|
-
|
|
18390
|
-
|
|
18391
|
-
|
|
18389
|
+
room_number?: string | undefined;
|
|
18390
|
+
common_area_number?: string | undefined;
|
|
18391
|
+
common_area_name?: string | undefined;
|
|
18392
18392
|
}>>;
|
|
18393
18393
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
18394
18394
|
door_name: z.ZodString;
|
|
@@ -18405,14 +18405,14 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18405
18405
|
}>, "many">>;
|
|
18406
18406
|
}, "strip", z.ZodTypeAny, {
|
|
18407
18407
|
door_name: string;
|
|
18408
|
-
door_category: "
|
|
18408
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
18409
18409
|
profiles?: {
|
|
18410
18410
|
visionline_door_profile_id: string;
|
|
18411
18411
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
18412
18412
|
}[] | undefined;
|
|
18413
18413
|
}, {
|
|
18414
18414
|
door_name: string;
|
|
18415
|
-
door_category: "
|
|
18415
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
18416
18416
|
profiles?: {
|
|
18417
18417
|
visionline_door_profile_id: string;
|
|
18418
18418
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -18528,7 +18528,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18528
18528
|
} | undefined;
|
|
18529
18529
|
visionline_metadata?: {
|
|
18530
18530
|
door_name: string;
|
|
18531
|
-
door_category: "
|
|
18531
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
18532
18532
|
profiles?: {
|
|
18533
18533
|
visionline_door_profile_id: string;
|
|
18534
18534
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -18551,9 +18551,9 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18551
18551
|
accessibility_type: string;
|
|
18552
18552
|
} | undefined;
|
|
18553
18553
|
hotek_metadata?: {
|
|
18554
|
-
|
|
18555
|
-
|
|
18556
|
-
|
|
18554
|
+
room_number?: string | undefined;
|
|
18555
|
+
common_area_number?: string | undefined;
|
|
18556
|
+
common_area_name?: string | undefined;
|
|
18557
18557
|
} | undefined;
|
|
18558
18558
|
dormakaba_community_metadata?: {
|
|
18559
18559
|
access_point_profile: string;
|
|
@@ -18592,7 +18592,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18592
18592
|
} | undefined;
|
|
18593
18593
|
visionline_metadata?: {
|
|
18594
18594
|
door_name: string;
|
|
18595
|
-
door_category: "
|
|
18595
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
18596
18596
|
profiles?: {
|
|
18597
18597
|
visionline_door_profile_id: string;
|
|
18598
18598
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -18615,9 +18615,9 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18615
18615
|
accessibility_type: string;
|
|
18616
18616
|
} | undefined;
|
|
18617
18617
|
hotek_metadata?: {
|
|
18618
|
-
|
|
18619
|
-
|
|
18620
|
-
|
|
18618
|
+
room_number?: string | undefined;
|
|
18619
|
+
common_area_number?: string | undefined;
|
|
18620
|
+
common_area_name?: string | undefined;
|
|
18621
18621
|
} | undefined;
|
|
18622
18622
|
dormakaba_community_metadata?: {
|
|
18623
18623
|
access_point_profile: string;
|
|
@@ -18638,6 +18638,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18638
18638
|
workspace_id: z.ZodString;
|
|
18639
18639
|
access_grant_id: z.ZodString;
|
|
18640
18640
|
access_grant_key: z.ZodOptional<z.ZodString>;
|
|
18641
|
+
reservation_key: z.ZodOptional<z.ZodString>;
|
|
18641
18642
|
user_identity_id: z.ZodString;
|
|
18642
18643
|
location_ids: z.ZodArray<z.ZodString, "many">;
|
|
18643
18644
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
@@ -18708,6 +18709,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18708
18709
|
}[];
|
|
18709
18710
|
access_method_ids: string[];
|
|
18710
18711
|
access_grant_key?: string | undefined;
|
|
18712
|
+
reservation_key?: string | undefined;
|
|
18711
18713
|
client_session_token?: string | undefined;
|
|
18712
18714
|
instant_key_url?: string | undefined;
|
|
18713
18715
|
customization_profile_id?: string | undefined;
|
|
@@ -18736,6 +18738,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18736
18738
|
}[];
|
|
18737
18739
|
access_method_ids: string[];
|
|
18738
18740
|
access_grant_key?: string | undefined;
|
|
18741
|
+
reservation_key?: string | undefined;
|
|
18739
18742
|
client_session_token?: string | undefined;
|
|
18740
18743
|
instant_key_url?: string | undefined;
|
|
18741
18744
|
customization_profile_id?: string | undefined;
|
|
@@ -19596,7 +19599,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19596
19599
|
} | undefined;
|
|
19597
19600
|
visionline_metadata?: {
|
|
19598
19601
|
door_name: string;
|
|
19599
|
-
door_category: "
|
|
19602
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
19600
19603
|
profiles?: {
|
|
19601
19604
|
visionline_door_profile_id: string;
|
|
19602
19605
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -19619,9 +19622,9 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19619
19622
|
accessibility_type: string;
|
|
19620
19623
|
} | undefined;
|
|
19621
19624
|
hotek_metadata?: {
|
|
19622
|
-
|
|
19623
|
-
|
|
19624
|
-
|
|
19625
|
+
room_number?: string | undefined;
|
|
19626
|
+
common_area_number?: string | undefined;
|
|
19627
|
+
common_area_name?: string | undefined;
|
|
19625
19628
|
} | undefined;
|
|
19626
19629
|
dormakaba_community_metadata?: {
|
|
19627
19630
|
access_point_profile: string;
|
|
@@ -19663,6 +19666,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19663
19666
|
}[];
|
|
19664
19667
|
access_method_ids: string[];
|
|
19665
19668
|
access_grant_key?: string | undefined;
|
|
19669
|
+
reservation_key?: string | undefined;
|
|
19666
19670
|
client_session_token?: string | undefined;
|
|
19667
19671
|
instant_key_url?: string | undefined;
|
|
19668
19672
|
customization_profile_id?: string | undefined;
|
|
@@ -20416,7 +20420,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
20416
20420
|
} | undefined;
|
|
20417
20421
|
visionline_metadata?: {
|
|
20418
20422
|
door_name: string;
|
|
20419
|
-
door_category: "
|
|
20423
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
20420
20424
|
profiles?: {
|
|
20421
20425
|
visionline_door_profile_id: string;
|
|
20422
20426
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -20439,9 +20443,9 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
20439
20443
|
accessibility_type: string;
|
|
20440
20444
|
} | undefined;
|
|
20441
20445
|
hotek_metadata?: {
|
|
20442
|
-
|
|
20443
|
-
|
|
20444
|
-
|
|
20446
|
+
room_number?: string | undefined;
|
|
20447
|
+
common_area_number?: string | undefined;
|
|
20448
|
+
common_area_name?: string | undefined;
|
|
20445
20449
|
} | undefined;
|
|
20446
20450
|
dormakaba_community_metadata?: {
|
|
20447
20451
|
access_point_profile: string;
|
|
@@ -20483,6 +20487,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
20483
20487
|
}[];
|
|
20484
20488
|
access_method_ids: string[];
|
|
20485
20489
|
access_grant_key?: string | undefined;
|
|
20490
|
+
reservation_key?: string | undefined;
|
|
20486
20491
|
client_session_token?: string | undefined;
|
|
20487
20492
|
instant_key_url?: string | undefined;
|
|
20488
20493
|
customization_profile_id?: string | undefined;
|
|
@@ -24959,17 +24964,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24959
24964
|
accessibility_type: string;
|
|
24960
24965
|
}>>;
|
|
24961
24966
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
24962
|
-
room_number: z.ZodString
|
|
24963
|
-
|
|
24964
|
-
|
|
24967
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
24968
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
24969
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
24965
24970
|
}, "strip", z.ZodTypeAny, {
|
|
24966
|
-
|
|
24967
|
-
|
|
24968
|
-
|
|
24971
|
+
room_number?: string | undefined;
|
|
24972
|
+
common_area_number?: string | undefined;
|
|
24973
|
+
common_area_name?: string | undefined;
|
|
24969
24974
|
}, {
|
|
24970
|
-
|
|
24971
|
-
|
|
24972
|
-
|
|
24975
|
+
room_number?: string | undefined;
|
|
24976
|
+
common_area_number?: string | undefined;
|
|
24977
|
+
common_area_name?: string | undefined;
|
|
24973
24978
|
}>>;
|
|
24974
24979
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
24975
24980
|
door_name: z.ZodString;
|
|
@@ -24986,14 +24991,14 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24986
24991
|
}>, "many">>;
|
|
24987
24992
|
}, "strip", z.ZodTypeAny, {
|
|
24988
24993
|
door_name: string;
|
|
24989
|
-
door_category: "
|
|
24994
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
24990
24995
|
profiles?: {
|
|
24991
24996
|
visionline_door_profile_id: string;
|
|
24992
24997
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
24993
24998
|
}[] | undefined;
|
|
24994
24999
|
}, {
|
|
24995
25000
|
door_name: string;
|
|
24996
|
-
door_category: "
|
|
25001
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
24997
25002
|
profiles?: {
|
|
24998
25003
|
visionline_door_profile_id: string;
|
|
24999
25004
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -25109,7 +25114,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25109
25114
|
} | undefined;
|
|
25110
25115
|
visionline_metadata?: {
|
|
25111
25116
|
door_name: string;
|
|
25112
|
-
door_category: "
|
|
25117
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
25113
25118
|
profiles?: {
|
|
25114
25119
|
visionline_door_profile_id: string;
|
|
25115
25120
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -25132,9 +25137,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25132
25137
|
accessibility_type: string;
|
|
25133
25138
|
} | undefined;
|
|
25134
25139
|
hotek_metadata?: {
|
|
25135
|
-
|
|
25136
|
-
|
|
25137
|
-
|
|
25140
|
+
room_number?: string | undefined;
|
|
25141
|
+
common_area_number?: string | undefined;
|
|
25142
|
+
common_area_name?: string | undefined;
|
|
25138
25143
|
} | undefined;
|
|
25139
25144
|
dormakaba_community_metadata?: {
|
|
25140
25145
|
access_point_profile: string;
|
|
@@ -25173,7 +25178,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25173
25178
|
} | undefined;
|
|
25174
25179
|
visionline_metadata?: {
|
|
25175
25180
|
door_name: string;
|
|
25176
|
-
door_category: "
|
|
25181
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
25177
25182
|
profiles?: {
|
|
25178
25183
|
visionline_door_profile_id: string;
|
|
25179
25184
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -25196,9 +25201,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25196
25201
|
accessibility_type: string;
|
|
25197
25202
|
} | undefined;
|
|
25198
25203
|
hotek_metadata?: {
|
|
25199
|
-
|
|
25200
|
-
|
|
25201
|
-
|
|
25204
|
+
room_number?: string | undefined;
|
|
25205
|
+
common_area_number?: string | undefined;
|
|
25206
|
+
common_area_name?: string | undefined;
|
|
25202
25207
|
} | undefined;
|
|
25203
25208
|
dormakaba_community_metadata?: {
|
|
25204
25209
|
access_point_profile: string;
|
|
@@ -35385,6 +35390,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35385
35390
|
workspace_id: z.ZodString;
|
|
35386
35391
|
access_grant_id: z.ZodString;
|
|
35387
35392
|
access_grant_key: z.ZodOptional<z.ZodString>;
|
|
35393
|
+
reservation_key: z.ZodOptional<z.ZodString>;
|
|
35388
35394
|
user_identity_id: z.ZodString;
|
|
35389
35395
|
location_ids: z.ZodArray<z.ZodString, "many">;
|
|
35390
35396
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
@@ -35455,6 +35461,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35455
35461
|
}[];
|
|
35456
35462
|
access_method_ids: string[];
|
|
35457
35463
|
access_grant_key?: string | undefined;
|
|
35464
|
+
reservation_key?: string | undefined;
|
|
35458
35465
|
client_session_token?: string | undefined;
|
|
35459
35466
|
instant_key_url?: string | undefined;
|
|
35460
35467
|
customization_profile_id?: string | undefined;
|
|
@@ -35483,6 +35490,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35483
35490
|
}[];
|
|
35484
35491
|
access_method_ids: string[];
|
|
35485
35492
|
access_grant_key?: string | undefined;
|
|
35493
|
+
reservation_key?: string | undefined;
|
|
35486
35494
|
client_session_token?: string | undefined;
|
|
35487
35495
|
instant_key_url?: string | undefined;
|
|
35488
35496
|
customization_profile_id?: string | undefined;
|
|
@@ -42376,7 +42384,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42376
42384
|
} | undefined;
|
|
42377
42385
|
visionline_metadata?: {
|
|
42378
42386
|
door_name: string;
|
|
42379
|
-
door_category: "
|
|
42387
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
42380
42388
|
profiles?: {
|
|
42381
42389
|
visionline_door_profile_id: string;
|
|
42382
42390
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -42399,9 +42407,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42399
42407
|
accessibility_type: string;
|
|
42400
42408
|
} | undefined;
|
|
42401
42409
|
hotek_metadata?: {
|
|
42402
|
-
|
|
42403
|
-
|
|
42404
|
-
|
|
42410
|
+
room_number?: string | undefined;
|
|
42411
|
+
common_area_number?: string | undefined;
|
|
42412
|
+
common_area_name?: string | undefined;
|
|
42405
42413
|
} | undefined;
|
|
42406
42414
|
dormakaba_community_metadata?: {
|
|
42407
42415
|
access_point_profile: string;
|
|
@@ -42578,6 +42586,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42578
42586
|
}[];
|
|
42579
42587
|
access_method_ids: string[];
|
|
42580
42588
|
access_grant_key?: string | undefined;
|
|
42589
|
+
reservation_key?: string | undefined;
|
|
42581
42590
|
client_session_token?: string | undefined;
|
|
42582
42591
|
instant_key_url?: string | undefined;
|
|
42583
42592
|
customization_profile_id?: string | undefined;
|
|
@@ -46354,7 +46363,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46354
46363
|
} | undefined;
|
|
46355
46364
|
visionline_metadata?: {
|
|
46356
46365
|
door_name: string;
|
|
46357
|
-
door_category: "
|
|
46366
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
46358
46367
|
profiles?: {
|
|
46359
46368
|
visionline_door_profile_id: string;
|
|
46360
46369
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -46377,9 +46386,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46377
46386
|
accessibility_type: string;
|
|
46378
46387
|
} | undefined;
|
|
46379
46388
|
hotek_metadata?: {
|
|
46380
|
-
|
|
46381
|
-
|
|
46382
|
-
|
|
46389
|
+
room_number?: string | undefined;
|
|
46390
|
+
common_area_number?: string | undefined;
|
|
46391
|
+
common_area_name?: string | undefined;
|
|
46383
46392
|
} | undefined;
|
|
46384
46393
|
dormakaba_community_metadata?: {
|
|
46385
46394
|
access_point_profile: string;
|
|
@@ -46556,6 +46565,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46556
46565
|
}[];
|
|
46557
46566
|
access_method_ids: string[];
|
|
46558
46567
|
access_grant_key?: string | undefined;
|
|
46568
|
+
reservation_key?: string | undefined;
|
|
46559
46569
|
client_session_token?: string | undefined;
|
|
46560
46570
|
instant_key_url?: string | undefined;
|
|
46561
46571
|
customization_profile_id?: string | undefined;
|
|
@@ -54044,17 +54054,17 @@ export declare const batch: z.ZodObject<{
|
|
|
54044
54054
|
accessibility_type: string;
|
|
54045
54055
|
}>>;
|
|
54046
54056
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
54047
|
-
room_number: z.ZodString
|
|
54048
|
-
|
|
54049
|
-
|
|
54057
|
+
room_number: z.ZodOptional<z.ZodString>;
|
|
54058
|
+
common_area_number: z.ZodOptional<z.ZodString>;
|
|
54059
|
+
common_area_name: z.ZodOptional<z.ZodString>;
|
|
54050
54060
|
}, "strip", z.ZodTypeAny, {
|
|
54051
|
-
|
|
54052
|
-
|
|
54053
|
-
|
|
54061
|
+
room_number?: string | undefined;
|
|
54062
|
+
common_area_number?: string | undefined;
|
|
54063
|
+
common_area_name?: string | undefined;
|
|
54054
54064
|
}, {
|
|
54055
|
-
|
|
54056
|
-
|
|
54057
|
-
|
|
54065
|
+
room_number?: string | undefined;
|
|
54066
|
+
common_area_number?: string | undefined;
|
|
54067
|
+
common_area_name?: string | undefined;
|
|
54058
54068
|
}>>;
|
|
54059
54069
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
54060
54070
|
door_name: z.ZodString;
|
|
@@ -54071,14 +54081,14 @@ export declare const batch: z.ZodObject<{
|
|
|
54071
54081
|
}>, "many">>;
|
|
54072
54082
|
}, "strip", z.ZodTypeAny, {
|
|
54073
54083
|
door_name: string;
|
|
54074
|
-
door_category: "
|
|
54084
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
54075
54085
|
profiles?: {
|
|
54076
54086
|
visionline_door_profile_id: string;
|
|
54077
54087
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
54078
54088
|
}[] | undefined;
|
|
54079
54089
|
}, {
|
|
54080
54090
|
door_name: string;
|
|
54081
|
-
door_category: "
|
|
54091
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
54082
54092
|
profiles?: {
|
|
54083
54093
|
visionline_door_profile_id: string;
|
|
54084
54094
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -54194,7 +54204,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54194
54204
|
} | undefined;
|
|
54195
54205
|
visionline_metadata?: {
|
|
54196
54206
|
door_name: string;
|
|
54197
|
-
door_category: "
|
|
54207
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
54198
54208
|
profiles?: {
|
|
54199
54209
|
visionline_door_profile_id: string;
|
|
54200
54210
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -54217,9 +54227,9 @@ export declare const batch: z.ZodObject<{
|
|
|
54217
54227
|
accessibility_type: string;
|
|
54218
54228
|
} | undefined;
|
|
54219
54229
|
hotek_metadata?: {
|
|
54220
|
-
|
|
54221
|
-
|
|
54222
|
-
|
|
54230
|
+
room_number?: string | undefined;
|
|
54231
|
+
common_area_number?: string | undefined;
|
|
54232
|
+
common_area_name?: string | undefined;
|
|
54223
54233
|
} | undefined;
|
|
54224
54234
|
dormakaba_community_metadata?: {
|
|
54225
54235
|
access_point_profile: string;
|
|
@@ -54258,7 +54268,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54258
54268
|
} | undefined;
|
|
54259
54269
|
visionline_metadata?: {
|
|
54260
54270
|
door_name: string;
|
|
54261
|
-
door_category: "
|
|
54271
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
54262
54272
|
profiles?: {
|
|
54263
54273
|
visionline_door_profile_id: string;
|
|
54264
54274
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -54281,9 +54291,9 @@ export declare const batch: z.ZodObject<{
|
|
|
54281
54291
|
accessibility_type: string;
|
|
54282
54292
|
} | undefined;
|
|
54283
54293
|
hotek_metadata?: {
|
|
54284
|
-
|
|
54285
|
-
|
|
54286
|
-
|
|
54294
|
+
room_number?: string | undefined;
|
|
54295
|
+
common_area_number?: string | undefined;
|
|
54296
|
+
common_area_name?: string | undefined;
|
|
54287
54297
|
} | undefined;
|
|
54288
54298
|
dormakaba_community_metadata?: {
|
|
54289
54299
|
access_point_profile: string;
|
|
@@ -64098,6 +64108,7 @@ export declare const batch: z.ZodObject<{
|
|
|
64098
64108
|
workspace_id: z.ZodString;
|
|
64099
64109
|
access_grant_id: z.ZodString;
|
|
64100
64110
|
access_grant_key: z.ZodOptional<z.ZodString>;
|
|
64111
|
+
reservation_key: z.ZodOptional<z.ZodString>;
|
|
64101
64112
|
user_identity_id: z.ZodString;
|
|
64102
64113
|
location_ids: z.ZodArray<z.ZodString, "many">;
|
|
64103
64114
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
@@ -64168,6 +64179,7 @@ export declare const batch: z.ZodObject<{
|
|
|
64168
64179
|
}[];
|
|
64169
64180
|
access_method_ids: string[];
|
|
64170
64181
|
access_grant_key?: string | undefined;
|
|
64182
|
+
reservation_key?: string | undefined;
|
|
64171
64183
|
client_session_token?: string | undefined;
|
|
64172
64184
|
instant_key_url?: string | undefined;
|
|
64173
64185
|
customization_profile_id?: string | undefined;
|
|
@@ -64196,6 +64208,7 @@ export declare const batch: z.ZodObject<{
|
|
|
64196
64208
|
}[];
|
|
64197
64209
|
access_method_ids: string[];
|
|
64198
64210
|
access_grant_key?: string | undefined;
|
|
64211
|
+
reservation_key?: string | undefined;
|
|
64199
64212
|
client_session_token?: string | undefined;
|
|
64200
64213
|
instant_key_url?: string | undefined;
|
|
64201
64214
|
customization_profile_id?: string | undefined;
|
|
@@ -71089,7 +71102,7 @@ export declare const batch: z.ZodObject<{
|
|
|
71089
71102
|
} | undefined;
|
|
71090
71103
|
visionline_metadata?: {
|
|
71091
71104
|
door_name: string;
|
|
71092
|
-
door_category: "
|
|
71105
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
71093
71106
|
profiles?: {
|
|
71094
71107
|
visionline_door_profile_id: string;
|
|
71095
71108
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -71112,9 +71125,9 @@ export declare const batch: z.ZodObject<{
|
|
|
71112
71125
|
accessibility_type: string;
|
|
71113
71126
|
} | undefined;
|
|
71114
71127
|
hotek_metadata?: {
|
|
71115
|
-
|
|
71116
|
-
|
|
71117
|
-
|
|
71128
|
+
room_number?: string | undefined;
|
|
71129
|
+
common_area_number?: string | undefined;
|
|
71130
|
+
common_area_name?: string | undefined;
|
|
71118
71131
|
} | undefined;
|
|
71119
71132
|
dormakaba_community_metadata?: {
|
|
71120
71133
|
access_point_profile: string;
|
|
@@ -71222,6 +71235,7 @@ export declare const batch: z.ZodObject<{
|
|
|
71222
71235
|
}[];
|
|
71223
71236
|
access_method_ids: string[];
|
|
71224
71237
|
access_grant_key?: string | undefined;
|
|
71238
|
+
reservation_key?: string | undefined;
|
|
71225
71239
|
client_session_token?: string | undefined;
|
|
71226
71240
|
instant_key_url?: string | undefined;
|
|
71227
71241
|
customization_profile_id?: string | undefined;
|
|
@@ -74998,7 +75012,7 @@ export declare const batch: z.ZodObject<{
|
|
|
74998
75012
|
} | undefined;
|
|
74999
75013
|
visionline_metadata?: {
|
|
75000
75014
|
door_name: string;
|
|
75001
|
-
door_category: "
|
|
75015
|
+
door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
|
|
75002
75016
|
profiles?: {
|
|
75003
75017
|
visionline_door_profile_id: string;
|
|
75004
75018
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -75021,9 +75035,9 @@ export declare const batch: z.ZodObject<{
|
|
|
75021
75035
|
accessibility_type: string;
|
|
75022
75036
|
} | undefined;
|
|
75023
75037
|
hotek_metadata?: {
|
|
75024
|
-
|
|
75025
|
-
|
|
75026
|
-
|
|
75038
|
+
room_number?: string | undefined;
|
|
75039
|
+
common_area_number?: string | undefined;
|
|
75040
|
+
common_area_name?: string | undefined;
|
|
75027
75041
|
} | undefined;
|
|
75028
75042
|
dormakaba_community_metadata?: {
|
|
75029
75043
|
access_point_profile: string;
|
|
@@ -75131,6 +75145,7 @@ export declare const batch: z.ZodObject<{
|
|
|
75131
75145
|
}[];
|
|
75132
75146
|
access_method_ids: string[];
|
|
75133
75147
|
access_grant_key?: string | undefined;
|
|
75148
|
+
reservation_key?: string | undefined;
|
|
75134
75149
|
client_session_token?: string | undefined;
|
|
75135
75150
|
instant_key_url?: string | undefined;
|
|
75136
75151
|
customization_profile_id?: string | undefined;
|