@seamapi/types 1.425.0 → 1.426.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 +59 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +73 -12
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +4 -4
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -0
- package/lib/seam/connect/models/devices/device.d.ts +6 -0
- package/lib/seam/connect/models/devices/device.js +1 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +4 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +33 -0
- package/lib/seam/connect/openapi.js +37 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +28 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +39 -0
- package/src/lib/seam/connect/route-types.ts +28 -0
|
@@ -348,9 +348,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
348
348
|
stand_open?: boolean | undefined;
|
|
349
349
|
pms_id?: string | undefined;
|
|
350
350
|
} | undefined;
|
|
351
|
+
can_unlock_with_code?: boolean | undefined;
|
|
351
352
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
352
353
|
can_unlock_with_card?: boolean | undefined;
|
|
353
|
-
can_unlock_with_code?: boolean | undefined;
|
|
354
354
|
latch_metadata?: {
|
|
355
355
|
door_name: string;
|
|
356
356
|
is_connected: boolean;
|
|
@@ -400,9 +400,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
400
400
|
stand_open?: boolean | undefined;
|
|
401
401
|
pms_id?: string | undefined;
|
|
402
402
|
} | undefined;
|
|
403
|
+
can_unlock_with_code?: boolean | undefined;
|
|
403
404
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
404
405
|
can_unlock_with_card?: boolean | undefined;
|
|
405
|
-
can_unlock_with_code?: boolean | undefined;
|
|
406
406
|
latch_metadata?: {
|
|
407
407
|
door_name: string;
|
|
408
408
|
is_connected: boolean;
|
|
@@ -491,9 +491,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
491
491
|
stand_open?: boolean | undefined;
|
|
492
492
|
pms_id?: string | undefined;
|
|
493
493
|
} | undefined;
|
|
494
|
+
can_unlock_with_code?: boolean | undefined;
|
|
494
495
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
495
496
|
can_unlock_with_card?: boolean | undefined;
|
|
496
|
-
can_unlock_with_code?: boolean | undefined;
|
|
497
497
|
latch_metadata?: {
|
|
498
498
|
door_name: string;
|
|
499
499
|
is_connected: boolean;
|
|
@@ -615,9 +615,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
615
615
|
stand_open?: boolean | undefined;
|
|
616
616
|
pms_id?: string | undefined;
|
|
617
617
|
} | undefined;
|
|
618
|
+
can_unlock_with_code?: boolean | undefined;
|
|
618
619
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
619
620
|
can_unlock_with_card?: boolean | undefined;
|
|
620
|
-
can_unlock_with_code?: boolean | undefined;
|
|
621
621
|
latch_metadata?: {
|
|
622
622
|
door_name: string;
|
|
623
623
|
is_connected: boolean;
|
|
@@ -747,9 +747,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
747
747
|
stand_open?: boolean | undefined;
|
|
748
748
|
pms_id?: string | undefined;
|
|
749
749
|
} | undefined;
|
|
750
|
+
can_unlock_with_code?: boolean | undefined;
|
|
750
751
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
751
752
|
can_unlock_with_card?: boolean | undefined;
|
|
752
|
-
can_unlock_with_code?: boolean | undefined;
|
|
753
753
|
latch_metadata?: {
|
|
754
754
|
door_name: string;
|
|
755
755
|
is_connected: boolean;
|
|
@@ -879,9 +879,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
879
879
|
stand_open?: boolean | undefined;
|
|
880
880
|
pms_id?: string | undefined;
|
|
881
881
|
} | undefined;
|
|
882
|
+
can_unlock_with_code?: boolean | undefined;
|
|
882
883
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
883
884
|
can_unlock_with_card?: boolean | undefined;
|
|
884
|
-
can_unlock_with_code?: boolean | undefined;
|
|
885
885
|
latch_metadata?: {
|
|
886
886
|
door_name: string;
|
|
887
887
|
is_connected: boolean;
|
|
@@ -1282,9 +1282,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1282
1282
|
stand_open?: boolean | undefined;
|
|
1283
1283
|
pms_id?: string | undefined;
|
|
1284
1284
|
} | undefined;
|
|
1285
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1285
1286
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1286
1287
|
can_unlock_with_card?: boolean | undefined;
|
|
1287
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1288
1288
|
latch_metadata?: {
|
|
1289
1289
|
door_name: string;
|
|
1290
1290
|
is_connected: boolean;
|
|
@@ -1334,9 +1334,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1334
1334
|
stand_open?: boolean | undefined;
|
|
1335
1335
|
pms_id?: string | undefined;
|
|
1336
1336
|
} | undefined;
|
|
1337
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1337
1338
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1338
1339
|
can_unlock_with_card?: boolean | undefined;
|
|
1339
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1340
1340
|
latch_metadata?: {
|
|
1341
1341
|
door_name: string;
|
|
1342
1342
|
is_connected: boolean;
|
|
@@ -1425,9 +1425,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1425
1425
|
stand_open?: boolean | undefined;
|
|
1426
1426
|
pms_id?: string | undefined;
|
|
1427
1427
|
} | undefined;
|
|
1428
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1428
1429
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1429
1430
|
can_unlock_with_card?: boolean | undefined;
|
|
1430
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1431
1431
|
latch_metadata?: {
|
|
1432
1432
|
door_name: string;
|
|
1433
1433
|
is_connected: boolean;
|
|
@@ -1549,9 +1549,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1549
1549
|
stand_open?: boolean | undefined;
|
|
1550
1550
|
pms_id?: string | undefined;
|
|
1551
1551
|
} | undefined;
|
|
1552
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1552
1553
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1553
1554
|
can_unlock_with_card?: boolean | undefined;
|
|
1554
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1555
1555
|
latch_metadata?: {
|
|
1556
1556
|
door_name: string;
|
|
1557
1557
|
is_connected: boolean;
|
|
@@ -1681,9 +1681,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1681
1681
|
stand_open?: boolean | undefined;
|
|
1682
1682
|
pms_id?: string | undefined;
|
|
1683
1683
|
} | undefined;
|
|
1684
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1684
1685
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1685
1686
|
can_unlock_with_card?: boolean | undefined;
|
|
1686
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1687
1687
|
latch_metadata?: {
|
|
1688
1688
|
door_name: string;
|
|
1689
1689
|
is_connected: boolean;
|
|
@@ -1813,9 +1813,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1813
1813
|
stand_open?: boolean | undefined;
|
|
1814
1814
|
pms_id?: string | undefined;
|
|
1815
1815
|
} | undefined;
|
|
1816
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1816
1817
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1817
1818
|
can_unlock_with_card?: boolean | undefined;
|
|
1818
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1819
1819
|
latch_metadata?: {
|
|
1820
1820
|
door_name: string;
|
|
1821
1821
|
is_connected: boolean;
|
|
@@ -1947,9 +1947,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1947
1947
|
stand_open?: boolean | undefined;
|
|
1948
1948
|
pms_id?: string | undefined;
|
|
1949
1949
|
} | undefined;
|
|
1950
|
+
can_unlock_with_code?: boolean | undefined;
|
|
1950
1951
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1951
1952
|
can_unlock_with_card?: boolean | undefined;
|
|
1952
|
-
can_unlock_with_code?: boolean | undefined;
|
|
1953
1953
|
latch_metadata?: {
|
|
1954
1954
|
door_name: string;
|
|
1955
1955
|
is_connected: boolean;
|
|
@@ -2081,9 +2081,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2081
2081
|
stand_open?: boolean | undefined;
|
|
2082
2082
|
pms_id?: string | undefined;
|
|
2083
2083
|
} | undefined;
|
|
2084
|
+
can_unlock_with_code?: boolean | undefined;
|
|
2084
2085
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2085
2086
|
can_unlock_with_card?: boolean | undefined;
|
|
2086
|
-
can_unlock_with_code?: boolean | undefined;
|
|
2087
2087
|
latch_metadata?: {
|
|
2088
2088
|
door_name: string;
|
|
2089
2089
|
is_connected: boolean;
|
|
@@ -4327,6 +4327,9 @@ declare const _default: {
|
|
|
4327
4327
|
can_turn_off_hvac: {
|
|
4328
4328
|
type: string;
|
|
4329
4329
|
};
|
|
4330
|
+
can_unlock_with_code: {
|
|
4331
|
+
type: string;
|
|
4332
|
+
};
|
|
4330
4333
|
capabilities_supported: {
|
|
4331
4334
|
description: string;
|
|
4332
4335
|
items: {
|
|
@@ -6666,6 +6669,9 @@ declare const _default: {
|
|
|
6666
6669
|
can_turn_off_hvac: {
|
|
6667
6670
|
type: string;
|
|
6668
6671
|
};
|
|
6672
|
+
can_unlock_with_code: {
|
|
6673
|
+
type: string;
|
|
6674
|
+
};
|
|
6669
6675
|
device_provider_name: {
|
|
6670
6676
|
enum: string[];
|
|
6671
6677
|
type: string;
|
|
@@ -12009,6 +12015,9 @@ declare const _default: {
|
|
|
12009
12015
|
can_turn_off_hvac: {
|
|
12010
12016
|
type: string;
|
|
12011
12017
|
};
|
|
12018
|
+
can_unlock_with_code: {
|
|
12019
|
+
type: string;
|
|
12020
|
+
};
|
|
12012
12021
|
capabilities_supported: {
|
|
12013
12022
|
description: string;
|
|
12014
12023
|
items: {
|
|
@@ -26538,6 +26547,7 @@ declare const _default: {
|
|
|
26538
26547
|
type: string;
|
|
26539
26548
|
additionalProperties?: never;
|
|
26540
26549
|
items?: never;
|
|
26550
|
+
minLength?: never;
|
|
26541
26551
|
default?: never;
|
|
26542
26552
|
exclusiveMinimum?: never;
|
|
26543
26553
|
minimum?: never;
|
|
@@ -26555,6 +26565,7 @@ declare const _default: {
|
|
|
26555
26565
|
description: string;
|
|
26556
26566
|
type: string;
|
|
26557
26567
|
items?: never;
|
|
26568
|
+
minLength?: never;
|
|
26558
26569
|
default?: never;
|
|
26559
26570
|
exclusiveMinimum?: never;
|
|
26560
26571
|
minimum?: never;
|
|
@@ -26571,6 +26582,21 @@ declare const _default: {
|
|
|
26571
26582
|
type: string;
|
|
26572
26583
|
description?: never;
|
|
26573
26584
|
additionalProperties?: never;
|
|
26585
|
+
minLength?: never;
|
|
26586
|
+
default?: never;
|
|
26587
|
+
exclusiveMinimum?: never;
|
|
26588
|
+
minimum?: never;
|
|
26589
|
+
nullable?: never;
|
|
26590
|
+
};
|
|
26591
|
+
} | {
|
|
26592
|
+
in: string;
|
|
26593
|
+
name: string;
|
|
26594
|
+
schema: {
|
|
26595
|
+
description: string;
|
|
26596
|
+
minLength: number;
|
|
26597
|
+
type: string;
|
|
26598
|
+
additionalProperties?: never;
|
|
26599
|
+
items?: never;
|
|
26574
26600
|
default?: never;
|
|
26575
26601
|
exclusiveMinimum?: never;
|
|
26576
26602
|
minimum?: never;
|
|
@@ -26587,6 +26613,7 @@ declare const _default: {
|
|
|
26587
26613
|
type: string;
|
|
26588
26614
|
additionalProperties?: never;
|
|
26589
26615
|
items?: never;
|
|
26616
|
+
minLength?: never;
|
|
26590
26617
|
nullable?: never;
|
|
26591
26618
|
};
|
|
26592
26619
|
} | {
|
|
@@ -26598,6 +26625,7 @@ declare const _default: {
|
|
|
26598
26625
|
type: string;
|
|
26599
26626
|
additionalProperties?: never;
|
|
26600
26627
|
items?: never;
|
|
26628
|
+
minLength?: never;
|
|
26601
26629
|
default?: never;
|
|
26602
26630
|
exclusiveMinimum?: never;
|
|
26603
26631
|
minimum?: never;
|
|
@@ -26701,6 +26729,11 @@ declare const _default: {
|
|
|
26701
26729
|
nullable: boolean;
|
|
26702
26730
|
type: string;
|
|
26703
26731
|
};
|
|
26732
|
+
search: {
|
|
26733
|
+
description: string;
|
|
26734
|
+
minLength: number;
|
|
26735
|
+
type: string;
|
|
26736
|
+
};
|
|
26704
26737
|
user_identifier_key: {
|
|
26705
26738
|
description: string;
|
|
26706
26739
|
type: string;
|
|
@@ -8265,6 +8265,7 @@ export default {
|
|
|
8265
8265
|
can_simulate_disconnection: { type: 'boolean' },
|
|
8266
8266
|
can_simulate_removal: { type: 'boolean' },
|
|
8267
8267
|
can_turn_off_hvac: { type: 'boolean' },
|
|
8268
|
+
can_unlock_with_code: { type: 'boolean' },
|
|
8268
8269
|
capabilities_supported: {
|
|
8269
8270
|
description: '\n Collection of capabilities that the device supports when connected to Seam. Values are `access_code`, which indicates that the device can manage and utilize digital PIN codes for secure access; `lock`, which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; `noise_detection`, which indicates that the device supports monitoring and responding to ambient noise levels; `thermostat`, which indicates that the device can regulate and adjust indoor temperatures; `battery`, which indicates that the device can manage battery life and health; and `phone`, which indicates that the device is a mobile device, such as a smartphone. **Important:** Superseded by [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags).\n ',
|
|
8270
8271
|
items: {
|
|
@@ -11384,6 +11385,7 @@ export default {
|
|
|
11384
11385
|
can_simulate_disconnection: { type: 'boolean' },
|
|
11385
11386
|
can_simulate_removal: { type: 'boolean' },
|
|
11386
11387
|
can_turn_off_hvac: { type: 'boolean' },
|
|
11388
|
+
can_unlock_with_code: { type: 'boolean' },
|
|
11387
11389
|
device_provider_name: {
|
|
11388
11390
|
enum: [
|
|
11389
11391
|
'dormakaba_community',
|
|
@@ -20117,6 +20119,7 @@ export default {
|
|
|
20117
20119
|
can_simulate_disconnection: { type: 'boolean' },
|
|
20118
20120
|
can_simulate_removal: { type: 'boolean' },
|
|
20119
20121
|
can_turn_off_hvac: { type: 'boolean' },
|
|
20122
|
+
can_unlock_with_code: { type: 'boolean' },
|
|
20120
20123
|
capabilities_supported: {
|
|
20121
20124
|
description: '\n Collection of capabilities that the device supports when connected to Seam. Values are `access_code`, which indicates that the device can manage and utilize digital PIN codes for secure access; `lock`, which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; `noise_detection`, which indicates that the device supports monitoring and responding to ambient noise levels; `thermostat`, which indicates that the device can regulate and adjust indoor temperatures; `battery`, which indicates that the device can manage battery life and health; and `phone`, which indicates that the device is a mobile device, such as a smartphone. **Important:** Superseded by [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags).\n ',
|
|
20122
20125
|
items: {
|
|
@@ -32563,6 +32566,15 @@ export default {
|
|
|
32563
32566
|
type: 'array',
|
|
32564
32567
|
},
|
|
32565
32568
|
},
|
|
32569
|
+
{
|
|
32570
|
+
in: 'query',
|
|
32571
|
+
name: 'search',
|
|
32572
|
+
schema: {
|
|
32573
|
+
description: 'String for which to search. Filters returned connected accounts to include all records that satisfy a partial match using `connected_account_id`, `account_type`, `customer_key`, `custom_metadata`, `user_identifier.username`, `user_identifier.email` or `user_identifier.phone`.',
|
|
32574
|
+
minLength: 1,
|
|
32575
|
+
type: 'string',
|
|
32576
|
+
},
|
|
32577
|
+
},
|
|
32566
32578
|
{
|
|
32567
32579
|
in: 'query',
|
|
32568
32580
|
name: 'limit',
|
|
@@ -32652,6 +32664,11 @@ export default {
|
|
|
32652
32664
|
nullable: true,
|
|
32653
32665
|
type: 'string',
|
|
32654
32666
|
},
|
|
32667
|
+
search: {
|
|
32668
|
+
description: 'String for which to search. Filters returned connected accounts to include all records that satisfy a partial match using `connected_account_id`, `account_type`, `customer_key`, `custom_metadata`, `user_identifier.username`, `user_identifier.email` or `user_identifier.phone`.',
|
|
32669
|
+
minLength: 1,
|
|
32670
|
+
type: 'string',
|
|
32671
|
+
},
|
|
32655
32672
|
user_identifier_key: {
|
|
32656
32673
|
description: 'Your user ID for the user by which you want to filter connected accounts.',
|
|
32657
32674
|
type: 'string',
|
|
@@ -34597,6 +34614,7 @@ export default {
|
|
|
34597
34614
|
'can_simulate_removal',
|
|
34598
34615
|
'can_simulate_connection',
|
|
34599
34616
|
'can_simulate_disconnection',
|
|
34617
|
+
'can_unlock_with_code',
|
|
34600
34618
|
],
|
|
34601
34619
|
type: 'string',
|
|
34602
34620
|
},
|
|
@@ -34621,6 +34639,7 @@ export default {
|
|
|
34621
34639
|
'can_simulate_removal',
|
|
34622
34640
|
'can_simulate_connection',
|
|
34623
34641
|
'can_simulate_disconnection',
|
|
34642
|
+
'can_unlock_with_code',
|
|
34624
34643
|
],
|
|
34625
34644
|
type: 'string',
|
|
34626
34645
|
},
|
|
@@ -34877,6 +34896,7 @@ export default {
|
|
|
34877
34896
|
'can_simulate_removal',
|
|
34878
34897
|
'can_simulate_connection',
|
|
34879
34898
|
'can_simulate_disconnection',
|
|
34899
|
+
'can_unlock_with_code',
|
|
34880
34900
|
],
|
|
34881
34901
|
type: 'string',
|
|
34882
34902
|
},
|
|
@@ -34897,6 +34917,7 @@ export default {
|
|
|
34897
34917
|
'can_simulate_removal',
|
|
34898
34918
|
'can_simulate_connection',
|
|
34899
34919
|
'can_simulate_disconnection',
|
|
34920
|
+
'can_unlock_with_code',
|
|
34900
34921
|
],
|
|
34901
34922
|
type: 'string',
|
|
34902
34923
|
},
|
|
@@ -35703,6 +35724,7 @@ export default {
|
|
|
35703
35724
|
'can_simulate_removal',
|
|
35704
35725
|
'can_simulate_connection',
|
|
35705
35726
|
'can_simulate_disconnection',
|
|
35727
|
+
'can_unlock_with_code',
|
|
35706
35728
|
],
|
|
35707
35729
|
type: 'string',
|
|
35708
35730
|
},
|
|
@@ -35727,6 +35749,7 @@ export default {
|
|
|
35727
35749
|
'can_simulate_removal',
|
|
35728
35750
|
'can_simulate_connection',
|
|
35729
35751
|
'can_simulate_disconnection',
|
|
35752
|
+
'can_unlock_with_code',
|
|
35730
35753
|
],
|
|
35731
35754
|
type: 'string',
|
|
35732
35755
|
},
|
|
@@ -35980,6 +36003,7 @@ export default {
|
|
|
35980
36003
|
'can_simulate_removal',
|
|
35981
36004
|
'can_simulate_connection',
|
|
35982
36005
|
'can_simulate_disconnection',
|
|
36006
|
+
'can_unlock_with_code',
|
|
35983
36007
|
],
|
|
35984
36008
|
type: 'string',
|
|
35985
36009
|
},
|
|
@@ -36000,6 +36024,7 @@ export default {
|
|
|
36000
36024
|
'can_simulate_removal',
|
|
36001
36025
|
'can_simulate_connection',
|
|
36002
36026
|
'can_simulate_disconnection',
|
|
36027
|
+
'can_unlock_with_code',
|
|
36003
36028
|
],
|
|
36004
36029
|
type: 'string',
|
|
36005
36030
|
},
|
|
@@ -37577,6 +37602,7 @@ export default {
|
|
|
37577
37602
|
'can_simulate_removal',
|
|
37578
37603
|
'can_simulate_connection',
|
|
37579
37604
|
'can_simulate_disconnection',
|
|
37605
|
+
'can_unlock_with_code',
|
|
37580
37606
|
],
|
|
37581
37607
|
type: 'string',
|
|
37582
37608
|
},
|
|
@@ -37601,6 +37627,7 @@ export default {
|
|
|
37601
37627
|
'can_simulate_removal',
|
|
37602
37628
|
'can_simulate_connection',
|
|
37603
37629
|
'can_simulate_disconnection',
|
|
37630
|
+
'can_unlock_with_code',
|
|
37604
37631
|
],
|
|
37605
37632
|
type: 'string',
|
|
37606
37633
|
},
|
|
@@ -37806,6 +37833,7 @@ export default {
|
|
|
37806
37833
|
'can_simulate_removal',
|
|
37807
37834
|
'can_simulate_connection',
|
|
37808
37835
|
'can_simulate_disconnection',
|
|
37836
|
+
'can_unlock_with_code',
|
|
37809
37837
|
],
|
|
37810
37838
|
type: 'string',
|
|
37811
37839
|
},
|
|
@@ -37826,6 +37854,7 @@ export default {
|
|
|
37826
37854
|
'can_simulate_removal',
|
|
37827
37855
|
'can_simulate_connection',
|
|
37828
37856
|
'can_simulate_disconnection',
|
|
37857
|
+
'can_unlock_with_code',
|
|
37829
37858
|
],
|
|
37830
37859
|
type: 'string',
|
|
37831
37860
|
},
|
|
@@ -38570,6 +38599,7 @@ export default {
|
|
|
38570
38599
|
'can_simulate_removal',
|
|
38571
38600
|
'can_simulate_connection',
|
|
38572
38601
|
'can_simulate_disconnection',
|
|
38602
|
+
'can_unlock_with_code',
|
|
38573
38603
|
],
|
|
38574
38604
|
type: 'string',
|
|
38575
38605
|
},
|
|
@@ -38594,6 +38624,7 @@ export default {
|
|
|
38594
38624
|
'can_simulate_removal',
|
|
38595
38625
|
'can_simulate_connection',
|
|
38596
38626
|
'can_simulate_disconnection',
|
|
38627
|
+
'can_unlock_with_code',
|
|
38597
38628
|
],
|
|
38598
38629
|
type: 'string',
|
|
38599
38630
|
},
|
|
@@ -38743,6 +38774,7 @@ export default {
|
|
|
38743
38774
|
'can_simulate_removal',
|
|
38744
38775
|
'can_simulate_connection',
|
|
38745
38776
|
'can_simulate_disconnection',
|
|
38777
|
+
'can_unlock_with_code',
|
|
38746
38778
|
],
|
|
38747
38779
|
type: 'string',
|
|
38748
38780
|
},
|
|
@@ -38763,6 +38795,7 @@ export default {
|
|
|
38763
38795
|
'can_simulate_removal',
|
|
38764
38796
|
'can_simulate_connection',
|
|
38765
38797
|
'can_simulate_disconnection',
|
|
38798
|
+
'can_unlock_with_code',
|
|
38766
38799
|
],
|
|
38767
38800
|
type: 'string',
|
|
38768
38801
|
},
|
|
@@ -43097,6 +43130,7 @@ export default {
|
|
|
43097
43130
|
'can_simulate_removal',
|
|
43098
43131
|
'can_simulate_connection',
|
|
43099
43132
|
'can_simulate_disconnection',
|
|
43133
|
+
'can_unlock_with_code',
|
|
43100
43134
|
],
|
|
43101
43135
|
type: 'string',
|
|
43102
43136
|
},
|
|
@@ -43121,6 +43155,7 @@ export default {
|
|
|
43121
43155
|
'can_simulate_removal',
|
|
43122
43156
|
'can_simulate_connection',
|
|
43123
43157
|
'can_simulate_disconnection',
|
|
43158
|
+
'can_unlock_with_code',
|
|
43124
43159
|
],
|
|
43125
43160
|
type: 'string',
|
|
43126
43161
|
},
|
|
@@ -43284,6 +43319,7 @@ export default {
|
|
|
43284
43319
|
'can_simulate_removal',
|
|
43285
43320
|
'can_simulate_connection',
|
|
43286
43321
|
'can_simulate_disconnection',
|
|
43322
|
+
'can_unlock_with_code',
|
|
43287
43323
|
],
|
|
43288
43324
|
type: 'string',
|
|
43289
43325
|
},
|
|
@@ -43304,6 +43340,7 @@ export default {
|
|
|
43304
43340
|
'can_simulate_removal',
|
|
43305
43341
|
'can_simulate_connection',
|
|
43306
43342
|
'can_simulate_disconnection',
|
|
43343
|
+
'can_unlock_with_code',
|
|
43307
43344
|
],
|
|
43308
43345
|
type: 'string',
|
|
43309
43346
|
},
|