@seamapi/types 1.847.0 → 1.848.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 +65 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -80
- package/dist/index.cjs +65 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +13 -13
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +49 -4
- 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 +57 -28
- package/lib/seam/connect/models/phones/phone-session.d.ts +110 -28
- package/lib/seam/connect/openapi.js +50 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +113 -36
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +58 -0
- package/src/lib/seam/connect/route-types.ts +212 -88
package/dist/connect.d.cts
CHANGED
|
@@ -4752,10 +4752,10 @@ declare const acs_access_group: z.ZodObject<{
|
|
|
4752
4752
|
workspace_id: z.ZodString;
|
|
4753
4753
|
connected_account_id: z.ZodString;
|
|
4754
4754
|
name: z.ZodString;
|
|
4755
|
-
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
4755
|
+
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
4756
4756
|
access_group_type_display_name: z.ZodString;
|
|
4757
4757
|
display_name: z.ZodString;
|
|
4758
|
-
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
4758
|
+
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
4759
4759
|
external_type_display_name: z.ZodString;
|
|
4760
4760
|
created_at: z.ZodString;
|
|
4761
4761
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
@@ -5120,9 +5120,9 @@ declare const acs_access_group: z.ZodObject<{
|
|
|
5120
5120
|
})[];
|
|
5121
5121
|
acs_access_group_id: string;
|
|
5122
5122
|
acs_system_id: string;
|
|
5123
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5123
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5124
5124
|
access_group_type_display_name: string;
|
|
5125
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5125
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5126
5126
|
external_type_display_name: string;
|
|
5127
5127
|
access_schedule?: {
|
|
5128
5128
|
starts_at: string;
|
|
@@ -5212,9 +5212,9 @@ declare const acs_access_group: z.ZodObject<{
|
|
|
5212
5212
|
})[];
|
|
5213
5213
|
acs_access_group_id: string;
|
|
5214
5214
|
acs_system_id: string;
|
|
5215
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5215
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5216
5216
|
access_group_type_display_name: string;
|
|
5217
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5217
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5218
5218
|
external_type_display_name: string;
|
|
5219
5219
|
access_schedule?: {
|
|
5220
5220
|
starts_at: string;
|
|
@@ -5227,10 +5227,10 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
|
|
|
5227
5227
|
workspace_id: z.ZodString;
|
|
5228
5228
|
connected_account_id: z.ZodString;
|
|
5229
5229
|
name: z.ZodString;
|
|
5230
|
-
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
5230
|
+
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
5231
5231
|
access_group_type_display_name: z.ZodString;
|
|
5232
5232
|
display_name: z.ZodString;
|
|
5233
|
-
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
5233
|
+
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
5234
5234
|
external_type_display_name: z.ZodString;
|
|
5235
5235
|
created_at: z.ZodString;
|
|
5236
5236
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
@@ -5595,9 +5595,9 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
|
|
|
5595
5595
|
})[];
|
|
5596
5596
|
acs_access_group_id: string;
|
|
5597
5597
|
acs_system_id: string;
|
|
5598
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5598
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5599
5599
|
access_group_type_display_name: string;
|
|
5600
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5600
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5601
5601
|
external_type_display_name: string;
|
|
5602
5602
|
access_schedule?: {
|
|
5603
5603
|
starts_at: string;
|
|
@@ -5687,9 +5687,9 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
|
|
|
5687
5687
|
})[];
|
|
5688
5688
|
acs_access_group_id: string;
|
|
5689
5689
|
acs_system_id: string;
|
|
5690
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5690
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5691
5691
|
access_group_type_display_name: string;
|
|
5692
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
5692
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
5693
5693
|
external_type_display_name: string;
|
|
5694
5694
|
access_schedule?: {
|
|
5695
5695
|
starts_at: string;
|
|
@@ -6398,6 +6398,19 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
6398
6398
|
message: string;
|
|
6399
6399
|
created_at: string;
|
|
6400
6400
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
6401
|
+
}>, z.ZodObject<{
|
|
6402
|
+
created_at: z.ZodString;
|
|
6403
|
+
message: z.ZodString;
|
|
6404
|
+
} & {
|
|
6405
|
+
warning_code: z.ZodLiteral<"entrance_shares_zone">;
|
|
6406
|
+
}, "strip", z.ZodTypeAny, {
|
|
6407
|
+
message: string;
|
|
6408
|
+
created_at: string;
|
|
6409
|
+
warning_code: "entrance_shares_zone";
|
|
6410
|
+
}, {
|
|
6411
|
+
message: string;
|
|
6412
|
+
created_at: string;
|
|
6413
|
+
warning_code: "entrance_shares_zone";
|
|
6401
6414
|
}>]>, "many">;
|
|
6402
6415
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
6403
6416
|
accessibility_type: z.ZodString;
|
|
@@ -6591,11 +6604,15 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
6591
6604
|
error_code: string;
|
|
6592
6605
|
}[];
|
|
6593
6606
|
connected_account_id: string;
|
|
6594
|
-
warnings: {
|
|
6607
|
+
warnings: ({
|
|
6595
6608
|
message: string;
|
|
6596
6609
|
created_at: string;
|
|
6597
6610
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
6598
|
-
}
|
|
6611
|
+
} | {
|
|
6612
|
+
message: string;
|
|
6613
|
+
created_at: string;
|
|
6614
|
+
warning_code: "entrance_shares_zone";
|
|
6615
|
+
})[];
|
|
6599
6616
|
space_ids: string[];
|
|
6600
6617
|
acs_entrance_id: string;
|
|
6601
6618
|
acs_system_id: string;
|
|
@@ -6676,11 +6693,15 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
6676
6693
|
error_code: string;
|
|
6677
6694
|
}[];
|
|
6678
6695
|
connected_account_id: string;
|
|
6679
|
-
warnings: {
|
|
6696
|
+
warnings: ({
|
|
6680
6697
|
message: string;
|
|
6681
6698
|
created_at: string;
|
|
6682
6699
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
6683
|
-
}
|
|
6700
|
+
} | {
|
|
6701
|
+
message: string;
|
|
6702
|
+
created_at: string;
|
|
6703
|
+
warning_code: "entrance_shares_zone";
|
|
6704
|
+
})[];
|
|
6684
6705
|
space_ids: string[];
|
|
6685
6706
|
acs_entrance_id: string;
|
|
6686
6707
|
acs_system_id: string;
|
|
@@ -17857,6 +17878,19 @@ declare const batch: z.ZodObject<{
|
|
|
17857
17878
|
message: string;
|
|
17858
17879
|
created_at: string;
|
|
17859
17880
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
17881
|
+
}>, z.ZodObject<{
|
|
17882
|
+
created_at: z.ZodString;
|
|
17883
|
+
message: z.ZodString;
|
|
17884
|
+
} & {
|
|
17885
|
+
warning_code: z.ZodLiteral<"entrance_shares_zone">;
|
|
17886
|
+
}, "strip", z.ZodTypeAny, {
|
|
17887
|
+
message: string;
|
|
17888
|
+
created_at: string;
|
|
17889
|
+
warning_code: "entrance_shares_zone";
|
|
17890
|
+
}, {
|
|
17891
|
+
message: string;
|
|
17892
|
+
created_at: string;
|
|
17893
|
+
warning_code: "entrance_shares_zone";
|
|
17860
17894
|
}>]>, "many">;
|
|
17861
17895
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
17862
17896
|
accessibility_type: z.ZodString;
|
|
@@ -18050,11 +18084,15 @@ declare const batch: z.ZodObject<{
|
|
|
18050
18084
|
error_code: string;
|
|
18051
18085
|
}[];
|
|
18052
18086
|
connected_account_id: string;
|
|
18053
|
-
warnings: {
|
|
18087
|
+
warnings: ({
|
|
18054
18088
|
message: string;
|
|
18055
18089
|
created_at: string;
|
|
18056
18090
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
18057
|
-
}
|
|
18091
|
+
} | {
|
|
18092
|
+
message: string;
|
|
18093
|
+
created_at: string;
|
|
18094
|
+
warning_code: "entrance_shares_zone";
|
|
18095
|
+
})[];
|
|
18058
18096
|
space_ids: string[];
|
|
18059
18097
|
acs_entrance_id: string;
|
|
18060
18098
|
acs_system_id: string;
|
|
@@ -18135,11 +18173,15 @@ declare const batch: z.ZodObject<{
|
|
|
18135
18173
|
error_code: string;
|
|
18136
18174
|
}[];
|
|
18137
18175
|
connected_account_id: string;
|
|
18138
|
-
warnings: {
|
|
18176
|
+
warnings: ({
|
|
18139
18177
|
message: string;
|
|
18140
18178
|
created_at: string;
|
|
18141
18179
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
18142
|
-
}
|
|
18180
|
+
} | {
|
|
18181
|
+
message: string;
|
|
18182
|
+
created_at: string;
|
|
18183
|
+
warning_code: "entrance_shares_zone";
|
|
18184
|
+
})[];
|
|
18143
18185
|
space_ids: string[];
|
|
18144
18186
|
acs_entrance_id: string;
|
|
18145
18187
|
acs_system_id: string;
|
|
@@ -19269,10 +19311,10 @@ declare const batch: z.ZodObject<{
|
|
|
19269
19311
|
workspace_id: z.ZodString;
|
|
19270
19312
|
connected_account_id: z.ZodString;
|
|
19271
19313
|
name: z.ZodString;
|
|
19272
|
-
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
19314
|
+
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
19273
19315
|
access_group_type_display_name: z.ZodString;
|
|
19274
19316
|
display_name: z.ZodString;
|
|
19275
|
-
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
19317
|
+
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
19276
19318
|
external_type_display_name: z.ZodString;
|
|
19277
19319
|
created_at: z.ZodString;
|
|
19278
19320
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
@@ -19637,9 +19679,9 @@ declare const batch: z.ZodObject<{
|
|
|
19637
19679
|
})[];
|
|
19638
19680
|
acs_access_group_id: string;
|
|
19639
19681
|
acs_system_id: string;
|
|
19640
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
19682
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
19641
19683
|
access_group_type_display_name: string;
|
|
19642
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
19684
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
19643
19685
|
external_type_display_name: string;
|
|
19644
19686
|
access_schedule?: {
|
|
19645
19687
|
starts_at: string;
|
|
@@ -19729,9 +19771,9 @@ declare const batch: z.ZodObject<{
|
|
|
19729
19771
|
})[];
|
|
19730
19772
|
acs_access_group_id: string;
|
|
19731
19773
|
acs_system_id: string;
|
|
19732
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
19774
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
19733
19775
|
access_group_type_display_name: string;
|
|
19734
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
19776
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
19735
19777
|
external_type_display_name: string;
|
|
19736
19778
|
access_schedule?: {
|
|
19737
19779
|
starts_at: string;
|
|
@@ -25210,10 +25252,10 @@ declare const batch: z.ZodObject<{
|
|
|
25210
25252
|
workspace_id: z.ZodString;
|
|
25211
25253
|
connected_account_id: z.ZodString;
|
|
25212
25254
|
name: z.ZodString;
|
|
25213
|
-
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
25255
|
+
access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
25214
25256
|
access_group_type_display_name: z.ZodString;
|
|
25215
25257
|
display_name: z.ZodString;
|
|
25216
|
-
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
|
|
25258
|
+
external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group", "avigilon_alta_group"]>;
|
|
25217
25259
|
external_type_display_name: z.ZodString;
|
|
25218
25260
|
created_at: z.ZodString;
|
|
25219
25261
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
@@ -25578,9 +25620,9 @@ declare const batch: z.ZodObject<{
|
|
|
25578
25620
|
})[];
|
|
25579
25621
|
acs_access_group_id: string;
|
|
25580
25622
|
acs_system_id: string;
|
|
25581
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
25623
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
25582
25624
|
access_group_type_display_name: string;
|
|
25583
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
25625
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
25584
25626
|
external_type_display_name: string;
|
|
25585
25627
|
access_schedule?: {
|
|
25586
25628
|
starts_at: string;
|
|
@@ -25670,9 +25712,9 @@ declare const batch: z.ZodObject<{
|
|
|
25670
25712
|
})[];
|
|
25671
25713
|
acs_access_group_id: string;
|
|
25672
25714
|
acs_system_id: string;
|
|
25673
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
25715
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
25674
25716
|
access_group_type_display_name: string;
|
|
25675
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
25717
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
25676
25718
|
external_type_display_name: string;
|
|
25677
25719
|
access_schedule?: {
|
|
25678
25720
|
starts_at: string;
|
|
@@ -39690,11 +39732,15 @@ declare const batch: z.ZodObject<{
|
|
|
39690
39732
|
error_code: string;
|
|
39691
39733
|
}[];
|
|
39692
39734
|
connected_account_id: string;
|
|
39693
|
-
warnings: {
|
|
39735
|
+
warnings: ({
|
|
39694
39736
|
message: string;
|
|
39695
39737
|
created_at: string;
|
|
39696
39738
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
39697
|
-
}
|
|
39739
|
+
} | {
|
|
39740
|
+
message: string;
|
|
39741
|
+
created_at: string;
|
|
39742
|
+
warning_code: "entrance_shares_zone";
|
|
39743
|
+
})[];
|
|
39698
39744
|
space_ids: string[];
|
|
39699
39745
|
acs_entrance_id: string;
|
|
39700
39746
|
acs_system_id: string;
|
|
@@ -40066,9 +40112,9 @@ declare const batch: z.ZodObject<{
|
|
|
40066
40112
|
})[];
|
|
40067
40113
|
acs_access_group_id: string;
|
|
40068
40114
|
acs_system_id: string;
|
|
40069
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
40115
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
40070
40116
|
access_group_type_display_name: string;
|
|
40071
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
40117
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
40072
40118
|
external_type_display_name: string;
|
|
40073
40119
|
access_schedule?: {
|
|
40074
40120
|
starts_at: string;
|
|
@@ -41249,9 +41295,9 @@ declare const batch: z.ZodObject<{
|
|
|
41249
41295
|
})[];
|
|
41250
41296
|
acs_access_group_id: string;
|
|
41251
41297
|
acs_system_id: string;
|
|
41252
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
41298
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
41253
41299
|
access_group_type_display_name: string;
|
|
41254
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
41300
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
41255
41301
|
external_type_display_name: string;
|
|
41256
41302
|
access_schedule?: {
|
|
41257
41303
|
starts_at: string;
|
|
@@ -44700,11 +44746,15 @@ declare const batch: z.ZodObject<{
|
|
|
44700
44746
|
error_code: string;
|
|
44701
44747
|
}[];
|
|
44702
44748
|
connected_account_id: string;
|
|
44703
|
-
warnings: {
|
|
44749
|
+
warnings: ({
|
|
44704
44750
|
message: string;
|
|
44705
44751
|
created_at: string;
|
|
44706
44752
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
44707
|
-
}
|
|
44753
|
+
} | {
|
|
44754
|
+
message: string;
|
|
44755
|
+
created_at: string;
|
|
44756
|
+
warning_code: "entrance_shares_zone";
|
|
44757
|
+
})[];
|
|
44708
44758
|
space_ids: string[];
|
|
44709
44759
|
acs_entrance_id: string;
|
|
44710
44760
|
acs_system_id: string;
|
|
@@ -45076,9 +45126,9 @@ declare const batch: z.ZodObject<{
|
|
|
45076
45126
|
})[];
|
|
45077
45127
|
acs_access_group_id: string;
|
|
45078
45128
|
acs_system_id: string;
|
|
45079
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
45129
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
45080
45130
|
access_group_type_display_name: string;
|
|
45081
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
45131
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
45082
45132
|
external_type_display_name: string;
|
|
45083
45133
|
access_schedule?: {
|
|
45084
45134
|
starts_at: string;
|
|
@@ -46259,9 +46309,9 @@ declare const batch: z.ZodObject<{
|
|
|
46259
46309
|
})[];
|
|
46260
46310
|
acs_access_group_id: string;
|
|
46261
46311
|
acs_system_id: string;
|
|
46262
|
-
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
46312
|
+
access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
46263
46313
|
access_group_type_display_name: string;
|
|
46264
|
-
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
|
|
46314
|
+
external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group" | "avigilon_alta_group";
|
|
46265
46315
|
external_type_display_name: string;
|
|
46266
46316
|
access_schedule?: {
|
|
46267
46317
|
starts_at: string;
|
|
@@ -77185,14 +77235,21 @@ type Routes = {
|
|
|
77185
77235
|
message: string;
|
|
77186
77236
|
}[];
|
|
77187
77237
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77188
|
-
warnings: {
|
|
77238
|
+
warnings: ({
|
|
77189
77239
|
/** Date and time at which Seam created the warning. */
|
|
77190
77240
|
created_at: string;
|
|
77191
77241
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77192
77242
|
message: string;
|
|
77193
77243
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77194
77244
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
77195
|
-
}
|
|
77245
|
+
} | {
|
|
77246
|
+
/** Date and time at which Seam created the warning. */
|
|
77247
|
+
created_at: string;
|
|
77248
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77249
|
+
message: string;
|
|
77250
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77251
|
+
warning_code: 'entrance_shares_zone';
|
|
77252
|
+
})[];
|
|
77196
77253
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77197
77254
|
latch_metadata?: {
|
|
77198
77255
|
/** Accessibility type in the Latch access system. */
|
|
@@ -77650,13 +77707,13 @@ type Routes = {
|
|
|
77650
77707
|
name: string;
|
|
77651
77708
|
/**
|
|
77652
77709
|
* @deprecated Use `external_type`.*/
|
|
77653
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
77710
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
77654
77711
|
/**
|
|
77655
77712
|
* @deprecated Use `external_type_display_name`.*/
|
|
77656
77713
|
access_group_type_display_name: string;
|
|
77657
77714
|
display_name: string;
|
|
77658
77715
|
/** Brand-specific terminology for the access group type. */
|
|
77659
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
77716
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
77660
77717
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
77661
77718
|
external_type_display_name: string;
|
|
77662
77719
|
/** Date and time at which the access group was created. */
|
|
@@ -81657,14 +81714,21 @@ type Routes = {
|
|
|
81657
81714
|
message: string;
|
|
81658
81715
|
}[];
|
|
81659
81716
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
81660
|
-
warnings: {
|
|
81717
|
+
warnings: ({
|
|
81661
81718
|
/** Date and time at which Seam created the warning. */
|
|
81662
81719
|
created_at: string;
|
|
81663
81720
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81664
81721
|
message: string;
|
|
81665
81722
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81666
81723
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
81667
|
-
}
|
|
81724
|
+
} | {
|
|
81725
|
+
/** Date and time at which Seam created the warning. */
|
|
81726
|
+
created_at: string;
|
|
81727
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81728
|
+
message: string;
|
|
81729
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81730
|
+
warning_code: 'entrance_shares_zone';
|
|
81731
|
+
})[];
|
|
81668
81732
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
81669
81733
|
latch_metadata?: {
|
|
81670
81734
|
/** Accessibility type in the Latch access system. */
|
|
@@ -82707,13 +82771,13 @@ type Routes = {
|
|
|
82707
82771
|
name: string;
|
|
82708
82772
|
/**
|
|
82709
82773
|
* @deprecated Use `external_type`.*/
|
|
82710
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
82774
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
82711
82775
|
/**
|
|
82712
82776
|
* @deprecated Use `external_type_display_name`.*/
|
|
82713
82777
|
access_group_type_display_name: string;
|
|
82714
82778
|
display_name: string;
|
|
82715
82779
|
/** Brand-specific terminology for the access group type. */
|
|
82716
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
82780
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
82717
82781
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
82718
82782
|
external_type_display_name: string;
|
|
82719
82783
|
/** Date and time at which the access group was created. */
|
|
@@ -82891,13 +82955,13 @@ type Routes = {
|
|
|
82891
82955
|
name: string;
|
|
82892
82956
|
/**
|
|
82893
82957
|
* @deprecated Use `external_type`.*/
|
|
82894
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
82958
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
82895
82959
|
/**
|
|
82896
82960
|
* @deprecated Use `external_type_display_name`.*/
|
|
82897
82961
|
access_group_type_display_name: string;
|
|
82898
82962
|
display_name: string;
|
|
82899
82963
|
/** Brand-specific terminology for the access group type. */
|
|
82900
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
82964
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
82901
82965
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
82902
82966
|
external_type_display_name: string;
|
|
82903
82967
|
/** Date and time at which the access group was created. */
|
|
@@ -83077,14 +83141,21 @@ type Routes = {
|
|
|
83077
83141
|
message: string;
|
|
83078
83142
|
}[];
|
|
83079
83143
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
83080
|
-
warnings: {
|
|
83144
|
+
warnings: ({
|
|
83081
83145
|
/** Date and time at which Seam created the warning. */
|
|
83082
83146
|
created_at: string;
|
|
83083
83147
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83084
83148
|
message: string;
|
|
83085
83149
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83086
83150
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
83087
|
-
}
|
|
83151
|
+
} | {
|
|
83152
|
+
/** Date and time at which Seam created the warning. */
|
|
83153
|
+
created_at: string;
|
|
83154
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83155
|
+
message: string;
|
|
83156
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83157
|
+
warning_code: 'entrance_shares_zone';
|
|
83158
|
+
})[];
|
|
83088
83159
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
83089
83160
|
latch_metadata?: {
|
|
83090
83161
|
/** Accessibility type in the Latch access system. */
|
|
@@ -83524,13 +83595,13 @@ type Routes = {
|
|
|
83524
83595
|
name: string;
|
|
83525
83596
|
/**
|
|
83526
83597
|
* @deprecated Use `external_type`.*/
|
|
83527
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
83598
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
83528
83599
|
/**
|
|
83529
83600
|
* @deprecated Use `external_type_display_name`.*/
|
|
83530
83601
|
access_group_type_display_name: string;
|
|
83531
83602
|
display_name: string;
|
|
83532
83603
|
/** Brand-specific terminology for the access group type. */
|
|
83533
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
83604
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
83534
83605
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
83535
83606
|
external_type_display_name: string;
|
|
83536
83607
|
/** Date and time at which the access group was created. */
|
|
@@ -83706,13 +83777,13 @@ type Routes = {
|
|
|
83706
83777
|
name: string;
|
|
83707
83778
|
/**
|
|
83708
83779
|
* @deprecated Use `external_type`.*/
|
|
83709
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
83780
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
83710
83781
|
/**
|
|
83711
83782
|
* @deprecated Use `external_type_display_name`.*/
|
|
83712
83783
|
access_group_type_display_name: string;
|
|
83713
83784
|
display_name: string;
|
|
83714
83785
|
/** Brand-specific terminology for the access group type. */
|
|
83715
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
83786
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
83716
83787
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
83717
83788
|
external_type_display_name: string;
|
|
83718
83789
|
/** Date and time at which the access group was created. */
|
|
@@ -84798,14 +84869,21 @@ type Routes = {
|
|
|
84798
84869
|
message: string;
|
|
84799
84870
|
}[];
|
|
84800
84871
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84801
|
-
warnings: {
|
|
84872
|
+
warnings: ({
|
|
84802
84873
|
/** Date and time at which Seam created the warning. */
|
|
84803
84874
|
created_at: string;
|
|
84804
84875
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84805
84876
|
message: string;
|
|
84806
84877
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84807
84878
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
84808
|
-
}
|
|
84879
|
+
} | {
|
|
84880
|
+
/** Date and time at which Seam created the warning. */
|
|
84881
|
+
created_at: string;
|
|
84882
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84883
|
+
message: string;
|
|
84884
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84885
|
+
warning_code: 'entrance_shares_zone';
|
|
84886
|
+
})[];
|
|
84809
84887
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84810
84888
|
latch_metadata?: {
|
|
84811
84889
|
/** Accessibility type in the Latch access system. */
|
|
@@ -88460,14 +88538,21 @@ type Routes = {
|
|
|
88460
88538
|
message: string;
|
|
88461
88539
|
}[];
|
|
88462
88540
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88463
|
-
warnings: {
|
|
88541
|
+
warnings: ({
|
|
88464
88542
|
/** Date and time at which Seam created the warning. */
|
|
88465
88543
|
created_at: string;
|
|
88466
88544
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88467
88545
|
message: string;
|
|
88468
88546
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88469
88547
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
88470
|
-
}
|
|
88548
|
+
} | {
|
|
88549
|
+
/** Date and time at which Seam created the warning. */
|
|
88550
|
+
created_at: string;
|
|
88551
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88552
|
+
message: string;
|
|
88553
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88554
|
+
warning_code: 'entrance_shares_zone';
|
|
88555
|
+
})[];
|
|
88471
88556
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88472
88557
|
latch_metadata?: {
|
|
88473
88558
|
/** Accessibility type in the Latch access system. */
|
|
@@ -88667,14 +88752,21 @@ type Routes = {
|
|
|
88667
88752
|
message: string;
|
|
88668
88753
|
}[];
|
|
88669
88754
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88670
|
-
warnings: {
|
|
88755
|
+
warnings: ({
|
|
88671
88756
|
/** Date and time at which Seam created the warning. */
|
|
88672
88757
|
created_at: string;
|
|
88673
88758
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88674
88759
|
message: string;
|
|
88675
88760
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88676
88761
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
88677
|
-
}
|
|
88762
|
+
} | {
|
|
88763
|
+
/** Date and time at which Seam created the warning. */
|
|
88764
|
+
created_at: string;
|
|
88765
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88766
|
+
message: string;
|
|
88767
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88768
|
+
warning_code: 'entrance_shares_zone';
|
|
88769
|
+
})[];
|
|
88678
88770
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88679
88771
|
latch_metadata?: {
|
|
88680
88772
|
/** Accessibility type in the Latch access system. */
|
|
@@ -91668,14 +91760,21 @@ type Routes = {
|
|
|
91668
91760
|
message: string;
|
|
91669
91761
|
}[];
|
|
91670
91762
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91671
|
-
warnings: {
|
|
91763
|
+
warnings: ({
|
|
91672
91764
|
/** Date and time at which Seam created the warning. */
|
|
91673
91765
|
created_at: string;
|
|
91674
91766
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91675
91767
|
message: string;
|
|
91676
91768
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91677
91769
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
91678
|
-
}
|
|
91770
|
+
} | {
|
|
91771
|
+
/** Date and time at which Seam created the warning. */
|
|
91772
|
+
created_at: string;
|
|
91773
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91774
|
+
message: string;
|
|
91775
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91776
|
+
warning_code: 'entrance_shares_zone';
|
|
91777
|
+
})[];
|
|
91679
91778
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91680
91779
|
latch_metadata?: {
|
|
91681
91780
|
/** Accessibility type in the Latch access system. */
|
|
@@ -133361,14 +133460,21 @@ type Routes = {
|
|
|
133361
133460
|
message: string;
|
|
133362
133461
|
}[];
|
|
133363
133462
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
133364
|
-
warnings: {
|
|
133463
|
+
warnings: ({
|
|
133365
133464
|
/** Date and time at which Seam created the warning. */
|
|
133366
133465
|
created_at: string;
|
|
133367
133466
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133368
133467
|
message: string;
|
|
133369
133468
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133370
133469
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
133371
|
-
}
|
|
133470
|
+
} | {
|
|
133471
|
+
/** Date and time at which Seam created the warning. */
|
|
133472
|
+
created_at: string;
|
|
133473
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133474
|
+
message: string;
|
|
133475
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133476
|
+
warning_code: 'entrance_shares_zone';
|
|
133477
|
+
})[];
|
|
133372
133478
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
133373
133479
|
latch_metadata?: {
|
|
133374
133480
|
/** Accessibility type in the Latch access system. */
|
|
@@ -135188,14 +135294,21 @@ type Routes = {
|
|
|
135188
135294
|
message: string;
|
|
135189
135295
|
}[];
|
|
135190
135296
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
135191
|
-
warnings: {
|
|
135297
|
+
warnings: ({
|
|
135192
135298
|
/** Date and time at which Seam created the warning. */
|
|
135193
135299
|
created_at: string;
|
|
135194
135300
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
135195
135301
|
message: string;
|
|
135196
135302
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
135197
135303
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
135198
|
-
}
|
|
135304
|
+
} | {
|
|
135305
|
+
/** Date and time at which Seam created the warning. */
|
|
135306
|
+
created_at: string;
|
|
135307
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
135308
|
+
message: string;
|
|
135309
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
135310
|
+
warning_code: 'entrance_shares_zone';
|
|
135311
|
+
})[];
|
|
135199
135312
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
135200
135313
|
latch_metadata?: {
|
|
135201
135314
|
/** Accessibility type in the Latch access system. */
|
|
@@ -155813,14 +155926,21 @@ type Routes = {
|
|
|
155813
155926
|
message: string;
|
|
155814
155927
|
}[];
|
|
155815
155928
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
155816
|
-
warnings: {
|
|
155929
|
+
warnings: ({
|
|
155817
155930
|
/** Date and time at which Seam created the warning. */
|
|
155818
155931
|
created_at: string;
|
|
155819
155932
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155820
155933
|
message: string;
|
|
155821
155934
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155822
155935
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
155823
|
-
}
|
|
155936
|
+
} | {
|
|
155937
|
+
/** Date and time at which Seam created the warning. */
|
|
155938
|
+
created_at: string;
|
|
155939
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155940
|
+
message: string;
|
|
155941
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155942
|
+
warning_code: 'entrance_shares_zone';
|
|
155943
|
+
})[];
|
|
155824
155944
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
155825
155945
|
latch_metadata?: {
|
|
155826
155946
|
/** Accessibility type in the Latch access system. */
|
|
@@ -158300,14 +158420,21 @@ type Routes = {
|
|
|
158300
158420
|
message: string;
|
|
158301
158421
|
}[];
|
|
158302
158422
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
158303
|
-
warnings: {
|
|
158423
|
+
warnings: ({
|
|
158304
158424
|
/** Date and time at which Seam created the warning. */
|
|
158305
158425
|
created_at: string;
|
|
158306
158426
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
158307
158427
|
message: string;
|
|
158308
158428
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
158309
158429
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
158310
|
-
}
|
|
158430
|
+
} | {
|
|
158431
|
+
/** Date and time at which Seam created the warning. */
|
|
158432
|
+
created_at: string;
|
|
158433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
158434
|
+
message: string;
|
|
158435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
158436
|
+
warning_code: 'entrance_shares_zone';
|
|
158437
|
+
})[];
|
|
158311
158438
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
158312
158439
|
latch_metadata?: {
|
|
158313
158440
|
/** Accessibility type in the Latch access system. */
|
|
@@ -158819,13 +158946,13 @@ type Routes = {
|
|
|
158819
158946
|
name: string;
|
|
158820
158947
|
/**
|
|
158821
158948
|
* @deprecated Use `external_type`.*/
|
|
158822
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
158949
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
158823
158950
|
/**
|
|
158824
158951
|
* @deprecated Use `external_type_display_name`.*/
|
|
158825
158952
|
access_group_type_display_name: string;
|
|
158826
158953
|
display_name: string;
|
|
158827
158954
|
/** Brand-specific terminology for the access group type. */
|
|
158828
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
158955
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
158829
158956
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
158830
158957
|
external_type_display_name: string;
|
|
158831
158958
|
/** Date and time at which the access group was created. */
|
|
@@ -160606,13 +160733,13 @@ type Routes = {
|
|
|
160606
160733
|
name: string;
|
|
160607
160734
|
/**
|
|
160608
160735
|
* @deprecated Use `external_type`.*/
|
|
160609
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
160736
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
160610
160737
|
/**
|
|
160611
160738
|
* @deprecated Use `external_type_display_name`.*/
|
|
160612
160739
|
access_group_type_display_name: string;
|
|
160613
160740
|
display_name: string;
|
|
160614
160741
|
/** Brand-specific terminology for the access group type. */
|
|
160615
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
160742
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
160616
160743
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
160617
160744
|
external_type_display_name: string;
|
|
160618
160745
|
/** Date and time at which the access group was created. */
|