@seamapi/types 1.315.0 → 1.317.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 +205 -24
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +878 -28
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +12 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +10 -7
- package/lib/seam/connect/models/acs/acs-system.js +11 -5
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +5 -10
- package/lib/seam/connect/openapi.js +182 -15
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +691 -13
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +15 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +13 -5
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +211 -15
- package/src/lib/seam/connect/route-types.ts +792 -20
package/dist/connect.d.cts
CHANGED
|
@@ -467,6 +467,19 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
467
467
|
message: string;
|
|
468
468
|
warning_code: "being_deleted";
|
|
469
469
|
created_at: string;
|
|
470
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
471
|
+
created_at: z.ZodString;
|
|
472
|
+
message: z.ZodString;
|
|
473
|
+
}, {
|
|
474
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
475
|
+
}>, "strip", z.ZodTypeAny, {
|
|
476
|
+
message: string;
|
|
477
|
+
warning_code: "unknown_issue_with_credential";
|
|
478
|
+
created_at: string;
|
|
479
|
+
}, {
|
|
480
|
+
message: string;
|
|
481
|
+
warning_code: "unknown_issue_with_credential";
|
|
482
|
+
created_at: string;
|
|
470
483
|
}>]>, "many">;
|
|
471
484
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
472
485
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -523,6 +536,10 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
523
536
|
message: string;
|
|
524
537
|
warning_code: "being_deleted";
|
|
525
538
|
created_at: string;
|
|
539
|
+
} | {
|
|
540
|
+
message: string;
|
|
541
|
+
warning_code: "unknown_issue_with_credential";
|
|
542
|
+
created_at: string;
|
|
526
543
|
})[];
|
|
527
544
|
display_name: string;
|
|
528
545
|
workspace_id: string;
|
|
@@ -577,6 +594,10 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
577
594
|
message: string;
|
|
578
595
|
warning_code: "being_deleted";
|
|
579
596
|
created_at: string;
|
|
597
|
+
} | {
|
|
598
|
+
message: string;
|
|
599
|
+
warning_code: "unknown_issue_with_credential";
|
|
600
|
+
created_at: string;
|
|
580
601
|
})[];
|
|
581
602
|
display_name: string;
|
|
582
603
|
workspace_id: string;
|
|
@@ -691,6 +712,19 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
691
712
|
message: string;
|
|
692
713
|
warning_code: "being_deleted";
|
|
693
714
|
created_at: string;
|
|
715
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
716
|
+
created_at: z.ZodString;
|
|
717
|
+
message: z.ZodString;
|
|
718
|
+
}, {
|
|
719
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
720
|
+
}>, "strip", z.ZodTypeAny, {
|
|
721
|
+
message: string;
|
|
722
|
+
warning_code: "unknown_issue_with_credential";
|
|
723
|
+
created_at: string;
|
|
724
|
+
}, {
|
|
725
|
+
message: string;
|
|
726
|
+
warning_code: "unknown_issue_with_credential";
|
|
727
|
+
created_at: string;
|
|
694
728
|
}>]>, "many">;
|
|
695
729
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
696
730
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -747,6 +781,10 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
747
781
|
message: string;
|
|
748
782
|
warning_code: "being_deleted";
|
|
749
783
|
created_at: string;
|
|
784
|
+
} | {
|
|
785
|
+
message: string;
|
|
786
|
+
warning_code: "unknown_issue_with_credential";
|
|
787
|
+
created_at: string;
|
|
750
788
|
})[];
|
|
751
789
|
display_name: string;
|
|
752
790
|
workspace_id: string;
|
|
@@ -801,6 +839,10 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
801
839
|
message: string;
|
|
802
840
|
warning_code: "being_deleted";
|
|
803
841
|
created_at: string;
|
|
842
|
+
} | {
|
|
843
|
+
message: string;
|
|
844
|
+
warning_code: "unknown_issue_with_credential";
|
|
845
|
+
created_at: string;
|
|
804
846
|
})[];
|
|
805
847
|
display_name: string;
|
|
806
848
|
workspace_id: string;
|
|
@@ -1124,7 +1166,7 @@ type AcsEntrance = z.infer<typeof acs_entrance>;
|
|
|
1124
1166
|
declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
1125
1167
|
default_credential_manager_acs_system_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1126
1168
|
acs_system_id: z.ZodString;
|
|
1127
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
1169
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
1128
1170
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1129
1171
|
is_credential_manager: z.ZodBoolean;
|
|
1130
1172
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -1140,7 +1182,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1140
1182
|
system_id: string;
|
|
1141
1183
|
lan_address: string;
|
|
1142
1184
|
}>>;
|
|
1143
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
1185
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
1144
1186
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1145
1187
|
location: z.ZodObject<{
|
|
1146
1188
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -1153,6 +1195,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1153
1195
|
created_at: z.ZodString;
|
|
1154
1196
|
workspace_id: z.ZodString;
|
|
1155
1197
|
connected_account_ids: z.ZodArray<z.ZodString, "many">;
|
|
1198
|
+
connected_account_id: z.ZodString;
|
|
1156
1199
|
image_url: z.ZodString;
|
|
1157
1200
|
image_alt_text: z.ZodString;
|
|
1158
1201
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -1267,6 +1310,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1267
1310
|
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
1268
1311
|
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
1269
1312
|
}>, "strip", z.ZodTypeAny, {
|
|
1313
|
+
connected_account_id: string;
|
|
1270
1314
|
created_at: string;
|
|
1271
1315
|
errors: ({
|
|
1272
1316
|
message: string;
|
|
@@ -1317,16 +1361,17 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1317
1361
|
system_id: string;
|
|
1318
1362
|
lan_address: string;
|
|
1319
1363
|
} | undefined;
|
|
1320
|
-
external_type?: "
|
|
1364
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1321
1365
|
external_type_display_name?: string | undefined;
|
|
1322
1366
|
can_automate_enrollment?: boolean | undefined;
|
|
1323
1367
|
can_create_acs_access_groups?: boolean | undefined;
|
|
1324
1368
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
1325
1369
|
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
1326
1370
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
1327
|
-
system_type?: "
|
|
1371
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1328
1372
|
system_type_display_name?: string | undefined;
|
|
1329
1373
|
}, {
|
|
1374
|
+
connected_account_id: string;
|
|
1330
1375
|
created_at: string;
|
|
1331
1376
|
errors: ({
|
|
1332
1377
|
message: string;
|
|
@@ -1377,14 +1422,14 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1377
1422
|
system_id: string;
|
|
1378
1423
|
lan_address: string;
|
|
1379
1424
|
} | undefined;
|
|
1380
|
-
external_type?: "
|
|
1425
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1381
1426
|
external_type_display_name?: string | undefined;
|
|
1382
1427
|
can_automate_enrollment?: boolean | undefined;
|
|
1383
1428
|
can_create_acs_access_groups?: boolean | undefined;
|
|
1384
1429
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
1385
1430
|
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
1386
1431
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
1387
|
-
system_type?: "
|
|
1432
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1388
1433
|
system_type_display_name?: string | undefined;
|
|
1389
1434
|
}>;
|
|
1390
1435
|
type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -2219,6 +2264,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2219
2264
|
message: string;
|
|
2220
2265
|
warning_code: "being_deleted";
|
|
2221
2266
|
created_at: string;
|
|
2267
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2268
|
+
created_at: z.ZodString;
|
|
2269
|
+
message: z.ZodString;
|
|
2270
|
+
}, {
|
|
2271
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
2272
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2273
|
+
message: string;
|
|
2274
|
+
warning_code: "unknown_issue_with_credential";
|
|
2275
|
+
created_at: string;
|
|
2276
|
+
}, {
|
|
2277
|
+
message: string;
|
|
2278
|
+
warning_code: "unknown_issue_with_credential";
|
|
2279
|
+
created_at: string;
|
|
2222
2280
|
}>]>, "many">;
|
|
2223
2281
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
2224
2282
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2275,6 +2333,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2275
2333
|
message: string;
|
|
2276
2334
|
warning_code: "being_deleted";
|
|
2277
2335
|
created_at: string;
|
|
2336
|
+
} | {
|
|
2337
|
+
message: string;
|
|
2338
|
+
warning_code: "unknown_issue_with_credential";
|
|
2339
|
+
created_at: string;
|
|
2278
2340
|
})[];
|
|
2279
2341
|
display_name: string;
|
|
2280
2342
|
workspace_id: string;
|
|
@@ -2329,6 +2391,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2329
2391
|
message: string;
|
|
2330
2392
|
warning_code: "being_deleted";
|
|
2331
2393
|
created_at: string;
|
|
2394
|
+
} | {
|
|
2395
|
+
message: string;
|
|
2396
|
+
warning_code: "unknown_issue_with_credential";
|
|
2397
|
+
created_at: string;
|
|
2332
2398
|
})[];
|
|
2333
2399
|
display_name: string;
|
|
2334
2400
|
workspace_id: string;
|
|
@@ -2442,6 +2508,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2442
2508
|
message: string;
|
|
2443
2509
|
warning_code: "being_deleted";
|
|
2444
2510
|
created_at: string;
|
|
2511
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2512
|
+
created_at: z.ZodString;
|
|
2513
|
+
message: z.ZodString;
|
|
2514
|
+
}, {
|
|
2515
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
2516
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2517
|
+
message: string;
|
|
2518
|
+
warning_code: "unknown_issue_with_credential";
|
|
2519
|
+
created_at: string;
|
|
2520
|
+
}, {
|
|
2521
|
+
message: string;
|
|
2522
|
+
warning_code: "unknown_issue_with_credential";
|
|
2523
|
+
created_at: string;
|
|
2445
2524
|
}>]>, "many">;
|
|
2446
2525
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
2447
2526
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2498,6 +2577,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2498
2577
|
message: string;
|
|
2499
2578
|
warning_code: "being_deleted";
|
|
2500
2579
|
created_at: string;
|
|
2580
|
+
} | {
|
|
2581
|
+
message: string;
|
|
2582
|
+
warning_code: "unknown_issue_with_credential";
|
|
2583
|
+
created_at: string;
|
|
2501
2584
|
})[];
|
|
2502
2585
|
display_name: string;
|
|
2503
2586
|
workspace_id: string;
|
|
@@ -2552,6 +2635,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2552
2635
|
message: string;
|
|
2553
2636
|
warning_code: "being_deleted";
|
|
2554
2637
|
created_at: string;
|
|
2638
|
+
} | {
|
|
2639
|
+
message: string;
|
|
2640
|
+
warning_code: "unknown_issue_with_credential";
|
|
2641
|
+
created_at: string;
|
|
2555
2642
|
})[];
|
|
2556
2643
|
display_name: string;
|
|
2557
2644
|
workspace_id: string;
|
|
@@ -2643,6 +2730,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2643
2730
|
message: string;
|
|
2644
2731
|
warning_code: "being_deleted";
|
|
2645
2732
|
created_at: string;
|
|
2733
|
+
} | {
|
|
2734
|
+
message: string;
|
|
2735
|
+
warning_code: "unknown_issue_with_credential";
|
|
2736
|
+
created_at: string;
|
|
2646
2737
|
})[];
|
|
2647
2738
|
display_name: string;
|
|
2648
2739
|
workspace_id: string;
|
|
@@ -2697,6 +2788,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2697
2788
|
message: string;
|
|
2698
2789
|
warning_code: "being_deleted";
|
|
2699
2790
|
created_at: string;
|
|
2791
|
+
} | {
|
|
2792
|
+
message: string;
|
|
2793
|
+
warning_code: "unknown_issue_with_credential";
|
|
2794
|
+
created_at: string;
|
|
2700
2795
|
})[];
|
|
2701
2796
|
display_name: string;
|
|
2702
2797
|
workspace_id: string;
|
|
@@ -2778,6 +2873,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2778
2873
|
message: string;
|
|
2779
2874
|
warning_code: "being_deleted";
|
|
2780
2875
|
created_at: string;
|
|
2876
|
+
} | {
|
|
2877
|
+
message: string;
|
|
2878
|
+
warning_code: "unknown_issue_with_credential";
|
|
2879
|
+
created_at: string;
|
|
2781
2880
|
})[];
|
|
2782
2881
|
display_name: string;
|
|
2783
2882
|
workspace_id: string;
|
|
@@ -2832,6 +2931,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2832
2931
|
message: string;
|
|
2833
2932
|
warning_code: "being_deleted";
|
|
2834
2933
|
created_at: string;
|
|
2934
|
+
} | {
|
|
2935
|
+
message: string;
|
|
2936
|
+
warning_code: "unknown_issue_with_credential";
|
|
2937
|
+
created_at: string;
|
|
2835
2938
|
})[];
|
|
2836
2939
|
display_name: string;
|
|
2837
2940
|
workspace_id: string;
|
|
@@ -2918,6 +3021,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2918
3021
|
message: string;
|
|
2919
3022
|
warning_code: "being_deleted";
|
|
2920
3023
|
created_at: string;
|
|
3024
|
+
} | {
|
|
3025
|
+
message: string;
|
|
3026
|
+
warning_code: "unknown_issue_with_credential";
|
|
3027
|
+
created_at: string;
|
|
2921
3028
|
})[];
|
|
2922
3029
|
display_name: string;
|
|
2923
3030
|
workspace_id: string;
|
|
@@ -2972,6 +3079,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2972
3079
|
message: string;
|
|
2973
3080
|
warning_code: "being_deleted";
|
|
2974
3081
|
created_at: string;
|
|
3082
|
+
} | {
|
|
3083
|
+
message: string;
|
|
3084
|
+
warning_code: "unknown_issue_with_credential";
|
|
3085
|
+
created_at: string;
|
|
2975
3086
|
})[];
|
|
2976
3087
|
display_name: string;
|
|
2977
3088
|
workspace_id: string;
|
|
@@ -3059,6 +3170,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3059
3170
|
message: string;
|
|
3060
3171
|
warning_code: "being_deleted";
|
|
3061
3172
|
created_at: string;
|
|
3173
|
+
} | {
|
|
3174
|
+
message: string;
|
|
3175
|
+
warning_code: "unknown_issue_with_credential";
|
|
3176
|
+
created_at: string;
|
|
3062
3177
|
})[];
|
|
3063
3178
|
display_name: string;
|
|
3064
3179
|
workspace_id: string;
|
|
@@ -3113,6 +3228,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3113
3228
|
message: string;
|
|
3114
3229
|
warning_code: "being_deleted";
|
|
3115
3230
|
created_at: string;
|
|
3231
|
+
} | {
|
|
3232
|
+
message: string;
|
|
3233
|
+
warning_code: "unknown_issue_with_credential";
|
|
3234
|
+
created_at: string;
|
|
3116
3235
|
})[];
|
|
3117
3236
|
display_name: string;
|
|
3118
3237
|
workspace_id: string;
|
|
@@ -3324,6 +3443,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3324
3443
|
message: string;
|
|
3325
3444
|
warning_code: "being_deleted";
|
|
3326
3445
|
created_at: string;
|
|
3446
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3447
|
+
created_at: z.ZodString;
|
|
3448
|
+
message: z.ZodString;
|
|
3449
|
+
}, {
|
|
3450
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
3451
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3452
|
+
message: string;
|
|
3453
|
+
warning_code: "unknown_issue_with_credential";
|
|
3454
|
+
created_at: string;
|
|
3455
|
+
}, {
|
|
3456
|
+
message: string;
|
|
3457
|
+
warning_code: "unknown_issue_with_credential";
|
|
3458
|
+
created_at: string;
|
|
3327
3459
|
}>]>, "many">;
|
|
3328
3460
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
3329
3461
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3380,6 +3512,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3380
3512
|
message: string;
|
|
3381
3513
|
warning_code: "being_deleted";
|
|
3382
3514
|
created_at: string;
|
|
3515
|
+
} | {
|
|
3516
|
+
message: string;
|
|
3517
|
+
warning_code: "unknown_issue_with_credential";
|
|
3518
|
+
created_at: string;
|
|
3383
3519
|
})[];
|
|
3384
3520
|
display_name: string;
|
|
3385
3521
|
workspace_id: string;
|
|
@@ -3434,6 +3570,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3434
3570
|
message: string;
|
|
3435
3571
|
warning_code: "being_deleted";
|
|
3436
3572
|
created_at: string;
|
|
3573
|
+
} | {
|
|
3574
|
+
message: string;
|
|
3575
|
+
warning_code: "unknown_issue_with_credential";
|
|
3576
|
+
created_at: string;
|
|
3437
3577
|
})[];
|
|
3438
3578
|
display_name: string;
|
|
3439
3579
|
workspace_id: string;
|
|
@@ -3547,6 +3687,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3547
3687
|
message: string;
|
|
3548
3688
|
warning_code: "being_deleted";
|
|
3549
3689
|
created_at: string;
|
|
3690
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3691
|
+
created_at: z.ZodString;
|
|
3692
|
+
message: z.ZodString;
|
|
3693
|
+
}, {
|
|
3694
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
3695
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3696
|
+
message: string;
|
|
3697
|
+
warning_code: "unknown_issue_with_credential";
|
|
3698
|
+
created_at: string;
|
|
3699
|
+
}, {
|
|
3700
|
+
message: string;
|
|
3701
|
+
warning_code: "unknown_issue_with_credential";
|
|
3702
|
+
created_at: string;
|
|
3550
3703
|
}>]>, "many">;
|
|
3551
3704
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
3552
3705
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3603,6 +3756,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3603
3756
|
message: string;
|
|
3604
3757
|
warning_code: "being_deleted";
|
|
3605
3758
|
created_at: string;
|
|
3759
|
+
} | {
|
|
3760
|
+
message: string;
|
|
3761
|
+
warning_code: "unknown_issue_with_credential";
|
|
3762
|
+
created_at: string;
|
|
3606
3763
|
})[];
|
|
3607
3764
|
display_name: string;
|
|
3608
3765
|
workspace_id: string;
|
|
@@ -3657,6 +3814,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3657
3814
|
message: string;
|
|
3658
3815
|
warning_code: "being_deleted";
|
|
3659
3816
|
created_at: string;
|
|
3817
|
+
} | {
|
|
3818
|
+
message: string;
|
|
3819
|
+
warning_code: "unknown_issue_with_credential";
|
|
3820
|
+
created_at: string;
|
|
3660
3821
|
})[];
|
|
3661
3822
|
display_name: string;
|
|
3662
3823
|
workspace_id: string;
|
|
@@ -3716,6 +3877,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3716
3877
|
message: string;
|
|
3717
3878
|
warning_code: "being_deleted";
|
|
3718
3879
|
created_at: string;
|
|
3880
|
+
} | {
|
|
3881
|
+
message: string;
|
|
3882
|
+
warning_code: "unknown_issue_with_credential";
|
|
3883
|
+
created_at: string;
|
|
3719
3884
|
})[];
|
|
3720
3885
|
display_name: string;
|
|
3721
3886
|
workspace_id: string;
|
|
@@ -3770,6 +3935,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3770
3935
|
message: string;
|
|
3771
3936
|
warning_code: "being_deleted";
|
|
3772
3937
|
created_at: string;
|
|
3938
|
+
} | {
|
|
3939
|
+
message: string;
|
|
3940
|
+
warning_code: "unknown_issue_with_credential";
|
|
3941
|
+
created_at: string;
|
|
3773
3942
|
})[];
|
|
3774
3943
|
display_name: string;
|
|
3775
3944
|
workspace_id: string;
|
|
@@ -3830,6 +3999,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3830
3999
|
message: string;
|
|
3831
4000
|
warning_code: "being_deleted";
|
|
3832
4001
|
created_at: string;
|
|
4002
|
+
} | {
|
|
4003
|
+
message: string;
|
|
4004
|
+
warning_code: "unknown_issue_with_credential";
|
|
4005
|
+
created_at: string;
|
|
3833
4006
|
})[];
|
|
3834
4007
|
display_name: string;
|
|
3835
4008
|
workspace_id: string;
|
|
@@ -3884,6 +4057,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3884
4057
|
message: string;
|
|
3885
4058
|
warning_code: "being_deleted";
|
|
3886
4059
|
created_at: string;
|
|
4060
|
+
} | {
|
|
4061
|
+
message: string;
|
|
4062
|
+
warning_code: "unknown_issue_with_credential";
|
|
4063
|
+
created_at: string;
|
|
3887
4064
|
})[];
|
|
3888
4065
|
display_name: string;
|
|
3889
4066
|
workspace_id: string;
|
|
@@ -13063,6 +13240,11 @@ declare const _default: {
|
|
|
13063
13240
|
description: string;
|
|
13064
13241
|
type: string;
|
|
13065
13242
|
};
|
|
13243
|
+
connected_account_id: {
|
|
13244
|
+
description: string;
|
|
13245
|
+
format: string;
|
|
13246
|
+
type: string;
|
|
13247
|
+
};
|
|
13066
13248
|
connected_account_ids: {
|
|
13067
13249
|
description: string;
|
|
13068
13250
|
items: {
|
|
@@ -19436,16 +19618,6 @@ declare const _default: {
|
|
|
19436
19618
|
name: string;
|
|
19437
19619
|
type: string;
|
|
19438
19620
|
};
|
|
19439
|
-
user_session: {
|
|
19440
|
-
bearerFormat: string;
|
|
19441
|
-
scheme: string;
|
|
19442
|
-
type: string;
|
|
19443
|
-
};
|
|
19444
|
-
user_session_without_workspace: {
|
|
19445
|
-
bearerFormat: string;
|
|
19446
|
-
scheme: string;
|
|
19447
|
-
type: string;
|
|
19448
|
-
};
|
|
19449
19621
|
};
|
|
19450
19622
|
};
|
|
19451
19623
|
info: {
|
|
@@ -35960,6 +36132,13 @@ interface Routes {
|
|
|
35960
36132
|
message: string;
|
|
35961
36133
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35962
36134
|
warning_code: 'being_deleted';
|
|
36135
|
+
} | {
|
|
36136
|
+
/** Date and time at which Seam created the warning. */
|
|
36137
|
+
created_at: string;
|
|
36138
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36139
|
+
message: string;
|
|
36140
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36141
|
+
warning_code: 'unknown_issue_with_credential';
|
|
35963
36142
|
}>;
|
|
35964
36143
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
35965
36144
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36046,6 +36225,13 @@ interface Routes {
|
|
|
36046
36225
|
message: string;
|
|
36047
36226
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36048
36227
|
warning_code: 'being_deleted';
|
|
36228
|
+
} | {
|
|
36229
|
+
/** Date and time at which Seam created the warning. */
|
|
36230
|
+
created_at: string;
|
|
36231
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36232
|
+
message: string;
|
|
36233
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36234
|
+
warning_code: 'unknown_issue_with_credential';
|
|
36049
36235
|
}>;
|
|
36050
36236
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36051
36237
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36169,6 +36355,13 @@ interface Routes {
|
|
|
36169
36355
|
message: string;
|
|
36170
36356
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36171
36357
|
warning_code: 'being_deleted';
|
|
36358
|
+
} | {
|
|
36359
|
+
/** Date and time at which Seam created the warning. */
|
|
36360
|
+
created_at: string;
|
|
36361
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36362
|
+
message: string;
|
|
36363
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36364
|
+
warning_code: 'unknown_issue_with_credential';
|
|
36172
36365
|
}>;
|
|
36173
36366
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36174
36367
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36255,6 +36448,13 @@ interface Routes {
|
|
|
36255
36448
|
message: string;
|
|
36256
36449
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36257
36450
|
warning_code: 'being_deleted';
|
|
36451
|
+
} | {
|
|
36452
|
+
/** Date and time at which Seam created the warning. */
|
|
36453
|
+
created_at: string;
|
|
36454
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36455
|
+
message: string;
|
|
36456
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36457
|
+
warning_code: 'unknown_issue_with_credential';
|
|
36258
36458
|
}>;
|
|
36259
36459
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36260
36460
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36887,6 +37087,13 @@ interface Routes {
|
|
|
36887
37087
|
message: string;
|
|
36888
37088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36889
37089
|
warning_code: 'being_deleted';
|
|
37090
|
+
} | {
|
|
37091
|
+
/** Date and time at which Seam created the warning. */
|
|
37092
|
+
created_at: string;
|
|
37093
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37094
|
+
message: string;
|
|
37095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37096
|
+
warning_code: 'unknown_issue_with_credential';
|
|
36890
37097
|
}>;
|
|
36891
37098
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36892
37099
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36973,6 +37180,13 @@ interface Routes {
|
|
|
36973
37180
|
message: string;
|
|
36974
37181
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36975
37182
|
warning_code: 'being_deleted';
|
|
37183
|
+
} | {
|
|
37184
|
+
/** Date and time at which Seam created the warning. */
|
|
37185
|
+
created_at: string;
|
|
37186
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37187
|
+
message: string;
|
|
37188
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37189
|
+
warning_code: 'unknown_issue_with_credential';
|
|
36976
37190
|
}>;
|
|
36977
37191
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36978
37192
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -37096,6 +37310,13 @@ interface Routes {
|
|
|
37096
37310
|
message: string;
|
|
37097
37311
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37098
37312
|
warning_code: 'being_deleted';
|
|
37313
|
+
} | {
|
|
37314
|
+
/** Date and time at which Seam created the warning. */
|
|
37315
|
+
created_at: string;
|
|
37316
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37317
|
+
message: string;
|
|
37318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37319
|
+
warning_code: 'unknown_issue_with_credential';
|
|
37099
37320
|
}>;
|
|
37100
37321
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
37101
37322
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -37182,6 +37403,13 @@ interface Routes {
|
|
|
37182
37403
|
message: string;
|
|
37183
37404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37184
37405
|
warning_code: 'being_deleted';
|
|
37406
|
+
} | {
|
|
37407
|
+
/** Date and time at which Seam created the warning. */
|
|
37408
|
+
created_at: string;
|
|
37409
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37410
|
+
message: string;
|
|
37411
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37412
|
+
warning_code: 'unknown_issue_with_credential';
|
|
37185
37413
|
}>;
|
|
37186
37414
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
37187
37415
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38032,6 +38260,13 @@ interface Routes {
|
|
|
38032
38260
|
message: string;
|
|
38033
38261
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38034
38262
|
warning_code: 'being_deleted';
|
|
38263
|
+
} | {
|
|
38264
|
+
/** Date and time at which Seam created the warning. */
|
|
38265
|
+
created_at: string;
|
|
38266
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38267
|
+
message: string;
|
|
38268
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38269
|
+
warning_code: 'unknown_issue_with_credential';
|
|
38035
38270
|
}>;
|
|
38036
38271
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38037
38272
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38118,6 +38353,13 @@ interface Routes {
|
|
|
38118
38353
|
message: string;
|
|
38119
38354
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38120
38355
|
warning_code: 'being_deleted';
|
|
38356
|
+
} | {
|
|
38357
|
+
/** Date and time at which Seam created the warning. */
|
|
38358
|
+
created_at: string;
|
|
38359
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38360
|
+
message: string;
|
|
38361
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38362
|
+
warning_code: 'unknown_issue_with_credential';
|
|
38121
38363
|
}>;
|
|
38122
38364
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38123
38365
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38241,6 +38483,13 @@ interface Routes {
|
|
|
38241
38483
|
message: string;
|
|
38242
38484
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38243
38485
|
warning_code: 'being_deleted';
|
|
38486
|
+
} | {
|
|
38487
|
+
/** Date and time at which Seam created the warning. */
|
|
38488
|
+
created_at: string;
|
|
38489
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38490
|
+
message: string;
|
|
38491
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38492
|
+
warning_code: 'unknown_issue_with_credential';
|
|
38244
38493
|
}>;
|
|
38245
38494
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38246
38495
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38327,6 +38576,13 @@ interface Routes {
|
|
|
38327
38576
|
message: string;
|
|
38328
38577
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38329
38578
|
warning_code: 'being_deleted';
|
|
38579
|
+
} | {
|
|
38580
|
+
/** Date and time at which Seam created the warning. */
|
|
38581
|
+
created_at: string;
|
|
38582
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38583
|
+
message: string;
|
|
38584
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38585
|
+
warning_code: 'unknown_issue_with_credential';
|
|
38330
38586
|
}>;
|
|
38331
38587
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38332
38588
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38946,6 +39202,13 @@ interface Routes {
|
|
|
38946
39202
|
message: string;
|
|
38947
39203
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38948
39204
|
warning_code: 'being_deleted';
|
|
39205
|
+
} | {
|
|
39206
|
+
/** Date and time at which Seam created the warning. */
|
|
39207
|
+
created_at: string;
|
|
39208
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39209
|
+
message: string;
|
|
39210
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39211
|
+
warning_code: 'unknown_issue_with_credential';
|
|
38949
39212
|
}>;
|
|
38950
39213
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38951
39214
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39032,6 +39295,13 @@ interface Routes {
|
|
|
39032
39295
|
message: string;
|
|
39033
39296
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39034
39297
|
warning_code: 'being_deleted';
|
|
39298
|
+
} | {
|
|
39299
|
+
/** Date and time at which Seam created the warning. */
|
|
39300
|
+
created_at: string;
|
|
39301
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39302
|
+
message: string;
|
|
39303
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39304
|
+
warning_code: 'unknown_issue_with_credential';
|
|
39035
39305
|
}>;
|
|
39036
39306
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
39037
39307
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39155,6 +39425,13 @@ interface Routes {
|
|
|
39155
39425
|
message: string;
|
|
39156
39426
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39157
39427
|
warning_code: 'being_deleted';
|
|
39428
|
+
} | {
|
|
39429
|
+
/** Date and time at which Seam created the warning. */
|
|
39430
|
+
created_at: string;
|
|
39431
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39432
|
+
message: string;
|
|
39433
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39434
|
+
warning_code: 'unknown_issue_with_credential';
|
|
39158
39435
|
}>;
|
|
39159
39436
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
39160
39437
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39241,6 +39518,13 @@ interface Routes {
|
|
|
39241
39518
|
message: string;
|
|
39242
39519
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39243
39520
|
warning_code: 'being_deleted';
|
|
39521
|
+
} | {
|
|
39522
|
+
/** Date and time at which Seam created the warning. */
|
|
39523
|
+
created_at: string;
|
|
39524
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39525
|
+
message: string;
|
|
39526
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39527
|
+
warning_code: 'unknown_issue_with_credential';
|
|
39244
39528
|
}>;
|
|
39245
39529
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
39246
39530
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40048,6 +40332,13 @@ interface Routes {
|
|
|
40048
40332
|
message: string;
|
|
40049
40333
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40050
40334
|
warning_code: 'being_deleted';
|
|
40335
|
+
} | {
|
|
40336
|
+
/** Date and time at which Seam created the warning. */
|
|
40337
|
+
created_at: string;
|
|
40338
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40339
|
+
message: string;
|
|
40340
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40341
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40051
40342
|
}>;
|
|
40052
40343
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40053
40344
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40184,6 +40475,13 @@ interface Routes {
|
|
|
40184
40475
|
message: string;
|
|
40185
40476
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40186
40477
|
warning_code: 'being_deleted';
|
|
40478
|
+
} | {
|
|
40479
|
+
/** Date and time at which Seam created the warning. */
|
|
40480
|
+
created_at: string;
|
|
40481
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40482
|
+
message: string;
|
|
40483
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40484
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40187
40485
|
}>;
|
|
40188
40486
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40189
40487
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40294,6 +40592,13 @@ interface Routes {
|
|
|
40294
40592
|
message: string;
|
|
40295
40593
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40296
40594
|
warning_code: 'being_deleted';
|
|
40595
|
+
} | {
|
|
40596
|
+
/** Date and time at which Seam created the warning. */
|
|
40597
|
+
created_at: string;
|
|
40598
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40599
|
+
message: string;
|
|
40600
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40601
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40297
40602
|
}>;
|
|
40298
40603
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40299
40604
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40408,6 +40713,13 @@ interface Routes {
|
|
|
40408
40713
|
message: string;
|
|
40409
40714
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40410
40715
|
warning_code: 'being_deleted';
|
|
40716
|
+
} | {
|
|
40717
|
+
/** Date and time at which Seam created the warning. */
|
|
40718
|
+
created_at: string;
|
|
40719
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40720
|
+
message: string;
|
|
40721
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40722
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40411
40723
|
}>;
|
|
40412
40724
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40413
40725
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40526,6 +40838,13 @@ interface Routes {
|
|
|
40526
40838
|
message: string;
|
|
40527
40839
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40528
40840
|
warning_code: 'being_deleted';
|
|
40841
|
+
} | {
|
|
40842
|
+
/** Date and time at which Seam created the warning. */
|
|
40843
|
+
created_at: string;
|
|
40844
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40845
|
+
message: string;
|
|
40846
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40847
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40529
40848
|
}>;
|
|
40530
40849
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40531
40850
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40698,6 +41017,13 @@ interface Routes {
|
|
|
40698
41017
|
message: string;
|
|
40699
41018
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40700
41019
|
warning_code: 'being_deleted';
|
|
41020
|
+
} | {
|
|
41021
|
+
/** Date and time at which Seam created the warning. */
|
|
41022
|
+
created_at: string;
|
|
41023
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41024
|
+
message: string;
|
|
41025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41026
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40701
41027
|
}>;
|
|
40702
41028
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40703
41029
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40800,6 +41126,13 @@ interface Routes {
|
|
|
40800
41126
|
message: string;
|
|
40801
41127
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40802
41128
|
warning_code: 'being_deleted';
|
|
41129
|
+
} | {
|
|
41130
|
+
/** Date and time at which Seam created the warning. */
|
|
41131
|
+
created_at: string;
|
|
41132
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41133
|
+
message: string;
|
|
41134
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41135
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40803
41136
|
}>;
|
|
40804
41137
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40805
41138
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40911,6 +41244,13 @@ interface Routes {
|
|
|
40911
41244
|
message: string;
|
|
40912
41245
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40913
41246
|
warning_code: 'being_deleted';
|
|
41247
|
+
} | {
|
|
41248
|
+
/** Date and time at which Seam created the warning. */
|
|
41249
|
+
created_at: string;
|
|
41250
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41251
|
+
message: string;
|
|
41252
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41253
|
+
warning_code: 'unknown_issue_with_credential';
|
|
40914
41254
|
}>;
|
|
40915
41255
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
40916
41256
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41017,6 +41357,13 @@ interface Routes {
|
|
|
41017
41357
|
message: string;
|
|
41018
41358
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41019
41359
|
warning_code: 'being_deleted';
|
|
41360
|
+
} | {
|
|
41361
|
+
/** Date and time at which Seam created the warning. */
|
|
41362
|
+
created_at: string;
|
|
41363
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41364
|
+
message: string;
|
|
41365
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41366
|
+
warning_code: 'unknown_issue_with_credential';
|
|
41020
41367
|
}>;
|
|
41021
41368
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
41022
41369
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41209,6 +41556,13 @@ interface Routes {
|
|
|
41209
41556
|
message: string;
|
|
41210
41557
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41211
41558
|
warning_code: 'being_deleted';
|
|
41559
|
+
} | {
|
|
41560
|
+
/** Date and time at which Seam created the warning. */
|
|
41561
|
+
created_at: string;
|
|
41562
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41563
|
+
message: string;
|
|
41564
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41565
|
+
warning_code: 'unknown_issue_with_credential';
|
|
41212
41566
|
}>;
|
|
41213
41567
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
41214
41568
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41295,6 +41649,13 @@ interface Routes {
|
|
|
41295
41649
|
message: string;
|
|
41296
41650
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41297
41651
|
warning_code: 'being_deleted';
|
|
41652
|
+
} | {
|
|
41653
|
+
/** Date and time at which Seam created the warning. */
|
|
41654
|
+
created_at: string;
|
|
41655
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41656
|
+
message: string;
|
|
41657
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41658
|
+
warning_code: 'unknown_issue_with_credential';
|
|
41298
41659
|
}>;
|
|
41299
41660
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
41300
41661
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41418,6 +41779,13 @@ interface Routes {
|
|
|
41418
41779
|
message: string;
|
|
41419
41780
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41420
41781
|
warning_code: 'being_deleted';
|
|
41782
|
+
} | {
|
|
41783
|
+
/** Date and time at which Seam created the warning. */
|
|
41784
|
+
created_at: string;
|
|
41785
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41786
|
+
message: string;
|
|
41787
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41788
|
+
warning_code: 'unknown_issue_with_credential';
|
|
41421
41789
|
}>;
|
|
41422
41790
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
41423
41791
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41504,6 +41872,13 @@ interface Routes {
|
|
|
41504
41872
|
message: string;
|
|
41505
41873
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41506
41874
|
warning_code: 'being_deleted';
|
|
41875
|
+
} | {
|
|
41876
|
+
/** Date and time at which Seam created the warning. */
|
|
41877
|
+
created_at: string;
|
|
41878
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41879
|
+
message: string;
|
|
41880
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41881
|
+
warning_code: 'unknown_issue_with_credential';
|
|
41507
41882
|
}>;
|
|
41508
41883
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
41509
41884
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42028,6 +42403,13 @@ interface Routes {
|
|
|
42028
42403
|
message: string;
|
|
42029
42404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42030
42405
|
warning_code: 'being_deleted';
|
|
42406
|
+
} | {
|
|
42407
|
+
/** Date and time at which Seam created the warning. */
|
|
42408
|
+
created_at: string;
|
|
42409
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42410
|
+
message: string;
|
|
42411
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42412
|
+
warning_code: 'unknown_issue_with_credential';
|
|
42031
42413
|
}>;
|
|
42032
42414
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
42033
42415
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42114,6 +42496,13 @@ interface Routes {
|
|
|
42114
42496
|
message: string;
|
|
42115
42497
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42116
42498
|
warning_code: 'being_deleted';
|
|
42499
|
+
} | {
|
|
42500
|
+
/** Date and time at which Seam created the warning. */
|
|
42501
|
+
created_at: string;
|
|
42502
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42503
|
+
message: string;
|
|
42504
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42505
|
+
warning_code: 'unknown_issue_with_credential';
|
|
42117
42506
|
}>;
|
|
42118
42507
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
42119
42508
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42237,6 +42626,13 @@ interface Routes {
|
|
|
42237
42626
|
message: string;
|
|
42238
42627
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42239
42628
|
warning_code: 'being_deleted';
|
|
42629
|
+
} | {
|
|
42630
|
+
/** Date and time at which Seam created the warning. */
|
|
42631
|
+
created_at: string;
|
|
42632
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42633
|
+
message: string;
|
|
42634
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42635
|
+
warning_code: 'unknown_issue_with_credential';
|
|
42240
42636
|
}>;
|
|
42241
42637
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
42242
42638
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42323,6 +42719,13 @@ interface Routes {
|
|
|
42323
42719
|
message: string;
|
|
42324
42720
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42325
42721
|
warning_code: 'being_deleted';
|
|
42722
|
+
} | {
|
|
42723
|
+
/** Date and time at which Seam created the warning. */
|
|
42724
|
+
created_at: string;
|
|
42725
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42726
|
+
message: string;
|
|
42727
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42728
|
+
warning_code: 'unknown_issue_with_credential';
|
|
42326
42729
|
}>;
|
|
42327
42730
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
42328
42731
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42926,6 +43329,13 @@ interface Routes {
|
|
|
42926
43329
|
message: string;
|
|
42927
43330
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42928
43331
|
warning_code: 'being_deleted';
|
|
43332
|
+
} | {
|
|
43333
|
+
/** Date and time at which Seam created the warning. */
|
|
43334
|
+
created_at: string;
|
|
43335
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43336
|
+
message: string;
|
|
43337
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43338
|
+
warning_code: 'unknown_issue_with_credential';
|
|
42929
43339
|
}>;
|
|
42930
43340
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
42931
43341
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42966,7 +43376,7 @@ interface Routes {
|
|
|
42966
43376
|
/** ID of the `acs_system`. */
|
|
42967
43377
|
acs_system_id: string;
|
|
42968
43378
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
42969
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43379
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
42970
43380
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
42971
43381
|
external_type_display_name?: string | undefined;
|
|
42972
43382
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -42981,7 +43391,7 @@ interface Routes {
|
|
|
42981
43391
|
} | undefined;
|
|
42982
43392
|
/**
|
|
42983
43393
|
* @deprecated Use `external_type`. */
|
|
42984
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43394
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
42985
43395
|
/**
|
|
42986
43396
|
* @deprecated Use `external_type_display_name`. */
|
|
42987
43397
|
system_type_display_name?: string | undefined;
|
|
@@ -42995,8 +43405,13 @@ interface Routes {
|
|
|
42995
43405
|
created_at: string;
|
|
42996
43406
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
42997
43407
|
workspace_id: string;
|
|
42998
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43408
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43409
|
+
---
|
|
43410
|
+
deprecated: Use `connected_account_id`.
|
|
43411
|
+
--- */
|
|
42999
43412
|
connected_account_ids: string[];
|
|
43413
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
43414
|
+
connected_account_id: string;
|
|
43000
43415
|
/** URL for the image that represents the `acs_system`. */
|
|
43001
43416
|
image_url: string;
|
|
43002
43417
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -43089,7 +43504,7 @@ interface Routes {
|
|
|
43089
43504
|
/** ID of the `acs_system`. */
|
|
43090
43505
|
acs_system_id: string;
|
|
43091
43506
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
43092
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43507
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43093
43508
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
43094
43509
|
external_type_display_name?: string | undefined;
|
|
43095
43510
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -43104,7 +43519,7 @@ interface Routes {
|
|
|
43104
43519
|
} | undefined;
|
|
43105
43520
|
/**
|
|
43106
43521
|
* @deprecated Use `external_type`. */
|
|
43107
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43522
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43108
43523
|
/**
|
|
43109
43524
|
* @deprecated Use `external_type_display_name`. */
|
|
43110
43525
|
system_type_display_name?: string | undefined;
|
|
@@ -43118,8 +43533,13 @@ interface Routes {
|
|
|
43118
43533
|
created_at: string;
|
|
43119
43534
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
43120
43535
|
workspace_id: string;
|
|
43121
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43536
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43537
|
+
---
|
|
43538
|
+
deprecated: Use `connected_account_id`.
|
|
43539
|
+
--- */
|
|
43122
43540
|
connected_account_ids: string[];
|
|
43541
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
43542
|
+
connected_account_id: string;
|
|
43123
43543
|
/** URL for the image that represents the `acs_system`. */
|
|
43124
43544
|
image_url: string;
|
|
43125
43545
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -43212,7 +43632,7 @@ interface Routes {
|
|
|
43212
43632
|
/** ID of the `acs_system`. */
|
|
43213
43633
|
acs_system_id: string;
|
|
43214
43634
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
43215
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43635
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43216
43636
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
43217
43637
|
external_type_display_name?: string | undefined;
|
|
43218
43638
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -43227,7 +43647,7 @@ interface Routes {
|
|
|
43227
43647
|
} | undefined;
|
|
43228
43648
|
/**
|
|
43229
43649
|
* @deprecated Use `external_type`. */
|
|
43230
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43650
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43231
43651
|
/**
|
|
43232
43652
|
* @deprecated Use `external_type_display_name`. */
|
|
43233
43653
|
system_type_display_name?: string | undefined;
|
|
@@ -43241,8 +43661,13 @@ interface Routes {
|
|
|
43241
43661
|
created_at: string;
|
|
43242
43662
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
43243
43663
|
workspace_id: string;
|
|
43244
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43664
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43665
|
+
---
|
|
43666
|
+
deprecated: Use `connected_account_id`.
|
|
43667
|
+
--- */
|
|
43245
43668
|
connected_account_ids: string[];
|
|
43669
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
43670
|
+
connected_account_id: string;
|
|
43246
43671
|
/** URL for the image that represents the `acs_system`. */
|
|
43247
43672
|
image_url: string;
|
|
43248
43673
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -44202,6 +44627,13 @@ interface Routes {
|
|
|
44202
44627
|
message: string;
|
|
44203
44628
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44204
44629
|
warning_code: 'being_deleted';
|
|
44630
|
+
} | {
|
|
44631
|
+
/** Date and time at which Seam created the warning. */
|
|
44632
|
+
created_at: string;
|
|
44633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44634
|
+
message: string;
|
|
44635
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44636
|
+
warning_code: 'unknown_issue_with_credential';
|
|
44205
44637
|
}>;
|
|
44206
44638
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44207
44639
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -44288,6 +44720,13 @@ interface Routes {
|
|
|
44288
44720
|
message: string;
|
|
44289
44721
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44290
44722
|
warning_code: 'being_deleted';
|
|
44723
|
+
} | {
|
|
44724
|
+
/** Date and time at which Seam created the warning. */
|
|
44725
|
+
created_at: string;
|
|
44726
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44727
|
+
message: string;
|
|
44728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44729
|
+
warning_code: 'unknown_issue_with_credential';
|
|
44291
44730
|
}>;
|
|
44292
44731
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44293
44732
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -44411,6 +44850,13 @@ interface Routes {
|
|
|
44411
44850
|
message: string;
|
|
44412
44851
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44413
44852
|
warning_code: 'being_deleted';
|
|
44853
|
+
} | {
|
|
44854
|
+
/** Date and time at which Seam created the warning. */
|
|
44855
|
+
created_at: string;
|
|
44856
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44857
|
+
message: string;
|
|
44858
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44859
|
+
warning_code: 'unknown_issue_with_credential';
|
|
44414
44860
|
}>;
|
|
44415
44861
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44416
44862
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -44497,6 +44943,13 @@ interface Routes {
|
|
|
44497
44943
|
message: string;
|
|
44498
44944
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44499
44945
|
warning_code: 'being_deleted';
|
|
44946
|
+
} | {
|
|
44947
|
+
/** Date and time at which Seam created the warning. */
|
|
44948
|
+
created_at: string;
|
|
44949
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44950
|
+
message: string;
|
|
44951
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44952
|
+
warning_code: 'unknown_issue_with_credential';
|
|
44500
44953
|
}>;
|
|
44501
44954
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44502
44955
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -44978,6 +45431,13 @@ interface Routes {
|
|
|
44978
45431
|
message: string;
|
|
44979
45432
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44980
45433
|
warning_code: 'being_deleted';
|
|
45434
|
+
} | {
|
|
45435
|
+
/** Date and time at which Seam created the warning. */
|
|
45436
|
+
created_at: string;
|
|
45437
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45438
|
+
message: string;
|
|
45439
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45440
|
+
warning_code: 'unknown_issue_with_credential';
|
|
44981
45441
|
}>;
|
|
44982
45442
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44983
45443
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45064,6 +45524,13 @@ interface Routes {
|
|
|
45064
45524
|
message: string;
|
|
45065
45525
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45066
45526
|
warning_code: 'being_deleted';
|
|
45527
|
+
} | {
|
|
45528
|
+
/** Date and time at which Seam created the warning. */
|
|
45529
|
+
created_at: string;
|
|
45530
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45531
|
+
message: string;
|
|
45532
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45533
|
+
warning_code: 'unknown_issue_with_credential';
|
|
45067
45534
|
}>;
|
|
45068
45535
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
45069
45536
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45187,6 +45654,13 @@ interface Routes {
|
|
|
45187
45654
|
message: string;
|
|
45188
45655
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45189
45656
|
warning_code: 'being_deleted';
|
|
45657
|
+
} | {
|
|
45658
|
+
/** Date and time at which Seam created the warning. */
|
|
45659
|
+
created_at: string;
|
|
45660
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45661
|
+
message: string;
|
|
45662
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45663
|
+
warning_code: 'unknown_issue_with_credential';
|
|
45190
45664
|
}>;
|
|
45191
45665
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
45192
45666
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45273,6 +45747,13 @@ interface Routes {
|
|
|
45273
45747
|
message: string;
|
|
45274
45748
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45275
45749
|
warning_code: 'being_deleted';
|
|
45750
|
+
} | {
|
|
45751
|
+
/** Date and time at which Seam created the warning. */
|
|
45752
|
+
created_at: string;
|
|
45753
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45754
|
+
message: string;
|
|
45755
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45756
|
+
warning_code: 'unknown_issue_with_credential';
|
|
45276
45757
|
}>;
|
|
45277
45758
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
45278
45759
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52010,6 +52491,13 @@ interface Routes {
|
|
|
52010
52491
|
message: string;
|
|
52011
52492
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52012
52493
|
warning_code: 'being_deleted';
|
|
52494
|
+
} | {
|
|
52495
|
+
/** Date and time at which Seam created the warning. */
|
|
52496
|
+
created_at: string;
|
|
52497
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52498
|
+
message: string;
|
|
52499
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52500
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52013
52501
|
}>;
|
|
52014
52502
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
52015
52503
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52096,6 +52584,13 @@ interface Routes {
|
|
|
52096
52584
|
message: string;
|
|
52097
52585
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52098
52586
|
warning_code: 'being_deleted';
|
|
52587
|
+
} | {
|
|
52588
|
+
/** Date and time at which Seam created the warning. */
|
|
52589
|
+
created_at: string;
|
|
52590
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52591
|
+
message: string;
|
|
52592
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52593
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52099
52594
|
}>;
|
|
52100
52595
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
52101
52596
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52219,6 +52714,13 @@ interface Routes {
|
|
|
52219
52714
|
message: string;
|
|
52220
52715
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52221
52716
|
warning_code: 'being_deleted';
|
|
52717
|
+
} | {
|
|
52718
|
+
/** Date and time at which Seam created the warning. */
|
|
52719
|
+
created_at: string;
|
|
52720
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52721
|
+
message: string;
|
|
52722
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52723
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52222
52724
|
}>;
|
|
52223
52725
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
52224
52726
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52305,6 +52807,13 @@ interface Routes {
|
|
|
52305
52807
|
message: string;
|
|
52306
52808
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52307
52809
|
warning_code: 'being_deleted';
|
|
52810
|
+
} | {
|
|
52811
|
+
/** Date and time at which Seam created the warning. */
|
|
52812
|
+
created_at: string;
|
|
52813
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52814
|
+
message: string;
|
|
52815
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52816
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52308
52817
|
}>;
|
|
52309
52818
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
52310
52819
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52787,6 +53296,13 @@ interface Routes {
|
|
|
52787
53296
|
message: string;
|
|
52788
53297
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52789
53298
|
warning_code: 'being_deleted';
|
|
53299
|
+
} | {
|
|
53300
|
+
/** Date and time at which Seam created the warning. */
|
|
53301
|
+
created_at: string;
|
|
53302
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53303
|
+
message: string;
|
|
53304
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53305
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52790
53306
|
}>;
|
|
52791
53307
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
52792
53308
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52873,6 +53389,13 @@ interface Routes {
|
|
|
52873
53389
|
message: string;
|
|
52874
53390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52875
53391
|
warning_code: 'being_deleted';
|
|
53392
|
+
} | {
|
|
53393
|
+
/** Date and time at which Seam created the warning. */
|
|
53394
|
+
created_at: string;
|
|
53395
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53396
|
+
message: string;
|
|
53397
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53398
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52876
53399
|
}>;
|
|
52877
53400
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
52878
53401
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52996,6 +53519,13 @@ interface Routes {
|
|
|
52996
53519
|
message: string;
|
|
52997
53520
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52998
53521
|
warning_code: 'being_deleted';
|
|
53522
|
+
} | {
|
|
53523
|
+
/** Date and time at which Seam created the warning. */
|
|
53524
|
+
created_at: string;
|
|
53525
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53526
|
+
message: string;
|
|
53527
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53528
|
+
warning_code: 'unknown_issue_with_credential';
|
|
52999
53529
|
}>;
|
|
53000
53530
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
53001
53531
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -53082,6 +53612,13 @@ interface Routes {
|
|
|
53082
53612
|
message: string;
|
|
53083
53613
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53084
53614
|
warning_code: 'being_deleted';
|
|
53615
|
+
} | {
|
|
53616
|
+
/** Date and time at which Seam created the warning. */
|
|
53617
|
+
created_at: string;
|
|
53618
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53619
|
+
message: string;
|
|
53620
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53621
|
+
warning_code: 'unknown_issue_with_credential';
|
|
53085
53622
|
}>;
|
|
53086
53623
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
53087
53624
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -54674,6 +55211,13 @@ interface Routes {
|
|
|
54674
55211
|
message: string;
|
|
54675
55212
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54676
55213
|
warning_code: 'being_deleted';
|
|
55214
|
+
} | {
|
|
55215
|
+
/** Date and time at which Seam created the warning. */
|
|
55216
|
+
created_at: string;
|
|
55217
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55218
|
+
message: string;
|
|
55219
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55220
|
+
warning_code: 'unknown_issue_with_credential';
|
|
54677
55221
|
}>;
|
|
54678
55222
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
54679
55223
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -54760,6 +55304,13 @@ interface Routes {
|
|
|
54760
55304
|
message: string;
|
|
54761
55305
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54762
55306
|
warning_code: 'being_deleted';
|
|
55307
|
+
} | {
|
|
55308
|
+
/** Date and time at which Seam created the warning. */
|
|
55309
|
+
created_at: string;
|
|
55310
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55311
|
+
message: string;
|
|
55312
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55313
|
+
warning_code: 'unknown_issue_with_credential';
|
|
54763
55314
|
}>;
|
|
54764
55315
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
54765
55316
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -54883,6 +55434,13 @@ interface Routes {
|
|
|
54883
55434
|
message: string;
|
|
54884
55435
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54885
55436
|
warning_code: 'being_deleted';
|
|
55437
|
+
} | {
|
|
55438
|
+
/** Date and time at which Seam created the warning. */
|
|
55439
|
+
created_at: string;
|
|
55440
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55441
|
+
message: string;
|
|
55442
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55443
|
+
warning_code: 'unknown_issue_with_credential';
|
|
54886
55444
|
}>;
|
|
54887
55445
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
54888
55446
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -54969,6 +55527,13 @@ interface Routes {
|
|
|
54969
55527
|
message: string;
|
|
54970
55528
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54971
55529
|
warning_code: 'being_deleted';
|
|
55530
|
+
} | {
|
|
55531
|
+
/** Date and time at which Seam created the warning. */
|
|
55532
|
+
created_at: string;
|
|
55533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55534
|
+
message: string;
|
|
55535
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55536
|
+
warning_code: 'unknown_issue_with_credential';
|
|
54972
55537
|
}>;
|
|
54973
55538
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
54974
55539
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55461,6 +56026,13 @@ interface Routes {
|
|
|
55461
56026
|
message: string;
|
|
55462
56027
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55463
56028
|
warning_code: 'being_deleted';
|
|
56029
|
+
} | {
|
|
56030
|
+
/** Date and time at which Seam created the warning. */
|
|
56031
|
+
created_at: string;
|
|
56032
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56033
|
+
message: string;
|
|
56034
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56035
|
+
warning_code: 'unknown_issue_with_credential';
|
|
55464
56036
|
}>;
|
|
55465
56037
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
55466
56038
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55547,6 +56119,13 @@ interface Routes {
|
|
|
55547
56119
|
message: string;
|
|
55548
56120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55549
56121
|
warning_code: 'being_deleted';
|
|
56122
|
+
} | {
|
|
56123
|
+
/** Date and time at which Seam created the warning. */
|
|
56124
|
+
created_at: string;
|
|
56125
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56126
|
+
message: string;
|
|
56127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56128
|
+
warning_code: 'unknown_issue_with_credential';
|
|
55550
56129
|
}>;
|
|
55551
56130
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
55552
56131
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55670,6 +56249,13 @@ interface Routes {
|
|
|
55670
56249
|
message: string;
|
|
55671
56250
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55672
56251
|
warning_code: 'being_deleted';
|
|
56252
|
+
} | {
|
|
56253
|
+
/** Date and time at which Seam created the warning. */
|
|
56254
|
+
created_at: string;
|
|
56255
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56256
|
+
message: string;
|
|
56257
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56258
|
+
warning_code: 'unknown_issue_with_credential';
|
|
55673
56259
|
}>;
|
|
55674
56260
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
55675
56261
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55756,6 +56342,13 @@ interface Routes {
|
|
|
55756
56342
|
message: string;
|
|
55757
56343
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55758
56344
|
warning_code: 'being_deleted';
|
|
56345
|
+
} | {
|
|
56346
|
+
/** Date and time at which Seam created the warning. */
|
|
56347
|
+
created_at: string;
|
|
56348
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56349
|
+
message: string;
|
|
56350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56351
|
+
warning_code: 'unknown_issue_with_credential';
|
|
55759
56352
|
}>;
|
|
55760
56353
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
55761
56354
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56287,6 +56880,13 @@ interface Routes {
|
|
|
56287
56880
|
message: string;
|
|
56288
56881
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56289
56882
|
warning_code: 'being_deleted';
|
|
56883
|
+
} | {
|
|
56884
|
+
/** Date and time at which Seam created the warning. */
|
|
56885
|
+
created_at: string;
|
|
56886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56887
|
+
message: string;
|
|
56888
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56889
|
+
warning_code: 'unknown_issue_with_credential';
|
|
56290
56890
|
}>;
|
|
56291
56891
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
56292
56892
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56373,6 +56973,13 @@ interface Routes {
|
|
|
56373
56973
|
message: string;
|
|
56374
56974
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56375
56975
|
warning_code: 'being_deleted';
|
|
56976
|
+
} | {
|
|
56977
|
+
/** Date and time at which Seam created the warning. */
|
|
56978
|
+
created_at: string;
|
|
56979
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56980
|
+
message: string;
|
|
56981
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56982
|
+
warning_code: 'unknown_issue_with_credential';
|
|
56376
56983
|
}>;
|
|
56377
56984
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
56378
56985
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56496,6 +57103,13 @@ interface Routes {
|
|
|
56496
57103
|
message: string;
|
|
56497
57104
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56498
57105
|
warning_code: 'being_deleted';
|
|
57106
|
+
} | {
|
|
57107
|
+
/** Date and time at which Seam created the warning. */
|
|
57108
|
+
created_at: string;
|
|
57109
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57110
|
+
message: string;
|
|
57111
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57112
|
+
warning_code: 'unknown_issue_with_credential';
|
|
56499
57113
|
}>;
|
|
56500
57114
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
56501
57115
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56582,6 +57196,13 @@ interface Routes {
|
|
|
56582
57196
|
message: string;
|
|
56583
57197
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56584
57198
|
warning_code: 'being_deleted';
|
|
57199
|
+
} | {
|
|
57200
|
+
/** Date and time at which Seam created the warning. */
|
|
57201
|
+
created_at: string;
|
|
57202
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57203
|
+
message: string;
|
|
57204
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57205
|
+
warning_code: 'unknown_issue_with_credential';
|
|
56585
57206
|
}>;
|
|
56586
57207
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
56587
57208
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57248,6 +57869,13 @@ interface Routes {
|
|
|
57248
57869
|
message: string;
|
|
57249
57870
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57250
57871
|
warning_code: 'being_deleted';
|
|
57872
|
+
} | {
|
|
57873
|
+
/** Date and time at which Seam created the warning. */
|
|
57874
|
+
created_at: string;
|
|
57875
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57876
|
+
message: string;
|
|
57877
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57878
|
+
warning_code: 'unknown_issue_with_credential';
|
|
57251
57879
|
}>;
|
|
57252
57880
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
57253
57881
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57334,6 +57962,13 @@ interface Routes {
|
|
|
57334
57962
|
message: string;
|
|
57335
57963
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57336
57964
|
warning_code: 'being_deleted';
|
|
57965
|
+
} | {
|
|
57966
|
+
/** Date and time at which Seam created the warning. */
|
|
57967
|
+
created_at: string;
|
|
57968
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57969
|
+
message: string;
|
|
57970
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57971
|
+
warning_code: 'unknown_issue_with_credential';
|
|
57337
57972
|
}>;
|
|
57338
57973
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
57339
57974
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57457,6 +58092,13 @@ interface Routes {
|
|
|
57457
58092
|
message: string;
|
|
57458
58093
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57459
58094
|
warning_code: 'being_deleted';
|
|
58095
|
+
} | {
|
|
58096
|
+
/** Date and time at which Seam created the warning. */
|
|
58097
|
+
created_at: string;
|
|
58098
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58099
|
+
message: string;
|
|
58100
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58101
|
+
warning_code: 'unknown_issue_with_credential';
|
|
57460
58102
|
}>;
|
|
57461
58103
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
57462
58104
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57543,6 +58185,13 @@ interface Routes {
|
|
|
57543
58185
|
message: string;
|
|
57544
58186
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57545
58187
|
warning_code: 'being_deleted';
|
|
58188
|
+
} | {
|
|
58189
|
+
/** Date and time at which Seam created the warning. */
|
|
58190
|
+
created_at: string;
|
|
58191
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58192
|
+
message: string;
|
|
58193
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58194
|
+
warning_code: 'unknown_issue_with_credential';
|
|
57546
58195
|
}>;
|
|
57547
58196
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
57548
58197
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58031,6 +58680,13 @@ interface Routes {
|
|
|
58031
58680
|
message: string;
|
|
58032
58681
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58033
58682
|
warning_code: 'being_deleted';
|
|
58683
|
+
} | {
|
|
58684
|
+
/** Date and time at which Seam created the warning. */
|
|
58685
|
+
created_at: string;
|
|
58686
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58687
|
+
message: string;
|
|
58688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58689
|
+
warning_code: 'unknown_issue_with_credential';
|
|
58034
58690
|
}>;
|
|
58035
58691
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
58036
58692
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58117,6 +58773,13 @@ interface Routes {
|
|
|
58117
58773
|
message: string;
|
|
58118
58774
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58119
58775
|
warning_code: 'being_deleted';
|
|
58776
|
+
} | {
|
|
58777
|
+
/** Date and time at which Seam created the warning. */
|
|
58778
|
+
created_at: string;
|
|
58779
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58780
|
+
message: string;
|
|
58781
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58782
|
+
warning_code: 'unknown_issue_with_credential';
|
|
58120
58783
|
}>;
|
|
58121
58784
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
58122
58785
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58240,6 +58903,13 @@ interface Routes {
|
|
|
58240
58903
|
message: string;
|
|
58241
58904
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58242
58905
|
warning_code: 'being_deleted';
|
|
58906
|
+
} | {
|
|
58907
|
+
/** Date and time at which Seam created the warning. */
|
|
58908
|
+
created_at: string;
|
|
58909
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58910
|
+
message: string;
|
|
58911
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58912
|
+
warning_code: 'unknown_issue_with_credential';
|
|
58243
58913
|
}>;
|
|
58244
58914
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
58245
58915
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58326,6 +58996,13 @@ interface Routes {
|
|
|
58326
58996
|
message: string;
|
|
58327
58997
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58328
58998
|
warning_code: 'being_deleted';
|
|
58999
|
+
} | {
|
|
59000
|
+
/** Date and time at which Seam created the warning. */
|
|
59001
|
+
created_at: string;
|
|
59002
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59003
|
+
message: string;
|
|
59004
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59005
|
+
warning_code: 'unknown_issue_with_credential';
|
|
58329
59006
|
}>;
|
|
58330
59007
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
58331
59008
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -59391,6 +60068,13 @@ interface Routes {
|
|
|
59391
60068
|
message: string;
|
|
59392
60069
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59393
60070
|
warning_code: 'being_deleted';
|
|
60071
|
+
} | {
|
|
60072
|
+
/** Date and time at which Seam created the warning. */
|
|
60073
|
+
created_at: string;
|
|
60074
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60075
|
+
message: string;
|
|
60076
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60077
|
+
warning_code: 'unknown_issue_with_credential';
|
|
59394
60078
|
}>;
|
|
59395
60079
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
59396
60080
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -59477,6 +60161,13 @@ interface Routes {
|
|
|
59477
60161
|
message: string;
|
|
59478
60162
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59479
60163
|
warning_code: 'being_deleted';
|
|
60164
|
+
} | {
|
|
60165
|
+
/** Date and time at which Seam created the warning. */
|
|
60166
|
+
created_at: string;
|
|
60167
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60168
|
+
message: string;
|
|
60169
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60170
|
+
warning_code: 'unknown_issue_with_credential';
|
|
59480
60171
|
}>;
|
|
59481
60172
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
59482
60173
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -59600,6 +60291,13 @@ interface Routes {
|
|
|
59600
60291
|
message: string;
|
|
59601
60292
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59602
60293
|
warning_code: 'being_deleted';
|
|
60294
|
+
} | {
|
|
60295
|
+
/** Date and time at which Seam created the warning. */
|
|
60296
|
+
created_at: string;
|
|
60297
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60298
|
+
message: string;
|
|
60299
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60300
|
+
warning_code: 'unknown_issue_with_credential';
|
|
59603
60301
|
}>;
|
|
59604
60302
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
59605
60303
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -59686,6 +60384,13 @@ interface Routes {
|
|
|
59686
60384
|
message: string;
|
|
59687
60385
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59688
60386
|
warning_code: 'being_deleted';
|
|
60387
|
+
} | {
|
|
60388
|
+
/** Date and time at which Seam created the warning. */
|
|
60389
|
+
created_at: string;
|
|
60390
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60391
|
+
message: string;
|
|
60392
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60393
|
+
warning_code: 'unknown_issue_with_credential';
|
|
59689
60394
|
}>;
|
|
59690
60395
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
59691
60396
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60178,6 +60883,13 @@ interface Routes {
|
|
|
60178
60883
|
message: string;
|
|
60179
60884
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60180
60885
|
warning_code: 'being_deleted';
|
|
60886
|
+
} | {
|
|
60887
|
+
/** Date and time at which Seam created the warning. */
|
|
60888
|
+
created_at: string;
|
|
60889
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60890
|
+
message: string;
|
|
60891
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60892
|
+
warning_code: 'unknown_issue_with_credential';
|
|
60181
60893
|
}>;
|
|
60182
60894
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
60183
60895
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60264,6 +60976,13 @@ interface Routes {
|
|
|
60264
60976
|
message: string;
|
|
60265
60977
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60266
60978
|
warning_code: 'being_deleted';
|
|
60979
|
+
} | {
|
|
60980
|
+
/** Date and time at which Seam created the warning. */
|
|
60981
|
+
created_at: string;
|
|
60982
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60983
|
+
message: string;
|
|
60984
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60985
|
+
warning_code: 'unknown_issue_with_credential';
|
|
60267
60986
|
}>;
|
|
60268
60987
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
60269
60988
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60387,6 +61106,13 @@ interface Routes {
|
|
|
60387
61106
|
message: string;
|
|
60388
61107
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60389
61108
|
warning_code: 'being_deleted';
|
|
61109
|
+
} | {
|
|
61110
|
+
/** Date and time at which Seam created the warning. */
|
|
61111
|
+
created_at: string;
|
|
61112
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61113
|
+
message: string;
|
|
61114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61115
|
+
warning_code: 'unknown_issue_with_credential';
|
|
60390
61116
|
}>;
|
|
60391
61117
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
60392
61118
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60473,6 +61199,13 @@ interface Routes {
|
|
|
60473
61199
|
message: string;
|
|
60474
61200
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60475
61201
|
warning_code: 'being_deleted';
|
|
61202
|
+
} | {
|
|
61203
|
+
/** Date and time at which Seam created the warning. */
|
|
61204
|
+
created_at: string;
|
|
61205
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61206
|
+
message: string;
|
|
61207
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61208
|
+
warning_code: 'unknown_issue_with_credential';
|
|
60476
61209
|
}>;
|
|
60477
61210
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
60478
61211
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -62028,6 +62761,13 @@ interface Routes {
|
|
|
62028
62761
|
message: string;
|
|
62029
62762
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62030
62763
|
warning_code: 'being_deleted';
|
|
62764
|
+
} | {
|
|
62765
|
+
/** Date and time at which Seam created the warning. */
|
|
62766
|
+
created_at: string;
|
|
62767
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62768
|
+
message: string;
|
|
62769
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62770
|
+
warning_code: 'unknown_issue_with_credential';
|
|
62031
62771
|
}>;
|
|
62032
62772
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
62033
62773
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -62114,6 +62854,13 @@ interface Routes {
|
|
|
62114
62854
|
message: string;
|
|
62115
62855
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62116
62856
|
warning_code: 'being_deleted';
|
|
62857
|
+
} | {
|
|
62858
|
+
/** Date and time at which Seam created the warning. */
|
|
62859
|
+
created_at: string;
|
|
62860
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62861
|
+
message: string;
|
|
62862
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62863
|
+
warning_code: 'unknown_issue_with_credential';
|
|
62117
62864
|
}>;
|
|
62118
62865
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
62119
62866
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -62237,6 +62984,13 @@ interface Routes {
|
|
|
62237
62984
|
message: string;
|
|
62238
62985
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62239
62986
|
warning_code: 'being_deleted';
|
|
62987
|
+
} | {
|
|
62988
|
+
/** Date and time at which Seam created the warning. */
|
|
62989
|
+
created_at: string;
|
|
62990
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62991
|
+
message: string;
|
|
62992
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62993
|
+
warning_code: 'unknown_issue_with_credential';
|
|
62240
62994
|
}>;
|
|
62241
62995
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
62242
62996
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -62323,6 +63077,13 @@ interface Routes {
|
|
|
62323
63077
|
message: string;
|
|
62324
63078
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62325
63079
|
warning_code: 'being_deleted';
|
|
63080
|
+
} | {
|
|
63081
|
+
/** Date and time at which Seam created the warning. */
|
|
63082
|
+
created_at: string;
|
|
63083
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63084
|
+
message: string;
|
|
63085
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63086
|
+
warning_code: 'unknown_issue_with_credential';
|
|
62326
63087
|
}>;
|
|
62327
63088
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
62328
63089
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -62982,6 +63743,13 @@ interface Routes {
|
|
|
62982
63743
|
message: string;
|
|
62983
63744
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62984
63745
|
warning_code: 'being_deleted';
|
|
63746
|
+
} | {
|
|
63747
|
+
/** Date and time at which Seam created the warning. */
|
|
63748
|
+
created_at: string;
|
|
63749
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63750
|
+
message: string;
|
|
63751
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63752
|
+
warning_code: 'unknown_issue_with_credential';
|
|
62985
63753
|
}>;
|
|
62986
63754
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
62987
63755
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63068,6 +63836,13 @@ interface Routes {
|
|
|
63068
63836
|
message: string;
|
|
63069
63837
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63070
63838
|
warning_code: 'being_deleted';
|
|
63839
|
+
} | {
|
|
63840
|
+
/** Date and time at which Seam created the warning. */
|
|
63841
|
+
created_at: string;
|
|
63842
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63843
|
+
message: string;
|
|
63844
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63845
|
+
warning_code: 'unknown_issue_with_credential';
|
|
63071
63846
|
}>;
|
|
63072
63847
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
63073
63848
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63191,6 +63966,13 @@ interface Routes {
|
|
|
63191
63966
|
message: string;
|
|
63192
63967
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63193
63968
|
warning_code: 'being_deleted';
|
|
63969
|
+
} | {
|
|
63970
|
+
/** Date and time at which Seam created the warning. */
|
|
63971
|
+
created_at: string;
|
|
63972
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63973
|
+
message: string;
|
|
63974
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63975
|
+
warning_code: 'unknown_issue_with_credential';
|
|
63194
63976
|
}>;
|
|
63195
63977
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
63196
63978
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63277,6 +64059,13 @@ interface Routes {
|
|
|
63277
64059
|
message: string;
|
|
63278
64060
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63279
64061
|
warning_code: 'being_deleted';
|
|
64062
|
+
} | {
|
|
64063
|
+
/** Date and time at which Seam created the warning. */
|
|
64064
|
+
created_at: string;
|
|
64065
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64066
|
+
message: string;
|
|
64067
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64068
|
+
warning_code: 'unknown_issue_with_credential';
|
|
63280
64069
|
}>;
|
|
63281
64070
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
63282
64071
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63788,6 +64577,13 @@ interface Routes {
|
|
|
63788
64577
|
message: string;
|
|
63789
64578
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63790
64579
|
warning_code: 'being_deleted';
|
|
64580
|
+
} | {
|
|
64581
|
+
/** Date and time at which Seam created the warning. */
|
|
64582
|
+
created_at: string;
|
|
64583
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64584
|
+
message: string;
|
|
64585
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64586
|
+
warning_code: 'unknown_issue_with_credential';
|
|
63791
64587
|
}>;
|
|
63792
64588
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
63793
64589
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63874,6 +64670,13 @@ interface Routes {
|
|
|
63874
64670
|
message: string;
|
|
63875
64671
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63876
64672
|
warning_code: 'being_deleted';
|
|
64673
|
+
} | {
|
|
64674
|
+
/** Date and time at which Seam created the warning. */
|
|
64675
|
+
created_at: string;
|
|
64676
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64677
|
+
message: string;
|
|
64678
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64679
|
+
warning_code: 'unknown_issue_with_credential';
|
|
63877
64680
|
}>;
|
|
63878
64681
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
63879
64682
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63997,6 +64800,13 @@ interface Routes {
|
|
|
63997
64800
|
message: string;
|
|
63998
64801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63999
64802
|
warning_code: 'being_deleted';
|
|
64803
|
+
} | {
|
|
64804
|
+
/** Date and time at which Seam created the warning. */
|
|
64805
|
+
created_at: string;
|
|
64806
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64807
|
+
message: string;
|
|
64808
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64809
|
+
warning_code: 'unknown_issue_with_credential';
|
|
64000
64810
|
}>;
|
|
64001
64811
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
64002
64812
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -64083,6 +64893,13 @@ interface Routes {
|
|
|
64083
64893
|
message: string;
|
|
64084
64894
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64085
64895
|
warning_code: 'being_deleted';
|
|
64896
|
+
} | {
|
|
64897
|
+
/** Date and time at which Seam created the warning. */
|
|
64898
|
+
created_at: string;
|
|
64899
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64900
|
+
message: string;
|
|
64901
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64902
|
+
warning_code: 'unknown_issue_with_credential';
|
|
64086
64903
|
}>;
|
|
64087
64904
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
64088
64905
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -65742,7 +66559,7 @@ interface Routes {
|
|
|
65742
66559
|
/** ID of the `acs_system`. */
|
|
65743
66560
|
acs_system_id: string;
|
|
65744
66561
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
65745
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
66562
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
65746
66563
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
65747
66564
|
external_type_display_name?: string | undefined;
|
|
65748
66565
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -65757,7 +66574,7 @@ interface Routes {
|
|
|
65757
66574
|
} | undefined;
|
|
65758
66575
|
/**
|
|
65759
66576
|
* @deprecated Use `external_type`. */
|
|
65760
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
66577
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
65761
66578
|
/**
|
|
65762
66579
|
* @deprecated Use `external_type_display_name`. */
|
|
65763
66580
|
system_type_display_name?: string | undefined;
|
|
@@ -65771,8 +66588,13 @@ interface Routes {
|
|
|
65771
66588
|
created_at: string;
|
|
65772
66589
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
65773
66590
|
workspace_id: string;
|
|
65774
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
66591
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
66592
|
+
---
|
|
66593
|
+
deprecated: Use `connected_account_id`.
|
|
66594
|
+
--- */
|
|
65775
66595
|
connected_account_ids: string[];
|
|
66596
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
66597
|
+
connected_account_id: string;
|
|
65776
66598
|
/** URL for the image that represents the `acs_system`. */
|
|
65777
66599
|
image_url: string;
|
|
65778
66600
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -66306,6 +67128,13 @@ interface Routes {
|
|
|
66306
67128
|
message: string;
|
|
66307
67129
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66308
67130
|
warning_code: 'being_deleted';
|
|
67131
|
+
} | {
|
|
67132
|
+
/** Date and time at which Seam created the warning. */
|
|
67133
|
+
created_at: string;
|
|
67134
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67135
|
+
message: string;
|
|
67136
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67137
|
+
warning_code: 'unknown_issue_with_credential';
|
|
66309
67138
|
}>;
|
|
66310
67139
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
66311
67140
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -66392,6 +67221,13 @@ interface Routes {
|
|
|
66392
67221
|
message: string;
|
|
66393
67222
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66394
67223
|
warning_code: 'being_deleted';
|
|
67224
|
+
} | {
|
|
67225
|
+
/** Date and time at which Seam created the warning. */
|
|
67226
|
+
created_at: string;
|
|
67227
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67228
|
+
message: string;
|
|
67229
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67230
|
+
warning_code: 'unknown_issue_with_credential';
|
|
66395
67231
|
}>;
|
|
66396
67232
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
66397
67233
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -66515,6 +67351,13 @@ interface Routes {
|
|
|
66515
67351
|
message: string;
|
|
66516
67352
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66517
67353
|
warning_code: 'being_deleted';
|
|
67354
|
+
} | {
|
|
67355
|
+
/** Date and time at which Seam created the warning. */
|
|
67356
|
+
created_at: string;
|
|
67357
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67358
|
+
message: string;
|
|
67359
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67360
|
+
warning_code: 'unknown_issue_with_credential';
|
|
66518
67361
|
}>;
|
|
66519
67362
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
66520
67363
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -66601,6 +67444,13 @@ interface Routes {
|
|
|
66601
67444
|
message: string;
|
|
66602
67445
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66603
67446
|
warning_code: 'being_deleted';
|
|
67447
|
+
} | {
|
|
67448
|
+
/** Date and time at which Seam created the warning. */
|
|
67449
|
+
created_at: string;
|
|
67450
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67451
|
+
message: string;
|
|
67452
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67453
|
+
warning_code: 'unknown_issue_with_credential';
|
|
66604
67454
|
}>;
|
|
66605
67455
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
66606
67456
|
is_multi_phone_sync_credential?: boolean | undefined;
|