@seamapi/types 1.856.0 → 1.857.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 +55 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +127 -0
- package/dist/index.cjs +55 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +45 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +9 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +29 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +82 -0
- package/lib/seam/connect/openapi.js +46 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +77 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +54 -0
- package/src/lib/seam/connect/route-types.ts +88 -0
|
@@ -13539,6 +13539,13 @@ export type Routes = {
|
|
|
13539
13539
|
message: string;
|
|
13540
13540
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13541
13541
|
warning_code: 'entrance_shares_zone';
|
|
13542
|
+
} | {
|
|
13543
|
+
/** Date and time at which Seam created the warning. */
|
|
13544
|
+
created_at: string;
|
|
13545
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13546
|
+
message: string;
|
|
13547
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13548
|
+
warning_code: 'entrance_setup_required';
|
|
13542
13549
|
})[];
|
|
13543
13550
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
13544
13551
|
latch_metadata?: {
|
|
@@ -18214,6 +18221,13 @@ export type Routes = {
|
|
|
18214
18221
|
message: string;
|
|
18215
18222
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18216
18223
|
warning_code: 'entrance_shares_zone';
|
|
18224
|
+
} | {
|
|
18225
|
+
/** Date and time at which Seam created the warning. */
|
|
18226
|
+
created_at: string;
|
|
18227
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18228
|
+
message: string;
|
|
18229
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18230
|
+
warning_code: 'entrance_setup_required';
|
|
18217
18231
|
})[];
|
|
18218
18232
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18219
18233
|
latch_metadata?: {
|
|
@@ -19641,6 +19655,13 @@ export type Routes = {
|
|
|
19641
19655
|
message: string;
|
|
19642
19656
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19643
19657
|
warning_code: 'entrance_shares_zone';
|
|
19658
|
+
} | {
|
|
19659
|
+
/** Date and time at which Seam created the warning. */
|
|
19660
|
+
created_at: string;
|
|
19661
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19662
|
+
message: string;
|
|
19663
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19664
|
+
warning_code: 'entrance_setup_required';
|
|
19644
19665
|
})[];
|
|
19645
19666
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19646
19667
|
latch_metadata?: {
|
|
@@ -21369,6 +21390,13 @@ export type Routes = {
|
|
|
21369
21390
|
message: string;
|
|
21370
21391
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21371
21392
|
warning_code: 'entrance_shares_zone';
|
|
21393
|
+
} | {
|
|
21394
|
+
/** Date and time at which Seam created the warning. */
|
|
21395
|
+
created_at: string;
|
|
21396
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21397
|
+
message: string;
|
|
21398
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21399
|
+
warning_code: 'entrance_setup_required';
|
|
21372
21400
|
})[];
|
|
21373
21401
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21374
21402
|
latch_metadata?: {
|
|
@@ -26904,6 +26932,13 @@ export type Routes = {
|
|
|
26904
26932
|
message: string;
|
|
26905
26933
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26906
26934
|
warning_code: 'entrance_shares_zone';
|
|
26935
|
+
} | {
|
|
26936
|
+
/** Date and time at which Seam created the warning. */
|
|
26937
|
+
created_at: string;
|
|
26938
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26939
|
+
message: string;
|
|
26940
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26941
|
+
warning_code: 'entrance_setup_required';
|
|
26907
26942
|
})[];
|
|
26908
26943
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
26909
26944
|
latch_metadata?: {
|
|
@@ -27118,6 +27153,13 @@ export type Routes = {
|
|
|
27118
27153
|
message: string;
|
|
27119
27154
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27120
27155
|
warning_code: 'entrance_shares_zone';
|
|
27156
|
+
} | {
|
|
27157
|
+
/** Date and time at which Seam created the warning. */
|
|
27158
|
+
created_at: string;
|
|
27159
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27160
|
+
message: string;
|
|
27161
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27162
|
+
warning_code: 'entrance_setup_required';
|
|
27121
27163
|
})[];
|
|
27122
27164
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27123
27165
|
latch_metadata?: {
|
|
@@ -30321,6 +30363,13 @@ export type Routes = {
|
|
|
30321
30363
|
message: string;
|
|
30322
30364
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30323
30365
|
warning_code: 'entrance_shares_zone';
|
|
30366
|
+
} | {
|
|
30367
|
+
/** Date and time at which Seam created the warning. */
|
|
30368
|
+
created_at: string;
|
|
30369
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30370
|
+
message: string;
|
|
30371
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30372
|
+
warning_code: 'entrance_setup_required';
|
|
30324
30373
|
})[];
|
|
30325
30374
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
30326
30375
|
latch_metadata?: {
|
|
@@ -74059,6 +74108,13 @@ export type Routes = {
|
|
|
74059
74108
|
message: string;
|
|
74060
74109
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
74061
74110
|
warning_code: 'entrance_shares_zone';
|
|
74111
|
+
} | {
|
|
74112
|
+
/** Date and time at which Seam created the warning. */
|
|
74113
|
+
created_at: string;
|
|
74114
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
74115
|
+
message: string;
|
|
74116
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
74117
|
+
warning_code: 'entrance_setup_required';
|
|
74062
74118
|
})[];
|
|
74063
74119
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
74064
74120
|
latch_metadata?: {
|
|
@@ -75908,6 +75964,13 @@ export type Routes = {
|
|
|
75908
75964
|
message: string;
|
|
75909
75965
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75910
75966
|
warning_code: 'entrance_shares_zone';
|
|
75967
|
+
} | {
|
|
75968
|
+
/** Date and time at which Seam created the warning. */
|
|
75969
|
+
created_at: string;
|
|
75970
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75971
|
+
message: string;
|
|
75972
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75973
|
+
warning_code: 'entrance_setup_required';
|
|
75911
75974
|
})[];
|
|
75912
75975
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
75913
75976
|
latch_metadata?: {
|
|
@@ -98192,6 +98255,13 @@ export type Routes = {
|
|
|
98192
98255
|
message: string;
|
|
98193
98256
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98194
98257
|
warning_code: 'entrance_shares_zone';
|
|
98258
|
+
} | {
|
|
98259
|
+
/** Date and time at which Seam created the warning. */
|
|
98260
|
+
created_at: string;
|
|
98261
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98262
|
+
message: string;
|
|
98263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98264
|
+
warning_code: 'entrance_setup_required';
|
|
98195
98265
|
})[];
|
|
98196
98266
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
98197
98267
|
latch_metadata?: {
|
|
@@ -100708,6 +100778,13 @@ export type Routes = {
|
|
|
100708
100778
|
message: string;
|
|
100709
100779
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100710
100780
|
warning_code: 'entrance_shares_zone';
|
|
100781
|
+
} | {
|
|
100782
|
+
/** Date and time at which Seam created the warning. */
|
|
100783
|
+
created_at: string;
|
|
100784
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100785
|
+
message: string;
|
|
100786
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100787
|
+
warning_code: 'entrance_setup_required';
|
|
100711
100788
|
})[];
|
|
100712
100789
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
100713
100790
|
latch_metadata?: {
|
package/package.json
CHANGED
|
@@ -49,10 +49,21 @@ const entrance_shares_zone = common_acs_entrance_warning
|
|
|
49
49
|
'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
|
|
50
50
|
)
|
|
51
51
|
|
|
52
|
+
const entrance_setup_required = common_acs_entrance_warning
|
|
53
|
+
.extend({
|
|
54
|
+
warning_code: z
|
|
55
|
+
.literal('entrance_setup_required')
|
|
56
|
+
.describe(warning_code_description),
|
|
57
|
+
})
|
|
58
|
+
.describe(
|
|
59
|
+
'Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.',
|
|
60
|
+
)
|
|
61
|
+
|
|
52
62
|
const acs_entrance_warning = z
|
|
53
63
|
.discriminatedUnion('warning_code', [
|
|
54
64
|
salto_ks_entrance_access_code_support_removed,
|
|
55
65
|
entrance_shares_zone,
|
|
66
|
+
entrance_setup_required,
|
|
56
67
|
])
|
|
57
68
|
.describe(
|
|
58
69
|
'Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
@@ -62,6 +73,7 @@ const _acs_entrance_warning_map = z.object({
|
|
|
62
73
|
salto_ks_entrance_access_code_support_removed:
|
|
63
74
|
salto_ks_entrance_access_code_support_removed.optional().nullable(),
|
|
64
75
|
entrance_shares_zone: entrance_shares_zone.optional().nullable(),
|
|
76
|
+
entrance_setup_required: entrance_setup_required.optional().nullable(),
|
|
65
77
|
})
|
|
66
78
|
|
|
67
79
|
export type AcsEntranceWarningMap = z.infer<typeof _acs_entrance_warning_map>
|
|
@@ -4711,6 +4711,31 @@ const openapi: OpenAPISpec = {
|
|
|
4711
4711
|
required: ['created_at', 'message', 'warning_code'],
|
|
4712
4712
|
type: 'object',
|
|
4713
4713
|
},
|
|
4714
|
+
{
|
|
4715
|
+
description:
|
|
4716
|
+
'Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.',
|
|
4717
|
+
properties: {
|
|
4718
|
+
created_at: {
|
|
4719
|
+
description:
|
|
4720
|
+
'Date and time at which Seam created the warning.',
|
|
4721
|
+
format: 'date-time',
|
|
4722
|
+
type: 'string',
|
|
4723
|
+
},
|
|
4724
|
+
message: {
|
|
4725
|
+
description:
|
|
4726
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
4727
|
+
type: 'string',
|
|
4728
|
+
},
|
|
4729
|
+
warning_code: {
|
|
4730
|
+
description:
|
|
4731
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
4732
|
+
enum: ['entrance_setup_required'],
|
|
4733
|
+
type: 'string',
|
|
4734
|
+
},
|
|
4735
|
+
},
|
|
4736
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
4737
|
+
type: 'object',
|
|
4738
|
+
},
|
|
4714
4739
|
],
|
|
4715
4740
|
},
|
|
4716
4741
|
type: 'array',
|
|
@@ -26217,6 +26242,35 @@ const openapi: OpenAPISpec = {
|
|
|
26217
26242
|
],
|
|
26218
26243
|
type: 'object',
|
|
26219
26244
|
},
|
|
26245
|
+
{
|
|
26246
|
+
description:
|
|
26247
|
+
'Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.',
|
|
26248
|
+
properties: {
|
|
26249
|
+
created_at: {
|
|
26250
|
+
description:
|
|
26251
|
+
'Date and time at which Seam created the warning.',
|
|
26252
|
+
format: 'date-time',
|
|
26253
|
+
type: 'string',
|
|
26254
|
+
},
|
|
26255
|
+
message: {
|
|
26256
|
+
description:
|
|
26257
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
26258
|
+
type: 'string',
|
|
26259
|
+
},
|
|
26260
|
+
warning_code: {
|
|
26261
|
+
description:
|
|
26262
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
26263
|
+
enum: ['entrance_setup_required'],
|
|
26264
|
+
type: 'string',
|
|
26265
|
+
},
|
|
26266
|
+
},
|
|
26267
|
+
required: [
|
|
26268
|
+
'created_at',
|
|
26269
|
+
'message',
|
|
26270
|
+
'warning_code',
|
|
26271
|
+
],
|
|
26272
|
+
type: 'object',
|
|
26273
|
+
},
|
|
26220
26274
|
],
|
|
26221
26275
|
},
|
|
26222
26276
|
type: 'array',
|
|
@@ -15569,6 +15569,14 @@ export type Routes = {
|
|
|
15569
15569
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15570
15570
|
warning_code: 'entrance_shares_zone'
|
|
15571
15571
|
}
|
|
15572
|
+
| {
|
|
15573
|
+
/** Date and time at which Seam created the warning. */
|
|
15574
|
+
created_at: string
|
|
15575
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
15576
|
+
message: string
|
|
15577
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15578
|
+
warning_code: 'entrance_setup_required'
|
|
15579
|
+
}
|
|
15572
15580
|
)[]
|
|
15573
15581
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
15574
15582
|
latch_metadata?:
|
|
@@ -21115,6 +21123,14 @@ export type Routes = {
|
|
|
21115
21123
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21116
21124
|
warning_code: 'entrance_shares_zone'
|
|
21117
21125
|
}
|
|
21126
|
+
| {
|
|
21127
|
+
/** Date and time at which Seam created the warning. */
|
|
21128
|
+
created_at: string
|
|
21129
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21130
|
+
message: string
|
|
21131
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21132
|
+
warning_code: 'entrance_setup_required'
|
|
21133
|
+
}
|
|
21118
21134
|
)[]
|
|
21119
21135
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21120
21136
|
latch_metadata?:
|
|
@@ -22730,6 +22746,14 @@ export type Routes = {
|
|
|
22730
22746
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22731
22747
|
warning_code: 'entrance_shares_zone'
|
|
22732
22748
|
}
|
|
22749
|
+
| {
|
|
22750
|
+
/** Date and time at which Seam created the warning. */
|
|
22751
|
+
created_at: string
|
|
22752
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22753
|
+
message: string
|
|
22754
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22755
|
+
warning_code: 'entrance_setup_required'
|
|
22756
|
+
}
|
|
22733
22757
|
)[]
|
|
22734
22758
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
22735
22759
|
latch_metadata?:
|
|
@@ -24757,6 +24781,14 @@ export type Routes = {
|
|
|
24757
24781
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24758
24782
|
warning_code: 'entrance_shares_zone'
|
|
24759
24783
|
}
|
|
24784
|
+
| {
|
|
24785
|
+
/** Date and time at which Seam created the warning. */
|
|
24786
|
+
created_at: string
|
|
24787
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24788
|
+
message: string
|
|
24789
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24790
|
+
warning_code: 'entrance_setup_required'
|
|
24791
|
+
}
|
|
24760
24792
|
)[]
|
|
24761
24793
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24762
24794
|
latch_metadata?:
|
|
@@ -31220,6 +31252,14 @@ export type Routes = {
|
|
|
31220
31252
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31221
31253
|
warning_code: 'entrance_shares_zone'
|
|
31222
31254
|
}
|
|
31255
|
+
| {
|
|
31256
|
+
/** Date and time at which Seam created the warning. */
|
|
31257
|
+
created_at: string
|
|
31258
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31259
|
+
message: string
|
|
31260
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31261
|
+
warning_code: 'entrance_setup_required'
|
|
31262
|
+
}
|
|
31223
31263
|
)[]
|
|
31224
31264
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31225
31265
|
latch_metadata?:
|
|
@@ -31468,6 +31508,14 @@ export type Routes = {
|
|
|
31468
31508
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31469
31509
|
warning_code: 'entrance_shares_zone'
|
|
31470
31510
|
}
|
|
31511
|
+
| {
|
|
31512
|
+
/** Date and time at which Seam created the warning. */
|
|
31513
|
+
created_at: string
|
|
31514
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31515
|
+
message: string
|
|
31516
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31517
|
+
warning_code: 'entrance_setup_required'
|
|
31518
|
+
}
|
|
31471
31519
|
)[]
|
|
31472
31520
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31473
31521
|
latch_metadata?:
|
|
@@ -35260,6 +35308,14 @@ export type Routes = {
|
|
|
35260
35308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35261
35309
|
warning_code: 'entrance_shares_zone'
|
|
35262
35310
|
}
|
|
35311
|
+
| {
|
|
35312
|
+
/** Date and time at which Seam created the warning. */
|
|
35313
|
+
created_at: string
|
|
35314
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35315
|
+
message: string
|
|
35316
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35317
|
+
warning_code: 'entrance_setup_required'
|
|
35318
|
+
}
|
|
35263
35319
|
)[]
|
|
35264
35320
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
35265
35321
|
latch_metadata?:
|
|
@@ -88457,6 +88513,14 @@ export type Routes = {
|
|
|
88457
88513
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88458
88514
|
warning_code: 'entrance_shares_zone'
|
|
88459
88515
|
}
|
|
88516
|
+
| {
|
|
88517
|
+
/** Date and time at which Seam created the warning. */
|
|
88518
|
+
created_at: string
|
|
88519
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88520
|
+
message: string
|
|
88521
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88522
|
+
warning_code: 'entrance_setup_required'
|
|
88523
|
+
}
|
|
88460
88524
|
)[]
|
|
88461
88525
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88462
88526
|
latch_metadata?:
|
|
@@ -90734,6 +90798,14 @@ export type Routes = {
|
|
|
90734
90798
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90735
90799
|
warning_code: 'entrance_shares_zone'
|
|
90736
90800
|
}
|
|
90801
|
+
| {
|
|
90802
|
+
/** Date and time at which Seam created the warning. */
|
|
90803
|
+
created_at: string
|
|
90804
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90805
|
+
message: string
|
|
90806
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90807
|
+
warning_code: 'entrance_setup_required'
|
|
90808
|
+
}
|
|
90737
90809
|
)[]
|
|
90738
90810
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
90739
90811
|
latch_metadata?:
|
|
@@ -117177,6 +117249,14 @@ export type Routes = {
|
|
|
117177
117249
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117178
117250
|
warning_code: 'entrance_shares_zone'
|
|
117179
117251
|
}
|
|
117252
|
+
| {
|
|
117253
|
+
/** Date and time at which Seam created the warning. */
|
|
117254
|
+
created_at: string
|
|
117255
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117256
|
+
message: string
|
|
117257
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117258
|
+
warning_code: 'entrance_setup_required'
|
|
117259
|
+
}
|
|
117180
117260
|
)[]
|
|
117181
117261
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
117182
117262
|
latch_metadata?:
|
|
@@ -120202,6 +120282,14 @@ export type Routes = {
|
|
|
120202
120282
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120203
120283
|
warning_code: 'entrance_shares_zone'
|
|
120204
120284
|
}
|
|
120285
|
+
| {
|
|
120286
|
+
/** Date and time at which Seam created the warning. */
|
|
120287
|
+
created_at: string
|
|
120288
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120289
|
+
message: string
|
|
120290
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120291
|
+
warning_code: 'entrance_setup_required'
|
|
120292
|
+
}
|
|
120205
120293
|
)[]
|
|
120206
120294
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
120207
120295
|
latch_metadata?:
|