@seamapi/types 1.321.0 → 1.321.1
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 +17 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +136 -136
- package/lib/seam/connect/models/acs/acs-credential.d.ts +22 -22
- package/lib/seam/connect/models/acs/acs-credential.js +4 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +32 -32
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +14 -14
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
- package/lib/seam/connect/openapi.js +13 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +4 -4
- package/src/lib/seam/connect/openapi.ts +13 -7
- package/src/lib/seam/connect/route-types.ts +94 -94
package/dist/connect.d.cts
CHANGED
|
@@ -519,14 +519,14 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
519
519
|
created_at: z.ZodString;
|
|
520
520
|
message: z.ZodString;
|
|
521
521
|
}, {
|
|
522
|
-
warning_code: z.ZodLiteral<"
|
|
522
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
523
523
|
}>, "strip", z.ZodTypeAny, {
|
|
524
524
|
message: string;
|
|
525
|
-
warning_code: "
|
|
525
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
526
526
|
created_at: string;
|
|
527
527
|
}, {
|
|
528
528
|
message: string;
|
|
529
|
-
warning_code: "
|
|
529
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
530
530
|
created_at: string;
|
|
531
531
|
}>]>, "many">;
|
|
532
532
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -586,7 +586,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
586
586
|
created_at: string;
|
|
587
587
|
} | {
|
|
588
588
|
message: string;
|
|
589
|
-
warning_code: "
|
|
589
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
590
590
|
created_at: string;
|
|
591
591
|
})[];
|
|
592
592
|
display_name: string;
|
|
@@ -644,7 +644,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
644
644
|
created_at: string;
|
|
645
645
|
} | {
|
|
646
646
|
message: string;
|
|
647
|
-
warning_code: "
|
|
647
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
648
648
|
created_at: string;
|
|
649
649
|
})[];
|
|
650
650
|
display_name: string;
|
|
@@ -764,14 +764,14 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
764
764
|
created_at: z.ZodString;
|
|
765
765
|
message: z.ZodString;
|
|
766
766
|
}, {
|
|
767
|
-
warning_code: z.ZodLiteral<"
|
|
767
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
768
768
|
}>, "strip", z.ZodTypeAny, {
|
|
769
769
|
message: string;
|
|
770
|
-
warning_code: "
|
|
770
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
771
771
|
created_at: string;
|
|
772
772
|
}, {
|
|
773
773
|
message: string;
|
|
774
|
-
warning_code: "
|
|
774
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
775
775
|
created_at: string;
|
|
776
776
|
}>]>, "many">;
|
|
777
777
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -831,7 +831,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
831
831
|
created_at: string;
|
|
832
832
|
} | {
|
|
833
833
|
message: string;
|
|
834
|
-
warning_code: "
|
|
834
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
835
835
|
created_at: string;
|
|
836
836
|
})[];
|
|
837
837
|
display_name: string;
|
|
@@ -889,7 +889,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
889
889
|
created_at: string;
|
|
890
890
|
} | {
|
|
891
891
|
message: string;
|
|
892
|
-
warning_code: "
|
|
892
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
893
893
|
created_at: string;
|
|
894
894
|
})[];
|
|
895
895
|
display_name: string;
|
|
@@ -2311,14 +2311,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2311
2311
|
created_at: z.ZodString;
|
|
2312
2312
|
message: z.ZodString;
|
|
2313
2313
|
}, {
|
|
2314
|
-
warning_code: z.ZodLiteral<"
|
|
2314
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
2315
2315
|
}>, "strip", z.ZodTypeAny, {
|
|
2316
2316
|
message: string;
|
|
2317
|
-
warning_code: "
|
|
2317
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2318
2318
|
created_at: string;
|
|
2319
2319
|
}, {
|
|
2320
2320
|
message: string;
|
|
2321
|
-
warning_code: "
|
|
2321
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2322
2322
|
created_at: string;
|
|
2323
2323
|
}>]>, "many">;
|
|
2324
2324
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2378,7 +2378,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2378
2378
|
created_at: string;
|
|
2379
2379
|
} | {
|
|
2380
2380
|
message: string;
|
|
2381
|
-
warning_code: "
|
|
2381
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2382
2382
|
created_at: string;
|
|
2383
2383
|
})[];
|
|
2384
2384
|
display_name: string;
|
|
@@ -2436,7 +2436,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2436
2436
|
created_at: string;
|
|
2437
2437
|
} | {
|
|
2438
2438
|
message: string;
|
|
2439
|
-
warning_code: "
|
|
2439
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2440
2440
|
created_at: string;
|
|
2441
2441
|
})[];
|
|
2442
2442
|
display_name: string;
|
|
@@ -2555,14 +2555,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2555
2555
|
created_at: z.ZodString;
|
|
2556
2556
|
message: z.ZodString;
|
|
2557
2557
|
}, {
|
|
2558
|
-
warning_code: z.ZodLiteral<"
|
|
2558
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
2559
2559
|
}>, "strip", z.ZodTypeAny, {
|
|
2560
2560
|
message: string;
|
|
2561
|
-
warning_code: "
|
|
2561
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2562
2562
|
created_at: string;
|
|
2563
2563
|
}, {
|
|
2564
2564
|
message: string;
|
|
2565
|
-
warning_code: "
|
|
2565
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2566
2566
|
created_at: string;
|
|
2567
2567
|
}>]>, "many">;
|
|
2568
2568
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2622,7 +2622,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2622
2622
|
created_at: string;
|
|
2623
2623
|
} | {
|
|
2624
2624
|
message: string;
|
|
2625
|
-
warning_code: "
|
|
2625
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2626
2626
|
created_at: string;
|
|
2627
2627
|
})[];
|
|
2628
2628
|
display_name: string;
|
|
@@ -2680,7 +2680,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2680
2680
|
created_at: string;
|
|
2681
2681
|
} | {
|
|
2682
2682
|
message: string;
|
|
2683
|
-
warning_code: "
|
|
2683
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2684
2684
|
created_at: string;
|
|
2685
2685
|
})[];
|
|
2686
2686
|
display_name: string;
|
|
@@ -2775,7 +2775,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2775
2775
|
created_at: string;
|
|
2776
2776
|
} | {
|
|
2777
2777
|
message: string;
|
|
2778
|
-
warning_code: "
|
|
2778
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2779
2779
|
created_at: string;
|
|
2780
2780
|
})[];
|
|
2781
2781
|
display_name: string;
|
|
@@ -2833,7 +2833,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2833
2833
|
created_at: string;
|
|
2834
2834
|
} | {
|
|
2835
2835
|
message: string;
|
|
2836
|
-
warning_code: "
|
|
2836
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2837
2837
|
created_at: string;
|
|
2838
2838
|
})[];
|
|
2839
2839
|
display_name: string;
|
|
@@ -2918,7 +2918,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2918
2918
|
created_at: string;
|
|
2919
2919
|
} | {
|
|
2920
2920
|
message: string;
|
|
2921
|
-
warning_code: "
|
|
2921
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2922
2922
|
created_at: string;
|
|
2923
2923
|
})[];
|
|
2924
2924
|
display_name: string;
|
|
@@ -2976,7 +2976,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2976
2976
|
created_at: string;
|
|
2977
2977
|
} | {
|
|
2978
2978
|
message: string;
|
|
2979
|
-
warning_code: "
|
|
2979
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2980
2980
|
created_at: string;
|
|
2981
2981
|
})[];
|
|
2982
2982
|
display_name: string;
|
|
@@ -3066,7 +3066,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3066
3066
|
created_at: string;
|
|
3067
3067
|
} | {
|
|
3068
3068
|
message: string;
|
|
3069
|
-
warning_code: "
|
|
3069
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3070
3070
|
created_at: string;
|
|
3071
3071
|
})[];
|
|
3072
3072
|
display_name: string;
|
|
@@ -3124,7 +3124,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3124
3124
|
created_at: string;
|
|
3125
3125
|
} | {
|
|
3126
3126
|
message: string;
|
|
3127
|
-
warning_code: "
|
|
3127
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3128
3128
|
created_at: string;
|
|
3129
3129
|
})[];
|
|
3130
3130
|
display_name: string;
|
|
@@ -3215,7 +3215,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3215
3215
|
created_at: string;
|
|
3216
3216
|
} | {
|
|
3217
3217
|
message: string;
|
|
3218
|
-
warning_code: "
|
|
3218
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3219
3219
|
created_at: string;
|
|
3220
3220
|
})[];
|
|
3221
3221
|
display_name: string;
|
|
@@ -3273,7 +3273,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3273
3273
|
created_at: string;
|
|
3274
3274
|
} | {
|
|
3275
3275
|
message: string;
|
|
3276
|
-
warning_code: "
|
|
3276
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3277
3277
|
created_at: string;
|
|
3278
3278
|
})[];
|
|
3279
3279
|
display_name: string;
|
|
@@ -3490,14 +3490,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3490
3490
|
created_at: z.ZodString;
|
|
3491
3491
|
message: z.ZodString;
|
|
3492
3492
|
}, {
|
|
3493
|
-
warning_code: z.ZodLiteral<"
|
|
3493
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
3494
3494
|
}>, "strip", z.ZodTypeAny, {
|
|
3495
3495
|
message: string;
|
|
3496
|
-
warning_code: "
|
|
3496
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3497
3497
|
created_at: string;
|
|
3498
3498
|
}, {
|
|
3499
3499
|
message: string;
|
|
3500
|
-
warning_code: "
|
|
3500
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3501
3501
|
created_at: string;
|
|
3502
3502
|
}>]>, "many">;
|
|
3503
3503
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3557,7 +3557,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3557
3557
|
created_at: string;
|
|
3558
3558
|
} | {
|
|
3559
3559
|
message: string;
|
|
3560
|
-
warning_code: "
|
|
3560
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3561
3561
|
created_at: string;
|
|
3562
3562
|
})[];
|
|
3563
3563
|
display_name: string;
|
|
@@ -3615,7 +3615,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3615
3615
|
created_at: string;
|
|
3616
3616
|
} | {
|
|
3617
3617
|
message: string;
|
|
3618
|
-
warning_code: "
|
|
3618
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3619
3619
|
created_at: string;
|
|
3620
3620
|
})[];
|
|
3621
3621
|
display_name: string;
|
|
@@ -3734,14 +3734,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3734
3734
|
created_at: z.ZodString;
|
|
3735
3735
|
message: z.ZodString;
|
|
3736
3736
|
}, {
|
|
3737
|
-
warning_code: z.ZodLiteral<"
|
|
3737
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
3738
3738
|
}>, "strip", z.ZodTypeAny, {
|
|
3739
3739
|
message: string;
|
|
3740
|
-
warning_code: "
|
|
3740
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3741
3741
|
created_at: string;
|
|
3742
3742
|
}, {
|
|
3743
3743
|
message: string;
|
|
3744
|
-
warning_code: "
|
|
3744
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3745
3745
|
created_at: string;
|
|
3746
3746
|
}>]>, "many">;
|
|
3747
3747
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3801,7 +3801,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3801
3801
|
created_at: string;
|
|
3802
3802
|
} | {
|
|
3803
3803
|
message: string;
|
|
3804
|
-
warning_code: "
|
|
3804
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3805
3805
|
created_at: string;
|
|
3806
3806
|
})[];
|
|
3807
3807
|
display_name: string;
|
|
@@ -3859,7 +3859,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3859
3859
|
created_at: string;
|
|
3860
3860
|
} | {
|
|
3861
3861
|
message: string;
|
|
3862
|
-
warning_code: "
|
|
3862
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3863
3863
|
created_at: string;
|
|
3864
3864
|
})[];
|
|
3865
3865
|
display_name: string;
|
|
@@ -3922,7 +3922,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3922
3922
|
created_at: string;
|
|
3923
3923
|
} | {
|
|
3924
3924
|
message: string;
|
|
3925
|
-
warning_code: "
|
|
3925
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3926
3926
|
created_at: string;
|
|
3927
3927
|
})[];
|
|
3928
3928
|
display_name: string;
|
|
@@ -3980,7 +3980,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3980
3980
|
created_at: string;
|
|
3981
3981
|
} | {
|
|
3982
3982
|
message: string;
|
|
3983
|
-
warning_code: "
|
|
3983
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
3984
3984
|
created_at: string;
|
|
3985
3985
|
})[];
|
|
3986
3986
|
display_name: string;
|
|
@@ -4044,7 +4044,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4044
4044
|
created_at: string;
|
|
4045
4045
|
} | {
|
|
4046
4046
|
message: string;
|
|
4047
|
-
warning_code: "
|
|
4047
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
4048
4048
|
created_at: string;
|
|
4049
4049
|
})[];
|
|
4050
4050
|
display_name: string;
|
|
@@ -4102,7 +4102,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4102
4102
|
created_at: string;
|
|
4103
4103
|
} | {
|
|
4104
4104
|
message: string;
|
|
4105
|
-
warning_code: "
|
|
4105
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
4106
4106
|
created_at: string;
|
|
4107
4107
|
})[];
|
|
4108
4108
|
display_name: string;
|
|
@@ -36319,7 +36319,7 @@ interface Routes {
|
|
|
36319
36319
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36320
36320
|
message: string;
|
|
36321
36321
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36322
|
-
warning_code: '
|
|
36322
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
36323
36323
|
}>;
|
|
36324
36324
|
/** 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). */
|
|
36325
36325
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36412,7 +36412,7 @@ interface Routes {
|
|
|
36412
36412
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36413
36413
|
message: string;
|
|
36414
36414
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36415
|
-
warning_code: '
|
|
36415
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
36416
36416
|
}>;
|
|
36417
36417
|
/** 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). */
|
|
36418
36418
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36542,7 +36542,7 @@ interface Routes {
|
|
|
36542
36542
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36543
36543
|
message: string;
|
|
36544
36544
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36545
|
-
warning_code: '
|
|
36545
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
36546
36546
|
}>;
|
|
36547
36547
|
/** 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). */
|
|
36548
36548
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -36635,7 +36635,7 @@ interface Routes {
|
|
|
36635
36635
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36636
36636
|
message: string;
|
|
36637
36637
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36638
|
-
warning_code: '
|
|
36638
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
36639
36639
|
}>;
|
|
36640
36640
|
/** 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). */
|
|
36641
36641
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -37274,7 +37274,7 @@ interface Routes {
|
|
|
37274
37274
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37275
37275
|
message: string;
|
|
37276
37276
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37277
|
-
warning_code: '
|
|
37277
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
37278
37278
|
}>;
|
|
37279
37279
|
/** 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). */
|
|
37280
37280
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -37367,7 +37367,7 @@ interface Routes {
|
|
|
37367
37367
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37368
37368
|
message: string;
|
|
37369
37369
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37370
|
-
warning_code: '
|
|
37370
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
37371
37371
|
}>;
|
|
37372
37372
|
/** 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). */
|
|
37373
37373
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -37497,7 +37497,7 @@ interface Routes {
|
|
|
37497
37497
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37498
37498
|
message: string;
|
|
37499
37499
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37500
|
-
warning_code: '
|
|
37500
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
37501
37501
|
}>;
|
|
37502
37502
|
/** 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). */
|
|
37503
37503
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -37590,7 +37590,7 @@ interface Routes {
|
|
|
37590
37590
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37591
37591
|
message: string;
|
|
37592
37592
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37593
|
-
warning_code: '
|
|
37593
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
37594
37594
|
}>;
|
|
37595
37595
|
/** 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). */
|
|
37596
37596
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38447,7 +38447,7 @@ interface Routes {
|
|
|
38447
38447
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38448
38448
|
message: string;
|
|
38449
38449
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38450
|
-
warning_code: '
|
|
38450
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
38451
38451
|
}>;
|
|
38452
38452
|
/** 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). */
|
|
38453
38453
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38540,7 +38540,7 @@ interface Routes {
|
|
|
38540
38540
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38541
38541
|
message: string;
|
|
38542
38542
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38543
|
-
warning_code: '
|
|
38543
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
38544
38544
|
}>;
|
|
38545
38545
|
/** 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). */
|
|
38546
38546
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38670,7 +38670,7 @@ interface Routes {
|
|
|
38670
38670
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38671
38671
|
message: string;
|
|
38672
38672
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38673
|
-
warning_code: '
|
|
38673
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
38674
38674
|
}>;
|
|
38675
38675
|
/** 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). */
|
|
38676
38676
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -38763,7 +38763,7 @@ interface Routes {
|
|
|
38763
38763
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38764
38764
|
message: string;
|
|
38765
38765
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38766
|
-
warning_code: '
|
|
38766
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
38767
38767
|
}>;
|
|
38768
38768
|
/** 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). */
|
|
38769
38769
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39389,7 +39389,7 @@ interface Routes {
|
|
|
39389
39389
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39390
39390
|
message: string;
|
|
39391
39391
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39392
|
-
warning_code: '
|
|
39392
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
39393
39393
|
}>;
|
|
39394
39394
|
/** 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). */
|
|
39395
39395
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39482,7 +39482,7 @@ interface Routes {
|
|
|
39482
39482
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39483
39483
|
message: string;
|
|
39484
39484
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39485
|
-
warning_code: '
|
|
39485
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
39486
39486
|
}>;
|
|
39487
39487
|
/** 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). */
|
|
39488
39488
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39612,7 +39612,7 @@ interface Routes {
|
|
|
39612
39612
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39613
39613
|
message: string;
|
|
39614
39614
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39615
|
-
warning_code: '
|
|
39615
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
39616
39616
|
}>;
|
|
39617
39617
|
/** 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). */
|
|
39618
39618
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -39705,7 +39705,7 @@ interface Routes {
|
|
|
39705
39705
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39706
39706
|
message: string;
|
|
39707
39707
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39708
|
-
warning_code: '
|
|
39708
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
39709
39709
|
}>;
|
|
39710
39710
|
/** 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). */
|
|
39711
39711
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40554,7 +40554,7 @@ interface Routes {
|
|
|
40554
40554
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40555
40555
|
message: string;
|
|
40556
40556
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40557
|
-
warning_code: '
|
|
40557
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
40558
40558
|
}>;
|
|
40559
40559
|
/** 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). */
|
|
40560
40560
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40697,7 +40697,7 @@ interface Routes {
|
|
|
40697
40697
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40698
40698
|
message: string;
|
|
40699
40699
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40700
|
-
warning_code: '
|
|
40700
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
40701
40701
|
}>;
|
|
40702
40702
|
/** 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
40703
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40814,7 +40814,7 @@ interface Routes {
|
|
|
40814
40814
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40815
40815
|
message: string;
|
|
40816
40816
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40817
|
-
warning_code: '
|
|
40817
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
40818
40818
|
}>;
|
|
40819
40819
|
/** 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). */
|
|
40820
40820
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -40935,7 +40935,7 @@ interface Routes {
|
|
|
40935
40935
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40936
40936
|
message: string;
|
|
40937
40937
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40938
|
-
warning_code: '
|
|
40938
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
40939
40939
|
}>;
|
|
40940
40940
|
/** 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). */
|
|
40941
40941
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41060,7 +41060,7 @@ interface Routes {
|
|
|
41060
41060
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41061
41061
|
message: string;
|
|
41062
41062
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41063
|
-
warning_code: '
|
|
41063
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41064
41064
|
}>;
|
|
41065
41065
|
/** 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). */
|
|
41066
41066
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41238,7 +41238,7 @@ interface Routes {
|
|
|
41238
41238
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41239
41239
|
message: string;
|
|
41240
41240
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41241
|
-
warning_code: '
|
|
41241
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41242
41242
|
}>;
|
|
41243
41243
|
/** 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). */
|
|
41244
41244
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41347,7 +41347,7 @@ interface Routes {
|
|
|
41347
41347
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41348
41348
|
message: string;
|
|
41349
41349
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41350
|
-
warning_code: '
|
|
41350
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41351
41351
|
}>;
|
|
41352
41352
|
/** 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). */
|
|
41353
41353
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41465,7 +41465,7 @@ interface Routes {
|
|
|
41465
41465
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41466
41466
|
message: string;
|
|
41467
41467
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41468
|
-
warning_code: '
|
|
41468
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41469
41469
|
}>;
|
|
41470
41470
|
/** 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). */
|
|
41471
41471
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41578,7 +41578,7 @@ interface Routes {
|
|
|
41578
41578
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41579
41579
|
message: string;
|
|
41580
41580
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41581
|
-
warning_code: '
|
|
41581
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41582
41582
|
}>;
|
|
41583
41583
|
/** 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). */
|
|
41584
41584
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41777,7 +41777,7 @@ interface Routes {
|
|
|
41777
41777
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41778
41778
|
message: string;
|
|
41779
41779
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41780
|
-
warning_code: '
|
|
41780
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41781
41781
|
}>;
|
|
41782
41782
|
/** 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). */
|
|
41783
41783
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -41870,7 +41870,7 @@ interface Routes {
|
|
|
41870
41870
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41871
41871
|
message: string;
|
|
41872
41872
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41873
|
-
warning_code: '
|
|
41873
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
41874
41874
|
}>;
|
|
41875
41875
|
/** 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). */
|
|
41876
41876
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42000,7 +42000,7 @@ interface Routes {
|
|
|
42000
42000
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42001
42001
|
message: string;
|
|
42002
42002
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42003
|
-
warning_code: '
|
|
42003
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
42004
42004
|
}>;
|
|
42005
42005
|
/** 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). */
|
|
42006
42006
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42093,7 +42093,7 @@ interface Routes {
|
|
|
42093
42093
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42094
42094
|
message: string;
|
|
42095
42095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42096
|
-
warning_code: '
|
|
42096
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
42097
42097
|
}>;
|
|
42098
42098
|
/** 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). */
|
|
42099
42099
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42622,7 +42622,7 @@ interface Routes {
|
|
|
42622
42622
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42623
42623
|
message: string;
|
|
42624
42624
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42625
|
-
warning_code: '
|
|
42625
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
42626
42626
|
}>;
|
|
42627
42627
|
/** 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). */
|
|
42628
42628
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42715,7 +42715,7 @@ interface Routes {
|
|
|
42715
42715
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42716
42716
|
message: string;
|
|
42717
42717
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42718
|
-
warning_code: '
|
|
42718
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
42719
42719
|
}>;
|
|
42720
42720
|
/** 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). */
|
|
42721
42721
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42845,7 +42845,7 @@ interface Routes {
|
|
|
42845
42845
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42846
42846
|
message: string;
|
|
42847
42847
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42848
|
-
warning_code: '
|
|
42848
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
42849
42849
|
}>;
|
|
42850
42850
|
/** 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). */
|
|
42851
42851
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -42938,7 +42938,7 @@ interface Routes {
|
|
|
42938
42938
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42939
42939
|
message: string;
|
|
42940
42940
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42941
|
-
warning_code: '
|
|
42941
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
42942
42942
|
}>;
|
|
42943
42943
|
/** 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). */
|
|
42944
42944
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -43546,7 +43546,7 @@ interface Routes {
|
|
|
43546
43546
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43547
43547
|
message: string;
|
|
43548
43548
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43549
|
-
warning_code: '
|
|
43549
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
43550
43550
|
}>;
|
|
43551
43551
|
/** 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). */
|
|
43552
43552
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -44840,7 +44840,7 @@ interface Routes {
|
|
|
44840
44840
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44841
44841
|
message: string;
|
|
44842
44842
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44843
|
-
warning_code: '
|
|
44843
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
44844
44844
|
}>;
|
|
44845
44845
|
/** 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). */
|
|
44846
44846
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -44933,7 +44933,7 @@ interface Routes {
|
|
|
44933
44933
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44934
44934
|
message: string;
|
|
44935
44935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44936
|
-
warning_code: '
|
|
44936
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
44937
44937
|
}>;
|
|
44938
44938
|
/** 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). */
|
|
44939
44939
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45063,7 +45063,7 @@ interface Routes {
|
|
|
45063
45063
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45064
45064
|
message: string;
|
|
45065
45065
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45066
|
-
warning_code: '
|
|
45066
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
45067
45067
|
}>;
|
|
45068
45068
|
/** 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
45069
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45156,7 +45156,7 @@ interface Routes {
|
|
|
45156
45156
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45157
45157
|
message: string;
|
|
45158
45158
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45159
|
-
warning_code: '
|
|
45159
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
45160
45160
|
}>;
|
|
45161
45161
|
/** 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). */
|
|
45162
45162
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45644,7 +45644,7 @@ interface Routes {
|
|
|
45644
45644
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45645
45645
|
message: string;
|
|
45646
45646
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45647
|
-
warning_code: '
|
|
45647
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
45648
45648
|
}>;
|
|
45649
45649
|
/** 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). */
|
|
45650
45650
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45737,7 +45737,7 @@ interface Routes {
|
|
|
45737
45737
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45738
45738
|
message: string;
|
|
45739
45739
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45740
|
-
warning_code: '
|
|
45740
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
45741
45741
|
}>;
|
|
45742
45742
|
/** 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). */
|
|
45743
45743
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45867,7 +45867,7 @@ interface Routes {
|
|
|
45867
45867
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45868
45868
|
message: string;
|
|
45869
45869
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45870
|
-
warning_code: '
|
|
45870
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
45871
45871
|
}>;
|
|
45872
45872
|
/** 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). */
|
|
45873
45873
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -45960,7 +45960,7 @@ interface Routes {
|
|
|
45960
45960
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45961
45961
|
message: string;
|
|
45962
45962
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45963
|
-
warning_code: '
|
|
45963
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
45964
45964
|
}>;
|
|
45965
45965
|
/** 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). */
|
|
45966
45966
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52716,7 +52716,7 @@ interface Routes {
|
|
|
52716
52716
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52717
52717
|
message: string;
|
|
52718
52718
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52719
|
-
warning_code: '
|
|
52719
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
52720
52720
|
}>;
|
|
52721
52721
|
/** 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). */
|
|
52722
52722
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52809,7 +52809,7 @@ interface Routes {
|
|
|
52809
52809
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52810
52810
|
message: string;
|
|
52811
52811
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52812
|
-
warning_code: '
|
|
52812
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
52813
52813
|
}>;
|
|
52814
52814
|
/** 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). */
|
|
52815
52815
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -52939,7 +52939,7 @@ interface Routes {
|
|
|
52939
52939
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52940
52940
|
message: string;
|
|
52941
52941
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52942
|
-
warning_code: '
|
|
52942
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
52943
52943
|
}>;
|
|
52944
52944
|
/** 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). */
|
|
52945
52945
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -53032,7 +53032,7 @@ interface Routes {
|
|
|
53032
53032
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53033
53033
|
message: string;
|
|
53034
53034
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53035
|
-
warning_code: '
|
|
53035
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
53036
53036
|
}>;
|
|
53037
53037
|
/** 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). */
|
|
53038
53038
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -53521,7 +53521,7 @@ interface Routes {
|
|
|
53521
53521
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53522
53522
|
message: string;
|
|
53523
53523
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53524
|
-
warning_code: '
|
|
53524
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
53525
53525
|
}>;
|
|
53526
53526
|
/** 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). */
|
|
53527
53527
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -53614,7 +53614,7 @@ interface Routes {
|
|
|
53614
53614
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53615
53615
|
message: string;
|
|
53616
53616
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53617
|
-
warning_code: '
|
|
53617
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
53618
53618
|
}>;
|
|
53619
53619
|
/** 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). */
|
|
53620
53620
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -53744,7 +53744,7 @@ interface Routes {
|
|
|
53744
53744
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53745
53745
|
message: string;
|
|
53746
53746
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53747
|
-
warning_code: '
|
|
53747
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
53748
53748
|
}>;
|
|
53749
53749
|
/** 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). */
|
|
53750
53750
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -53837,7 +53837,7 @@ interface Routes {
|
|
|
53837
53837
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53838
53838
|
message: string;
|
|
53839
53839
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53840
|
-
warning_code: '
|
|
53840
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
53841
53841
|
}>;
|
|
53842
53842
|
/** 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). */
|
|
53843
53843
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55436,7 +55436,7 @@ interface Routes {
|
|
|
55436
55436
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55437
55437
|
message: string;
|
|
55438
55438
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55439
|
-
warning_code: '
|
|
55439
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
55440
55440
|
}>;
|
|
55441
55441
|
/** 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). */
|
|
55442
55442
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55529,7 +55529,7 @@ interface Routes {
|
|
|
55529
55529
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55530
55530
|
message: string;
|
|
55531
55531
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55532
|
-
warning_code: '
|
|
55532
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
55533
55533
|
}>;
|
|
55534
55534
|
/** 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). */
|
|
55535
55535
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55659,7 +55659,7 @@ interface Routes {
|
|
|
55659
55659
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55660
55660
|
message: string;
|
|
55661
55661
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55662
|
-
warning_code: '
|
|
55662
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
55663
55663
|
}>;
|
|
55664
55664
|
/** 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). */
|
|
55665
55665
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -55752,7 +55752,7 @@ interface Routes {
|
|
|
55752
55752
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55753
55753
|
message: string;
|
|
55754
55754
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55755
|
-
warning_code: '
|
|
55755
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
55756
55756
|
}>;
|
|
55757
55757
|
/** 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). */
|
|
55758
55758
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56251,7 +56251,7 @@ interface Routes {
|
|
|
56251
56251
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56252
56252
|
message: string;
|
|
56253
56253
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56254
|
-
warning_code: '
|
|
56254
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
56255
56255
|
}>;
|
|
56256
56256
|
/** 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). */
|
|
56257
56257
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56344,7 +56344,7 @@ interface Routes {
|
|
|
56344
56344
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56345
56345
|
message: string;
|
|
56346
56346
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56347
|
-
warning_code: '
|
|
56347
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
56348
56348
|
}>;
|
|
56349
56349
|
/** 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). */
|
|
56350
56350
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56474,7 +56474,7 @@ interface Routes {
|
|
|
56474
56474
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56475
56475
|
message: string;
|
|
56476
56476
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56477
|
-
warning_code: '
|
|
56477
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
56478
56478
|
}>;
|
|
56479
56479
|
/** 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). */
|
|
56480
56480
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -56567,7 +56567,7 @@ interface Routes {
|
|
|
56567
56567
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56568
56568
|
message: string;
|
|
56569
56569
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56570
|
-
warning_code: '
|
|
56570
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
56571
56571
|
}>;
|
|
56572
56572
|
/** 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). */
|
|
56573
56573
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57105,7 +57105,7 @@ interface Routes {
|
|
|
57105
57105
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57106
57106
|
message: string;
|
|
57107
57107
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57108
|
-
warning_code: '
|
|
57108
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
57109
57109
|
}>;
|
|
57110
57110
|
/** 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). */
|
|
57111
57111
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57198,7 +57198,7 @@ interface Routes {
|
|
|
57198
57198
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57199
57199
|
message: string;
|
|
57200
57200
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57201
|
-
warning_code: '
|
|
57201
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
57202
57202
|
}>;
|
|
57203
57203
|
/** 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). */
|
|
57204
57204
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57328,7 +57328,7 @@ interface Routes {
|
|
|
57328
57328
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57329
57329
|
message: string;
|
|
57330
57330
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57331
|
-
warning_code: '
|
|
57331
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
57332
57332
|
}>;
|
|
57333
57333
|
/** 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). */
|
|
57334
57334
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -57421,7 +57421,7 @@ interface Routes {
|
|
|
57421
57421
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57422
57422
|
message: string;
|
|
57423
57423
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57424
|
-
warning_code: '
|
|
57424
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
57425
57425
|
}>;
|
|
57426
57426
|
/** 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). */
|
|
57427
57427
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58094,7 +58094,7 @@ interface Routes {
|
|
|
58094
58094
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58095
58095
|
message: string;
|
|
58096
58096
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58097
|
-
warning_code: '
|
|
58097
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
58098
58098
|
}>;
|
|
58099
58099
|
/** 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). */
|
|
58100
58100
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58187,7 +58187,7 @@ interface Routes {
|
|
|
58187
58187
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58188
58188
|
message: string;
|
|
58189
58189
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58190
|
-
warning_code: '
|
|
58190
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
58191
58191
|
}>;
|
|
58192
58192
|
/** 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). */
|
|
58193
58193
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58317,7 +58317,7 @@ interface Routes {
|
|
|
58317
58317
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58318
58318
|
message: string;
|
|
58319
58319
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58320
|
-
warning_code: '
|
|
58320
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
58321
58321
|
}>;
|
|
58322
58322
|
/** 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). */
|
|
58323
58323
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58410,7 +58410,7 @@ interface Routes {
|
|
|
58410
58410
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58411
58411
|
message: string;
|
|
58412
58412
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58413
|
-
warning_code: '
|
|
58413
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
58414
58414
|
}>;
|
|
58415
58415
|
/** 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). */
|
|
58416
58416
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58905,7 +58905,7 @@ interface Routes {
|
|
|
58905
58905
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58906
58906
|
message: string;
|
|
58907
58907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58908
|
-
warning_code: '
|
|
58908
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
58909
58909
|
}>;
|
|
58910
58910
|
/** 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). */
|
|
58911
58911
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -58998,7 +58998,7 @@ interface Routes {
|
|
|
58998
58998
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58999
58999
|
message: string;
|
|
59000
59000
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59001
|
-
warning_code: '
|
|
59001
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
59002
59002
|
}>;
|
|
59003
59003
|
/** 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). */
|
|
59004
59004
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -59128,7 +59128,7 @@ interface Routes {
|
|
|
59128
59128
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59129
59129
|
message: string;
|
|
59130
59130
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59131
|
-
warning_code: '
|
|
59131
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
59132
59132
|
}>;
|
|
59133
59133
|
/** 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). */
|
|
59134
59134
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -59221,7 +59221,7 @@ interface Routes {
|
|
|
59221
59221
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59222
59222
|
message: string;
|
|
59223
59223
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59224
|
-
warning_code: '
|
|
59224
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
59225
59225
|
}>;
|
|
59226
59226
|
/** 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). */
|
|
59227
59227
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60293,7 +60293,7 @@ interface Routes {
|
|
|
60293
60293
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60294
60294
|
message: string;
|
|
60295
60295
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60296
|
-
warning_code: '
|
|
60296
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
60297
60297
|
}>;
|
|
60298
60298
|
/** 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). */
|
|
60299
60299
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60386,7 +60386,7 @@ interface Routes {
|
|
|
60386
60386
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60387
60387
|
message: string;
|
|
60388
60388
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60389
|
-
warning_code: '
|
|
60389
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
60390
60390
|
}>;
|
|
60391
60391
|
/** 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
60392
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60516,7 +60516,7 @@ interface Routes {
|
|
|
60516
60516
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60517
60517
|
message: string;
|
|
60518
60518
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60519
|
-
warning_code: '
|
|
60519
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
60520
60520
|
}>;
|
|
60521
60521
|
/** 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). */
|
|
60522
60522
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -60609,7 +60609,7 @@ interface Routes {
|
|
|
60609
60609
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
60610
60610
|
message: string;
|
|
60611
60611
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
60612
|
-
warning_code: '
|
|
60612
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
60613
60613
|
}>;
|
|
60614
60614
|
/** 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). */
|
|
60615
60615
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -61108,7 +61108,7 @@ interface Routes {
|
|
|
61108
61108
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61109
61109
|
message: string;
|
|
61110
61110
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61111
|
-
warning_code: '
|
|
61111
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
61112
61112
|
}>;
|
|
61113
61113
|
/** 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). */
|
|
61114
61114
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -61201,7 +61201,7 @@ interface Routes {
|
|
|
61201
61201
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61202
61202
|
message: string;
|
|
61203
61203
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61204
|
-
warning_code: '
|
|
61204
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
61205
61205
|
}>;
|
|
61206
61206
|
/** 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). */
|
|
61207
61207
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -61331,7 +61331,7 @@ interface Routes {
|
|
|
61331
61331
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61332
61332
|
message: string;
|
|
61333
61333
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61334
|
-
warning_code: '
|
|
61334
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
61335
61335
|
}>;
|
|
61336
61336
|
/** 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). */
|
|
61337
61337
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -61424,7 +61424,7 @@ interface Routes {
|
|
|
61424
61424
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61425
61425
|
message: string;
|
|
61426
61426
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61427
|
-
warning_code: '
|
|
61427
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
61428
61428
|
}>;
|
|
61429
61429
|
/** 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). */
|
|
61430
61430
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -62986,7 +62986,7 @@ interface Routes {
|
|
|
62986
62986
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62987
62987
|
message: string;
|
|
62988
62988
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62989
|
-
warning_code: '
|
|
62989
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
62990
62990
|
}>;
|
|
62991
62991
|
/** 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). */
|
|
62992
62992
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63079,7 +63079,7 @@ interface Routes {
|
|
|
63079
63079
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63080
63080
|
message: string;
|
|
63081
63081
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63082
|
-
warning_code: '
|
|
63082
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
63083
63083
|
}>;
|
|
63084
63084
|
/** 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). */
|
|
63085
63085
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63209,7 +63209,7 @@ interface Routes {
|
|
|
63209
63209
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63210
63210
|
message: string;
|
|
63211
63211
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63212
|
-
warning_code: '
|
|
63212
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
63213
63213
|
}>;
|
|
63214
63214
|
/** 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). */
|
|
63215
63215
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63302,7 +63302,7 @@ interface Routes {
|
|
|
63302
63302
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63303
63303
|
message: string;
|
|
63304
63304
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63305
|
-
warning_code: '
|
|
63305
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
63306
63306
|
}>;
|
|
63307
63307
|
/** 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). */
|
|
63308
63308
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -63968,7 +63968,7 @@ interface Routes {
|
|
|
63968
63968
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63969
63969
|
message: string;
|
|
63970
63970
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63971
|
-
warning_code: '
|
|
63971
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
63972
63972
|
}>;
|
|
63973
63973
|
/** 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). */
|
|
63974
63974
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -64061,7 +64061,7 @@ interface Routes {
|
|
|
64061
64061
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64062
64062
|
message: string;
|
|
64063
64063
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64064
|
-
warning_code: '
|
|
64064
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
64065
64065
|
}>;
|
|
64066
64066
|
/** 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). */
|
|
64067
64067
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -64191,7 +64191,7 @@ interface Routes {
|
|
|
64191
64191
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64192
64192
|
message: string;
|
|
64193
64193
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64194
|
-
warning_code: '
|
|
64194
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
64195
64195
|
}>;
|
|
64196
64196
|
/** 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). */
|
|
64197
64197
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -64284,7 +64284,7 @@ interface Routes {
|
|
|
64284
64284
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64285
64285
|
message: string;
|
|
64286
64286
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64287
|
-
warning_code: '
|
|
64287
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
64288
64288
|
}>;
|
|
64289
64289
|
/** 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). */
|
|
64290
64290
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -64802,7 +64802,7 @@ interface Routes {
|
|
|
64802
64802
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64803
64803
|
message: string;
|
|
64804
64804
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64805
|
-
warning_code: '
|
|
64805
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
64806
64806
|
}>;
|
|
64807
64807
|
/** 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). */
|
|
64808
64808
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -64895,7 +64895,7 @@ interface Routes {
|
|
|
64895
64895
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64896
64896
|
message: string;
|
|
64897
64897
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64898
|
-
warning_code: '
|
|
64898
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
64899
64899
|
}>;
|
|
64900
64900
|
/** 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). */
|
|
64901
64901
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -65025,7 +65025,7 @@ interface Routes {
|
|
|
65025
65025
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65026
65026
|
message: string;
|
|
65027
65027
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65028
|
-
warning_code: '
|
|
65028
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
65029
65029
|
}>;
|
|
65030
65030
|
/** 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). */
|
|
65031
65031
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -65118,7 +65118,7 @@ interface Routes {
|
|
|
65118
65118
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65119
65119
|
message: string;
|
|
65120
65120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65121
|
-
warning_code: '
|
|
65121
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
65122
65122
|
}>;
|
|
65123
65123
|
/** 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). */
|
|
65124
65124
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -67352,7 +67352,7 @@ interface Routes {
|
|
|
67352
67352
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67353
67353
|
message: string;
|
|
67354
67354
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67355
|
-
warning_code: '
|
|
67355
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
67356
67356
|
}>;
|
|
67357
67357
|
/** 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). */
|
|
67358
67358
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -67445,7 +67445,7 @@ interface Routes {
|
|
|
67445
67445
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67446
67446
|
message: string;
|
|
67447
67447
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67448
|
-
warning_code: '
|
|
67448
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
67449
67449
|
}>;
|
|
67450
67450
|
/** 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). */
|
|
67451
67451
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -67575,7 +67575,7 @@ interface Routes {
|
|
|
67575
67575
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67576
67576
|
message: string;
|
|
67577
67577
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67578
|
-
warning_code: '
|
|
67578
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
67579
67579
|
}>;
|
|
67580
67580
|
/** 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). */
|
|
67581
67581
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -67668,7 +67668,7 @@ interface Routes {
|
|
|
67668
67668
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67669
67669
|
message: string;
|
|
67670
67670
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67671
|
-
warning_code: '
|
|
67671
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
67672
67672
|
}>;
|
|
67673
67673
|
/** 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). */
|
|
67674
67674
|
is_multi_phone_sync_credential?: boolean | undefined;
|