@seamapi/types 1.843.0 → 1.844.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 +100 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +157 -0
- package/dist/index.cjs +100 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +54 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +28 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +34 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +98 -0
- package/lib/seam/connect/openapi.js +70 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +99 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +46 -0
- package/src/lib/seam/connect/openapi.ts +82 -0
- package/src/lib/seam/connect/route-types.ts +99 -0
|
@@ -12801,6 +12801,15 @@ export type Routes = {
|
|
|
12801
12801
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12802
12802
|
message: string;
|
|
12803
12803
|
}[];
|
|
12804
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12805
|
+
warnings: {
|
|
12806
|
+
/** Date and time at which Seam created the warning. */
|
|
12807
|
+
created_at: string;
|
|
12808
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12809
|
+
message: string;
|
|
12810
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12811
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
12812
|
+
}[];
|
|
12804
12813
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12805
12814
|
latch_metadata?: {
|
|
12806
12815
|
/** Accessibility type in the Latch access system. */
|
|
@@ -17264,6 +17273,15 @@ export type Routes = {
|
|
|
17264
17273
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
17265
17274
|
message: string;
|
|
17266
17275
|
}[];
|
|
17276
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17277
|
+
warnings: {
|
|
17278
|
+
/** Date and time at which Seam created the warning. */
|
|
17279
|
+
created_at: string;
|
|
17280
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17281
|
+
message: string;
|
|
17282
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17283
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
17284
|
+
}[];
|
|
17267
17285
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17268
17286
|
latch_metadata?: {
|
|
17269
17287
|
/** Accessibility type in the Latch access system. */
|
|
@@ -18675,6 +18693,15 @@ export type Routes = {
|
|
|
18675
18693
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
18676
18694
|
message: string;
|
|
18677
18695
|
}[];
|
|
18696
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18697
|
+
warnings: {
|
|
18698
|
+
/** Date and time at which Seam created the warning. */
|
|
18699
|
+
created_at: string;
|
|
18700
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18701
|
+
message: string;
|
|
18702
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18703
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
18704
|
+
}[];
|
|
18678
18705
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18679
18706
|
latch_metadata?: {
|
|
18680
18707
|
/** Accessibility type in the Latch access system. */
|
|
@@ -20387,6 +20414,15 @@ export type Routes = {
|
|
|
20387
20414
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20388
20415
|
message: string;
|
|
20389
20416
|
}[];
|
|
20417
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20418
|
+
warnings: {
|
|
20419
|
+
/** Date and time at which Seam created the warning. */
|
|
20420
|
+
created_at: string;
|
|
20421
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20422
|
+
message: string;
|
|
20423
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20424
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
20425
|
+
}[];
|
|
20390
20426
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20391
20427
|
latch_metadata?: {
|
|
20392
20428
|
/** Accessibility type in the Latch access system. */
|
|
@@ -24040,6 +24076,15 @@ export type Routes = {
|
|
|
24040
24076
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24041
24077
|
message: string;
|
|
24042
24078
|
}[];
|
|
24079
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24080
|
+
warnings: {
|
|
24081
|
+
/** Date and time at which Seam created the warning. */
|
|
24082
|
+
created_at: string;
|
|
24083
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24084
|
+
message: string;
|
|
24085
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24086
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
24087
|
+
}[];
|
|
24043
24088
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24044
24089
|
latch_metadata?: {
|
|
24045
24090
|
/** Accessibility type in the Latch access system. */
|
|
@@ -24238,6 +24283,15 @@ export type Routes = {
|
|
|
24238
24283
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24239
24284
|
message: string;
|
|
24240
24285
|
}[];
|
|
24286
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24287
|
+
warnings: {
|
|
24288
|
+
/** Date and time at which Seam created the warning. */
|
|
24289
|
+
created_at: string;
|
|
24290
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24291
|
+
message: string;
|
|
24292
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24293
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
24294
|
+
}[];
|
|
24241
24295
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24242
24296
|
latch_metadata?: {
|
|
24243
24297
|
/** Accessibility type in the Latch access system. */
|
|
@@ -27230,6 +27284,15 @@ export type Routes = {
|
|
|
27230
27284
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27231
27285
|
message: string;
|
|
27232
27286
|
}[];
|
|
27287
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27288
|
+
warnings: {
|
|
27289
|
+
/** Date and time at which Seam created the warning. */
|
|
27290
|
+
created_at: string;
|
|
27291
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27292
|
+
message: string;
|
|
27293
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27294
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
27295
|
+
}[];
|
|
27233
27296
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27234
27297
|
latch_metadata?: {
|
|
27235
27298
|
/** Accessibility type in the Latch access system. */
|
|
@@ -68912,6 +68975,15 @@ export type Routes = {
|
|
|
68912
68975
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68913
68976
|
message: string;
|
|
68914
68977
|
}[];
|
|
68978
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
68979
|
+
warnings: {
|
|
68980
|
+
/** Date and time at which Seam created the warning. */
|
|
68981
|
+
created_at: string;
|
|
68982
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68983
|
+
message: string;
|
|
68984
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68985
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
68986
|
+
}[];
|
|
68915
68987
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
68916
68988
|
latch_metadata?: {
|
|
68917
68989
|
/** Accessibility type in the Latch access system. */
|
|
@@ -70730,6 +70802,15 @@ export type Routes = {
|
|
|
70730
70802
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70731
70803
|
message: string;
|
|
70732
70804
|
}[];
|
|
70805
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70806
|
+
warnings: {
|
|
70807
|
+
/** Date and time at which Seam created the warning. */
|
|
70808
|
+
created_at: string;
|
|
70809
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70810
|
+
message: string;
|
|
70811
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70812
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
70813
|
+
}[];
|
|
70733
70814
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70734
70815
|
latch_metadata?: {
|
|
70735
70816
|
/** Accessibility type in the Latch access system. */
|
|
@@ -91346,6 +91427,15 @@ export type Routes = {
|
|
|
91346
91427
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
91347
91428
|
message: string;
|
|
91348
91429
|
}[];
|
|
91430
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91431
|
+
warnings: {
|
|
91432
|
+
/** Date and time at which Seam created the warning. */
|
|
91433
|
+
created_at: string;
|
|
91434
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91435
|
+
message: string;
|
|
91436
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91437
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
91438
|
+
}[];
|
|
91349
91439
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91350
91440
|
latch_metadata?: {
|
|
91351
91441
|
/** Accessibility type in the Latch access system. */
|
|
@@ -93824,6 +93914,15 @@ export type Routes = {
|
|
|
93824
93914
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
93825
93915
|
message: string;
|
|
93826
93916
|
}[];
|
|
93917
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93918
|
+
warnings: {
|
|
93919
|
+
/** Date and time at which Seam created the warning. */
|
|
93920
|
+
created_at: string;
|
|
93921
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93922
|
+
message: string;
|
|
93923
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93924
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
93925
|
+
}[];
|
|
93827
93926
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93828
93927
|
latch_metadata?: {
|
|
93829
93928
|
/** Accessibility type in the Latch access system. */
|
package/package.json
CHANGED
|
@@ -13,6 +13,47 @@ import {
|
|
|
13
13
|
} from './metadata/index.js'
|
|
14
14
|
import { acs_entrance_salto_space_metadata } from './metadata/salto-space.js'
|
|
15
15
|
|
|
16
|
+
const warning_code_description =
|
|
17
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.'
|
|
18
|
+
|
|
19
|
+
const common_acs_entrance_warning = z.object({
|
|
20
|
+
created_at: z
|
|
21
|
+
.string()
|
|
22
|
+
.datetime()
|
|
23
|
+
.describe('Date and time at which Seam created the warning.'),
|
|
24
|
+
message: z
|
|
25
|
+
.string()
|
|
26
|
+
.describe(
|
|
27
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
28
|
+
),
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
const salto_ks_entrance_access_code_support_removed =
|
|
32
|
+
common_acs_entrance_warning
|
|
33
|
+
.extend({
|
|
34
|
+
warning_code: z
|
|
35
|
+
.literal('salto_ks_entrance_access_code_support_removed')
|
|
36
|
+
.describe(warning_code_description),
|
|
37
|
+
})
|
|
38
|
+
.describe(
|
|
39
|
+
'Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.',
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
const acs_entrance_warning = z
|
|
43
|
+
.discriminatedUnion('warning_code', [
|
|
44
|
+
salto_ks_entrance_access_code_support_removed,
|
|
45
|
+
])
|
|
46
|
+
.describe(
|
|
47
|
+
'Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
const _acs_entrance_warning_map = z.object({
|
|
51
|
+
salto_ks_entrance_access_code_support_removed:
|
|
52
|
+
salto_ks_entrance_access_code_support_removed.optional().nullable(),
|
|
53
|
+
})
|
|
54
|
+
|
|
55
|
+
export type AcsEntranceWarningMap = z.infer<typeof _acs_entrance_warning_map>
|
|
56
|
+
|
|
16
57
|
export const acs_entrance_capability_flags = z.object({
|
|
17
58
|
can_unlock_with_mobile_key: z
|
|
18
59
|
.boolean()
|
|
@@ -98,6 +139,11 @@ export const acs_entrance = z
|
|
|
98
139
|
.describe(
|
|
99
140
|
'Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
100
141
|
),
|
|
142
|
+
warnings: z
|
|
143
|
+
.array(acs_entrance_warning)
|
|
144
|
+
.describe(
|
|
145
|
+
'Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
146
|
+
),
|
|
101
147
|
latch_metadata: acs_entrance_latch_metadata
|
|
102
148
|
.optional()
|
|
103
149
|
.describe(
|
|
@@ -4651,6 +4651,43 @@ const openapi: OpenAPISpec = {
|
|
|
4651
4651
|
required: ['door_name', 'door_category'],
|
|
4652
4652
|
type: 'object',
|
|
4653
4653
|
},
|
|
4654
|
+
warnings: {
|
|
4655
|
+
description:
|
|
4656
|
+
'Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
4657
|
+
items: {
|
|
4658
|
+
description:
|
|
4659
|
+
'Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
4660
|
+
discriminator: { propertyName: 'warning_code' },
|
|
4661
|
+
oneOf: [
|
|
4662
|
+
{
|
|
4663
|
+
description:
|
|
4664
|
+
'Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.',
|
|
4665
|
+
properties: {
|
|
4666
|
+
created_at: {
|
|
4667
|
+
description:
|
|
4668
|
+
'Date and time at which Seam created the warning.',
|
|
4669
|
+
format: 'date-time',
|
|
4670
|
+
type: 'string',
|
|
4671
|
+
},
|
|
4672
|
+
message: {
|
|
4673
|
+
description:
|
|
4674
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
4675
|
+
type: 'string',
|
|
4676
|
+
},
|
|
4677
|
+
warning_code: {
|
|
4678
|
+
description:
|
|
4679
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
4680
|
+
enum: ['salto_ks_entrance_access_code_support_removed'],
|
|
4681
|
+
type: 'string',
|
|
4682
|
+
},
|
|
4683
|
+
},
|
|
4684
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
4685
|
+
type: 'object',
|
|
4686
|
+
},
|
|
4687
|
+
],
|
|
4688
|
+
},
|
|
4689
|
+
type: 'array',
|
|
4690
|
+
},
|
|
4654
4691
|
},
|
|
4655
4692
|
required: [
|
|
4656
4693
|
'acs_system_id',
|
|
@@ -4660,6 +4697,7 @@ const openapi: OpenAPISpec = {
|
|
|
4660
4697
|
'display_name',
|
|
4661
4698
|
'connected_account_id',
|
|
4662
4699
|
'errors',
|
|
4700
|
+
'warnings',
|
|
4663
4701
|
],
|
|
4664
4702
|
type: 'object',
|
|
4665
4703
|
'x-route-path': '/acs/entrances',
|
|
@@ -25428,6 +25466,49 @@ const openapi: OpenAPISpec = {
|
|
|
25428
25466
|
required: ['door_name', 'door_category'],
|
|
25429
25467
|
type: 'object',
|
|
25430
25468
|
},
|
|
25469
|
+
warnings: {
|
|
25470
|
+
description:
|
|
25471
|
+
'Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
25472
|
+
items: {
|
|
25473
|
+
description:
|
|
25474
|
+
'Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
25475
|
+
discriminator: { propertyName: 'warning_code' },
|
|
25476
|
+
oneOf: [
|
|
25477
|
+
{
|
|
25478
|
+
description:
|
|
25479
|
+
'Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.',
|
|
25480
|
+
properties: {
|
|
25481
|
+
created_at: {
|
|
25482
|
+
description:
|
|
25483
|
+
'Date and time at which Seam created the warning.',
|
|
25484
|
+
format: 'date-time',
|
|
25485
|
+
type: 'string',
|
|
25486
|
+
},
|
|
25487
|
+
message: {
|
|
25488
|
+
description:
|
|
25489
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
25490
|
+
type: 'string',
|
|
25491
|
+
},
|
|
25492
|
+
warning_code: {
|
|
25493
|
+
description:
|
|
25494
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
25495
|
+
enum: [
|
|
25496
|
+
'salto_ks_entrance_access_code_support_removed',
|
|
25497
|
+
],
|
|
25498
|
+
type: 'string',
|
|
25499
|
+
},
|
|
25500
|
+
},
|
|
25501
|
+
required: [
|
|
25502
|
+
'created_at',
|
|
25503
|
+
'message',
|
|
25504
|
+
'warning_code',
|
|
25505
|
+
],
|
|
25506
|
+
type: 'object',
|
|
25507
|
+
},
|
|
25508
|
+
],
|
|
25509
|
+
},
|
|
25510
|
+
type: 'array',
|
|
25511
|
+
},
|
|
25431
25512
|
},
|
|
25432
25513
|
required: [
|
|
25433
25514
|
'acs_system_id',
|
|
@@ -25437,6 +25518,7 @@ const openapi: OpenAPISpec = {
|
|
|
25437
25518
|
'display_name',
|
|
25438
25519
|
'connected_account_id',
|
|
25439
25520
|
'errors',
|
|
25521
|
+
'warnings',
|
|
25440
25522
|
],
|
|
25441
25523
|
type: 'object',
|
|
25442
25524
|
'x-route-path': '/acs/entrances',
|
|
@@ -14681,6 +14681,15 @@ export type Routes = {
|
|
|
14681
14681
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14682
14682
|
message: string
|
|
14683
14683
|
}[]
|
|
14684
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14685
|
+
warnings: {
|
|
14686
|
+
/** Date and time at which Seam created the warning. */
|
|
14687
|
+
created_at: string
|
|
14688
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14689
|
+
message: string
|
|
14690
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14691
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
14692
|
+
}[]
|
|
14684
14693
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14685
14694
|
latch_metadata?:
|
|
14686
14695
|
| {
|
|
@@ -19970,6 +19979,15 @@ export type Routes = {
|
|
|
19970
19979
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19971
19980
|
message: string
|
|
19972
19981
|
}[]
|
|
19982
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19983
|
+
warnings: {
|
|
19984
|
+
/** Date and time at which Seam created the warning. */
|
|
19985
|
+
created_at: string
|
|
19986
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19987
|
+
message: string
|
|
19988
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19989
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
19990
|
+
}[]
|
|
19973
19991
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19974
19992
|
latch_metadata?:
|
|
19975
19993
|
| {
|
|
@@ -21562,6 +21580,15 @@ export type Routes = {
|
|
|
21562
21580
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21563
21581
|
message: string
|
|
21564
21582
|
}[]
|
|
21583
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21584
|
+
warnings: {
|
|
21585
|
+
/** Date and time at which Seam created the warning. */
|
|
21586
|
+
created_at: string
|
|
21587
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21588
|
+
message: string
|
|
21589
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21590
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
21591
|
+
}[]
|
|
21565
21592
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21566
21593
|
latch_metadata?:
|
|
21567
21594
|
| {
|
|
@@ -23566,6 +23593,15 @@ export type Routes = {
|
|
|
23566
23593
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23567
23594
|
message: string
|
|
23568
23595
|
}[]
|
|
23596
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23597
|
+
warnings: {
|
|
23598
|
+
/** Date and time at which Seam created the warning. */
|
|
23599
|
+
created_at: string
|
|
23600
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23601
|
+
message: string
|
|
23602
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23603
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
23604
|
+
}[]
|
|
23569
23605
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23570
23606
|
latch_metadata?:
|
|
23571
23607
|
| {
|
|
@@ -27820,6 +27856,15 @@ export type Routes = {
|
|
|
27820
27856
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27821
27857
|
message: string
|
|
27822
27858
|
}[]
|
|
27859
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27860
|
+
warnings: {
|
|
27861
|
+
/** Date and time at which Seam created the warning. */
|
|
27862
|
+
created_at: string
|
|
27863
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27864
|
+
message: string
|
|
27865
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27866
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
27867
|
+
}[]
|
|
27823
27868
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27824
27869
|
latch_metadata?:
|
|
27825
27870
|
| {
|
|
@@ -28049,6 +28094,15 @@ export type Routes = {
|
|
|
28049
28094
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28050
28095
|
message: string
|
|
28051
28096
|
}[]
|
|
28097
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28098
|
+
warnings: {
|
|
28099
|
+
/** Date and time at which Seam created the warning. */
|
|
28100
|
+
created_at: string
|
|
28101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28102
|
+
message: string
|
|
28103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28104
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
28105
|
+
}[]
|
|
28052
28106
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28053
28107
|
latch_metadata?:
|
|
28054
28108
|
| {
|
|
@@ -31588,6 +31642,15 @@ export type Routes = {
|
|
|
31588
31642
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31589
31643
|
message: string
|
|
31590
31644
|
}[]
|
|
31645
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31646
|
+
warnings: {
|
|
31647
|
+
/** Date and time at which Seam created the warning. */
|
|
31648
|
+
created_at: string
|
|
31649
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31650
|
+
message: string
|
|
31651
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31652
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
31653
|
+
}[]
|
|
31591
31654
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31592
31655
|
latch_metadata?:
|
|
31593
31656
|
| {
|
|
@@ -82283,6 +82346,15 @@ export type Routes = {
|
|
|
82283
82346
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82284
82347
|
message: string
|
|
82285
82348
|
}[]
|
|
82349
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82350
|
+
warnings: {
|
|
82351
|
+
/** Date and time at which Seam created the warning. */
|
|
82352
|
+
created_at: string
|
|
82353
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82354
|
+
message: string
|
|
82355
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82356
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
82357
|
+
}[]
|
|
82286
82358
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82287
82359
|
latch_metadata?:
|
|
82288
82360
|
| {
|
|
@@ -84523,6 +84595,15 @@ export type Routes = {
|
|
|
84523
84595
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84524
84596
|
message: string
|
|
84525
84597
|
}[]
|
|
84598
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84599
|
+
warnings: {
|
|
84600
|
+
/** Date and time at which Seam created the warning. */
|
|
84601
|
+
created_at: string
|
|
84602
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84603
|
+
message: string
|
|
84604
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84605
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
84606
|
+
}[]
|
|
84526
84607
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84527
84608
|
latch_metadata?:
|
|
84528
84609
|
| {
|
|
@@ -108955,6 +109036,15 @@ export type Routes = {
|
|
|
108955
109036
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108956
109037
|
message: string
|
|
108957
109038
|
}[]
|
|
109039
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
109040
|
+
warnings: {
|
|
109041
|
+
/** Date and time at which Seam created the warning. */
|
|
109042
|
+
created_at: string
|
|
109043
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109044
|
+
message: string
|
|
109045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109046
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
109047
|
+
}[]
|
|
108958
109048
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
108959
109049
|
latch_metadata?:
|
|
108960
109050
|
| {
|
|
@@ -111935,6 +112025,15 @@ export type Routes = {
|
|
|
111935
112025
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111936
112026
|
message: string
|
|
111937
112027
|
}[]
|
|
112028
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
112029
|
+
warnings: {
|
|
112030
|
+
/** Date and time at which Seam created the warning. */
|
|
112031
|
+
created_at: string
|
|
112032
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112033
|
+
message: string
|
|
112034
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112035
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
112036
|
+
}[]
|
|
111938
112037
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
111939
112038
|
latch_metadata?:
|
|
111940
112039
|
| {
|