@seamapi/types 1.155.0 → 1.156.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 +13 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +44 -8
- 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 +12 -0
- package/lib/seam/connect/openapi.js +13 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +32 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +13 -0
- package/src/lib/seam/connect/route-types.ts +32 -0
package/dist/connect.d.cts
CHANGED
|
@@ -960,6 +960,9 @@ declare const _default: {
|
|
|
960
960
|
};
|
|
961
961
|
device: {
|
|
962
962
|
properties: {
|
|
963
|
+
can_program_offline_access_codes: {
|
|
964
|
+
type: string;
|
|
965
|
+
};
|
|
963
966
|
can_program_online_access_codes: {
|
|
964
967
|
type: string;
|
|
965
968
|
};
|
|
@@ -1331,6 +1334,9 @@ declare const _default: {
|
|
|
1331
1334
|
door_id: {
|
|
1332
1335
|
type: string;
|
|
1333
1336
|
};
|
|
1337
|
+
door_is_wireless: {
|
|
1338
|
+
type: string;
|
|
1339
|
+
};
|
|
1334
1340
|
door_name: {
|
|
1335
1341
|
type: string;
|
|
1336
1342
|
};
|
|
@@ -2651,6 +2657,9 @@ declare const _default: {
|
|
|
2651
2657
|
};
|
|
2652
2658
|
phone: {
|
|
2653
2659
|
properties: {
|
|
2660
|
+
can_program_offline_access_codes: {
|
|
2661
|
+
type: string;
|
|
2662
|
+
};
|
|
2654
2663
|
can_program_online_access_codes: {
|
|
2655
2664
|
type: string;
|
|
2656
2665
|
};
|
|
@@ -2873,6 +2882,9 @@ declare const _default: {
|
|
|
2873
2882
|
};
|
|
2874
2883
|
unmanaged_device: {
|
|
2875
2884
|
properties: {
|
|
2885
|
+
can_program_offline_access_codes: {
|
|
2886
|
+
type: string;
|
|
2887
|
+
};
|
|
2876
2888
|
can_program_online_access_codes: {
|
|
2877
2889
|
type: string;
|
|
2878
2890
|
};
|
|
@@ -18010,6 +18022,7 @@ interface Routes {
|
|
|
18010
18022
|
door_id: number;
|
|
18011
18023
|
door_name: string;
|
|
18012
18024
|
device_id?: number | undefined;
|
|
18025
|
+
door_is_wireless: boolean;
|
|
18013
18026
|
site_id: number;
|
|
18014
18027
|
site_name: string;
|
|
18015
18028
|
iana_timezone?: string | undefined;
|
|
@@ -18272,6 +18285,7 @@ interface Routes {
|
|
|
18272
18285
|
custom_metadata: Record<string, string | boolean>;
|
|
18273
18286
|
can_remotely_unlock?: boolean | undefined;
|
|
18274
18287
|
can_remotely_lock?: boolean | undefined;
|
|
18288
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
18275
18289
|
can_program_online_access_codes?: boolean | undefined;
|
|
18276
18290
|
can_simulate_removal?: boolean | undefined;
|
|
18277
18291
|
};
|
|
@@ -18295,8 +18309,8 @@ interface Routes {
|
|
|
18295
18309
|
created_before?: Date | undefined;
|
|
18296
18310
|
user_identifier_key?: string | undefined;
|
|
18297
18311
|
custom_metadata_has?: Record<string, string | boolean> | undefined;
|
|
18298
|
-
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18299
|
-
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18312
|
+
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18313
|
+
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18300
18314
|
};
|
|
18301
18315
|
formData: {};
|
|
18302
18316
|
jsonResponse: {
|
|
@@ -18544,6 +18558,7 @@ interface Routes {
|
|
|
18544
18558
|
door_id: number;
|
|
18545
18559
|
door_name: string;
|
|
18546
18560
|
device_id?: number | undefined;
|
|
18561
|
+
door_is_wireless: boolean;
|
|
18547
18562
|
site_id: number;
|
|
18548
18563
|
site_name: string;
|
|
18549
18564
|
iana_timezone?: string | undefined;
|
|
@@ -18806,6 +18821,7 @@ interface Routes {
|
|
|
18806
18821
|
custom_metadata: Record<string, string | boolean>;
|
|
18807
18822
|
can_remotely_unlock?: boolean | undefined;
|
|
18808
18823
|
can_remotely_lock?: boolean | undefined;
|
|
18824
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
18809
18825
|
can_program_online_access_codes?: boolean | undefined;
|
|
18810
18826
|
can_simulate_removal?: boolean | undefined;
|
|
18811
18827
|
}>;
|
|
@@ -18930,6 +18946,7 @@ interface Routes {
|
|
|
18930
18946
|
};
|
|
18931
18947
|
can_remotely_unlock?: boolean | undefined;
|
|
18932
18948
|
can_remotely_lock?: boolean | undefined;
|
|
18949
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
18933
18950
|
can_program_online_access_codes?: boolean | undefined;
|
|
18934
18951
|
can_simulate_removal?: boolean | undefined;
|
|
18935
18952
|
};
|
|
@@ -18953,8 +18970,8 @@ interface Routes {
|
|
|
18953
18970
|
created_before?: Date | undefined;
|
|
18954
18971
|
user_identifier_key?: string | undefined;
|
|
18955
18972
|
custom_metadata_has?: Record<string, string | boolean> | undefined;
|
|
18956
|
-
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18957
|
-
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18973
|
+
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18974
|
+
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
18958
18975
|
};
|
|
18959
18976
|
formData: {};
|
|
18960
18977
|
jsonResponse: {
|
|
@@ -19037,6 +19054,7 @@ interface Routes {
|
|
|
19037
19054
|
};
|
|
19038
19055
|
can_remotely_unlock?: boolean | undefined;
|
|
19039
19056
|
can_remotely_lock?: boolean | undefined;
|
|
19057
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
19040
19058
|
can_program_online_access_codes?: boolean | undefined;
|
|
19041
19059
|
can_simulate_removal?: boolean | undefined;
|
|
19042
19060
|
}>;
|
|
@@ -19378,6 +19396,7 @@ interface Routes {
|
|
|
19378
19396
|
door_id: number;
|
|
19379
19397
|
door_name: string;
|
|
19380
19398
|
device_id?: number | undefined;
|
|
19399
|
+
door_is_wireless: boolean;
|
|
19381
19400
|
site_id: number;
|
|
19382
19401
|
site_name: string;
|
|
19383
19402
|
iana_timezone?: string | undefined;
|
|
@@ -19640,6 +19659,7 @@ interface Routes {
|
|
|
19640
19659
|
custom_metadata: Record<string, string | boolean>;
|
|
19641
19660
|
can_remotely_unlock?: boolean | undefined;
|
|
19642
19661
|
can_remotely_lock?: boolean | undefined;
|
|
19662
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
19643
19663
|
can_program_online_access_codes?: boolean | undefined;
|
|
19644
19664
|
can_simulate_removal?: boolean | undefined;
|
|
19645
19665
|
};
|
|
@@ -19887,6 +19907,7 @@ interface Routes {
|
|
|
19887
19907
|
door_id: number;
|
|
19888
19908
|
door_name: string;
|
|
19889
19909
|
device_id?: number | undefined;
|
|
19910
|
+
door_is_wireless: boolean;
|
|
19890
19911
|
site_id: number;
|
|
19891
19912
|
site_name: string;
|
|
19892
19913
|
iana_timezone?: string | undefined;
|
|
@@ -20149,6 +20170,7 @@ interface Routes {
|
|
|
20149
20170
|
custom_metadata: Record<string, string | boolean>;
|
|
20150
20171
|
can_remotely_unlock?: boolean | undefined;
|
|
20151
20172
|
can_remotely_lock?: boolean | undefined;
|
|
20173
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
20152
20174
|
can_program_online_access_codes?: boolean | undefined;
|
|
20153
20175
|
can_simulate_removal?: boolean | undefined;
|
|
20154
20176
|
};
|
|
@@ -20172,8 +20194,8 @@ interface Routes {
|
|
|
20172
20194
|
created_before?: Date | undefined;
|
|
20173
20195
|
user_identifier_key?: string | undefined;
|
|
20174
20196
|
custom_metadata_has?: Record<string, string | boolean> | undefined;
|
|
20175
|
-
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
20176
|
-
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
20197
|
+
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
20198
|
+
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
20177
20199
|
};
|
|
20178
20200
|
formData: {};
|
|
20179
20201
|
jsonResponse: {
|
|
@@ -20421,6 +20443,7 @@ interface Routes {
|
|
|
20421
20443
|
door_id: number;
|
|
20422
20444
|
door_name: string;
|
|
20423
20445
|
device_id?: number | undefined;
|
|
20446
|
+
door_is_wireless: boolean;
|
|
20424
20447
|
site_id: number;
|
|
20425
20448
|
site_name: string;
|
|
20426
20449
|
iana_timezone?: string | undefined;
|
|
@@ -20683,6 +20706,7 @@ interface Routes {
|
|
|
20683
20706
|
custom_metadata: Record<string, string | boolean>;
|
|
20684
20707
|
can_remotely_unlock?: boolean | undefined;
|
|
20685
20708
|
can_remotely_lock?: boolean | undefined;
|
|
20709
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
20686
20710
|
can_program_online_access_codes?: boolean | undefined;
|
|
20687
20711
|
can_simulate_removal?: boolean | undefined;
|
|
20688
20712
|
}>;
|
|
@@ -20930,6 +20954,7 @@ interface Routes {
|
|
|
20930
20954
|
door_id: number;
|
|
20931
20955
|
door_name: string;
|
|
20932
20956
|
device_id?: number | undefined;
|
|
20957
|
+
door_is_wireless: boolean;
|
|
20933
20958
|
site_id: number;
|
|
20934
20959
|
site_name: string;
|
|
20935
20960
|
iana_timezone?: string | undefined;
|
|
@@ -21192,6 +21217,7 @@ interface Routes {
|
|
|
21192
21217
|
custom_metadata: Record<string, string | boolean>;
|
|
21193
21218
|
can_remotely_unlock?: boolean | undefined;
|
|
21194
21219
|
can_remotely_lock?: boolean | undefined;
|
|
21220
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
21195
21221
|
can_program_online_access_codes?: boolean | undefined;
|
|
21196
21222
|
can_simulate_removal?: boolean | undefined;
|
|
21197
21223
|
}>;
|
|
@@ -21547,6 +21573,7 @@ interface Routes {
|
|
|
21547
21573
|
custom_metadata: Record<string, string | boolean>;
|
|
21548
21574
|
can_remotely_unlock?: boolean | undefined;
|
|
21549
21575
|
can_remotely_lock?: boolean | undefined;
|
|
21576
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
21550
21577
|
can_program_online_access_codes?: boolean | undefined;
|
|
21551
21578
|
can_simulate_removal?: boolean | undefined;
|
|
21552
21579
|
}>;
|
|
@@ -21622,6 +21649,7 @@ interface Routes {
|
|
|
21622
21649
|
custom_metadata: Record<string, string | boolean>;
|
|
21623
21650
|
can_remotely_unlock?: boolean | undefined;
|
|
21624
21651
|
can_remotely_lock?: boolean | undefined;
|
|
21652
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
21625
21653
|
can_program_online_access_codes?: boolean | undefined;
|
|
21626
21654
|
can_simulate_removal?: boolean | undefined;
|
|
21627
21655
|
};
|
|
@@ -22080,6 +22108,7 @@ interface Routes {
|
|
|
22080
22108
|
door_id: number;
|
|
22081
22109
|
door_name: string;
|
|
22082
22110
|
device_id?: number | undefined;
|
|
22111
|
+
door_is_wireless: boolean;
|
|
22083
22112
|
site_id: number;
|
|
22084
22113
|
site_name: string;
|
|
22085
22114
|
iana_timezone?: string | undefined;
|
|
@@ -22342,6 +22371,7 @@ interface Routes {
|
|
|
22342
22371
|
custom_metadata: Record<string, string | boolean>;
|
|
22343
22372
|
can_remotely_unlock?: boolean | undefined;
|
|
22344
22373
|
can_remotely_lock?: boolean | undefined;
|
|
22374
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
22345
22375
|
can_program_online_access_codes?: boolean | undefined;
|
|
22346
22376
|
can_simulate_removal?: boolean | undefined;
|
|
22347
22377
|
};
|
|
@@ -22441,8 +22471,8 @@ interface Routes {
|
|
|
22441
22471
|
created_before?: Date | undefined;
|
|
22442
22472
|
user_identifier_key?: string | undefined;
|
|
22443
22473
|
custom_metadata_has?: Record<string, string | boolean> | undefined;
|
|
22444
|
-
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
22445
|
-
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
22474
|
+
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
22475
|
+
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_simulate_removal'> | undefined;
|
|
22446
22476
|
};
|
|
22447
22477
|
formData: {};
|
|
22448
22478
|
jsonResponse: {
|
|
@@ -22690,6 +22720,7 @@ interface Routes {
|
|
|
22690
22720
|
door_id: number;
|
|
22691
22721
|
door_name: string;
|
|
22692
22722
|
device_id?: number | undefined;
|
|
22723
|
+
door_is_wireless: boolean;
|
|
22693
22724
|
site_id: number;
|
|
22694
22725
|
site_name: string;
|
|
22695
22726
|
iana_timezone?: string | undefined;
|
|
@@ -22952,6 +22983,7 @@ interface Routes {
|
|
|
22952
22983
|
custom_metadata: Record<string, string | boolean>;
|
|
22953
22984
|
can_remotely_unlock?: boolean | undefined;
|
|
22954
22985
|
can_remotely_lock?: boolean | undefined;
|
|
22986
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
22955
22987
|
can_program_online_access_codes?: boolean | undefined;
|
|
22956
22988
|
can_simulate_removal?: boolean | undefined;
|
|
22957
22989
|
}>;
|
|
@@ -23483,6 +23515,7 @@ interface Routes {
|
|
|
23483
23515
|
door_id: number;
|
|
23484
23516
|
door_name: string;
|
|
23485
23517
|
device_id?: number | undefined;
|
|
23518
|
+
door_is_wireless: boolean;
|
|
23486
23519
|
site_id: number;
|
|
23487
23520
|
site_name: string;
|
|
23488
23521
|
iana_timezone?: string | undefined;
|
|
@@ -23745,6 +23778,7 @@ interface Routes {
|
|
|
23745
23778
|
custom_metadata: Record<string, string | boolean>;
|
|
23746
23779
|
can_remotely_unlock?: boolean | undefined;
|
|
23747
23780
|
can_remotely_lock?: boolean | undefined;
|
|
23781
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
23748
23782
|
can_program_online_access_codes?: boolean | undefined;
|
|
23749
23783
|
can_simulate_removal?: boolean | undefined;
|
|
23750
23784
|
}>;
|
|
@@ -23997,6 +24031,7 @@ interface Routes {
|
|
|
23997
24031
|
door_id: number;
|
|
23998
24032
|
door_name: string;
|
|
23999
24033
|
device_id?: number | undefined;
|
|
24034
|
+
door_is_wireless: boolean;
|
|
24000
24035
|
site_id: number;
|
|
24001
24036
|
site_name: string;
|
|
24002
24037
|
iana_timezone?: string | undefined;
|
|
@@ -24259,6 +24294,7 @@ interface Routes {
|
|
|
24259
24294
|
custom_metadata: Record<string, string | boolean>;
|
|
24260
24295
|
can_remotely_unlock?: boolean | undefined;
|
|
24261
24296
|
can_remotely_lock?: boolean | undefined;
|
|
24297
|
+
can_program_offline_access_codes?: boolean | undefined;
|
|
24262
24298
|
can_program_online_access_codes?: boolean | undefined;
|
|
24263
24299
|
can_simulate_removal?: boolean | undefined;
|
|
24264
24300
|
}>;
|
|
@@ -505,6 +505,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
505
505
|
door_id: z.ZodNumber;
|
|
506
506
|
door_name: z.ZodString;
|
|
507
507
|
device_id: z.ZodOptional<z.ZodNumber>;
|
|
508
|
+
door_is_wireless: z.ZodBoolean;
|
|
508
509
|
site_id: z.ZodNumber;
|
|
509
510
|
site_name: z.ZodString;
|
|
510
511
|
iana_timezone: z.ZodOptional<z.ZodString>;
|
|
@@ -547,6 +548,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
547
548
|
site_id: number;
|
|
548
549
|
site_name: string;
|
|
549
550
|
door_id: number;
|
|
551
|
+
door_is_wireless: boolean;
|
|
550
552
|
device_id?: number | undefined;
|
|
551
553
|
iana_timezone?: string | undefined;
|
|
552
554
|
predefined_time_slots?: {
|
|
@@ -566,6 +568,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
566
568
|
site_id: number;
|
|
567
569
|
site_name: string;
|
|
568
570
|
door_id: number;
|
|
571
|
+
door_is_wireless: boolean;
|
|
569
572
|
device_id?: number | undefined;
|
|
570
573
|
iana_timezone?: string | undefined;
|
|
571
574
|
predefined_time_slots?: {
|
|
@@ -787,6 +790,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
787
790
|
site_id: number;
|
|
788
791
|
site_name: string;
|
|
789
792
|
door_id: number;
|
|
793
|
+
door_is_wireless: boolean;
|
|
790
794
|
device_id?: number | undefined;
|
|
791
795
|
iana_timezone?: string | undefined;
|
|
792
796
|
predefined_time_slots?: {
|
|
@@ -974,6 +978,7 @@ export declare const device_metadata: z.ZodObject<{
|
|
|
974
978
|
site_id: number;
|
|
975
979
|
site_name: string;
|
|
976
980
|
door_id: number;
|
|
981
|
+
door_is_wireless: boolean;
|
|
977
982
|
device_id?: number | undefined;
|
|
978
983
|
iana_timezone?: string | undefined;
|
|
979
984
|
predefined_time_slots?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-metadata.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-metadata.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"device-metadata.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-metadata.ts"],"names":[],"mappings":"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"}
|
|
@@ -866,6 +866,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
866
866
|
door_id: z.ZodNumber;
|
|
867
867
|
door_name: z.ZodString;
|
|
868
868
|
device_id: z.ZodOptional<z.ZodNumber>;
|
|
869
|
+
door_is_wireless: z.ZodBoolean;
|
|
869
870
|
site_id: z.ZodNumber;
|
|
870
871
|
site_name: z.ZodString;
|
|
871
872
|
iana_timezone: z.ZodOptional<z.ZodString>;
|
|
@@ -908,6 +909,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
908
909
|
site_id: number;
|
|
909
910
|
site_name: string;
|
|
910
911
|
door_id: number;
|
|
912
|
+
door_is_wireless: boolean;
|
|
911
913
|
device_id?: number | undefined;
|
|
912
914
|
iana_timezone?: string | undefined;
|
|
913
915
|
predefined_time_slots?: {
|
|
@@ -927,6 +929,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
927
929
|
site_id: number;
|
|
928
930
|
site_name: string;
|
|
929
931
|
door_id: number;
|
|
932
|
+
door_is_wireless: boolean;
|
|
930
933
|
device_id?: number | undefined;
|
|
931
934
|
iana_timezone?: string | undefined;
|
|
932
935
|
predefined_time_slots?: {
|
|
@@ -1148,6 +1151,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1148
1151
|
site_id: number;
|
|
1149
1152
|
site_name: string;
|
|
1150
1153
|
door_id: number;
|
|
1154
|
+
door_is_wireless: boolean;
|
|
1151
1155
|
device_id?: number | undefined;
|
|
1152
1156
|
iana_timezone?: string | undefined;
|
|
1153
1157
|
predefined_time_slots?: {
|
|
@@ -1335,6 +1339,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1335
1339
|
site_id: number;
|
|
1336
1340
|
site_name: string;
|
|
1337
1341
|
door_id: number;
|
|
1342
|
+
door_is_wireless: boolean;
|
|
1338
1343
|
device_id?: number | undefined;
|
|
1339
1344
|
iana_timezone?: string | undefined;
|
|
1340
1345
|
predefined_time_slots?: {
|
|
@@ -2404,6 +2409,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2404
2409
|
site_id: number;
|
|
2405
2410
|
site_name: string;
|
|
2406
2411
|
door_id: number;
|
|
2412
|
+
door_is_wireless: boolean;
|
|
2407
2413
|
device_id?: number | undefined;
|
|
2408
2414
|
iana_timezone?: string | undefined;
|
|
2409
2415
|
predefined_time_slots?: {
|
|
@@ -2829,6 +2835,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2829
2835
|
site_id: number;
|
|
2830
2836
|
site_name: string;
|
|
2831
2837
|
door_id: number;
|
|
2838
|
+
door_is_wireless: boolean;
|
|
2832
2839
|
device_id?: number | undefined;
|
|
2833
2840
|
iana_timezone?: string | undefined;
|
|
2834
2841
|
predefined_time_slots?: {
|
|
@@ -3283,6 +3290,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3283
3290
|
site_id: number;
|
|
3284
3291
|
site_name: string;
|
|
3285
3292
|
door_id: number;
|
|
3293
|
+
door_is_wireless: boolean;
|
|
3286
3294
|
device_id?: number | undefined;
|
|
3287
3295
|
iana_timezone?: string | undefined;
|
|
3288
3296
|
predefined_time_slots?: {
|
|
@@ -3708,6 +3716,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3708
3716
|
site_id: number;
|
|
3709
3717
|
site_name: string;
|
|
3710
3718
|
door_id: number;
|
|
3719
|
+
door_is_wireless: boolean;
|
|
3711
3720
|
device_id?: number | undefined;
|
|
3712
3721
|
iana_timezone?: string | undefined;
|
|
3713
3722
|
predefined_time_slots?: {
|
|
@@ -886,6 +886,9 @@ declare const _default: {
|
|
|
886
886
|
};
|
|
887
887
|
device: {
|
|
888
888
|
properties: {
|
|
889
|
+
can_program_offline_access_codes: {
|
|
890
|
+
type: string;
|
|
891
|
+
};
|
|
889
892
|
can_program_online_access_codes: {
|
|
890
893
|
type: string;
|
|
891
894
|
};
|
|
@@ -1257,6 +1260,9 @@ declare const _default: {
|
|
|
1257
1260
|
door_id: {
|
|
1258
1261
|
type: string;
|
|
1259
1262
|
};
|
|
1263
|
+
door_is_wireless: {
|
|
1264
|
+
type: string;
|
|
1265
|
+
};
|
|
1260
1266
|
door_name: {
|
|
1261
1267
|
type: string;
|
|
1262
1268
|
};
|
|
@@ -2577,6 +2583,9 @@ declare const _default: {
|
|
|
2577
2583
|
};
|
|
2578
2584
|
phone: {
|
|
2579
2585
|
properties: {
|
|
2586
|
+
can_program_offline_access_codes: {
|
|
2587
|
+
type: string;
|
|
2588
|
+
};
|
|
2580
2589
|
can_program_online_access_codes: {
|
|
2581
2590
|
type: string;
|
|
2582
2591
|
};
|
|
@@ -2799,6 +2808,9 @@ declare const _default: {
|
|
|
2799
2808
|
};
|
|
2800
2809
|
unmanaged_device: {
|
|
2801
2810
|
properties: {
|
|
2811
|
+
can_program_offline_access_codes: {
|
|
2812
|
+
type: string;
|
|
2813
|
+
};
|
|
2802
2814
|
can_program_online_access_codes: {
|
|
2803
2815
|
type: string;
|
|
2804
2816
|
};
|
|
@@ -691,6 +691,7 @@ export default {
|
|
|
691
691
|
},
|
|
692
692
|
device: {
|
|
693
693
|
properties: {
|
|
694
|
+
can_program_offline_access_codes: { type: 'boolean' },
|
|
694
695
|
can_program_online_access_codes: { type: 'boolean' },
|
|
695
696
|
can_remotely_lock: { type: 'boolean' },
|
|
696
697
|
can_remotely_unlock: { type: 'boolean' },
|
|
@@ -1047,6 +1048,7 @@ export default {
|
|
|
1047
1048
|
properties: {
|
|
1048
1049
|
device_id: { type: 'number' },
|
|
1049
1050
|
door_id: { type: 'number' },
|
|
1051
|
+
door_is_wireless: { type: 'boolean' },
|
|
1050
1052
|
door_name: { type: 'string' },
|
|
1051
1053
|
iana_timezone: { type: 'string' },
|
|
1052
1054
|
predefined_time_slots: {
|
|
@@ -1090,6 +1092,7 @@ export default {
|
|
|
1090
1092
|
required: [
|
|
1091
1093
|
'door_id',
|
|
1092
1094
|
'door_name',
|
|
1095
|
+
'door_is_wireless',
|
|
1093
1096
|
'site_id',
|
|
1094
1097
|
'site_name',
|
|
1095
1098
|
],
|
|
@@ -2062,6 +2065,7 @@ export default {
|
|
|
2062
2065
|
},
|
|
2063
2066
|
phone: {
|
|
2064
2067
|
properties: {
|
|
2068
|
+
can_program_offline_access_codes: { type: 'boolean' },
|
|
2065
2069
|
can_program_online_access_codes: { type: 'boolean' },
|
|
2066
2070
|
can_remotely_lock: { type: 'boolean' },
|
|
2067
2071
|
can_remotely_unlock: { type: 'boolean' },
|
|
@@ -2273,6 +2277,7 @@ export default {
|
|
|
2273
2277
|
},
|
|
2274
2278
|
unmanaged_device: {
|
|
2275
2279
|
properties: {
|
|
2280
|
+
can_program_offline_access_codes: { type: 'boolean' },
|
|
2276
2281
|
can_program_online_access_codes: { type: 'boolean' },
|
|
2277
2282
|
can_remotely_lock: { type: 'boolean' },
|
|
2278
2283
|
can_remotely_unlock: { type: 'boolean' },
|
|
@@ -6973,6 +6978,7 @@ export default {
|
|
|
6973
6978
|
enum: [
|
|
6974
6979
|
'can_remotely_unlock',
|
|
6975
6980
|
'can_remotely_lock',
|
|
6981
|
+
'can_program_offline_access_codes',
|
|
6976
6982
|
'can_program_online_access_codes',
|
|
6977
6983
|
'can_simulate_removal',
|
|
6978
6984
|
],
|
|
@@ -6985,6 +6991,7 @@ export default {
|
|
|
6985
6991
|
enum: [
|
|
6986
6992
|
'can_remotely_unlock',
|
|
6987
6993
|
'can_remotely_lock',
|
|
6994
|
+
'can_program_offline_access_codes',
|
|
6988
6995
|
'can_program_online_access_codes',
|
|
6989
6996
|
'can_simulate_removal',
|
|
6990
6997
|
],
|
|
@@ -7361,6 +7368,7 @@ export default {
|
|
|
7361
7368
|
enum: [
|
|
7362
7369
|
'can_remotely_unlock',
|
|
7363
7370
|
'can_remotely_lock',
|
|
7371
|
+
'can_program_offline_access_codes',
|
|
7364
7372
|
'can_program_online_access_codes',
|
|
7365
7373
|
'can_simulate_removal',
|
|
7366
7374
|
],
|
|
@@ -7373,6 +7381,7 @@ export default {
|
|
|
7373
7381
|
enum: [
|
|
7374
7382
|
'can_remotely_unlock',
|
|
7375
7383
|
'can_remotely_lock',
|
|
7384
|
+
'can_program_offline_access_codes',
|
|
7376
7385
|
'can_program_online_access_codes',
|
|
7377
7386
|
'can_simulate_removal',
|
|
7378
7387
|
],
|
|
@@ -8088,6 +8097,7 @@ export default {
|
|
|
8088
8097
|
enum: [
|
|
8089
8098
|
'can_remotely_unlock',
|
|
8090
8099
|
'can_remotely_lock',
|
|
8100
|
+
'can_program_offline_access_codes',
|
|
8091
8101
|
'can_program_online_access_codes',
|
|
8092
8102
|
'can_simulate_removal',
|
|
8093
8103
|
],
|
|
@@ -8100,6 +8110,7 @@ export default {
|
|
|
8100
8110
|
enum: [
|
|
8101
8111
|
'can_remotely_unlock',
|
|
8102
8112
|
'can_remotely_lock',
|
|
8113
|
+
'can_program_offline_access_codes',
|
|
8103
8114
|
'can_program_online_access_codes',
|
|
8104
8115
|
'can_simulate_removal',
|
|
8105
8116
|
],
|
|
@@ -9789,6 +9800,7 @@ export default {
|
|
|
9789
9800
|
enum: [
|
|
9790
9801
|
'can_remotely_unlock',
|
|
9791
9802
|
'can_remotely_lock',
|
|
9803
|
+
'can_program_offline_access_codes',
|
|
9792
9804
|
'can_program_online_access_codes',
|
|
9793
9805
|
'can_simulate_removal',
|
|
9794
9806
|
],
|
|
@@ -9801,6 +9813,7 @@ export default {
|
|
|
9801
9813
|
enum: [
|
|
9802
9814
|
'can_remotely_unlock',
|
|
9803
9815
|
'can_remotely_lock',
|
|
9816
|
+
'can_program_offline_access_codes',
|
|
9804
9817
|
'can_program_online_access_codes',
|
|
9805
9818
|
'can_simulate_removal',
|
|
9806
9819
|
],
|