@seamapi/types 1.847.0 → 1.849.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 +95 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +306 -80
- package/dist/index.cjs +95 -9
- 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/acs/acs-system.d.ts +45 -0
- package/lib/seam/connect/models/acs/acs-system.js +11 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +86 -28
- package/lib/seam/connect/models/phones/phone-session.d.ts +110 -28
- package/lib/seam/connect/openapi.js +71 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +162 -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/models/acs/acs-system.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +83 -0
- package/src/lib/seam/connect/route-types.ts +268 -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;
|
|
@@ -6887,6 +6908,19 @@ declare const acs_system: z.ZodObject<{
|
|
|
6887
6908
|
message: string;
|
|
6888
6909
|
created_at: string;
|
|
6889
6910
|
error_code: "salto_ks_certification_expired";
|
|
6911
|
+
}>, z.ZodObject<{
|
|
6912
|
+
created_at: z.ZodString;
|
|
6913
|
+
message: z.ZodString;
|
|
6914
|
+
} & {
|
|
6915
|
+
error_code: z.ZodLiteral<"provider_service_unavailable">;
|
|
6916
|
+
}, "strip", z.ZodTypeAny, {
|
|
6917
|
+
message: string;
|
|
6918
|
+
created_at: string;
|
|
6919
|
+
error_code: "provider_service_unavailable";
|
|
6920
|
+
}, {
|
|
6921
|
+
message: string;
|
|
6922
|
+
created_at: string;
|
|
6923
|
+
error_code: "provider_service_unavailable";
|
|
6890
6924
|
}>]>, "many">;
|
|
6891
6925
|
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
6892
6926
|
created_at: z.ZodString;
|
|
@@ -6951,6 +6985,10 @@ declare const acs_system: z.ZodObject<{
|
|
|
6951
6985
|
message: string;
|
|
6952
6986
|
created_at: string;
|
|
6953
6987
|
error_code: "salto_ks_certification_expired";
|
|
6988
|
+
} | {
|
|
6989
|
+
message: string;
|
|
6990
|
+
created_at: string;
|
|
6991
|
+
error_code: "provider_service_unavailable";
|
|
6954
6992
|
})[];
|
|
6955
6993
|
connected_account_id: string;
|
|
6956
6994
|
image_url: string;
|
|
@@ -7016,6 +7054,10 @@ declare const acs_system: z.ZodObject<{
|
|
|
7016
7054
|
message: string;
|
|
7017
7055
|
created_at: string;
|
|
7018
7056
|
error_code: "salto_ks_certification_expired";
|
|
7057
|
+
} | {
|
|
7058
|
+
message: string;
|
|
7059
|
+
created_at: string;
|
|
7060
|
+
error_code: "provider_service_unavailable";
|
|
7019
7061
|
})[];
|
|
7020
7062
|
connected_account_id: string;
|
|
7021
7063
|
image_url: string;
|
|
@@ -17857,6 +17899,19 @@ declare const batch: z.ZodObject<{
|
|
|
17857
17899
|
message: string;
|
|
17858
17900
|
created_at: string;
|
|
17859
17901
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
17902
|
+
}>, z.ZodObject<{
|
|
17903
|
+
created_at: z.ZodString;
|
|
17904
|
+
message: z.ZodString;
|
|
17905
|
+
} & {
|
|
17906
|
+
warning_code: z.ZodLiteral<"entrance_shares_zone">;
|
|
17907
|
+
}, "strip", z.ZodTypeAny, {
|
|
17908
|
+
message: string;
|
|
17909
|
+
created_at: string;
|
|
17910
|
+
warning_code: "entrance_shares_zone";
|
|
17911
|
+
}, {
|
|
17912
|
+
message: string;
|
|
17913
|
+
created_at: string;
|
|
17914
|
+
warning_code: "entrance_shares_zone";
|
|
17860
17915
|
}>]>, "many">;
|
|
17861
17916
|
latch_metadata: z.ZodOptional<z.ZodObject<{
|
|
17862
17917
|
accessibility_type: z.ZodString;
|
|
@@ -18050,11 +18105,15 @@ declare const batch: z.ZodObject<{
|
|
|
18050
18105
|
error_code: string;
|
|
18051
18106
|
}[];
|
|
18052
18107
|
connected_account_id: string;
|
|
18053
|
-
warnings: {
|
|
18108
|
+
warnings: ({
|
|
18054
18109
|
message: string;
|
|
18055
18110
|
created_at: string;
|
|
18056
18111
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
18057
|
-
}
|
|
18112
|
+
} | {
|
|
18113
|
+
message: string;
|
|
18114
|
+
created_at: string;
|
|
18115
|
+
warning_code: "entrance_shares_zone";
|
|
18116
|
+
})[];
|
|
18058
18117
|
space_ids: string[];
|
|
18059
18118
|
acs_entrance_id: string;
|
|
18060
18119
|
acs_system_id: string;
|
|
@@ -18135,11 +18194,15 @@ declare const batch: z.ZodObject<{
|
|
|
18135
18194
|
error_code: string;
|
|
18136
18195
|
}[];
|
|
18137
18196
|
connected_account_id: string;
|
|
18138
|
-
warnings: {
|
|
18197
|
+
warnings: ({
|
|
18139
18198
|
message: string;
|
|
18140
18199
|
created_at: string;
|
|
18141
18200
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
18142
|
-
}
|
|
18201
|
+
} | {
|
|
18202
|
+
message: string;
|
|
18203
|
+
created_at: string;
|
|
18204
|
+
warning_code: "entrance_shares_zone";
|
|
18205
|
+
})[];
|
|
18143
18206
|
space_ids: string[];
|
|
18144
18207
|
acs_entrance_id: string;
|
|
18145
18208
|
acs_system_id: string;
|
|
@@ -18344,6 +18407,19 @@ declare const batch: z.ZodObject<{
|
|
|
18344
18407
|
message: string;
|
|
18345
18408
|
created_at: string;
|
|
18346
18409
|
error_code: "salto_ks_certification_expired";
|
|
18410
|
+
}>, z.ZodObject<{
|
|
18411
|
+
created_at: z.ZodString;
|
|
18412
|
+
message: z.ZodString;
|
|
18413
|
+
} & {
|
|
18414
|
+
error_code: z.ZodLiteral<"provider_service_unavailable">;
|
|
18415
|
+
}, "strip", z.ZodTypeAny, {
|
|
18416
|
+
message: string;
|
|
18417
|
+
created_at: string;
|
|
18418
|
+
error_code: "provider_service_unavailable";
|
|
18419
|
+
}, {
|
|
18420
|
+
message: string;
|
|
18421
|
+
created_at: string;
|
|
18422
|
+
error_code: "provider_service_unavailable";
|
|
18347
18423
|
}>]>, "many">;
|
|
18348
18424
|
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
18349
18425
|
created_at: z.ZodString;
|
|
@@ -18408,6 +18484,10 @@ declare const batch: z.ZodObject<{
|
|
|
18408
18484
|
message: string;
|
|
18409
18485
|
created_at: string;
|
|
18410
18486
|
error_code: "salto_ks_certification_expired";
|
|
18487
|
+
} | {
|
|
18488
|
+
message: string;
|
|
18489
|
+
created_at: string;
|
|
18490
|
+
error_code: "provider_service_unavailable";
|
|
18411
18491
|
})[];
|
|
18412
18492
|
connected_account_id: string;
|
|
18413
18493
|
image_url: string;
|
|
@@ -18473,6 +18553,10 @@ declare const batch: z.ZodObject<{
|
|
|
18473
18553
|
message: string;
|
|
18474
18554
|
created_at: string;
|
|
18475
18555
|
error_code: "salto_ks_certification_expired";
|
|
18556
|
+
} | {
|
|
18557
|
+
message: string;
|
|
18558
|
+
created_at: string;
|
|
18559
|
+
error_code: "provider_service_unavailable";
|
|
18476
18560
|
})[];
|
|
18477
18561
|
connected_account_id: string;
|
|
18478
18562
|
image_url: string;
|
|
@@ -19269,10 +19353,10 @@ declare const batch: z.ZodObject<{
|
|
|
19269
19353
|
workspace_id: z.ZodString;
|
|
19270
19354
|
connected_account_id: z.ZodString;
|
|
19271
19355
|
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"]>;
|
|
19356
|
+
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
19357
|
access_group_type_display_name: z.ZodString;
|
|
19274
19358
|
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"]>;
|
|
19359
|
+
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
19360
|
external_type_display_name: z.ZodString;
|
|
19277
19361
|
created_at: z.ZodString;
|
|
19278
19362
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
@@ -19637,9 +19721,9 @@ declare const batch: z.ZodObject<{
|
|
|
19637
19721
|
})[];
|
|
19638
19722
|
acs_access_group_id: string;
|
|
19639
19723
|
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";
|
|
19724
|
+
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
19725
|
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";
|
|
19726
|
+
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
19727
|
external_type_display_name: string;
|
|
19644
19728
|
access_schedule?: {
|
|
19645
19729
|
starts_at: string;
|
|
@@ -19729,9 +19813,9 @@ declare const batch: z.ZodObject<{
|
|
|
19729
19813
|
})[];
|
|
19730
19814
|
acs_access_group_id: string;
|
|
19731
19815
|
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";
|
|
19816
|
+
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
19817
|
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";
|
|
19818
|
+
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
19819
|
external_type_display_name: string;
|
|
19736
19820
|
access_schedule?: {
|
|
19737
19821
|
starts_at: string;
|
|
@@ -25210,10 +25294,10 @@ declare const batch: z.ZodObject<{
|
|
|
25210
25294
|
workspace_id: z.ZodString;
|
|
25211
25295
|
connected_account_id: z.ZodString;
|
|
25212
25296
|
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"]>;
|
|
25297
|
+
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
25298
|
access_group_type_display_name: z.ZodString;
|
|
25215
25299
|
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"]>;
|
|
25300
|
+
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
25301
|
external_type_display_name: z.ZodString;
|
|
25218
25302
|
created_at: z.ZodString;
|
|
25219
25303
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
@@ -25578,9 +25662,9 @@ declare const batch: z.ZodObject<{
|
|
|
25578
25662
|
})[];
|
|
25579
25663
|
acs_access_group_id: string;
|
|
25580
25664
|
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";
|
|
25665
|
+
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
25666
|
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";
|
|
25667
|
+
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
25668
|
external_type_display_name: string;
|
|
25585
25669
|
access_schedule?: {
|
|
25586
25670
|
starts_at: string;
|
|
@@ -25670,9 +25754,9 @@ declare const batch: z.ZodObject<{
|
|
|
25670
25754
|
})[];
|
|
25671
25755
|
acs_access_group_id: string;
|
|
25672
25756
|
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";
|
|
25757
|
+
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
25758
|
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";
|
|
25759
|
+
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
25760
|
external_type_display_name: string;
|
|
25677
25761
|
access_schedule?: {
|
|
25678
25762
|
starts_at: string;
|
|
@@ -39690,11 +39774,15 @@ declare const batch: z.ZodObject<{
|
|
|
39690
39774
|
error_code: string;
|
|
39691
39775
|
}[];
|
|
39692
39776
|
connected_account_id: string;
|
|
39693
|
-
warnings: {
|
|
39777
|
+
warnings: ({
|
|
39694
39778
|
message: string;
|
|
39695
39779
|
created_at: string;
|
|
39696
39780
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
39697
|
-
}
|
|
39781
|
+
} | {
|
|
39782
|
+
message: string;
|
|
39783
|
+
created_at: string;
|
|
39784
|
+
warning_code: "entrance_shares_zone";
|
|
39785
|
+
})[];
|
|
39698
39786
|
space_ids: string[];
|
|
39699
39787
|
acs_entrance_id: string;
|
|
39700
39788
|
acs_system_id: string;
|
|
@@ -39801,6 +39889,10 @@ declare const batch: z.ZodObject<{
|
|
|
39801
39889
|
message: string;
|
|
39802
39890
|
created_at: string;
|
|
39803
39891
|
error_code: "salto_ks_certification_expired";
|
|
39892
|
+
} | {
|
|
39893
|
+
message: string;
|
|
39894
|
+
created_at: string;
|
|
39895
|
+
error_code: "provider_service_unavailable";
|
|
39804
39896
|
})[];
|
|
39805
39897
|
connected_account_id: string;
|
|
39806
39898
|
image_url: string;
|
|
@@ -40066,9 +40158,9 @@ declare const batch: z.ZodObject<{
|
|
|
40066
40158
|
})[];
|
|
40067
40159
|
acs_access_group_id: string;
|
|
40068
40160
|
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";
|
|
40161
|
+
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
40162
|
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";
|
|
40163
|
+
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
40164
|
external_type_display_name: string;
|
|
40073
40165
|
access_schedule?: {
|
|
40074
40166
|
starts_at: string;
|
|
@@ -41249,9 +41341,9 @@ declare const batch: z.ZodObject<{
|
|
|
41249
41341
|
})[];
|
|
41250
41342
|
acs_access_group_id: string;
|
|
41251
41343
|
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";
|
|
41344
|
+
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
41345
|
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";
|
|
41346
|
+
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
41347
|
external_type_display_name: string;
|
|
41256
41348
|
access_schedule?: {
|
|
41257
41349
|
starts_at: string;
|
|
@@ -44700,11 +44792,15 @@ declare const batch: z.ZodObject<{
|
|
|
44700
44792
|
error_code: string;
|
|
44701
44793
|
}[];
|
|
44702
44794
|
connected_account_id: string;
|
|
44703
|
-
warnings: {
|
|
44795
|
+
warnings: ({
|
|
44704
44796
|
message: string;
|
|
44705
44797
|
created_at: string;
|
|
44706
44798
|
warning_code: "salto_ks_entrance_access_code_support_removed";
|
|
44707
|
-
}
|
|
44799
|
+
} | {
|
|
44800
|
+
message: string;
|
|
44801
|
+
created_at: string;
|
|
44802
|
+
warning_code: "entrance_shares_zone";
|
|
44803
|
+
})[];
|
|
44708
44804
|
space_ids: string[];
|
|
44709
44805
|
acs_entrance_id: string;
|
|
44710
44806
|
acs_system_id: string;
|
|
@@ -44811,6 +44907,10 @@ declare const batch: z.ZodObject<{
|
|
|
44811
44907
|
message: string;
|
|
44812
44908
|
created_at: string;
|
|
44813
44909
|
error_code: "salto_ks_certification_expired";
|
|
44910
|
+
} | {
|
|
44911
|
+
message: string;
|
|
44912
|
+
created_at: string;
|
|
44913
|
+
error_code: "provider_service_unavailable";
|
|
44814
44914
|
})[];
|
|
44815
44915
|
connected_account_id: string;
|
|
44816
44916
|
image_url: string;
|
|
@@ -45076,9 +45176,9 @@ declare const batch: z.ZodObject<{
|
|
|
45076
45176
|
})[];
|
|
45077
45177
|
acs_access_group_id: string;
|
|
45078
45178
|
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";
|
|
45179
|
+
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
45180
|
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";
|
|
45181
|
+
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
45182
|
external_type_display_name: string;
|
|
45083
45183
|
access_schedule?: {
|
|
45084
45184
|
starts_at: string;
|
|
@@ -46259,9 +46359,9 @@ declare const batch: z.ZodObject<{
|
|
|
46259
46359
|
})[];
|
|
46260
46360
|
acs_access_group_id: string;
|
|
46261
46361
|
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";
|
|
46362
|
+
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
46363
|
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";
|
|
46364
|
+
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
46365
|
external_type_display_name: string;
|
|
46266
46366
|
access_schedule?: {
|
|
46267
46367
|
starts_at: string;
|
|
@@ -77185,14 +77285,21 @@ type Routes = {
|
|
|
77185
77285
|
message: string;
|
|
77186
77286
|
}[];
|
|
77187
77287
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77188
|
-
warnings: {
|
|
77288
|
+
warnings: ({
|
|
77189
77289
|
/** Date and time at which Seam created the warning. */
|
|
77190
77290
|
created_at: string;
|
|
77191
77291
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77192
77292
|
message: string;
|
|
77193
77293
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77194
77294
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
77195
|
-
}
|
|
77295
|
+
} | {
|
|
77296
|
+
/** Date and time at which Seam created the warning. */
|
|
77297
|
+
created_at: string;
|
|
77298
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77299
|
+
message: string;
|
|
77300
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77301
|
+
warning_code: 'entrance_shares_zone';
|
|
77302
|
+
})[];
|
|
77196
77303
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77197
77304
|
latch_metadata?: {
|
|
77198
77305
|
/** Accessibility type in the Latch access system. */
|
|
@@ -77569,6 +77676,13 @@ type Routes = {
|
|
|
77569
77676
|
message: string;
|
|
77570
77677
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
77571
77678
|
error_code: 'salto_ks_certification_expired';
|
|
77679
|
+
} | {
|
|
77680
|
+
/** Date and time at which Seam created the error. */
|
|
77681
|
+
created_at: string;
|
|
77682
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77683
|
+
message: string;
|
|
77684
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
77685
|
+
error_code: 'provider_service_unavailable';
|
|
77572
77686
|
})[];
|
|
77573
77687
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
77574
77688
|
warnings: ({
|
|
@@ -77650,13 +77764,13 @@ type Routes = {
|
|
|
77650
77764
|
name: string;
|
|
77651
77765
|
/**
|
|
77652
77766
|
* @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';
|
|
77767
|
+
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
77768
|
/**
|
|
77655
77769
|
* @deprecated Use `external_type_display_name`.*/
|
|
77656
77770
|
access_group_type_display_name: string;
|
|
77657
77771
|
display_name: string;
|
|
77658
77772
|
/** 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';
|
|
77773
|
+
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
77774
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
77661
77775
|
external_type_display_name: string;
|
|
77662
77776
|
/** Date and time at which the access group was created. */
|
|
@@ -81657,14 +81771,21 @@ type Routes = {
|
|
|
81657
81771
|
message: string;
|
|
81658
81772
|
}[];
|
|
81659
81773
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
81660
|
-
warnings: {
|
|
81774
|
+
warnings: ({
|
|
81661
81775
|
/** Date and time at which Seam created the warning. */
|
|
81662
81776
|
created_at: string;
|
|
81663
81777
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81664
81778
|
message: string;
|
|
81665
81779
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81666
81780
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
81667
|
-
}
|
|
81781
|
+
} | {
|
|
81782
|
+
/** Date and time at which Seam created the warning. */
|
|
81783
|
+
created_at: string;
|
|
81784
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81785
|
+
message: string;
|
|
81786
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81787
|
+
warning_code: 'entrance_shares_zone';
|
|
81788
|
+
})[];
|
|
81668
81789
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
81669
81790
|
latch_metadata?: {
|
|
81670
81791
|
/** Accessibility type in the Latch access system. */
|
|
@@ -82707,13 +82828,13 @@ type Routes = {
|
|
|
82707
82828
|
name: string;
|
|
82708
82829
|
/**
|
|
82709
82830
|
* @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';
|
|
82831
|
+
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
82832
|
/**
|
|
82712
82833
|
* @deprecated Use `external_type_display_name`.*/
|
|
82713
82834
|
access_group_type_display_name: string;
|
|
82714
82835
|
display_name: string;
|
|
82715
82836
|
/** 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';
|
|
82837
|
+
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
82838
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
82718
82839
|
external_type_display_name: string;
|
|
82719
82840
|
/** Date and time at which the access group was created. */
|
|
@@ -82891,13 +83012,13 @@ type Routes = {
|
|
|
82891
83012
|
name: string;
|
|
82892
83013
|
/**
|
|
82893
83014
|
* @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';
|
|
83015
|
+
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
83016
|
/**
|
|
82896
83017
|
* @deprecated Use `external_type_display_name`.*/
|
|
82897
83018
|
access_group_type_display_name: string;
|
|
82898
83019
|
display_name: string;
|
|
82899
83020
|
/** 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';
|
|
83021
|
+
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
83022
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
82902
83023
|
external_type_display_name: string;
|
|
82903
83024
|
/** Date and time at which the access group was created. */
|
|
@@ -83077,14 +83198,21 @@ type Routes = {
|
|
|
83077
83198
|
message: string;
|
|
83078
83199
|
}[];
|
|
83079
83200
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
83080
|
-
warnings: {
|
|
83201
|
+
warnings: ({
|
|
83081
83202
|
/** Date and time at which Seam created the warning. */
|
|
83082
83203
|
created_at: string;
|
|
83083
83204
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83084
83205
|
message: string;
|
|
83085
83206
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83086
83207
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
83087
|
-
}
|
|
83208
|
+
} | {
|
|
83209
|
+
/** Date and time at which Seam created the warning. */
|
|
83210
|
+
created_at: string;
|
|
83211
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83212
|
+
message: string;
|
|
83213
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83214
|
+
warning_code: 'entrance_shares_zone';
|
|
83215
|
+
})[];
|
|
83088
83216
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
83089
83217
|
latch_metadata?: {
|
|
83090
83218
|
/** Accessibility type in the Latch access system. */
|
|
@@ -83524,13 +83652,13 @@ type Routes = {
|
|
|
83524
83652
|
name: string;
|
|
83525
83653
|
/**
|
|
83526
83654
|
* @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';
|
|
83655
|
+
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
83656
|
/**
|
|
83529
83657
|
* @deprecated Use `external_type_display_name`.*/
|
|
83530
83658
|
access_group_type_display_name: string;
|
|
83531
83659
|
display_name: string;
|
|
83532
83660
|
/** 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';
|
|
83661
|
+
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
83662
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
83535
83663
|
external_type_display_name: string;
|
|
83536
83664
|
/** Date and time at which the access group was created. */
|
|
@@ -83706,13 +83834,13 @@ type Routes = {
|
|
|
83706
83834
|
name: string;
|
|
83707
83835
|
/**
|
|
83708
83836
|
* @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';
|
|
83837
|
+
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
83838
|
/**
|
|
83711
83839
|
* @deprecated Use `external_type_display_name`.*/
|
|
83712
83840
|
access_group_type_display_name: string;
|
|
83713
83841
|
display_name: string;
|
|
83714
83842
|
/** 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';
|
|
83843
|
+
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
83844
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
83717
83845
|
external_type_display_name: string;
|
|
83718
83846
|
/** Date and time at which the access group was created. */
|
|
@@ -84798,14 +84926,21 @@ type Routes = {
|
|
|
84798
84926
|
message: string;
|
|
84799
84927
|
}[];
|
|
84800
84928
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84801
|
-
warnings: {
|
|
84929
|
+
warnings: ({
|
|
84802
84930
|
/** Date and time at which Seam created the warning. */
|
|
84803
84931
|
created_at: string;
|
|
84804
84932
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84805
84933
|
message: string;
|
|
84806
84934
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84807
84935
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
84808
|
-
}
|
|
84936
|
+
} | {
|
|
84937
|
+
/** Date and time at which Seam created the warning. */
|
|
84938
|
+
created_at: string;
|
|
84939
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84940
|
+
message: string;
|
|
84941
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84942
|
+
warning_code: 'entrance_shares_zone';
|
|
84943
|
+
})[];
|
|
84809
84944
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84810
84945
|
latch_metadata?: {
|
|
84811
84946
|
/** Accessibility type in the Latch access system. */
|
|
@@ -88460,14 +88595,21 @@ type Routes = {
|
|
|
88460
88595
|
message: string;
|
|
88461
88596
|
}[];
|
|
88462
88597
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88463
|
-
warnings: {
|
|
88598
|
+
warnings: ({
|
|
88464
88599
|
/** Date and time at which Seam created the warning. */
|
|
88465
88600
|
created_at: string;
|
|
88466
88601
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88467
88602
|
message: string;
|
|
88468
88603
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88469
88604
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
88470
|
-
}
|
|
88605
|
+
} | {
|
|
88606
|
+
/** Date and time at which Seam created the warning. */
|
|
88607
|
+
created_at: string;
|
|
88608
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88609
|
+
message: string;
|
|
88610
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88611
|
+
warning_code: 'entrance_shares_zone';
|
|
88612
|
+
})[];
|
|
88471
88613
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88472
88614
|
latch_metadata?: {
|
|
88473
88615
|
/** Accessibility type in the Latch access system. */
|
|
@@ -88667,14 +88809,21 @@ type Routes = {
|
|
|
88667
88809
|
message: string;
|
|
88668
88810
|
}[];
|
|
88669
88811
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88670
|
-
warnings: {
|
|
88812
|
+
warnings: ({
|
|
88671
88813
|
/** Date and time at which Seam created the warning. */
|
|
88672
88814
|
created_at: string;
|
|
88673
88815
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88674
88816
|
message: string;
|
|
88675
88817
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88676
88818
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
88677
|
-
}
|
|
88819
|
+
} | {
|
|
88820
|
+
/** Date and time at which Seam created the warning. */
|
|
88821
|
+
created_at: string;
|
|
88822
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88823
|
+
message: string;
|
|
88824
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88825
|
+
warning_code: 'entrance_shares_zone';
|
|
88826
|
+
})[];
|
|
88678
88827
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88679
88828
|
latch_metadata?: {
|
|
88680
88829
|
/** Accessibility type in the Latch access system. */
|
|
@@ -90417,6 +90566,13 @@ type Routes = {
|
|
|
90417
90566
|
message: string;
|
|
90418
90567
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90419
90568
|
error_code: 'salto_ks_certification_expired';
|
|
90569
|
+
} | {
|
|
90570
|
+
/** Date and time at which Seam created the error. */
|
|
90571
|
+
created_at: string;
|
|
90572
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90573
|
+
message: string;
|
|
90574
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90575
|
+
error_code: 'provider_service_unavailable';
|
|
90420
90576
|
})[];
|
|
90421
90577
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90422
90578
|
warnings: ({
|
|
@@ -90553,6 +90709,13 @@ type Routes = {
|
|
|
90553
90709
|
message: string;
|
|
90554
90710
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90555
90711
|
error_code: 'salto_ks_certification_expired';
|
|
90712
|
+
} | {
|
|
90713
|
+
/** Date and time at which Seam created the error. */
|
|
90714
|
+
created_at: string;
|
|
90715
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90716
|
+
message: string;
|
|
90717
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90718
|
+
error_code: 'provider_service_unavailable';
|
|
90556
90719
|
})[];
|
|
90557
90720
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90558
90721
|
warnings: ({
|
|
@@ -90685,6 +90848,13 @@ type Routes = {
|
|
|
90685
90848
|
message: string;
|
|
90686
90849
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90687
90850
|
error_code: 'salto_ks_certification_expired';
|
|
90851
|
+
} | {
|
|
90852
|
+
/** Date and time at which Seam created the error. */
|
|
90853
|
+
created_at: string;
|
|
90854
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90855
|
+
message: string;
|
|
90856
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90857
|
+
error_code: 'provider_service_unavailable';
|
|
90688
90858
|
})[];
|
|
90689
90859
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90690
90860
|
warnings: ({
|
|
@@ -91668,14 +91838,21 @@ type Routes = {
|
|
|
91668
91838
|
message: string;
|
|
91669
91839
|
}[];
|
|
91670
91840
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91671
|
-
warnings: {
|
|
91841
|
+
warnings: ({
|
|
91672
91842
|
/** Date and time at which Seam created the warning. */
|
|
91673
91843
|
created_at: string;
|
|
91674
91844
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91675
91845
|
message: string;
|
|
91676
91846
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91677
91847
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
91678
|
-
}
|
|
91848
|
+
} | {
|
|
91849
|
+
/** Date and time at which Seam created the warning. */
|
|
91850
|
+
created_at: string;
|
|
91851
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91852
|
+
message: string;
|
|
91853
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91854
|
+
warning_code: 'entrance_shares_zone';
|
|
91855
|
+
})[];
|
|
91679
91856
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91680
91857
|
latch_metadata?: {
|
|
91681
91858
|
/** Accessibility type in the Latch access system. */
|
|
@@ -133361,14 +133538,21 @@ type Routes = {
|
|
|
133361
133538
|
message: string;
|
|
133362
133539
|
}[];
|
|
133363
133540
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
133364
|
-
warnings: {
|
|
133541
|
+
warnings: ({
|
|
133365
133542
|
/** Date and time at which Seam created the warning. */
|
|
133366
133543
|
created_at: string;
|
|
133367
133544
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133368
133545
|
message: string;
|
|
133369
133546
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133370
133547
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
133371
|
-
}
|
|
133548
|
+
} | {
|
|
133549
|
+
/** Date and time at which Seam created the warning. */
|
|
133550
|
+
created_at: string;
|
|
133551
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133552
|
+
message: string;
|
|
133553
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133554
|
+
warning_code: 'entrance_shares_zone';
|
|
133555
|
+
})[];
|
|
133372
133556
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
133373
133557
|
latch_metadata?: {
|
|
133374
133558
|
/** Accessibility type in the Latch access system. */
|
|
@@ -135188,14 +135372,21 @@ type Routes = {
|
|
|
135188
135372
|
message: string;
|
|
135189
135373
|
}[];
|
|
135190
135374
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
135191
|
-
warnings: {
|
|
135375
|
+
warnings: ({
|
|
135192
135376
|
/** Date and time at which Seam created the warning. */
|
|
135193
135377
|
created_at: string;
|
|
135194
135378
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
135195
135379
|
message: string;
|
|
135196
135380
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
135197
135381
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
135198
|
-
}
|
|
135382
|
+
} | {
|
|
135383
|
+
/** Date and time at which Seam created the warning. */
|
|
135384
|
+
created_at: string;
|
|
135385
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
135386
|
+
message: string;
|
|
135387
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
135388
|
+
warning_code: 'entrance_shares_zone';
|
|
135389
|
+
})[];
|
|
135199
135390
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
135200
135391
|
latch_metadata?: {
|
|
135201
135392
|
/** Accessibility type in the Latch access system. */
|
|
@@ -135572,6 +135763,13 @@ type Routes = {
|
|
|
135572
135763
|
message: string;
|
|
135573
135764
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
135574
135765
|
error_code: 'salto_ks_certification_expired';
|
|
135766
|
+
} | {
|
|
135767
|
+
/** Date and time at which Seam created the error. */
|
|
135768
|
+
created_at: string;
|
|
135769
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135770
|
+
message: string;
|
|
135771
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
135772
|
+
error_code: 'provider_service_unavailable';
|
|
135575
135773
|
})[];
|
|
135576
135774
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
135577
135775
|
warnings: ({
|
|
@@ -155813,14 +156011,21 @@ type Routes = {
|
|
|
155813
156011
|
message: string;
|
|
155814
156012
|
}[];
|
|
155815
156013
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
155816
|
-
warnings: {
|
|
156014
|
+
warnings: ({
|
|
155817
156015
|
/** Date and time at which Seam created the warning. */
|
|
155818
156016
|
created_at: string;
|
|
155819
156017
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155820
156018
|
message: string;
|
|
155821
156019
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155822
156020
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
155823
|
-
}
|
|
156021
|
+
} | {
|
|
156022
|
+
/** Date and time at which Seam created the warning. */
|
|
156023
|
+
created_at: string;
|
|
156024
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
156025
|
+
message: string;
|
|
156026
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
156027
|
+
warning_code: 'entrance_shares_zone';
|
|
156028
|
+
})[];
|
|
155824
156029
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
155825
156030
|
latch_metadata?: {
|
|
155826
156031
|
/** Accessibility type in the Latch access system. */
|
|
@@ -156060,6 +156265,13 @@ type Routes = {
|
|
|
156060
156265
|
message: string;
|
|
156061
156266
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
156062
156267
|
error_code: 'salto_ks_certification_expired';
|
|
156268
|
+
} | {
|
|
156269
|
+
/** Date and time at which Seam created the error. */
|
|
156270
|
+
created_at: string;
|
|
156271
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156272
|
+
message: string;
|
|
156273
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
156274
|
+
error_code: 'provider_service_unavailable';
|
|
156063
156275
|
})[];
|
|
156064
156276
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
156065
156277
|
warnings: ({
|
|
@@ -158300,14 +158512,21 @@ type Routes = {
|
|
|
158300
158512
|
message: string;
|
|
158301
158513
|
}[];
|
|
158302
158514
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
158303
|
-
warnings: {
|
|
158515
|
+
warnings: ({
|
|
158304
158516
|
/** Date and time at which Seam created the warning. */
|
|
158305
158517
|
created_at: string;
|
|
158306
158518
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
158307
158519
|
message: string;
|
|
158308
158520
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
158309
158521
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
158310
|
-
}
|
|
158522
|
+
} | {
|
|
158523
|
+
/** Date and time at which Seam created the warning. */
|
|
158524
|
+
created_at: string;
|
|
158525
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
158526
|
+
message: string;
|
|
158527
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
158528
|
+
warning_code: 'entrance_shares_zone';
|
|
158529
|
+
})[];
|
|
158311
158530
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
158312
158531
|
latch_metadata?: {
|
|
158313
158532
|
/** Accessibility type in the Latch access system. */
|
|
@@ -158533,6 +158752,13 @@ type Routes = {
|
|
|
158533
158752
|
message: string;
|
|
158534
158753
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
158535
158754
|
error_code: 'salto_ks_certification_expired';
|
|
158755
|
+
} | {
|
|
158756
|
+
/** Date and time at which Seam created the error. */
|
|
158757
|
+
created_at: string;
|
|
158758
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
158759
|
+
message: string;
|
|
158760
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
158761
|
+
error_code: 'provider_service_unavailable';
|
|
158536
158762
|
})[];
|
|
158537
158763
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
158538
158764
|
warnings: ({
|
|
@@ -158819,13 +159045,13 @@ type Routes = {
|
|
|
158819
159045
|
name: string;
|
|
158820
159046
|
/**
|
|
158821
159047
|
* @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';
|
|
159048
|
+
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
159049
|
/**
|
|
158824
159050
|
* @deprecated Use `external_type_display_name`.*/
|
|
158825
159051
|
access_group_type_display_name: string;
|
|
158826
159052
|
display_name: string;
|
|
158827
159053
|
/** 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';
|
|
159054
|
+
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
159055
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
158830
159056
|
external_type_display_name: string;
|
|
158831
159057
|
/** Date and time at which the access group was created. */
|
|
@@ -160606,13 +160832,13 @@ type Routes = {
|
|
|
160606
160832
|
name: string;
|
|
160607
160833
|
/**
|
|
160608
160834
|
* @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';
|
|
160835
|
+
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
160836
|
/**
|
|
160611
160837
|
* @deprecated Use `external_type_display_name`.*/
|
|
160612
160838
|
access_group_type_display_name: string;
|
|
160613
160839
|
display_name: string;
|
|
160614
160840
|
/** 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';
|
|
160841
|
+
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
160842
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
160617
160843
|
external_type_display_name: string;
|
|
160618
160844
|
/** Date and time at which the access group was created. */
|