@seamapi/types 1.872.0 → 1.874.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 +133 -24
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1446 -38602
- package/dist/index.cjs +133 -24
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +24 -24
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -12
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +48 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +13 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +5 -37478
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +98 -0
- package/lib/seam/connect/openapi.js +102 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +250 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -12
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +18 -0
- package/src/lib/seam/connect/models/batch.ts +38 -2
- package/src/lib/seam/connect/models/devices/device.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +120 -8
- package/src/lib/seam/connect/route-types.ts +281 -11
|
@@ -1780,7 +1780,7 @@ export type Routes = {
|
|
|
1780
1780
|
/** Date and time at which Seam created the error. */
|
|
1781
1781
|
created_at?: string | undefined;
|
|
1782
1782
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1783
|
-
error_code: '
|
|
1783
|
+
error_code: 'insufficient_permissions';
|
|
1784
1784
|
} | {
|
|
1785
1785
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1786
1786
|
message: string;
|
|
@@ -2459,7 +2459,7 @@ export type Routes = {
|
|
|
2459
2459
|
/** Date and time at which Seam created the error. */
|
|
2460
2460
|
created_at?: string | undefined;
|
|
2461
2461
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2462
|
-
error_code: '
|
|
2462
|
+
error_code: 'insufficient_permissions';
|
|
2463
2463
|
} | {
|
|
2464
2464
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2465
2465
|
message: string;
|
|
@@ -4658,7 +4658,7 @@ export type Routes = {
|
|
|
4658
4658
|
/** Date and time at which Seam created the error. */
|
|
4659
4659
|
created_at?: string | undefined;
|
|
4660
4660
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4661
|
-
error_code: '
|
|
4661
|
+
error_code: 'insufficient_permissions';
|
|
4662
4662
|
} | {
|
|
4663
4663
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4664
4664
|
message: string;
|
|
@@ -5383,7 +5383,7 @@ export type Routes = {
|
|
|
5383
5383
|
/** Date and time at which Seam created the error. */
|
|
5384
5384
|
created_at?: string | undefined;
|
|
5385
5385
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5386
|
-
error_code: '
|
|
5386
|
+
error_code: 'insufficient_permissions';
|
|
5387
5387
|
} | {
|
|
5388
5388
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5389
5389
|
message: string;
|
|
@@ -6051,7 +6051,7 @@ export type Routes = {
|
|
|
6051
6051
|
/** Date and time at which Seam created the error. */
|
|
6052
6052
|
created_at?: string | undefined;
|
|
6053
6053
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6054
|
-
error_code: '
|
|
6054
|
+
error_code: 'insufficient_permissions';
|
|
6055
6055
|
} | {
|
|
6056
6056
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6057
6057
|
message: string;
|
|
@@ -6696,7 +6696,7 @@ export type Routes = {
|
|
|
6696
6696
|
/** Date and time at which Seam created the error. */
|
|
6697
6697
|
created_at?: string | undefined;
|
|
6698
6698
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6699
|
-
error_code: '
|
|
6699
|
+
error_code: 'insufficient_permissions';
|
|
6700
6700
|
} | {
|
|
6701
6701
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6702
6702
|
message: string;
|
|
@@ -7376,7 +7376,7 @@ export type Routes = {
|
|
|
7376
7376
|
/** Date and time at which Seam created the error. */
|
|
7377
7377
|
created_at?: string | undefined;
|
|
7378
7378
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7379
|
-
error_code: '
|
|
7379
|
+
error_code: 'insufficient_permissions';
|
|
7380
7380
|
} | {
|
|
7381
7381
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7382
7382
|
message: string;
|
|
@@ -9486,7 +9486,7 @@ export type Routes = {
|
|
|
9486
9486
|
/** Date and time at which Seam created the error. */
|
|
9487
9487
|
created_at?: string | undefined;
|
|
9488
9488
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9489
|
-
error_code: '
|
|
9489
|
+
error_code: 'insufficient_permissions';
|
|
9490
9490
|
} | {
|
|
9491
9491
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9492
9492
|
message: string;
|
|
@@ -10052,7 +10052,7 @@ export type Routes = {
|
|
|
10052
10052
|
/** Date and time at which Seam created the error. */
|
|
10053
10053
|
created_at?: string | undefined;
|
|
10054
10054
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10055
|
-
error_code: '
|
|
10055
|
+
error_code: 'insufficient_permissions';
|
|
10056
10056
|
} | {
|
|
10057
10057
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10058
10058
|
message: string;
|
|
@@ -13794,6 +13794,13 @@ export type Routes = {
|
|
|
13794
13794
|
active_access_code_count: number;
|
|
13795
13795
|
/** Maximum number of active access codes supported by the device. */
|
|
13796
13796
|
max_active_access_code_count: number;
|
|
13797
|
+
} | {
|
|
13798
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13799
|
+
message: string;
|
|
13800
|
+
/** Date and time at which Seam created the warning. */
|
|
13801
|
+
created_at: string;
|
|
13802
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13803
|
+
warning_code: 'insufficient_permissions';
|
|
13797
13804
|
})[];
|
|
13798
13805
|
/** Date and time at which the device object was created. */
|
|
13799
13806
|
created_at: string;
|
|
@@ -13886,6 +13893,13 @@ export type Routes = {
|
|
|
13886
13893
|
message: string;
|
|
13887
13894
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13888
13895
|
warning_code: 'entrance_setup_required';
|
|
13896
|
+
} | {
|
|
13897
|
+
/** Date and time at which Seam created the warning. */
|
|
13898
|
+
created_at: string;
|
|
13899
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13900
|
+
message: string;
|
|
13901
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13902
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
13889
13903
|
})[];
|
|
13890
13904
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
13891
13905
|
latch_metadata?: {
|
|
@@ -14004,6 +14018,8 @@ export type Routes = {
|
|
|
14004
14018
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
14005
14019
|
entry_relays_total_count: number;
|
|
14006
14020
|
} | undefined;
|
|
14021
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
14022
|
+
is_locked?: boolean | undefined;
|
|
14007
14023
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
14008
14024
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
14009
14025
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -18480,6 +18496,13 @@ export type Routes = {
|
|
|
18480
18496
|
active_access_code_count: number;
|
|
18481
18497
|
/** Maximum number of active access codes supported by the device. */
|
|
18482
18498
|
max_active_access_code_count: number;
|
|
18499
|
+
} | {
|
|
18500
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18501
|
+
message: string;
|
|
18502
|
+
/** Date and time at which Seam created the warning. */
|
|
18503
|
+
created_at: string;
|
|
18504
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18505
|
+
warning_code: 'insufficient_permissions';
|
|
18483
18506
|
})[];
|
|
18484
18507
|
/** Date and time at which the device object was created. */
|
|
18485
18508
|
created_at: string;
|
|
@@ -18572,6 +18595,13 @@ export type Routes = {
|
|
|
18572
18595
|
message: string;
|
|
18573
18596
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18574
18597
|
warning_code: 'entrance_setup_required';
|
|
18598
|
+
} | {
|
|
18599
|
+
/** Date and time at which Seam created the warning. */
|
|
18600
|
+
created_at: string;
|
|
18601
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18602
|
+
message: string;
|
|
18603
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18604
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
18575
18605
|
})[];
|
|
18576
18606
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18577
18607
|
latch_metadata?: {
|
|
@@ -18690,6 +18720,8 @@ export type Routes = {
|
|
|
18690
18720
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
18691
18721
|
entry_relays_total_count: number;
|
|
18692
18722
|
} | undefined;
|
|
18723
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
18724
|
+
is_locked?: boolean | undefined;
|
|
18693
18725
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
18694
18726
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
18695
18727
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -20006,6 +20038,13 @@ export type Routes = {
|
|
|
20006
20038
|
message: string;
|
|
20007
20039
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20008
20040
|
warning_code: 'entrance_setup_required';
|
|
20041
|
+
} | {
|
|
20042
|
+
/** Date and time at which Seam created the warning. */
|
|
20043
|
+
created_at: string;
|
|
20044
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20045
|
+
message: string;
|
|
20046
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20047
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
20009
20048
|
})[];
|
|
20010
20049
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20011
20050
|
latch_metadata?: {
|
|
@@ -20124,6 +20163,8 @@ export type Routes = {
|
|
|
20124
20163
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
20125
20164
|
entry_relays_total_count: number;
|
|
20126
20165
|
} | undefined;
|
|
20166
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
20167
|
+
is_locked?: boolean | undefined;
|
|
20127
20168
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
20128
20169
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
20129
20170
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -21741,6 +21782,13 @@ export type Routes = {
|
|
|
21741
21782
|
message: string;
|
|
21742
21783
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21743
21784
|
warning_code: 'entrance_setup_required';
|
|
21785
|
+
} | {
|
|
21786
|
+
/** Date and time at which Seam created the warning. */
|
|
21787
|
+
created_at: string;
|
|
21788
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21789
|
+
message: string;
|
|
21790
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21791
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
21744
21792
|
})[];
|
|
21745
21793
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21746
21794
|
latch_metadata?: {
|
|
@@ -21859,6 +21907,8 @@ export type Routes = {
|
|
|
21859
21907
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
21860
21908
|
entry_relays_total_count: number;
|
|
21861
21909
|
} | undefined;
|
|
21910
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
21911
|
+
is_locked?: boolean | undefined;
|
|
21862
21912
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
21863
21913
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
21864
21914
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -27293,6 +27343,13 @@ export type Routes = {
|
|
|
27293
27343
|
message: string;
|
|
27294
27344
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27295
27345
|
warning_code: 'entrance_setup_required';
|
|
27346
|
+
} | {
|
|
27347
|
+
/** Date and time at which Seam created the warning. */
|
|
27348
|
+
created_at: string;
|
|
27349
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27350
|
+
message: string;
|
|
27351
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27352
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
27296
27353
|
})[];
|
|
27297
27354
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27298
27355
|
latch_metadata?: {
|
|
@@ -27411,6 +27468,8 @@ export type Routes = {
|
|
|
27411
27468
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
27412
27469
|
entry_relays_total_count: number;
|
|
27413
27470
|
} | undefined;
|
|
27471
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
27472
|
+
is_locked?: boolean | undefined;
|
|
27414
27473
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27415
27474
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
27416
27475
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -27514,6 +27573,13 @@ export type Routes = {
|
|
|
27514
27573
|
message: string;
|
|
27515
27574
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27516
27575
|
warning_code: 'entrance_setup_required';
|
|
27576
|
+
} | {
|
|
27577
|
+
/** Date and time at which Seam created the warning. */
|
|
27578
|
+
created_at: string;
|
|
27579
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27580
|
+
message: string;
|
|
27581
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27582
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
27517
27583
|
})[];
|
|
27518
27584
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27519
27585
|
latch_metadata?: {
|
|
@@ -27632,6 +27698,8 @@ export type Routes = {
|
|
|
27632
27698
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
27633
27699
|
entry_relays_total_count: number;
|
|
27634
27700
|
} | undefined;
|
|
27701
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
27702
|
+
is_locked?: boolean | undefined;
|
|
27635
27703
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27636
27704
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
27637
27705
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -30724,6 +30792,13 @@ export type Routes = {
|
|
|
30724
30792
|
message: string;
|
|
30725
30793
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30726
30794
|
warning_code: 'entrance_setup_required';
|
|
30795
|
+
} | {
|
|
30796
|
+
/** Date and time at which Seam created the warning. */
|
|
30797
|
+
created_at: string;
|
|
30798
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30799
|
+
message: string;
|
|
30800
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30801
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
30727
30802
|
})[];
|
|
30728
30803
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
30729
30804
|
latch_metadata?: {
|
|
@@ -30842,6 +30917,8 @@ export type Routes = {
|
|
|
30842
30917
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
30843
30918
|
entry_relays_total_count: number;
|
|
30844
30919
|
} | undefined;
|
|
30920
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
30921
|
+
is_locked?: boolean | undefined;
|
|
30845
30922
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
30846
30923
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
30847
30924
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -37895,6 +37972,13 @@ export type Routes = {
|
|
|
37895
37972
|
active_access_code_count: number;
|
|
37896
37973
|
/** Maximum number of active access codes supported by the device. */
|
|
37897
37974
|
max_active_access_code_count: number;
|
|
37975
|
+
} | {
|
|
37976
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37977
|
+
message: string;
|
|
37978
|
+
/** Date and time at which Seam created the warning. */
|
|
37979
|
+
created_at: string;
|
|
37980
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37981
|
+
warning_code: 'insufficient_permissions';
|
|
37898
37982
|
})[];
|
|
37899
37983
|
/** Date and time at which the device object was created. */
|
|
37900
37984
|
created_at: string;
|
|
@@ -39292,6 +39376,13 @@ export type Routes = {
|
|
|
39292
39376
|
active_access_code_count: number;
|
|
39293
39377
|
/** Maximum number of active access codes supported by the device. */
|
|
39294
39378
|
max_active_access_code_count: number;
|
|
39379
|
+
} | {
|
|
39380
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39381
|
+
message: string;
|
|
39382
|
+
/** Date and time at which Seam created the warning. */
|
|
39383
|
+
created_at: string;
|
|
39384
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39385
|
+
warning_code: 'insufficient_permissions';
|
|
39295
39386
|
})[];
|
|
39296
39387
|
/** Date and time at which the device object was created. */
|
|
39297
39388
|
created_at: string;
|
|
@@ -39858,6 +39949,13 @@ export type Routes = {
|
|
|
39858
39949
|
active_access_code_count: number;
|
|
39859
39950
|
/** Maximum number of active access codes supported by the device. */
|
|
39860
39951
|
max_active_access_code_count: number;
|
|
39952
|
+
} | {
|
|
39953
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39954
|
+
message: string;
|
|
39955
|
+
/** Date and time at which Seam created the warning. */
|
|
39956
|
+
created_at: string;
|
|
39957
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39958
|
+
warning_code: 'insufficient_permissions';
|
|
39861
39959
|
})[];
|
|
39862
39960
|
/** Date and time at which the device object was created. */
|
|
39863
39961
|
created_at: string;
|
|
@@ -40349,6 +40447,13 @@ export type Routes = {
|
|
|
40349
40447
|
active_access_code_count: number;
|
|
40350
40448
|
/** Maximum number of active access codes supported by the device. */
|
|
40351
40449
|
max_active_access_code_count: number;
|
|
40450
|
+
} | {
|
|
40451
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40452
|
+
message: string;
|
|
40453
|
+
/** Date and time at which Seam created the warning. */
|
|
40454
|
+
created_at: string;
|
|
40455
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40456
|
+
warning_code: 'insufficient_permissions';
|
|
40352
40457
|
})[];
|
|
40353
40458
|
/** Date and time at which the device object was created. */
|
|
40354
40459
|
created_at: string;
|
|
@@ -49076,6 +49181,13 @@ export type Routes = {
|
|
|
49076
49181
|
active_access_code_count: number;
|
|
49077
49182
|
/** Maximum number of active access codes supported by the device. */
|
|
49078
49183
|
max_active_access_code_count: number;
|
|
49184
|
+
} | {
|
|
49185
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49186
|
+
message: string;
|
|
49187
|
+
/** Date and time at which Seam created the warning. */
|
|
49188
|
+
created_at: string;
|
|
49189
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49190
|
+
warning_code: 'insufficient_permissions';
|
|
49079
49191
|
})[];
|
|
49080
49192
|
/** Date and time at which the device object was created. */
|
|
49081
49193
|
created_at: string;
|
|
@@ -50423,6 +50535,13 @@ export type Routes = {
|
|
|
50423
50535
|
active_access_code_count: number;
|
|
50424
50536
|
/** Maximum number of active access codes supported by the device. */
|
|
50425
50537
|
max_active_access_code_count: number;
|
|
50538
|
+
} | {
|
|
50539
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50540
|
+
message: string;
|
|
50541
|
+
/** Date and time at which Seam created the warning. */
|
|
50542
|
+
created_at: string;
|
|
50543
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50544
|
+
warning_code: 'insufficient_permissions';
|
|
50426
50545
|
})[];
|
|
50427
50546
|
/** Date and time at which the device object was created. */
|
|
50428
50547
|
created_at: string;
|
|
@@ -51820,6 +51939,13 @@ export type Routes = {
|
|
|
51820
51939
|
active_access_code_count: number;
|
|
51821
51940
|
/** Maximum number of active access codes supported by the device. */
|
|
51822
51941
|
max_active_access_code_count: number;
|
|
51942
|
+
} | {
|
|
51943
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51944
|
+
message: string;
|
|
51945
|
+
/** Date and time at which Seam created the warning. */
|
|
51946
|
+
created_at: string;
|
|
51947
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51948
|
+
warning_code: 'insufficient_permissions';
|
|
51823
51949
|
})[];
|
|
51824
51950
|
/** Date and time at which the device object was created. */
|
|
51825
51951
|
created_at: string;
|
|
@@ -53166,6 +53292,13 @@ export type Routes = {
|
|
|
53166
53292
|
active_access_code_count: number;
|
|
53167
53293
|
/** Maximum number of active access codes supported by the device. */
|
|
53168
53294
|
max_active_access_code_count: number;
|
|
53295
|
+
} | {
|
|
53296
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53297
|
+
message: string;
|
|
53298
|
+
/** Date and time at which Seam created the warning. */
|
|
53299
|
+
created_at: string;
|
|
53300
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53301
|
+
warning_code: 'insufficient_permissions';
|
|
53169
53302
|
})[];
|
|
53170
53303
|
/** Date and time at which the device object was created. */
|
|
53171
53304
|
created_at: string;
|
|
@@ -60625,6 +60758,13 @@ export type Routes = {
|
|
|
60625
60758
|
active_access_code_count: number;
|
|
60626
60759
|
/** Maximum number of active access codes supported by the device. */
|
|
60627
60760
|
max_active_access_code_count: number;
|
|
60761
|
+
} | {
|
|
60762
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60763
|
+
message: string;
|
|
60764
|
+
/** Date and time at which Seam created the warning. */
|
|
60765
|
+
created_at: string;
|
|
60766
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60767
|
+
warning_code: 'insufficient_permissions';
|
|
60628
60768
|
})[];
|
|
60629
60769
|
/** Date and time at which the device object was created. */
|
|
60630
60770
|
created_at: string;
|
|
@@ -61971,6 +62111,13 @@ export type Routes = {
|
|
|
61971
62111
|
active_access_code_count: number;
|
|
61972
62112
|
/** Maximum number of active access codes supported by the device. */
|
|
61973
62113
|
max_active_access_code_count: number;
|
|
62114
|
+
} | {
|
|
62115
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62116
|
+
message: string;
|
|
62117
|
+
/** Date and time at which Seam created the warning. */
|
|
62118
|
+
created_at: string;
|
|
62119
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62120
|
+
warning_code: 'insufficient_permissions';
|
|
61974
62121
|
})[];
|
|
61975
62122
|
/** Date and time at which the device object was created. */
|
|
61976
62123
|
created_at: string;
|
|
@@ -74472,6 +74619,13 @@ export type Routes = {
|
|
|
74472
74619
|
message: string;
|
|
74473
74620
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
74474
74621
|
warning_code: 'entrance_setup_required';
|
|
74622
|
+
} | {
|
|
74623
|
+
/** Date and time at which Seam created the warning. */
|
|
74624
|
+
created_at: string;
|
|
74625
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
74626
|
+
message: string;
|
|
74627
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
74628
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
74475
74629
|
})[];
|
|
74476
74630
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
74477
74631
|
latch_metadata?: {
|
|
@@ -74590,6 +74744,8 @@ export type Routes = {
|
|
|
74590
74744
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
74591
74745
|
entry_relays_total_count: number;
|
|
74592
74746
|
} | undefined;
|
|
74747
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
74748
|
+
is_locked?: boolean | undefined;
|
|
74593
74749
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
74594
74750
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
74595
74751
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -76234,6 +76390,13 @@ export type Routes = {
|
|
|
76234
76390
|
active_access_code_count: number;
|
|
76235
76391
|
/** Maximum number of active access codes supported by the device. */
|
|
76236
76392
|
max_active_access_code_count: number;
|
|
76393
|
+
} | {
|
|
76394
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76395
|
+
message: string;
|
|
76396
|
+
/** Date and time at which Seam created the warning. */
|
|
76397
|
+
created_at: string;
|
|
76398
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76399
|
+
warning_code: 'insufficient_permissions';
|
|
76237
76400
|
})[];
|
|
76238
76401
|
/** Date and time at which the device object was created. */
|
|
76239
76402
|
created_at: string;
|
|
@@ -76326,6 +76489,13 @@ export type Routes = {
|
|
|
76326
76489
|
message: string;
|
|
76327
76490
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76328
76491
|
warning_code: 'entrance_setup_required';
|
|
76492
|
+
} | {
|
|
76493
|
+
/** Date and time at which Seam created the warning. */
|
|
76494
|
+
created_at: string;
|
|
76495
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76496
|
+
message: string;
|
|
76497
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76498
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
76329
76499
|
})[];
|
|
76330
76500
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
76331
76501
|
latch_metadata?: {
|
|
@@ -76444,6 +76614,8 @@ export type Routes = {
|
|
|
76444
76614
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
76445
76615
|
entry_relays_total_count: number;
|
|
76446
76616
|
} | undefined;
|
|
76617
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
76618
|
+
is_locked?: boolean | undefined;
|
|
76447
76619
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
76448
76620
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
76449
76621
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -83014,6 +83186,13 @@ export type Routes = {
|
|
|
83014
83186
|
active_access_code_count: number;
|
|
83015
83187
|
/** Maximum number of active access codes supported by the device. */
|
|
83016
83188
|
max_active_access_code_count: number;
|
|
83189
|
+
} | {
|
|
83190
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83191
|
+
message: string;
|
|
83192
|
+
/** Date and time at which Seam created the warning. */
|
|
83193
|
+
created_at: string;
|
|
83194
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83195
|
+
warning_code: 'insufficient_permissions';
|
|
83017
83196
|
})[];
|
|
83018
83197
|
/** Date and time at which the device object was created. */
|
|
83019
83198
|
created_at: string;
|
|
@@ -87455,6 +87634,13 @@ export type Routes = {
|
|
|
87455
87634
|
active_access_code_count: number;
|
|
87456
87635
|
/** Maximum number of active access codes supported by the device. */
|
|
87457
87636
|
max_active_access_code_count: number;
|
|
87637
|
+
} | {
|
|
87638
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
87639
|
+
message: string;
|
|
87640
|
+
/** Date and time at which Seam created the warning. */
|
|
87641
|
+
created_at: string;
|
|
87642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
87643
|
+
warning_code: 'insufficient_permissions';
|
|
87458
87644
|
})[];
|
|
87459
87645
|
/** Date and time at which the device object was created. */
|
|
87460
87646
|
created_at: string;
|
|
@@ -88801,6 +88987,13 @@ export type Routes = {
|
|
|
88801
88987
|
active_access_code_count: number;
|
|
88802
88988
|
/** Maximum number of active access codes supported by the device. */
|
|
88803
88989
|
max_active_access_code_count: number;
|
|
88990
|
+
} | {
|
|
88991
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88992
|
+
message: string;
|
|
88993
|
+
/** Date and time at which Seam created the warning. */
|
|
88994
|
+
created_at: string;
|
|
88995
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88996
|
+
warning_code: 'insufficient_permissions';
|
|
88804
88997
|
})[];
|
|
88805
88998
|
/** Date and time at which the device object was created. */
|
|
88806
88999
|
created_at: string;
|
|
@@ -97157,6 +97350,13 @@ export type Routes = {
|
|
|
97157
97350
|
active_access_code_count: number;
|
|
97158
97351
|
/** Maximum number of active access codes supported by the device. */
|
|
97159
97352
|
max_active_access_code_count: number;
|
|
97353
|
+
} | {
|
|
97354
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97355
|
+
message: string;
|
|
97356
|
+
/** Date and time at which Seam created the warning. */
|
|
97357
|
+
created_at: string;
|
|
97358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97359
|
+
warning_code: 'insufficient_permissions';
|
|
97160
97360
|
})[];
|
|
97161
97361
|
/** Date and time at which the device object was created. */
|
|
97162
97362
|
created_at: string;
|
|
@@ -98505,6 +98705,13 @@ export type Routes = {
|
|
|
98505
98705
|
active_access_code_count: number;
|
|
98506
98706
|
/** Maximum number of active access codes supported by the device. */
|
|
98507
98707
|
max_active_access_code_count: number;
|
|
98708
|
+
} | {
|
|
98709
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98710
|
+
message: string;
|
|
98711
|
+
/** Date and time at which Seam created the warning. */
|
|
98712
|
+
created_at: string;
|
|
98713
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98714
|
+
warning_code: 'insufficient_permissions';
|
|
98508
98715
|
})[];
|
|
98509
98716
|
/** Date and time at which the device object was created. */
|
|
98510
98717
|
created_at: string;
|
|
@@ -98611,6 +98818,13 @@ export type Routes = {
|
|
|
98611
98818
|
message: string;
|
|
98612
98819
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98613
98820
|
warning_code: 'entrance_setup_required';
|
|
98821
|
+
} | {
|
|
98822
|
+
/** Date and time at which Seam created the warning. */
|
|
98823
|
+
created_at: string;
|
|
98824
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98825
|
+
message: string;
|
|
98826
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98827
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
98614
98828
|
})[];
|
|
98615
98829
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
98616
98830
|
latch_metadata?: {
|
|
@@ -98729,6 +98943,8 @@ export type Routes = {
|
|
|
98729
98943
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
98730
98944
|
entry_relays_total_count: number;
|
|
98731
98945
|
} | undefined;
|
|
98946
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
98947
|
+
is_locked?: boolean | undefined;
|
|
98732
98948
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
98733
98949
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
98734
98950
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -101040,6 +101256,13 @@ export type Routes = {
|
|
|
101040
101256
|
active_access_code_count: number;
|
|
101041
101257
|
/** Maximum number of active access codes supported by the device. */
|
|
101042
101258
|
max_active_access_code_count: number;
|
|
101259
|
+
} | {
|
|
101260
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
101261
|
+
message: string;
|
|
101262
|
+
/** Date and time at which Seam created the warning. */
|
|
101263
|
+
created_at: string;
|
|
101264
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101265
|
+
warning_code: 'insufficient_permissions';
|
|
101043
101266
|
})[];
|
|
101044
101267
|
/** Date and time at which the device object was created. */
|
|
101045
101268
|
created_at: string;
|
|
@@ -101132,6 +101355,13 @@ export type Routes = {
|
|
|
101132
101355
|
message: string;
|
|
101133
101356
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101134
101357
|
warning_code: 'entrance_setup_required';
|
|
101358
|
+
} | {
|
|
101359
|
+
/** Date and time at which Seam created the warning. */
|
|
101360
|
+
created_at: string;
|
|
101361
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
101362
|
+
message: string;
|
|
101363
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101364
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
101135
101365
|
})[];
|
|
101136
101366
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
101137
101367
|
latch_metadata?: {
|
|
@@ -101250,6 +101480,8 @@ export type Routes = {
|
|
|
101250
101480
|
/** Total count of entry relays for an Avigilon Alta system. */
|
|
101251
101481
|
entry_relays_total_count: number;
|
|
101252
101482
|
} | undefined;
|
|
101483
|
+
/** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
|
|
101484
|
+
is_locked?: boolean | undefined;
|
|
101253
101485
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
101254
101486
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
101255
101487
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -104104,6 +104336,13 @@ export type Routes = {
|
|
|
104104
104336
|
active_access_code_count: number;
|
|
104105
104337
|
/** Maximum number of active access codes supported by the device. */
|
|
104106
104338
|
max_active_access_code_count: number;
|
|
104339
|
+
} | {
|
|
104340
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104341
|
+
message: string;
|
|
104342
|
+
/** Date and time at which Seam created the warning. */
|
|
104343
|
+
created_at: string;
|
|
104344
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104345
|
+
warning_code: 'insufficient_permissions';
|
|
104107
104346
|
})[];
|
|
104108
104347
|
/** Date and time at which the device object was created. */
|
|
104109
104348
|
created_at: string;
|
|
@@ -108012,7 +108251,7 @@ export type Routes = {
|
|
|
108012
108251
|
/** Date and time at which Seam created the error. */
|
|
108013
108252
|
created_at?: string | undefined;
|
|
108014
108253
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108015
|
-
error_code: '
|
|
108254
|
+
error_code: 'insufficient_permissions';
|
|
108016
108255
|
} | {
|
|
108017
108256
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108018
108257
|
message: string;
|
|
@@ -108562,7 +108801,7 @@ export type Routes = {
|
|
|
108562
108801
|
/** Date and time at which Seam created the error. */
|
|
108563
108802
|
created_at?: string | undefined;
|
|
108564
108803
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108565
|
-
error_code: '
|
|
108804
|
+
error_code: 'insufficient_permissions';
|
|
108566
108805
|
} | {
|
|
108567
108806
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108568
108807
|
message: string;
|