@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
|
@@ -28,6 +28,20 @@ declare const _acs_entrance_warning_map: z.ZodObject<{
|
|
|
28
28
|
created_at: string;
|
|
29
29
|
warning_code: "entrance_shares_zone";
|
|
30
30
|
}>>>;
|
|
31
|
+
entrance_setup_required: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
32
|
+
created_at: z.ZodString;
|
|
33
|
+
message: z.ZodString;
|
|
34
|
+
} & {
|
|
35
|
+
warning_code: z.ZodLiteral<"entrance_setup_required">;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
message: string;
|
|
38
|
+
created_at: string;
|
|
39
|
+
warning_code: "entrance_setup_required";
|
|
40
|
+
}, {
|
|
41
|
+
message: string;
|
|
42
|
+
created_at: string;
|
|
43
|
+
warning_code: "entrance_setup_required";
|
|
44
|
+
}>>>;
|
|
31
45
|
}, "strip", z.ZodTypeAny, {
|
|
32
46
|
salto_ks_entrance_access_code_support_removed?: {
|
|
33
47
|
message: string;
|
|
@@ -39,6 +53,11 @@ declare const _acs_entrance_warning_map: z.ZodObject<{
|
|
|
39
53
|
created_at: string;
|
|
40
54
|
warning_code: "entrance_shares_zone";
|
|
41
55
|
} | null | undefined;
|
|
56
|
+
entrance_setup_required?: {
|
|
57
|
+
message: string;
|
|
58
|
+
created_at: string;
|
|
59
|
+
warning_code: "entrance_setup_required";
|
|
60
|
+
} | null | undefined;
|
|
42
61
|
}, {
|
|
43
62
|
salto_ks_entrance_access_code_support_removed?: {
|
|
44
63
|
message: string;
|
|
@@ -50,6 +69,11 @@ declare const _acs_entrance_warning_map: z.ZodObject<{
|
|
|
50
69
|
created_at: string;
|
|
51
70
|
warning_code: "entrance_shares_zone";
|
|
52
71
|
} | null | undefined;
|
|
72
|
+
entrance_setup_required?: {
|
|
73
|
+
message: string;
|
|
74
|
+
created_at: string;
|
|
75
|
+
warning_code: "entrance_setup_required";
|
|
76
|
+
} | null | undefined;
|
|
53
77
|
}>;
|
|
54
78
|
export type AcsEntranceWarningMap = z.infer<typeof _acs_entrance_warning_map>;
|
|
55
79
|
export declare const acs_entrance_capability_flags: z.ZodObject<{
|
|
@@ -114,6 +138,19 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
114
138
|
message: string;
|
|
115
139
|
created_at: string;
|
|
116
140
|
warning_code: "entrance_shares_zone";
|
|
141
|
+
}>, z.ZodObject<{
|
|
142
|
+
created_at: z.ZodString;
|
|
143
|
+
message: z.ZodString;
|
|
144
|
+
} & {
|
|
145
|
+
warning_code: z.ZodLiteral<"entrance_setup_required">;
|
|
146
|
+
}, "strip", z.ZodTypeAny, {
|
|
147
|
+
message: string;
|
|
148
|
+
created_at: string;
|
|
149
|
+
warning_code: "entrance_setup_required";
|
|
150
|
+
}, {
|
|
151
|
+
message: string;
|
|
152
|
+
created_at: string;
|
|
153
|
+
warning_code: "entrance_setup_required";
|
|
117
154
|
}>]>, "many">;
|
|
118
155
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
119
156
|
accessibility_type: z.ZodString;
|
|
@@ -315,6 +352,10 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
315
352
|
message: string;
|
|
316
353
|
created_at: string;
|
|
317
354
|
warning_code: "entrance_shares_zone";
|
|
355
|
+
} | {
|
|
356
|
+
message: string;
|
|
357
|
+
created_at: string;
|
|
358
|
+
warning_code: "entrance_setup_required";
|
|
318
359
|
})[];
|
|
319
360
|
space_ids: string[];
|
|
320
361
|
acs_entrance_id: string;
|
|
@@ -404,6 +445,10 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
404
445
|
message: string;
|
|
405
446
|
created_at: string;
|
|
406
447
|
warning_code: "entrance_shares_zone";
|
|
448
|
+
} | {
|
|
449
|
+
message: string;
|
|
450
|
+
created_at: string;
|
|
451
|
+
warning_code: "entrance_setup_required";
|
|
407
452
|
})[];
|
|
408
453
|
space_ids: string[];
|
|
409
454
|
acs_entrance_id: string;
|
|
@@ -27,15 +27,24 @@ const entrance_shares_zone = common_acs_entrance_warning
|
|
|
27
27
|
.describe(warning_code_description),
|
|
28
28
|
})
|
|
29
29
|
.describe('Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.');
|
|
30
|
+
const entrance_setup_required = common_acs_entrance_warning
|
|
31
|
+
.extend({
|
|
32
|
+
warning_code: z
|
|
33
|
+
.literal('entrance_setup_required')
|
|
34
|
+
.describe(warning_code_description),
|
|
35
|
+
})
|
|
36
|
+
.describe('Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.');
|
|
30
37
|
const acs_entrance_warning = z
|
|
31
38
|
.discriminatedUnion('warning_code', [
|
|
32
39
|
salto_ks_entrance_access_code_support_removed,
|
|
33
40
|
entrance_shares_zone,
|
|
41
|
+
entrance_setup_required,
|
|
34
42
|
])
|
|
35
43
|
.describe('Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).');
|
|
36
44
|
const _acs_entrance_warning_map = z.object({
|
|
37
45
|
salto_ks_entrance_access_code_support_removed: salto_ks_entrance_access_code_support_removed.optional().nullable(),
|
|
38
46
|
entrance_shares_zone: entrance_shares_zone.optional().nullable(),
|
|
47
|
+
entrance_setup_required: entrance_setup_required.optional().nullable(),
|
|
39
48
|
});
|
|
40
49
|
export const acs_entrance_capability_flags = z.object({
|
|
41
50
|
can_unlock_with_mobile_key: z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,mCAAmC,EAAE,MAAM,6BAA6B,CAAA;AACjF,OAAO,EAAE,wCAAwC,EAAE,MAAM,kCAAkC,CAAA;AAC3F,OAAO,EACL,uCAAuC,EACvC,2BAA2B,EAC3B,yCAAyC,EACzC,2BAA2B,EAC3B,2BAA2B,EAC3B,8BAA8B,EAC9B,gCAAgC,GACjC,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,iCAAiC,EAAE,MAAM,2BAA2B,CAAA;AAE7E,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;CACJ,CAAC,CAAA;AAEF,MAAM,6CAA6C,GACjD,2BAA2B;KACxB,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,+CAA+C,CAAC;SACxD,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,oSAAoS,CACrS,CAAA;AAEL,MAAM,oBAAoB,GAAG,2BAA2B;KACrD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,sBAAsB,CAAC;SAC/B,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,uIAAuI,CACxI,CAAA;AAEH,MAAM,oBAAoB,GAAG,CAAC;KAC3B,kBAAkB,CAAC,cAAc,EAAE;IAClC,6CAA6C;IAC7C,oBAAoB;
|
|
1
|
+
{"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"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"}
|
|
@@ -5305,6 +5305,19 @@ export declare const batch: z.ZodObject<{
|
|
|
5305
5305
|
message: string;
|
|
5306
5306
|
created_at: string;
|
|
5307
5307
|
warning_code: "entrance_shares_zone";
|
|
5308
|
+
}>, z.ZodObject<{
|
|
5309
|
+
created_at: z.ZodString;
|
|
5310
|
+
message: z.ZodString;
|
|
5311
|
+
} & {
|
|
5312
|
+
warning_code: z.ZodLiteral<"entrance_setup_required">;
|
|
5313
|
+
}, "strip", z.ZodTypeAny, {
|
|
5314
|
+
message: string;
|
|
5315
|
+
created_at: string;
|
|
5316
|
+
warning_code: "entrance_setup_required";
|
|
5317
|
+
}, {
|
|
5318
|
+
message: string;
|
|
5319
|
+
created_at: string;
|
|
5320
|
+
warning_code: "entrance_setup_required";
|
|
5308
5321
|
}>]>, "many">;
|
|
5309
5322
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
5310
5323
|
accessibility_type: z.ZodString;
|
|
@@ -5506,6 +5519,10 @@ export declare const batch: z.ZodObject<{
|
|
|
5506
5519
|
message: string;
|
|
5507
5520
|
created_at: string;
|
|
5508
5521
|
warning_code: "entrance_shares_zone";
|
|
5522
|
+
} | {
|
|
5523
|
+
message: string;
|
|
5524
|
+
created_at: string;
|
|
5525
|
+
warning_code: "entrance_setup_required";
|
|
5509
5526
|
})[];
|
|
5510
5527
|
space_ids: string[];
|
|
5511
5528
|
acs_entrance_id: string;
|
|
@@ -5595,6 +5612,10 @@ export declare const batch: z.ZodObject<{
|
|
|
5595
5612
|
message: string;
|
|
5596
5613
|
created_at: string;
|
|
5597
5614
|
warning_code: "entrance_shares_zone";
|
|
5615
|
+
} | {
|
|
5616
|
+
message: string;
|
|
5617
|
+
created_at: string;
|
|
5618
|
+
warning_code: "entrance_setup_required";
|
|
5598
5619
|
})[];
|
|
5599
5620
|
space_ids: string[];
|
|
5600
5621
|
acs_entrance_id: string;
|
|
@@ -27779,6 +27800,10 @@ export declare const batch: z.ZodObject<{
|
|
|
27779
27800
|
message: string;
|
|
27780
27801
|
created_at: string;
|
|
27781
27802
|
warning_code: "entrance_shares_zone";
|
|
27803
|
+
} | {
|
|
27804
|
+
message: string;
|
|
27805
|
+
created_at: string;
|
|
27806
|
+
warning_code: "entrance_setup_required";
|
|
27782
27807
|
})[];
|
|
27783
27808
|
space_ids: string[];
|
|
27784
27809
|
acs_entrance_id: string;
|
|
@@ -32904,6 +32929,10 @@ export declare const batch: z.ZodObject<{
|
|
|
32904
32929
|
message: string;
|
|
32905
32930
|
created_at: string;
|
|
32906
32931
|
warning_code: "entrance_shares_zone";
|
|
32932
|
+
} | {
|
|
32933
|
+
message: string;
|
|
32934
|
+
created_at: string;
|
|
32935
|
+
warning_code: "entrance_setup_required";
|
|
32907
32936
|
})[];
|
|
32908
32937
|
space_ids: string[];
|
|
32909
32938
|
acs_entrance_id: string;
|
|
@@ -226,6 +226,19 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
226
226
|
message: string;
|
|
227
227
|
created_at: string;
|
|
228
228
|
warning_code: "entrance_shares_zone";
|
|
229
|
+
}>, z.ZodObject<{
|
|
230
|
+
created_at: z.ZodString;
|
|
231
|
+
message: z.ZodString;
|
|
232
|
+
} & {
|
|
233
|
+
warning_code: z.ZodLiteral<"entrance_setup_required">;
|
|
234
|
+
}, "strip", z.ZodTypeAny, {
|
|
235
|
+
message: string;
|
|
236
|
+
created_at: string;
|
|
237
|
+
warning_code: "entrance_setup_required";
|
|
238
|
+
}, {
|
|
239
|
+
message: string;
|
|
240
|
+
created_at: string;
|
|
241
|
+
warning_code: "entrance_setup_required";
|
|
229
242
|
}>]>, "many">;
|
|
230
243
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
231
244
|
accessibility_type: z.ZodString;
|
|
@@ -427,6 +440,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
427
440
|
message: string;
|
|
428
441
|
created_at: string;
|
|
429
442
|
warning_code: "entrance_shares_zone";
|
|
443
|
+
} | {
|
|
444
|
+
message: string;
|
|
445
|
+
created_at: string;
|
|
446
|
+
warning_code: "entrance_setup_required";
|
|
430
447
|
})[];
|
|
431
448
|
space_ids: string[];
|
|
432
449
|
acs_entrance_id: string;
|
|
@@ -516,6 +533,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
516
533
|
message: string;
|
|
517
534
|
created_at: string;
|
|
518
535
|
warning_code: "entrance_shares_zone";
|
|
536
|
+
} | {
|
|
537
|
+
message: string;
|
|
538
|
+
created_at: string;
|
|
539
|
+
warning_code: "entrance_setup_required";
|
|
519
540
|
})[];
|
|
520
541
|
space_ids: string[];
|
|
521
542
|
acs_entrance_id: string;
|
|
@@ -644,6 +665,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
644
665
|
message: string;
|
|
645
666
|
created_at: string;
|
|
646
667
|
warning_code: "entrance_shares_zone";
|
|
668
|
+
} | {
|
|
669
|
+
message: string;
|
|
670
|
+
created_at: string;
|
|
671
|
+
warning_code: "entrance_setup_required";
|
|
647
672
|
})[];
|
|
648
673
|
space_ids: string[];
|
|
649
674
|
acs_entrance_id: string;
|
|
@@ -806,6 +831,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
806
831
|
message: string;
|
|
807
832
|
created_at: string;
|
|
808
833
|
warning_code: "entrance_shares_zone";
|
|
834
|
+
} | {
|
|
835
|
+
message: string;
|
|
836
|
+
created_at: string;
|
|
837
|
+
warning_code: "entrance_setup_required";
|
|
809
838
|
})[];
|
|
810
839
|
space_ids: string[];
|
|
811
840
|
acs_entrance_id: string;
|
|
@@ -970,6 +999,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
970
999
|
message: string;
|
|
971
1000
|
created_at: string;
|
|
972
1001
|
warning_code: "entrance_shares_zone";
|
|
1002
|
+
} | {
|
|
1003
|
+
message: string;
|
|
1004
|
+
created_at: string;
|
|
1005
|
+
warning_code: "entrance_setup_required";
|
|
973
1006
|
})[];
|
|
974
1007
|
space_ids: string[];
|
|
975
1008
|
acs_entrance_id: string;
|
|
@@ -1140,6 +1173,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1140
1173
|
message: string;
|
|
1141
1174
|
created_at: string;
|
|
1142
1175
|
warning_code: "entrance_shares_zone";
|
|
1176
|
+
} | {
|
|
1177
|
+
message: string;
|
|
1178
|
+
created_at: string;
|
|
1179
|
+
warning_code: "entrance_setup_required";
|
|
1143
1180
|
})[];
|
|
1144
1181
|
space_ids: string[];
|
|
1145
1182
|
acs_entrance_id: string;
|
|
@@ -1484,6 +1521,19 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1484
1521
|
message: string;
|
|
1485
1522
|
created_at: string;
|
|
1486
1523
|
warning_code: "entrance_shares_zone";
|
|
1524
|
+
}>, z.ZodObject<{
|
|
1525
|
+
created_at: z.ZodString;
|
|
1526
|
+
message: z.ZodString;
|
|
1527
|
+
} & {
|
|
1528
|
+
warning_code: z.ZodLiteral<"entrance_setup_required">;
|
|
1529
|
+
}, "strip", z.ZodTypeAny, {
|
|
1530
|
+
message: string;
|
|
1531
|
+
created_at: string;
|
|
1532
|
+
warning_code: "entrance_setup_required";
|
|
1533
|
+
}, {
|
|
1534
|
+
message: string;
|
|
1535
|
+
created_at: string;
|
|
1536
|
+
warning_code: "entrance_setup_required";
|
|
1487
1537
|
}>]>, "many">;
|
|
1488
1538
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
1489
1539
|
accessibility_type: z.ZodString;
|
|
@@ -1685,6 +1735,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1685
1735
|
message: string;
|
|
1686
1736
|
created_at: string;
|
|
1687
1737
|
warning_code: "entrance_shares_zone";
|
|
1738
|
+
} | {
|
|
1739
|
+
message: string;
|
|
1740
|
+
created_at: string;
|
|
1741
|
+
warning_code: "entrance_setup_required";
|
|
1688
1742
|
})[];
|
|
1689
1743
|
space_ids: string[];
|
|
1690
1744
|
acs_entrance_id: string;
|
|
@@ -1774,6 +1828,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1774
1828
|
message: string;
|
|
1775
1829
|
created_at: string;
|
|
1776
1830
|
warning_code: "entrance_shares_zone";
|
|
1831
|
+
} | {
|
|
1832
|
+
message: string;
|
|
1833
|
+
created_at: string;
|
|
1834
|
+
warning_code: "entrance_setup_required";
|
|
1777
1835
|
})[];
|
|
1778
1836
|
space_ids: string[];
|
|
1779
1837
|
acs_entrance_id: string;
|
|
@@ -1902,6 +1960,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1902
1960
|
message: string;
|
|
1903
1961
|
created_at: string;
|
|
1904
1962
|
warning_code: "entrance_shares_zone";
|
|
1963
|
+
} | {
|
|
1964
|
+
message: string;
|
|
1965
|
+
created_at: string;
|
|
1966
|
+
warning_code: "entrance_setup_required";
|
|
1905
1967
|
})[];
|
|
1906
1968
|
space_ids: string[];
|
|
1907
1969
|
acs_entrance_id: string;
|
|
@@ -2064,6 +2126,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2064
2126
|
message: string;
|
|
2065
2127
|
created_at: string;
|
|
2066
2128
|
warning_code: "entrance_shares_zone";
|
|
2129
|
+
} | {
|
|
2130
|
+
message: string;
|
|
2131
|
+
created_at: string;
|
|
2132
|
+
warning_code: "entrance_setup_required";
|
|
2067
2133
|
})[];
|
|
2068
2134
|
space_ids: string[];
|
|
2069
2135
|
acs_entrance_id: string;
|
|
@@ -2228,6 +2294,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2228
2294
|
message: string;
|
|
2229
2295
|
created_at: string;
|
|
2230
2296
|
warning_code: "entrance_shares_zone";
|
|
2297
|
+
} | {
|
|
2298
|
+
message: string;
|
|
2299
|
+
created_at: string;
|
|
2300
|
+
warning_code: "entrance_setup_required";
|
|
2231
2301
|
})[];
|
|
2232
2302
|
space_ids: string[];
|
|
2233
2303
|
acs_entrance_id: string;
|
|
@@ -2398,6 +2468,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2398
2468
|
message: string;
|
|
2399
2469
|
created_at: string;
|
|
2400
2470
|
warning_code: "entrance_shares_zone";
|
|
2471
|
+
} | {
|
|
2472
|
+
message: string;
|
|
2473
|
+
created_at: string;
|
|
2474
|
+
warning_code: "entrance_setup_required";
|
|
2401
2475
|
})[];
|
|
2402
2476
|
space_ids: string[];
|
|
2403
2477
|
acs_entrance_id: string;
|
|
@@ -2683,6 +2757,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2683
2757
|
message: string;
|
|
2684
2758
|
created_at: string;
|
|
2685
2759
|
warning_code: "entrance_shares_zone";
|
|
2760
|
+
} | {
|
|
2761
|
+
message: string;
|
|
2762
|
+
created_at: string;
|
|
2763
|
+
warning_code: "entrance_setup_required";
|
|
2686
2764
|
})[];
|
|
2687
2765
|
space_ids: string[];
|
|
2688
2766
|
acs_entrance_id: string;
|
|
@@ -2884,6 +2962,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2884
2962
|
message: string;
|
|
2885
2963
|
created_at: string;
|
|
2886
2964
|
warning_code: "entrance_shares_zone";
|
|
2965
|
+
} | {
|
|
2966
|
+
message: string;
|
|
2967
|
+
created_at: string;
|
|
2968
|
+
warning_code: "entrance_setup_required";
|
|
2887
2969
|
})[];
|
|
2888
2970
|
space_ids: string[];
|
|
2889
2971
|
acs_entrance_id: string;
|
|
@@ -4144,6 +4144,27 @@ const openapi = {
|
|
|
4144
4144
|
required: ['created_at', 'message', 'warning_code'],
|
|
4145
4145
|
type: 'object',
|
|
4146
4146
|
},
|
|
4147
|
+
{
|
|
4148
|
+
description: 'Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.',
|
|
4149
|
+
properties: {
|
|
4150
|
+
created_at: {
|
|
4151
|
+
description: 'Date and time at which Seam created the warning.',
|
|
4152
|
+
format: 'date-time',
|
|
4153
|
+
type: 'string',
|
|
4154
|
+
},
|
|
4155
|
+
message: {
|
|
4156
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
4157
|
+
type: 'string',
|
|
4158
|
+
},
|
|
4159
|
+
warning_code: {
|
|
4160
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
4161
|
+
enum: ['entrance_setup_required'],
|
|
4162
|
+
type: 'string',
|
|
4163
|
+
},
|
|
4164
|
+
},
|
|
4165
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
4166
|
+
type: 'object',
|
|
4167
|
+
},
|
|
4147
4168
|
],
|
|
4148
4169
|
},
|
|
4149
4170
|
type: 'array',
|
|
@@ -23533,6 +23554,31 @@ const openapi = {
|
|
|
23533
23554
|
],
|
|
23534
23555
|
type: 'object',
|
|
23535
23556
|
},
|
|
23557
|
+
{
|
|
23558
|
+
description: 'Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.',
|
|
23559
|
+
properties: {
|
|
23560
|
+
created_at: {
|
|
23561
|
+
description: 'Date and time at which Seam created the warning.',
|
|
23562
|
+
format: 'date-time',
|
|
23563
|
+
type: 'string',
|
|
23564
|
+
},
|
|
23565
|
+
message: {
|
|
23566
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
23567
|
+
type: 'string',
|
|
23568
|
+
},
|
|
23569
|
+
warning_code: {
|
|
23570
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
23571
|
+
enum: ['entrance_setup_required'],
|
|
23572
|
+
type: 'string',
|
|
23573
|
+
},
|
|
23574
|
+
},
|
|
23575
|
+
required: [
|
|
23576
|
+
'created_at',
|
|
23577
|
+
'message',
|
|
23578
|
+
'warning_code',
|
|
23579
|
+
],
|
|
23580
|
+
type: 'object',
|
|
23581
|
+
},
|
|
23536
23582
|
],
|
|
23537
23583
|
},
|
|
23538
23584
|
type: 'array',
|