@seamapi/types 1.606.0 → 1.607.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 +11 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +36 -0
- package/dist/index.cjs +11 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +25 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +16 -0
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +10 -0
- package/src/lib/seam/connect/route-types.ts +20 -0
|
@@ -3,14 +3,17 @@ export declare const acs_entrance_capability_flags: z.ZodObject<{
|
|
|
3
3
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
4
4
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
5
5
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
6
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
can_unlock_with_code?: boolean | undefined;
|
|
8
9
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
9
10
|
can_unlock_with_card?: boolean | undefined;
|
|
11
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
10
12
|
}, {
|
|
11
13
|
can_unlock_with_code?: boolean | undefined;
|
|
12
14
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
13
15
|
can_unlock_with_card?: boolean | undefined;
|
|
16
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
14
17
|
}>;
|
|
15
18
|
export declare const acs_entrance: z.ZodObject<{
|
|
16
19
|
acs_system_id: z.ZodString;
|
|
@@ -173,6 +176,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
173
176
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
174
177
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
175
178
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
179
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
176
180
|
}, "strip", z.ZodTypeAny, {
|
|
177
181
|
display_name: string;
|
|
178
182
|
created_at: string;
|
|
@@ -212,6 +216,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
212
216
|
can_unlock_with_code?: boolean | undefined;
|
|
213
217
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
214
218
|
can_unlock_with_card?: boolean | undefined;
|
|
219
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
215
220
|
latch_metadata?: {
|
|
216
221
|
door_name: string;
|
|
217
222
|
is_connected: boolean;
|
|
@@ -276,6 +281,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
276
281
|
can_unlock_with_code?: boolean | undefined;
|
|
277
282
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
278
283
|
can_unlock_with_card?: boolean | undefined;
|
|
284
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
279
285
|
latch_metadata?: {
|
|
280
286
|
door_name: string;
|
|
281
287
|
is_connected: boolean;
|
|
@@ -15,6 +15,10 @@ export const acs_entrance_capability_flags = z.object({
|
|
|
15
15
|
.boolean()
|
|
16
16
|
.optional()
|
|
17
17
|
.describe('Indicates whether the ACS entrance can be unlocked with pin codes.'),
|
|
18
|
+
can_belong_to_reservation: z
|
|
19
|
+
.boolean()
|
|
20
|
+
.optional()
|
|
21
|
+
.describe('Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.'),
|
|
18
22
|
});
|
|
19
23
|
export const acs_entrance = z
|
|
20
24
|
.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,wCAAwC,EAAE,MAAM,kCAAkC,CAAA;AAC3F,OAAO,EACL,uCAAuC,EACvC,yCAAyC,EACzC,2BAA2B,EAC3B,2BAA2B,EAC3B,8BAA8B,EAC9B,gCAAgC,GACjC,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,iCAAiC,EAAE,MAAM,2BAA2B,CAAA;AAE7E,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,MAAM,CAAC;IACpD,0BAA0B,EAAE,CAAC;SAC1B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,iFAAiF,CAClF;IACH,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,2EAA2E,CAC5E;IACH,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,oEAAoE,CACrE;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC;KAC1B,MAAM,CAAC;IACN,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,yNAAyN,CAC1N;IACH,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,iHAAiH,CAClH;IACH,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,4CAA4C,CAAC;IACzD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,8IAA8I,CAC/I;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,QAAQ,CACP,4HAA4H,CAC7H;IACH,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,mPAAmP,CACpP;IACH,MAAM,EAAE,CAAC;SACN,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC;aACV,MAAM,EAAE;aACR,QAAQ,CACP,oGAAoG,CACrG;QACH,OAAO,EAAE,CAAC;aACP,MAAM,EAAE;aACR,QAAQ,CACP,wGAAwG,CACzG;KACJ,CAAC,CACH;SACA,QAAQ,CACP,kIAAkI,CACnI;IACH,cAAc,EAAE,2BAA2B;SACxC,QAAQ,EAAE;SACV,QAAQ,CACP,mJAAmJ,CACpJ;IACH,cAAc,EAAE,2BAA2B;SACxC,QAAQ,EAAE;SACV,QAAQ,CACP,mJAAmJ,CACpJ;IACH,mBAAmB,EAAE,gCAAgC;SAClD,QAAQ,EAAE;SACV,QAAQ,CACP,wJAAwJ,CACzJ;IACH,iBAAiB,EAAE,8BAA8B;SAC9C,QAAQ,EAAE;SACV,QAAQ,CACP,sJAAsJ,CACvJ;IACH,4BAA4B,EAAE,yCAAyC;SACpE,QAAQ,EAAE;SACV,QAAQ,CACP,iKAAiK,CAClK;IACH,0BAA0B,EAAE,uCAAuC;SAChE,QAAQ,EAAE;SACV,QAAQ,CACP,+JAA+J,CAChK;IACH,oBAAoB,EAAE,iCAAiC;SACpD,QAAQ,EAAE;SACV,QAAQ,CACP,yJAAyJ,CAC1J;IACH,2BAA2B,EAAE,wCAAwC;SAClE,QAAQ,EAAE;SACV,QAAQ,CACP,gKAAgK,CACjK;CACJ,CAAC;KACD,KAAK,CAAC,6BAA6B,CAAC,CAAC,QAAQ,CAAC;;;;;;;CAOhD,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"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"}
|
|
@@ -4378,6 +4378,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4378
4378
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
4379
4379
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
4380
4380
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
4381
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
4381
4382
|
}, "strip", z.ZodTypeAny, {
|
|
4382
4383
|
display_name: string;
|
|
4383
4384
|
created_at: string;
|
|
@@ -4417,6 +4418,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4417
4418
|
can_unlock_with_code?: boolean | undefined;
|
|
4418
4419
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
4419
4420
|
can_unlock_with_card?: boolean | undefined;
|
|
4421
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
4420
4422
|
latch_metadata?: {
|
|
4421
4423
|
door_name: string;
|
|
4422
4424
|
is_connected: boolean;
|
|
@@ -4481,6 +4483,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4481
4483
|
can_unlock_with_code?: boolean | undefined;
|
|
4482
4484
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
4483
4485
|
can_unlock_with_card?: boolean | undefined;
|
|
4486
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
4484
4487
|
latch_metadata?: {
|
|
4485
4488
|
door_name: string;
|
|
4486
4489
|
is_connected: boolean;
|
|
@@ -5889,6 +5892,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5889
5892
|
can_unlock_with_code?: boolean | undefined;
|
|
5890
5893
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
5891
5894
|
can_unlock_with_card?: boolean | undefined;
|
|
5895
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
5892
5896
|
latch_metadata?: {
|
|
5893
5897
|
door_name: string;
|
|
5894
5898
|
is_connected: boolean;
|
|
@@ -6767,6 +6771,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6767
6771
|
can_unlock_with_code?: boolean | undefined;
|
|
6768
6772
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
6769
6773
|
can_unlock_with_card?: boolean | undefined;
|
|
6774
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
6770
6775
|
latch_metadata?: {
|
|
6771
6776
|
door_name: string;
|
|
6772
6777
|
is_connected: boolean;
|
|
@@ -11308,6 +11313,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11308
11313
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
11309
11314
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
11310
11315
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
11316
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
11311
11317
|
}, "strip", z.ZodTypeAny, {
|
|
11312
11318
|
display_name: string;
|
|
11313
11319
|
created_at: string;
|
|
@@ -11347,6 +11353,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11347
11353
|
can_unlock_with_code?: boolean | undefined;
|
|
11348
11354
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
11349
11355
|
can_unlock_with_card?: boolean | undefined;
|
|
11356
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
11350
11357
|
latch_metadata?: {
|
|
11351
11358
|
door_name: string;
|
|
11352
11359
|
is_connected: boolean;
|
|
@@ -11411,6 +11418,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11411
11418
|
can_unlock_with_code?: boolean | undefined;
|
|
11412
11419
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
11413
11420
|
can_unlock_with_card?: boolean | undefined;
|
|
11421
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
11414
11422
|
latch_metadata?: {
|
|
11415
11423
|
door_name: string;
|
|
11416
11424
|
is_connected: boolean;
|
|
@@ -12994,6 +13002,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12994
13002
|
can_unlock_with_code?: boolean | undefined;
|
|
12995
13003
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
12996
13004
|
can_unlock_with_card?: boolean | undefined;
|
|
13005
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
12997
13006
|
latch_metadata?: {
|
|
12998
13007
|
door_name: string;
|
|
12999
13008
|
is_connected: boolean;
|
|
@@ -13918,6 +13927,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13918
13927
|
can_unlock_with_code?: boolean | undefined;
|
|
13919
13928
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
13920
13929
|
can_unlock_with_card?: boolean | undefined;
|
|
13930
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
13921
13931
|
latch_metadata?: {
|
|
13922
13932
|
door_name: string;
|
|
13923
13933
|
is_connected: boolean;
|
|
@@ -18505,6 +18515,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18505
18515
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
18506
18516
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
18507
18517
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
18518
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
18508
18519
|
}, "strip", z.ZodTypeAny, {
|
|
18509
18520
|
display_name: string;
|
|
18510
18521
|
created_at: string;
|
|
@@ -18544,6 +18555,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18544
18555
|
can_unlock_with_code?: boolean | undefined;
|
|
18545
18556
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
18546
18557
|
can_unlock_with_card?: boolean | undefined;
|
|
18558
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
18547
18559
|
latch_metadata?: {
|
|
18548
18560
|
door_name: string;
|
|
18549
18561
|
is_connected: boolean;
|
|
@@ -18608,6 +18620,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18608
18620
|
can_unlock_with_code?: boolean | undefined;
|
|
18609
18621
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
18610
18622
|
can_unlock_with_card?: boolean | undefined;
|
|
18623
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
18611
18624
|
latch_metadata?: {
|
|
18612
18625
|
door_name: string;
|
|
18613
18626
|
is_connected: boolean;
|
|
@@ -19615,6 +19628,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19615
19628
|
can_unlock_with_code?: boolean | undefined;
|
|
19616
19629
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
19617
19630
|
can_unlock_with_card?: boolean | undefined;
|
|
19631
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
19618
19632
|
latch_metadata?: {
|
|
19619
19633
|
door_name: string;
|
|
19620
19634
|
is_connected: boolean;
|
|
@@ -20436,6 +20450,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
20436
20450
|
can_unlock_with_code?: boolean | undefined;
|
|
20437
20451
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
20438
20452
|
can_unlock_with_card?: boolean | undefined;
|
|
20453
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
20439
20454
|
latch_metadata?: {
|
|
20440
20455
|
door_name: string;
|
|
20441
20456
|
is_connected: boolean;
|
|
@@ -25091,6 +25106,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25091
25106
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
25092
25107
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
25093
25108
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
25109
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
25094
25110
|
}, "strip", z.ZodTypeAny, {
|
|
25095
25111
|
display_name: string;
|
|
25096
25112
|
created_at: string;
|
|
@@ -25130,6 +25146,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25130
25146
|
can_unlock_with_code?: boolean | undefined;
|
|
25131
25147
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
25132
25148
|
can_unlock_with_card?: boolean | undefined;
|
|
25149
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
25133
25150
|
latch_metadata?: {
|
|
25134
25151
|
door_name: string;
|
|
25135
25152
|
is_connected: boolean;
|
|
@@ -25194,6 +25211,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25194
25211
|
can_unlock_with_code?: boolean | undefined;
|
|
25195
25212
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
25196
25213
|
can_unlock_with_card?: boolean | undefined;
|
|
25214
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
25197
25215
|
latch_metadata?: {
|
|
25198
25216
|
door_name: string;
|
|
25199
25217
|
is_connected: boolean;
|
|
@@ -42400,6 +42418,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42400
42418
|
can_unlock_with_code?: boolean | undefined;
|
|
42401
42419
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
42402
42420
|
can_unlock_with_card?: boolean | undefined;
|
|
42421
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
42403
42422
|
latch_metadata?: {
|
|
42404
42423
|
door_name: string;
|
|
42405
42424
|
is_connected: boolean;
|
|
@@ -46379,6 +46398,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46379
46398
|
can_unlock_with_code?: boolean | undefined;
|
|
46380
46399
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
46381
46400
|
can_unlock_with_card?: boolean | undefined;
|
|
46401
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
46382
46402
|
latch_metadata?: {
|
|
46383
46403
|
door_name: string;
|
|
46384
46404
|
is_connected: boolean;
|
|
@@ -54181,6 +54201,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54181
54201
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
54182
54202
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
54183
54203
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
54204
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
54184
54205
|
}, "strip", z.ZodTypeAny, {
|
|
54185
54206
|
display_name: string;
|
|
54186
54207
|
created_at: string;
|
|
@@ -54220,6 +54241,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54220
54241
|
can_unlock_with_code?: boolean | undefined;
|
|
54221
54242
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
54222
54243
|
can_unlock_with_card?: boolean | undefined;
|
|
54244
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
54223
54245
|
latch_metadata?: {
|
|
54224
54246
|
door_name: string;
|
|
54225
54247
|
is_connected: boolean;
|
|
@@ -54284,6 +54306,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54284
54306
|
can_unlock_with_code?: boolean | undefined;
|
|
54285
54307
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
54286
54308
|
can_unlock_with_card?: boolean | undefined;
|
|
54309
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
54287
54310
|
latch_metadata?: {
|
|
54288
54311
|
door_name: string;
|
|
54289
54312
|
is_connected: boolean;
|
|
@@ -71118,6 +71141,7 @@ export declare const batch: z.ZodObject<{
|
|
|
71118
71141
|
can_unlock_with_code?: boolean | undefined;
|
|
71119
71142
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
71120
71143
|
can_unlock_with_card?: boolean | undefined;
|
|
71144
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
71121
71145
|
latch_metadata?: {
|
|
71122
71146
|
door_name: string;
|
|
71123
71147
|
is_connected: boolean;
|
|
@@ -75028,6 +75052,7 @@ export declare const batch: z.ZodObject<{
|
|
|
75028
75052
|
can_unlock_with_code?: boolean | undefined;
|
|
75029
75053
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
75030
75054
|
can_unlock_with_card?: boolean | undefined;
|
|
75055
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
75031
75056
|
latch_metadata?: {
|
|
75032
75057
|
door_name: string;
|
|
75033
75058
|
is_connected: boolean;
|
|
@@ -344,6 +344,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
344
344
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
345
345
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
346
346
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
347
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
347
348
|
}, "strip", z.ZodTypeAny, {
|
|
348
349
|
display_name: string;
|
|
349
350
|
created_at: string;
|
|
@@ -383,6 +384,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
383
384
|
can_unlock_with_code?: boolean | undefined;
|
|
384
385
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
385
386
|
can_unlock_with_card?: boolean | undefined;
|
|
387
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
386
388
|
latch_metadata?: {
|
|
387
389
|
door_name: string;
|
|
388
390
|
is_connected: boolean;
|
|
@@ -447,6 +449,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
447
449
|
can_unlock_with_code?: boolean | undefined;
|
|
448
450
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
449
451
|
can_unlock_with_card?: boolean | undefined;
|
|
452
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
450
453
|
latch_metadata?: {
|
|
451
454
|
door_name: string;
|
|
452
455
|
is_connected: boolean;
|
|
@@ -550,6 +553,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
550
553
|
can_unlock_with_code?: boolean | undefined;
|
|
551
554
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
552
555
|
can_unlock_with_card?: boolean | undefined;
|
|
556
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
553
557
|
latch_metadata?: {
|
|
554
558
|
door_name: string;
|
|
555
559
|
is_connected: boolean;
|
|
@@ -687,6 +691,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
687
691
|
can_unlock_with_code?: boolean | undefined;
|
|
688
692
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
689
693
|
can_unlock_with_card?: boolean | undefined;
|
|
694
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
690
695
|
latch_metadata?: {
|
|
691
696
|
door_name: string;
|
|
692
697
|
is_connected: boolean;
|
|
@@ -826,6 +831,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
826
831
|
can_unlock_with_code?: boolean | undefined;
|
|
827
832
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
828
833
|
can_unlock_with_card?: boolean | undefined;
|
|
834
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
829
835
|
latch_metadata?: {
|
|
830
836
|
door_name: string;
|
|
831
837
|
is_connected: boolean;
|
|
@@ -971,6 +977,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
971
977
|
can_unlock_with_code?: boolean | undefined;
|
|
972
978
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
973
979
|
can_unlock_with_card?: boolean | undefined;
|
|
980
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
974
981
|
latch_metadata?: {
|
|
975
982
|
door_name: string;
|
|
976
983
|
is_connected: boolean;
|
|
@@ -1385,6 +1392,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1385
1392
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
1386
1393
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
1387
1394
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
1395
|
+
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
1388
1396
|
}, "strip", z.ZodTypeAny, {
|
|
1389
1397
|
display_name: string;
|
|
1390
1398
|
created_at: string;
|
|
@@ -1424,6 +1432,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1424
1432
|
can_unlock_with_code?: boolean | undefined;
|
|
1425
1433
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1426
1434
|
can_unlock_with_card?: boolean | undefined;
|
|
1435
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
1427
1436
|
latch_metadata?: {
|
|
1428
1437
|
door_name: string;
|
|
1429
1438
|
is_connected: boolean;
|
|
@@ -1488,6 +1497,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1488
1497
|
can_unlock_with_code?: boolean | undefined;
|
|
1489
1498
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1490
1499
|
can_unlock_with_card?: boolean | undefined;
|
|
1500
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
1491
1501
|
latch_metadata?: {
|
|
1492
1502
|
door_name: string;
|
|
1493
1503
|
is_connected: boolean;
|
|
@@ -1591,6 +1601,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1591
1601
|
can_unlock_with_code?: boolean | undefined;
|
|
1592
1602
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1593
1603
|
can_unlock_with_card?: boolean | undefined;
|
|
1604
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
1594
1605
|
latch_metadata?: {
|
|
1595
1606
|
door_name: string;
|
|
1596
1607
|
is_connected: boolean;
|
|
@@ -1728,6 +1739,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1728
1739
|
can_unlock_with_code?: boolean | undefined;
|
|
1729
1740
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1730
1741
|
can_unlock_with_card?: boolean | undefined;
|
|
1742
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
1731
1743
|
latch_metadata?: {
|
|
1732
1744
|
door_name: string;
|
|
1733
1745
|
is_connected: boolean;
|
|
@@ -1867,6 +1879,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1867
1879
|
can_unlock_with_code?: boolean | undefined;
|
|
1868
1880
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1869
1881
|
can_unlock_with_card?: boolean | undefined;
|
|
1882
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
1870
1883
|
latch_metadata?: {
|
|
1871
1884
|
door_name: string;
|
|
1872
1885
|
is_connected: boolean;
|
|
@@ -2012,6 +2025,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2012
2025
|
can_unlock_with_code?: boolean | undefined;
|
|
2013
2026
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2014
2027
|
can_unlock_with_card?: boolean | undefined;
|
|
2028
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
2015
2029
|
latch_metadata?: {
|
|
2016
2030
|
door_name: string;
|
|
2017
2031
|
is_connected: boolean;
|
|
@@ -2271,6 +2285,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2271
2285
|
can_unlock_with_code?: boolean | undefined;
|
|
2272
2286
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2273
2287
|
can_unlock_with_card?: boolean | undefined;
|
|
2288
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
2274
2289
|
latch_metadata?: {
|
|
2275
2290
|
door_name: string;
|
|
2276
2291
|
is_connected: boolean;
|
|
@@ -2446,6 +2461,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2446
2461
|
can_unlock_with_code?: boolean | undefined;
|
|
2447
2462
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2448
2463
|
can_unlock_with_card?: boolean | undefined;
|
|
2464
|
+
can_belong_to_reservation?: boolean | undefined;
|
|
2449
2465
|
latch_metadata?: {
|
|
2450
2466
|
door_name: string;
|
|
2451
2467
|
is_connected: boolean;
|
|
@@ -1157,6 +1157,10 @@ declare const _default: {
|
|
|
1157
1157
|
required: string[];
|
|
1158
1158
|
type: string;
|
|
1159
1159
|
};
|
|
1160
|
+
can_belong_to_reservation: {
|
|
1161
|
+
description: string;
|
|
1162
|
+
type: string;
|
|
1163
|
+
};
|
|
1160
1164
|
can_unlock_with_card: {
|
|
1161
1165
|
description: string;
|
|
1162
1166
|
type: string;
|
|
@@ -11517,6 +11521,10 @@ declare const _default: {
|
|
|
11517
11521
|
required: string[];
|
|
11518
11522
|
type: string;
|
|
11519
11523
|
};
|
|
11524
|
+
can_belong_to_reservation: {
|
|
11525
|
+
description: string;
|
|
11526
|
+
type: string;
|
|
11527
|
+
};
|
|
11520
11528
|
can_unlock_with_card: {
|
|
11521
11529
|
description: string;
|
|
11522
11530
|
type: string;
|
|
@@ -2457,6 +2457,10 @@ export default {
|
|
|
2457
2457
|
required: ['door_type', 'door_name'],
|
|
2458
2458
|
type: 'object',
|
|
2459
2459
|
},
|
|
2460
|
+
can_belong_to_reservation: {
|
|
2461
|
+
description: 'Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.',
|
|
2462
|
+
type: 'boolean',
|
|
2463
|
+
},
|
|
2460
2464
|
can_unlock_with_card: {
|
|
2461
2465
|
description: 'Indicates whether the ACS entrance can be unlocked with card credentials.',
|
|
2462
2466
|
type: 'boolean',
|
|
@@ -17884,6 +17888,10 @@ export default {
|
|
|
17884
17888
|
required: ['door_type', 'door_name'],
|
|
17885
17889
|
type: 'object',
|
|
17886
17890
|
},
|
|
17891
|
+
can_belong_to_reservation: {
|
|
17892
|
+
description: 'Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.',
|
|
17893
|
+
type: 'boolean',
|
|
17894
|
+
},
|
|
17887
17895
|
can_unlock_with_card: {
|
|
17888
17896
|
description: 'Indicates whether the ACS entrance can be unlocked with card credentials.',
|
|
17889
17897
|
type: 'boolean',
|