@seamapi/types 1.316.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 +183 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1021 -189
- 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/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.js +171 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +662 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +15 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +199 -0
- package/src/lib/seam/connect/route-types.ts +752 -0
|
@@ -207,6 +207,14 @@ export interface Routes {
|
|
|
207
207
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208
208
|
warning_code: 'being_deleted'
|
|
209
209
|
}
|
|
210
|
+
| {
|
|
211
|
+
/** Date and time at which Seam created the warning. */
|
|
212
|
+
created_at: string
|
|
213
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214
|
+
message: string
|
|
215
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
216
|
+
warning_code: 'unknown_issue_with_credential'
|
|
217
|
+
}
|
|
210
218
|
>
|
|
211
219
|
/** 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). */
|
|
212
220
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -313,6 +321,14 @@ export interface Routes {
|
|
|
313
321
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
314
322
|
warning_code: 'being_deleted'
|
|
315
323
|
}
|
|
324
|
+
| {
|
|
325
|
+
/** Date and time at which Seam created the warning. */
|
|
326
|
+
created_at: string
|
|
327
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
328
|
+
message: string
|
|
329
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
330
|
+
warning_code: 'unknown_issue_with_credential'
|
|
331
|
+
}
|
|
316
332
|
>
|
|
317
333
|
/** 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). */
|
|
318
334
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -466,6 +482,14 @@ export interface Routes {
|
|
|
466
482
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
467
483
|
warning_code: 'being_deleted'
|
|
468
484
|
}
|
|
485
|
+
| {
|
|
486
|
+
/** Date and time at which Seam created the warning. */
|
|
487
|
+
created_at: string
|
|
488
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
489
|
+
message: string
|
|
490
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
491
|
+
warning_code: 'unknown_issue_with_credential'
|
|
492
|
+
}
|
|
469
493
|
>
|
|
470
494
|
/** 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). */
|
|
471
495
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -572,6 +596,14 @@ export interface Routes {
|
|
|
572
596
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
573
597
|
warning_code: 'being_deleted'
|
|
574
598
|
}
|
|
599
|
+
| {
|
|
600
|
+
/** Date and time at which Seam created the warning. */
|
|
601
|
+
created_at: string
|
|
602
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
603
|
+
message: string
|
|
604
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
605
|
+
warning_code: 'unknown_issue_with_credential'
|
|
606
|
+
}
|
|
575
607
|
>
|
|
576
608
|
/** 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). */
|
|
577
609
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1281,6 +1313,14 @@ export interface Routes {
|
|
|
1281
1313
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1282
1314
|
warning_code: 'being_deleted'
|
|
1283
1315
|
}
|
|
1316
|
+
| {
|
|
1317
|
+
/** Date and time at which Seam created the warning. */
|
|
1318
|
+
created_at: string
|
|
1319
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1320
|
+
message: string
|
|
1321
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1322
|
+
warning_code: 'unknown_issue_with_credential'
|
|
1323
|
+
}
|
|
1284
1324
|
>
|
|
1285
1325
|
/** 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). */
|
|
1286
1326
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1387,6 +1427,14 @@ export interface Routes {
|
|
|
1387
1427
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1388
1428
|
warning_code: 'being_deleted'
|
|
1389
1429
|
}
|
|
1430
|
+
| {
|
|
1431
|
+
/** Date and time at which Seam created the warning. */
|
|
1432
|
+
created_at: string
|
|
1433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1434
|
+
message: string
|
|
1435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1436
|
+
warning_code: 'unknown_issue_with_credential'
|
|
1437
|
+
}
|
|
1390
1438
|
>
|
|
1391
1439
|
/** 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). */
|
|
1392
1440
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1540,6 +1588,14 @@ export interface Routes {
|
|
|
1540
1588
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1541
1589
|
warning_code: 'being_deleted'
|
|
1542
1590
|
}
|
|
1591
|
+
| {
|
|
1592
|
+
/** Date and time at which Seam created the warning. */
|
|
1593
|
+
created_at: string
|
|
1594
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1595
|
+
message: string
|
|
1596
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1597
|
+
warning_code: 'unknown_issue_with_credential'
|
|
1598
|
+
}
|
|
1543
1599
|
>
|
|
1544
1600
|
/** 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). */
|
|
1545
1601
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1646,6 +1702,14 @@ export interface Routes {
|
|
|
1646
1702
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1647
1703
|
warning_code: 'being_deleted'
|
|
1648
1704
|
}
|
|
1705
|
+
| {
|
|
1706
|
+
/** Date and time at which Seam created the warning. */
|
|
1707
|
+
created_at: string
|
|
1708
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1709
|
+
message: string
|
|
1710
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1711
|
+
warning_code: 'unknown_issue_with_credential'
|
|
1712
|
+
}
|
|
1649
1713
|
>
|
|
1650
1714
|
/** 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). */
|
|
1651
1715
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -2585,6 +2649,14 @@ export interface Routes {
|
|
|
2585
2649
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2586
2650
|
warning_code: 'being_deleted'
|
|
2587
2651
|
}
|
|
2652
|
+
| {
|
|
2653
|
+
/** Date and time at which Seam created the warning. */
|
|
2654
|
+
created_at: string
|
|
2655
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2656
|
+
message: string
|
|
2657
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2658
|
+
warning_code: 'unknown_issue_with_credential'
|
|
2659
|
+
}
|
|
2588
2660
|
>
|
|
2589
2661
|
/** 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). */
|
|
2590
2662
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -2691,6 +2763,14 @@ export interface Routes {
|
|
|
2691
2763
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2692
2764
|
warning_code: 'being_deleted'
|
|
2693
2765
|
}
|
|
2766
|
+
| {
|
|
2767
|
+
/** Date and time at which Seam created the warning. */
|
|
2768
|
+
created_at: string
|
|
2769
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2770
|
+
message: string
|
|
2771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2772
|
+
warning_code: 'unknown_issue_with_credential'
|
|
2773
|
+
}
|
|
2694
2774
|
>
|
|
2695
2775
|
/** 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). */
|
|
2696
2776
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -2844,6 +2924,14 @@ export interface Routes {
|
|
|
2844
2924
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2845
2925
|
warning_code: 'being_deleted'
|
|
2846
2926
|
}
|
|
2927
|
+
| {
|
|
2928
|
+
/** Date and time at which Seam created the warning. */
|
|
2929
|
+
created_at: string
|
|
2930
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2931
|
+
message: string
|
|
2932
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2933
|
+
warning_code: 'unknown_issue_with_credential'
|
|
2934
|
+
}
|
|
2847
2935
|
>
|
|
2848
2936
|
/** 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). */
|
|
2849
2937
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -2950,6 +3038,14 @@ export interface Routes {
|
|
|
2950
3038
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2951
3039
|
warning_code: 'being_deleted'
|
|
2952
3040
|
}
|
|
3041
|
+
| {
|
|
3042
|
+
/** Date and time at which Seam created the warning. */
|
|
3043
|
+
created_at: string
|
|
3044
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3045
|
+
message: string
|
|
3046
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3047
|
+
warning_code: 'unknown_issue_with_credential'
|
|
3048
|
+
}
|
|
2953
3049
|
>
|
|
2954
3050
|
/** 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). */
|
|
2955
3051
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3646,6 +3742,14 @@ export interface Routes {
|
|
|
3646
3742
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3647
3743
|
warning_code: 'being_deleted'
|
|
3648
3744
|
}
|
|
3745
|
+
| {
|
|
3746
|
+
/** Date and time at which Seam created the warning. */
|
|
3747
|
+
created_at: string
|
|
3748
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3749
|
+
message: string
|
|
3750
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3751
|
+
warning_code: 'unknown_issue_with_credential'
|
|
3752
|
+
}
|
|
3649
3753
|
>
|
|
3650
3754
|
/** 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). */
|
|
3651
3755
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3752,6 +3856,14 @@ export interface Routes {
|
|
|
3752
3856
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3753
3857
|
warning_code: 'being_deleted'
|
|
3754
3858
|
}
|
|
3859
|
+
| {
|
|
3860
|
+
/** Date and time at which Seam created the warning. */
|
|
3861
|
+
created_at: string
|
|
3862
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3863
|
+
message: string
|
|
3864
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3865
|
+
warning_code: 'unknown_issue_with_credential'
|
|
3866
|
+
}
|
|
3755
3867
|
>
|
|
3756
3868
|
/** 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). */
|
|
3757
3869
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3905,6 +4017,14 @@ export interface Routes {
|
|
|
3905
4017
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3906
4018
|
warning_code: 'being_deleted'
|
|
3907
4019
|
}
|
|
4020
|
+
| {
|
|
4021
|
+
/** Date and time at which Seam created the warning. */
|
|
4022
|
+
created_at: string
|
|
4023
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4024
|
+
message: string
|
|
4025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4026
|
+
warning_code: 'unknown_issue_with_credential'
|
|
4027
|
+
}
|
|
3908
4028
|
>
|
|
3909
4029
|
/** 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). */
|
|
3910
4030
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4011,6 +4131,14 @@ export interface Routes {
|
|
|
4011
4131
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4012
4132
|
warning_code: 'being_deleted'
|
|
4013
4133
|
}
|
|
4134
|
+
| {
|
|
4135
|
+
/** Date and time at which Seam created the warning. */
|
|
4136
|
+
created_at: string
|
|
4137
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4138
|
+
message: string
|
|
4139
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4140
|
+
warning_code: 'unknown_issue_with_credential'
|
|
4141
|
+
}
|
|
4014
4142
|
>
|
|
4015
4143
|
/** 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). */
|
|
4016
4144
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4958,6 +5086,14 @@ export interface Routes {
|
|
|
4958
5086
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4959
5087
|
warning_code: 'being_deleted'
|
|
4960
5088
|
}
|
|
5089
|
+
| {
|
|
5090
|
+
/** Date and time at which Seam created the warning. */
|
|
5091
|
+
created_at: string
|
|
5092
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5093
|
+
message: string
|
|
5094
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5095
|
+
warning_code: 'unknown_issue_with_credential'
|
|
5096
|
+
}
|
|
4961
5097
|
>
|
|
4962
5098
|
/** 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). */
|
|
4963
5099
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5115,6 +5251,14 @@ export interface Routes {
|
|
|
5115
5251
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5116
5252
|
warning_code: 'being_deleted'
|
|
5117
5253
|
}
|
|
5254
|
+
| {
|
|
5255
|
+
/** Date and time at which Seam created the warning. */
|
|
5256
|
+
created_at: string
|
|
5257
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5258
|
+
message: string
|
|
5259
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5260
|
+
warning_code: 'unknown_issue_with_credential'
|
|
5261
|
+
}
|
|
5118
5262
|
>
|
|
5119
5263
|
/** 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). */
|
|
5120
5264
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5240,6 +5384,14 @@ export interface Routes {
|
|
|
5240
5384
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5241
5385
|
warning_code: 'being_deleted'
|
|
5242
5386
|
}
|
|
5387
|
+
| {
|
|
5388
|
+
/** Date and time at which Seam created the warning. */
|
|
5389
|
+
created_at: string
|
|
5390
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5391
|
+
message: string
|
|
5392
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5393
|
+
warning_code: 'unknown_issue_with_credential'
|
|
5394
|
+
}
|
|
5243
5395
|
>
|
|
5244
5396
|
/** 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). */
|
|
5245
5397
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5369,6 +5521,14 @@ export interface Routes {
|
|
|
5369
5521
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5370
5522
|
warning_code: 'being_deleted'
|
|
5371
5523
|
}
|
|
5524
|
+
| {
|
|
5525
|
+
/** Date and time at which Seam created the warning. */
|
|
5526
|
+
created_at: string
|
|
5527
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5528
|
+
message: string
|
|
5529
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5530
|
+
warning_code: 'unknown_issue_with_credential'
|
|
5531
|
+
}
|
|
5372
5532
|
>
|
|
5373
5533
|
/** 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). */
|
|
5374
5534
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5507,6 +5667,14 @@ export interface Routes {
|
|
|
5507
5667
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5508
5668
|
warning_code: 'being_deleted'
|
|
5509
5669
|
}
|
|
5670
|
+
| {
|
|
5671
|
+
/** Date and time at which Seam created the warning. */
|
|
5672
|
+
created_at: string
|
|
5673
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5674
|
+
message: string
|
|
5675
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5676
|
+
warning_code: 'unknown_issue_with_credential'
|
|
5677
|
+
}
|
|
5510
5678
|
>
|
|
5511
5679
|
/** 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). */
|
|
5512
5680
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5717,6 +5885,14 @@ export interface Routes {
|
|
|
5717
5885
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5718
5886
|
warning_code: 'being_deleted'
|
|
5719
5887
|
}
|
|
5888
|
+
| {
|
|
5889
|
+
/** Date and time at which Seam created the warning. */
|
|
5890
|
+
created_at: string
|
|
5891
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5892
|
+
message: string
|
|
5893
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5894
|
+
warning_code: 'unknown_issue_with_credential'
|
|
5895
|
+
}
|
|
5720
5896
|
>
|
|
5721
5897
|
/** 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). */
|
|
5722
5898
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5834,6 +6010,14 @@ export interface Routes {
|
|
|
5834
6010
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5835
6011
|
warning_code: 'being_deleted'
|
|
5836
6012
|
}
|
|
6013
|
+
| {
|
|
6014
|
+
/** Date and time at which Seam created the warning. */
|
|
6015
|
+
created_at: string
|
|
6016
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6017
|
+
message: string
|
|
6018
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6019
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6020
|
+
}
|
|
5837
6021
|
>
|
|
5838
6022
|
/** 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). */
|
|
5839
6023
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5964,6 +6148,14 @@ export interface Routes {
|
|
|
5964
6148
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5965
6149
|
warning_code: 'being_deleted'
|
|
5966
6150
|
}
|
|
6151
|
+
| {
|
|
6152
|
+
/** Date and time at which Seam created the warning. */
|
|
6153
|
+
created_at: string
|
|
6154
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6155
|
+
message: string
|
|
6156
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6157
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6158
|
+
}
|
|
5967
6159
|
>
|
|
5968
6160
|
/** 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). */
|
|
5969
6161
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6085,6 +6277,14 @@ export interface Routes {
|
|
|
6085
6277
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6086
6278
|
warning_code: 'being_deleted'
|
|
6087
6279
|
}
|
|
6280
|
+
| {
|
|
6281
|
+
/** Date and time at which Seam created the warning. */
|
|
6282
|
+
created_at: string
|
|
6283
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6284
|
+
message: string
|
|
6285
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6286
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6287
|
+
}
|
|
6088
6288
|
>
|
|
6089
6289
|
/** 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). */
|
|
6090
6290
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6304,6 +6504,14 @@ export interface Routes {
|
|
|
6304
6504
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6305
6505
|
warning_code: 'being_deleted'
|
|
6306
6506
|
}
|
|
6507
|
+
| {
|
|
6508
|
+
/** Date and time at which Seam created the warning. */
|
|
6509
|
+
created_at: string
|
|
6510
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6511
|
+
message: string
|
|
6512
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6513
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6514
|
+
}
|
|
6307
6515
|
>
|
|
6308
6516
|
/** 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). */
|
|
6309
6517
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6410,6 +6618,14 @@ export interface Routes {
|
|
|
6410
6618
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6411
6619
|
warning_code: 'being_deleted'
|
|
6412
6620
|
}
|
|
6621
|
+
| {
|
|
6622
|
+
/** Date and time at which Seam created the warning. */
|
|
6623
|
+
created_at: string
|
|
6624
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6625
|
+
message: string
|
|
6626
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6627
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6628
|
+
}
|
|
6413
6629
|
>
|
|
6414
6630
|
/** 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). */
|
|
6415
6631
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6563,6 +6779,14 @@ export interface Routes {
|
|
|
6563
6779
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6564
6780
|
warning_code: 'being_deleted'
|
|
6565
6781
|
}
|
|
6782
|
+
| {
|
|
6783
|
+
/** Date and time at which Seam created the warning. */
|
|
6784
|
+
created_at: string
|
|
6785
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6786
|
+
message: string
|
|
6787
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6788
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6789
|
+
}
|
|
6566
6790
|
>
|
|
6567
6791
|
/** 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). */
|
|
6568
6792
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6669,6 +6893,14 @@ export interface Routes {
|
|
|
6669
6893
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6670
6894
|
warning_code: 'being_deleted'
|
|
6671
6895
|
}
|
|
6896
|
+
| {
|
|
6897
|
+
/** Date and time at which Seam created the warning. */
|
|
6898
|
+
created_at: string
|
|
6899
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6900
|
+
message: string
|
|
6901
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6902
|
+
warning_code: 'unknown_issue_with_credential'
|
|
6903
|
+
}
|
|
6672
6904
|
>
|
|
6673
6905
|
/** 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). */
|
|
6674
6906
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7265,6 +7497,14 @@ export interface Routes {
|
|
|
7265
7497
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7266
7498
|
warning_code: 'being_deleted'
|
|
7267
7499
|
}
|
|
7500
|
+
| {
|
|
7501
|
+
/** Date and time at which Seam created the warning. */
|
|
7502
|
+
created_at: string
|
|
7503
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7504
|
+
message: string
|
|
7505
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7506
|
+
warning_code: 'unknown_issue_with_credential'
|
|
7507
|
+
}
|
|
7268
7508
|
>
|
|
7269
7509
|
/** 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). */
|
|
7270
7510
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7371,6 +7611,14 @@ export interface Routes {
|
|
|
7371
7611
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7372
7612
|
warning_code: 'being_deleted'
|
|
7373
7613
|
}
|
|
7614
|
+
| {
|
|
7615
|
+
/** Date and time at which Seam created the warning. */
|
|
7616
|
+
created_at: string
|
|
7617
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7618
|
+
message: string
|
|
7619
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7620
|
+
warning_code: 'unknown_issue_with_credential'
|
|
7621
|
+
}
|
|
7374
7622
|
>
|
|
7375
7623
|
/** 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). */
|
|
7376
7624
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7524,6 +7772,14 @@ export interface Routes {
|
|
|
7524
7772
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7525
7773
|
warning_code: 'being_deleted'
|
|
7526
7774
|
}
|
|
7775
|
+
| {
|
|
7776
|
+
/** Date and time at which Seam created the warning. */
|
|
7777
|
+
created_at: string
|
|
7778
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7779
|
+
message: string
|
|
7780
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7781
|
+
warning_code: 'unknown_issue_with_credential'
|
|
7782
|
+
}
|
|
7527
7783
|
>
|
|
7528
7784
|
/** 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). */
|
|
7529
7785
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7630,6 +7886,14 @@ export interface Routes {
|
|
|
7630
7886
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7631
7887
|
warning_code: 'being_deleted'
|
|
7632
7888
|
}
|
|
7889
|
+
| {
|
|
7890
|
+
/** Date and time at which Seam created the warning. */
|
|
7891
|
+
created_at: string
|
|
7892
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7893
|
+
message: string
|
|
7894
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7895
|
+
warning_code: 'unknown_issue_with_credential'
|
|
7896
|
+
}
|
|
7633
7897
|
>
|
|
7634
7898
|
/** 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). */
|
|
7635
7899
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8345,6 +8609,14 @@ export interface Routes {
|
|
|
8345
8609
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8346
8610
|
warning_code: 'being_deleted'
|
|
8347
8611
|
}
|
|
8612
|
+
| {
|
|
8613
|
+
/** Date and time at which Seam created the warning. */
|
|
8614
|
+
created_at: string
|
|
8615
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8616
|
+
message: string
|
|
8617
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8618
|
+
warning_code: 'unknown_issue_with_credential'
|
|
8619
|
+
}
|
|
8348
8620
|
>
|
|
8349
8621
|
/** 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). */
|
|
8350
8622
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -9922,6 +10194,14 @@ export interface Routes {
|
|
|
9922
10194
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9923
10195
|
warning_code: 'being_deleted'
|
|
9924
10196
|
}
|
|
10197
|
+
| {
|
|
10198
|
+
/** Date and time at which Seam created the warning. */
|
|
10199
|
+
created_at: string
|
|
10200
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10201
|
+
message: string
|
|
10202
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10203
|
+
warning_code: 'unknown_issue_with_credential'
|
|
10204
|
+
}
|
|
9925
10205
|
>
|
|
9926
10206
|
/** 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). */
|
|
9927
10207
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -10028,6 +10308,14 @@ export interface Routes {
|
|
|
10028
10308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10029
10309
|
warning_code: 'being_deleted'
|
|
10030
10310
|
}
|
|
10311
|
+
| {
|
|
10312
|
+
/** Date and time at which Seam created the warning. */
|
|
10313
|
+
created_at: string
|
|
10314
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10315
|
+
message: string
|
|
10316
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10317
|
+
warning_code: 'unknown_issue_with_credential'
|
|
10318
|
+
}
|
|
10031
10319
|
>
|
|
10032
10320
|
/** 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). */
|
|
10033
10321
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -10181,6 +10469,14 @@ export interface Routes {
|
|
|
10181
10469
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10182
10470
|
warning_code: 'being_deleted'
|
|
10183
10471
|
}
|
|
10472
|
+
| {
|
|
10473
|
+
/** Date and time at which Seam created the warning. */
|
|
10474
|
+
created_at: string
|
|
10475
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10476
|
+
message: string
|
|
10477
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10478
|
+
warning_code: 'unknown_issue_with_credential'
|
|
10479
|
+
}
|
|
10184
10480
|
>
|
|
10185
10481
|
/** 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). */
|
|
10186
10482
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -10287,6 +10583,14 @@ export interface Routes {
|
|
|
10287
10583
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10288
10584
|
warning_code: 'being_deleted'
|
|
10289
10585
|
}
|
|
10586
|
+
| {
|
|
10587
|
+
/** Date and time at which Seam created the warning. */
|
|
10588
|
+
created_at: string
|
|
10589
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10590
|
+
message: string
|
|
10591
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10592
|
+
warning_code: 'unknown_issue_with_credential'
|
|
10593
|
+
}
|
|
10290
10594
|
>
|
|
10291
10595
|
/** 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). */
|
|
10292
10596
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -10837,6 +11141,14 @@ export interface Routes {
|
|
|
10837
11141
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10838
11142
|
warning_code: 'being_deleted'
|
|
10839
11143
|
}
|
|
11144
|
+
| {
|
|
11145
|
+
/** Date and time at which Seam created the warning. */
|
|
11146
|
+
created_at: string
|
|
11147
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11148
|
+
message: string
|
|
11149
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11150
|
+
warning_code: 'unknown_issue_with_credential'
|
|
11151
|
+
}
|
|
10840
11152
|
>
|
|
10841
11153
|
/** 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). */
|
|
10842
11154
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -10943,6 +11255,14 @@ export interface Routes {
|
|
|
10943
11255
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10944
11256
|
warning_code: 'being_deleted'
|
|
10945
11257
|
}
|
|
11258
|
+
| {
|
|
11259
|
+
/** Date and time at which Seam created the warning. */
|
|
11260
|
+
created_at: string
|
|
11261
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11262
|
+
message: string
|
|
11263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11264
|
+
warning_code: 'unknown_issue_with_credential'
|
|
11265
|
+
}
|
|
10946
11266
|
>
|
|
10947
11267
|
/** 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). */
|
|
10948
11268
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11096,6 +11416,14 @@ export interface Routes {
|
|
|
11096
11416
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11097
11417
|
warning_code: 'being_deleted'
|
|
11098
11418
|
}
|
|
11419
|
+
| {
|
|
11420
|
+
/** Date and time at which Seam created the warning. */
|
|
11421
|
+
created_at: string
|
|
11422
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11423
|
+
message: string
|
|
11424
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11425
|
+
warning_code: 'unknown_issue_with_credential'
|
|
11426
|
+
}
|
|
11099
11427
|
>
|
|
11100
11428
|
/** 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). */
|
|
11101
11429
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11202,6 +11530,14 @@ export interface Routes {
|
|
|
11202
11530
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11203
11531
|
warning_code: 'being_deleted'
|
|
11204
11532
|
}
|
|
11533
|
+
| {
|
|
11534
|
+
/** Date and time at which Seam created the warning. */
|
|
11535
|
+
created_at: string
|
|
11536
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11537
|
+
message: string
|
|
11538
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11539
|
+
warning_code: 'unknown_issue_with_credential'
|
|
11540
|
+
}
|
|
11205
11541
|
>
|
|
11206
11542
|
/** 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). */
|
|
11207
11543
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20119,6 +20455,14 @@ export interface Routes {
|
|
|
20119
20455
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20120
20456
|
warning_code: 'being_deleted'
|
|
20121
20457
|
}
|
|
20458
|
+
| {
|
|
20459
|
+
/** Date and time at which Seam created the warning. */
|
|
20460
|
+
created_at: string
|
|
20461
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20462
|
+
message: string
|
|
20463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20464
|
+
warning_code: 'unknown_issue_with_credential'
|
|
20465
|
+
}
|
|
20122
20466
|
>
|
|
20123
20467
|
/** 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). */
|
|
20124
20468
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20225,6 +20569,14 @@ export interface Routes {
|
|
|
20225
20569
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20226
20570
|
warning_code: 'being_deleted'
|
|
20227
20571
|
}
|
|
20572
|
+
| {
|
|
20573
|
+
/** Date and time at which Seam created the warning. */
|
|
20574
|
+
created_at: string
|
|
20575
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20576
|
+
message: string
|
|
20577
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20578
|
+
warning_code: 'unknown_issue_with_credential'
|
|
20579
|
+
}
|
|
20228
20580
|
>
|
|
20229
20581
|
/** 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). */
|
|
20230
20582
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20378,6 +20730,14 @@ export interface Routes {
|
|
|
20378
20730
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20379
20731
|
warning_code: 'being_deleted'
|
|
20380
20732
|
}
|
|
20733
|
+
| {
|
|
20734
|
+
/** Date and time at which Seam created the warning. */
|
|
20735
|
+
created_at: string
|
|
20736
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20737
|
+
message: string
|
|
20738
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20739
|
+
warning_code: 'unknown_issue_with_credential'
|
|
20740
|
+
}
|
|
20381
20741
|
>
|
|
20382
20742
|
/** 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). */
|
|
20383
20743
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20484,6 +20844,14 @@ export interface Routes {
|
|
|
20484
20844
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20485
20845
|
warning_code: 'being_deleted'
|
|
20486
20846
|
}
|
|
20847
|
+
| {
|
|
20848
|
+
/** Date and time at which Seam created the warning. */
|
|
20849
|
+
created_at: string
|
|
20850
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20851
|
+
message: string
|
|
20852
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20853
|
+
warning_code: 'unknown_issue_with_credential'
|
|
20854
|
+
}
|
|
20487
20855
|
>
|
|
20488
20856
|
/** 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). */
|
|
20489
20857
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -21035,6 +21403,14 @@ export interface Routes {
|
|
|
21035
21403
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21036
21404
|
warning_code: 'being_deleted'
|
|
21037
21405
|
}
|
|
21406
|
+
| {
|
|
21407
|
+
/** Date and time at which Seam created the warning. */
|
|
21408
|
+
created_at: string
|
|
21409
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21410
|
+
message: string
|
|
21411
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21412
|
+
warning_code: 'unknown_issue_with_credential'
|
|
21413
|
+
}
|
|
21038
21414
|
>
|
|
21039
21415
|
/** 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). */
|
|
21040
21416
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -21141,6 +21517,14 @@ export interface Routes {
|
|
|
21141
21517
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21142
21518
|
warning_code: 'being_deleted'
|
|
21143
21519
|
}
|
|
21520
|
+
| {
|
|
21521
|
+
/** Date and time at which Seam created the warning. */
|
|
21522
|
+
created_at: string
|
|
21523
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21524
|
+
message: string
|
|
21525
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21526
|
+
warning_code: 'unknown_issue_with_credential'
|
|
21527
|
+
}
|
|
21144
21528
|
>
|
|
21145
21529
|
/** 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). */
|
|
21146
21530
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -21294,6 +21678,14 @@ export interface Routes {
|
|
|
21294
21678
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21295
21679
|
warning_code: 'being_deleted'
|
|
21296
21680
|
}
|
|
21681
|
+
| {
|
|
21682
|
+
/** Date and time at which Seam created the warning. */
|
|
21683
|
+
created_at: string
|
|
21684
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21685
|
+
message: string
|
|
21686
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21687
|
+
warning_code: 'unknown_issue_with_credential'
|
|
21688
|
+
}
|
|
21297
21689
|
>
|
|
21298
21690
|
/** 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). */
|
|
21299
21691
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -21400,6 +21792,14 @@ export interface Routes {
|
|
|
21400
21792
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21401
21793
|
warning_code: 'being_deleted'
|
|
21402
21794
|
}
|
|
21795
|
+
| {
|
|
21796
|
+
/** Date and time at which Seam created the warning. */
|
|
21797
|
+
created_at: string
|
|
21798
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21799
|
+
message: string
|
|
21800
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21801
|
+
warning_code: 'unknown_issue_with_credential'
|
|
21802
|
+
}
|
|
21403
21803
|
>
|
|
21404
21804
|
/** 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). */
|
|
21405
21805
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23578,6 +23978,14 @@ export interface Routes {
|
|
|
23578
23978
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23579
23979
|
warning_code: 'being_deleted'
|
|
23580
23980
|
}
|
|
23981
|
+
| {
|
|
23982
|
+
/** Date and time at which Seam created the warning. */
|
|
23983
|
+
created_at: string
|
|
23984
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23985
|
+
message: string
|
|
23986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23987
|
+
warning_code: 'unknown_issue_with_credential'
|
|
23988
|
+
}
|
|
23581
23989
|
>
|
|
23582
23990
|
/** 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). */
|
|
23583
23991
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23684,6 +24092,14 @@ export interface Routes {
|
|
|
23684
24092
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23685
24093
|
warning_code: 'being_deleted'
|
|
23686
24094
|
}
|
|
24095
|
+
| {
|
|
24096
|
+
/** Date and time at which Seam created the warning. */
|
|
24097
|
+
created_at: string
|
|
24098
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24099
|
+
message: string
|
|
24100
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24101
|
+
warning_code: 'unknown_issue_with_credential'
|
|
24102
|
+
}
|
|
23687
24103
|
>
|
|
23688
24104
|
/** 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). */
|
|
23689
24105
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23837,6 +24253,14 @@ export interface Routes {
|
|
|
23837
24253
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23838
24254
|
warning_code: 'being_deleted'
|
|
23839
24255
|
}
|
|
24256
|
+
| {
|
|
24257
|
+
/** Date and time at which Seam created the warning. */
|
|
24258
|
+
created_at: string
|
|
24259
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24260
|
+
message: string
|
|
24261
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24262
|
+
warning_code: 'unknown_issue_with_credential'
|
|
24263
|
+
}
|
|
23840
24264
|
>
|
|
23841
24265
|
/** 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). */
|
|
23842
24266
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23943,6 +24367,14 @@ export interface Routes {
|
|
|
23943
24367
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23944
24368
|
warning_code: 'being_deleted'
|
|
23945
24369
|
}
|
|
24370
|
+
| {
|
|
24371
|
+
/** Date and time at which Seam created the warning. */
|
|
24372
|
+
created_at: string
|
|
24373
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24374
|
+
message: string
|
|
24375
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24376
|
+
warning_code: 'unknown_issue_with_credential'
|
|
24377
|
+
}
|
|
23946
24378
|
>
|
|
23947
24379
|
/** 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). */
|
|
23948
24380
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -24504,6 +24936,14 @@ export interface Routes {
|
|
|
24504
24936
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24505
24937
|
warning_code: 'being_deleted'
|
|
24506
24938
|
}
|
|
24939
|
+
| {
|
|
24940
|
+
/** Date and time at which Seam created the warning. */
|
|
24941
|
+
created_at: string
|
|
24942
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24943
|
+
message: string
|
|
24944
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24945
|
+
warning_code: 'unknown_issue_with_credential'
|
|
24946
|
+
}
|
|
24507
24947
|
>
|
|
24508
24948
|
/** 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). */
|
|
24509
24949
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -24610,6 +25050,14 @@ export interface Routes {
|
|
|
24610
25050
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24611
25051
|
warning_code: 'being_deleted'
|
|
24612
25052
|
}
|
|
25053
|
+
| {
|
|
25054
|
+
/** Date and time at which Seam created the warning. */
|
|
25055
|
+
created_at: string
|
|
25056
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25057
|
+
message: string
|
|
25058
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25059
|
+
warning_code: 'unknown_issue_with_credential'
|
|
25060
|
+
}
|
|
24613
25061
|
>
|
|
24614
25062
|
/** 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). */
|
|
24615
25063
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -24763,6 +25211,14 @@ export interface Routes {
|
|
|
24763
25211
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24764
25212
|
warning_code: 'being_deleted'
|
|
24765
25213
|
}
|
|
25214
|
+
| {
|
|
25215
|
+
/** Date and time at which Seam created the warning. */
|
|
25216
|
+
created_at: string
|
|
25217
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25218
|
+
message: string
|
|
25219
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25220
|
+
warning_code: 'unknown_issue_with_credential'
|
|
25221
|
+
}
|
|
24766
25222
|
>
|
|
24767
25223
|
/** 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). */
|
|
24768
25224
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -24869,6 +25325,14 @@ export interface Routes {
|
|
|
24869
25325
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24870
25326
|
warning_code: 'being_deleted'
|
|
24871
25327
|
}
|
|
25328
|
+
| {
|
|
25329
|
+
/** Date and time at which Seam created the warning. */
|
|
25330
|
+
created_at: string
|
|
25331
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25332
|
+
message: string
|
|
25333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25334
|
+
warning_code: 'unknown_issue_with_credential'
|
|
25335
|
+
}
|
|
24872
25336
|
>
|
|
24873
25337
|
/** 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). */
|
|
24874
25338
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25469,6 +25933,14 @@ export interface Routes {
|
|
|
25469
25933
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25470
25934
|
warning_code: 'being_deleted'
|
|
25471
25935
|
}
|
|
25936
|
+
| {
|
|
25937
|
+
/** Date and time at which Seam created the warning. */
|
|
25938
|
+
created_at: string
|
|
25939
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25940
|
+
message: string
|
|
25941
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25942
|
+
warning_code: 'unknown_issue_with_credential'
|
|
25943
|
+
}
|
|
25472
25944
|
>
|
|
25473
25945
|
/** 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). */
|
|
25474
25946
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25575,6 +26047,14 @@ export interface Routes {
|
|
|
25575
26047
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25576
26048
|
warning_code: 'being_deleted'
|
|
25577
26049
|
}
|
|
26050
|
+
| {
|
|
26051
|
+
/** Date and time at which Seam created the warning. */
|
|
26052
|
+
created_at: string
|
|
26053
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26054
|
+
message: string
|
|
26055
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26056
|
+
warning_code: 'unknown_issue_with_credential'
|
|
26057
|
+
}
|
|
25578
26058
|
>
|
|
25579
26059
|
/** 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). */
|
|
25580
26060
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25728,6 +26208,14 @@ export interface Routes {
|
|
|
25728
26208
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25729
26209
|
warning_code: 'being_deleted'
|
|
25730
26210
|
}
|
|
26211
|
+
| {
|
|
26212
|
+
/** Date and time at which Seam created the warning. */
|
|
26213
|
+
created_at: string
|
|
26214
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26215
|
+
message: string
|
|
26216
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26217
|
+
warning_code: 'unknown_issue_with_credential'
|
|
26218
|
+
}
|
|
25731
26219
|
>
|
|
25732
26220
|
/** 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). */
|
|
25733
26221
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25834,6 +26322,14 @@ export interface Routes {
|
|
|
25834
26322
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25835
26323
|
warning_code: 'being_deleted'
|
|
25836
26324
|
}
|
|
26325
|
+
| {
|
|
26326
|
+
/** Date and time at which Seam created the warning. */
|
|
26327
|
+
created_at: string
|
|
26328
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26329
|
+
message: string
|
|
26330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26331
|
+
warning_code: 'unknown_issue_with_credential'
|
|
26332
|
+
}
|
|
25837
26333
|
>
|
|
25838
26334
|
/** 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). */
|
|
25839
26335
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26593,6 +27089,14 @@ export interface Routes {
|
|
|
26593
27089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26594
27090
|
warning_code: 'being_deleted'
|
|
26595
27091
|
}
|
|
27092
|
+
| {
|
|
27093
|
+
/** Date and time at which Seam created the warning. */
|
|
27094
|
+
created_at: string
|
|
27095
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27096
|
+
message: string
|
|
27097
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27098
|
+
warning_code: 'unknown_issue_with_credential'
|
|
27099
|
+
}
|
|
26596
27100
|
>
|
|
26597
27101
|
/** 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). */
|
|
26598
27102
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26699,6 +27203,14 @@ export interface Routes {
|
|
|
26699
27203
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26700
27204
|
warning_code: 'being_deleted'
|
|
26701
27205
|
}
|
|
27206
|
+
| {
|
|
27207
|
+
/** Date and time at which Seam created the warning. */
|
|
27208
|
+
created_at: string
|
|
27209
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27210
|
+
message: string
|
|
27211
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27212
|
+
warning_code: 'unknown_issue_with_credential'
|
|
27213
|
+
}
|
|
26702
27214
|
>
|
|
26703
27215
|
/** 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). */
|
|
26704
27216
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26852,6 +27364,14 @@ export interface Routes {
|
|
|
26852
27364
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26853
27365
|
warning_code: 'being_deleted'
|
|
26854
27366
|
}
|
|
27367
|
+
| {
|
|
27368
|
+
/** Date and time at which Seam created the warning. */
|
|
27369
|
+
created_at: string
|
|
27370
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27371
|
+
message: string
|
|
27372
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27373
|
+
warning_code: 'unknown_issue_with_credential'
|
|
27374
|
+
}
|
|
26855
27375
|
>
|
|
26856
27376
|
/** 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). */
|
|
26857
27377
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26958,6 +27478,14 @@ export interface Routes {
|
|
|
26958
27478
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26959
27479
|
warning_code: 'being_deleted'
|
|
26960
27480
|
}
|
|
27481
|
+
| {
|
|
27482
|
+
/** Date and time at which Seam created the warning. */
|
|
27483
|
+
created_at: string
|
|
27484
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27485
|
+
message: string
|
|
27486
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27487
|
+
warning_code: 'unknown_issue_with_credential'
|
|
27488
|
+
}
|
|
26961
27489
|
>
|
|
26962
27490
|
/** 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). */
|
|
26963
27491
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27515,6 +28043,14 @@ export interface Routes {
|
|
|
27515
28043
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27516
28044
|
warning_code: 'being_deleted'
|
|
27517
28045
|
}
|
|
28046
|
+
| {
|
|
28047
|
+
/** Date and time at which Seam created the warning. */
|
|
28048
|
+
created_at: string
|
|
28049
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28050
|
+
message: string
|
|
28051
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28052
|
+
warning_code: 'unknown_issue_with_credential'
|
|
28053
|
+
}
|
|
27518
28054
|
>
|
|
27519
28055
|
/** 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). */
|
|
27520
28056
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27621,6 +28157,14 @@ export interface Routes {
|
|
|
27621
28157
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27622
28158
|
warning_code: 'being_deleted'
|
|
27623
28159
|
}
|
|
28160
|
+
| {
|
|
28161
|
+
/** Date and time at which Seam created the warning. */
|
|
28162
|
+
created_at: string
|
|
28163
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28164
|
+
message: string
|
|
28165
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28166
|
+
warning_code: 'unknown_issue_with_credential'
|
|
28167
|
+
}
|
|
27624
28168
|
>
|
|
27625
28169
|
/** 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). */
|
|
27626
28170
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27774,6 +28318,14 @@ export interface Routes {
|
|
|
27774
28318
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27775
28319
|
warning_code: 'being_deleted'
|
|
27776
28320
|
}
|
|
28321
|
+
| {
|
|
28322
|
+
/** Date and time at which Seam created the warning. */
|
|
28323
|
+
created_at: string
|
|
28324
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28325
|
+
message: string
|
|
28326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28327
|
+
warning_code: 'unknown_issue_with_credential'
|
|
28328
|
+
}
|
|
27777
28329
|
>
|
|
27778
28330
|
/** 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). */
|
|
27779
28331
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27880,6 +28432,14 @@ export interface Routes {
|
|
|
27880
28432
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27881
28433
|
warning_code: 'being_deleted'
|
|
27882
28434
|
}
|
|
28435
|
+
| {
|
|
28436
|
+
/** Date and time at which Seam created the warning. */
|
|
28437
|
+
created_at: string
|
|
28438
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28439
|
+
message: string
|
|
28440
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28441
|
+
warning_code: 'unknown_issue_with_credential'
|
|
28442
|
+
}
|
|
27883
28443
|
>
|
|
27884
28444
|
/** 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). */
|
|
27885
28445
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29199,6 +29759,14 @@ export interface Routes {
|
|
|
29199
29759
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29200
29760
|
warning_code: 'being_deleted'
|
|
29201
29761
|
}
|
|
29762
|
+
| {
|
|
29763
|
+
/** Date and time at which Seam created the warning. */
|
|
29764
|
+
created_at: string
|
|
29765
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29766
|
+
message: string
|
|
29767
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29768
|
+
warning_code: 'unknown_issue_with_credential'
|
|
29769
|
+
}
|
|
29202
29770
|
>
|
|
29203
29771
|
/** 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). */
|
|
29204
29772
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29305,6 +29873,14 @@ export interface Routes {
|
|
|
29305
29873
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29306
29874
|
warning_code: 'being_deleted'
|
|
29307
29875
|
}
|
|
29876
|
+
| {
|
|
29877
|
+
/** Date and time at which Seam created the warning. */
|
|
29878
|
+
created_at: string
|
|
29879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29880
|
+
message: string
|
|
29881
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29882
|
+
warning_code: 'unknown_issue_with_credential'
|
|
29883
|
+
}
|
|
29308
29884
|
>
|
|
29309
29885
|
/** 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). */
|
|
29310
29886
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29458,6 +30034,14 @@ export interface Routes {
|
|
|
29458
30034
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29459
30035
|
warning_code: 'being_deleted'
|
|
29460
30036
|
}
|
|
30037
|
+
| {
|
|
30038
|
+
/** Date and time at which Seam created the warning. */
|
|
30039
|
+
created_at: string
|
|
30040
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30041
|
+
message: string
|
|
30042
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30043
|
+
warning_code: 'unknown_issue_with_credential'
|
|
30044
|
+
}
|
|
29461
30045
|
>
|
|
29462
30046
|
/** 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). */
|
|
29463
30047
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29564,6 +30148,14 @@ export interface Routes {
|
|
|
29564
30148
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29565
30149
|
warning_code: 'being_deleted'
|
|
29566
30150
|
}
|
|
30151
|
+
| {
|
|
30152
|
+
/** Date and time at which Seam created the warning. */
|
|
30153
|
+
created_at: string
|
|
30154
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30155
|
+
message: string
|
|
30156
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30157
|
+
warning_code: 'unknown_issue_with_credential'
|
|
30158
|
+
}
|
|
29567
30159
|
>
|
|
29568
30160
|
/** 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). */
|
|
29569
30161
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30125,6 +30717,14 @@ export interface Routes {
|
|
|
30125
30717
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30126
30718
|
warning_code: 'being_deleted'
|
|
30127
30719
|
}
|
|
30720
|
+
| {
|
|
30721
|
+
/** Date and time at which Seam created the warning. */
|
|
30722
|
+
created_at: string
|
|
30723
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30724
|
+
message: string
|
|
30725
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30726
|
+
warning_code: 'unknown_issue_with_credential'
|
|
30727
|
+
}
|
|
30128
30728
|
>
|
|
30129
30729
|
/** 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). */
|
|
30130
30730
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30231,6 +30831,14 @@ export interface Routes {
|
|
|
30231
30831
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30232
30832
|
warning_code: 'being_deleted'
|
|
30233
30833
|
}
|
|
30834
|
+
| {
|
|
30835
|
+
/** Date and time at which Seam created the warning. */
|
|
30836
|
+
created_at: string
|
|
30837
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30838
|
+
message: string
|
|
30839
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30840
|
+
warning_code: 'unknown_issue_with_credential'
|
|
30841
|
+
}
|
|
30234
30842
|
>
|
|
30235
30843
|
/** 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). */
|
|
30236
30844
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30384,6 +30992,14 @@ export interface Routes {
|
|
|
30384
30992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30385
30993
|
warning_code: 'being_deleted'
|
|
30386
30994
|
}
|
|
30995
|
+
| {
|
|
30996
|
+
/** Date and time at which Seam created the warning. */
|
|
30997
|
+
created_at: string
|
|
30998
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30999
|
+
message: string
|
|
31000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31001
|
+
warning_code: 'unknown_issue_with_credential'
|
|
31002
|
+
}
|
|
30387
31003
|
>
|
|
30388
31004
|
/** 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). */
|
|
30389
31005
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30490,6 +31106,14 @@ export interface Routes {
|
|
|
30490
31106
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30491
31107
|
warning_code: 'being_deleted'
|
|
30492
31108
|
}
|
|
31109
|
+
| {
|
|
31110
|
+
/** Date and time at which Seam created the warning. */
|
|
31111
|
+
created_at: string
|
|
31112
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31113
|
+
message: string
|
|
31114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31115
|
+
warning_code: 'unknown_issue_with_credential'
|
|
31116
|
+
}
|
|
30493
31117
|
>
|
|
30494
31118
|
/** 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). */
|
|
30495
31119
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32631,6 +33255,14 @@ export interface Routes {
|
|
|
32631
33255
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32632
33256
|
warning_code: 'being_deleted'
|
|
32633
33257
|
}
|
|
33258
|
+
| {
|
|
33259
|
+
/** Date and time at which Seam created the warning. */
|
|
33260
|
+
created_at: string
|
|
33261
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33262
|
+
message: string
|
|
33263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33264
|
+
warning_code: 'unknown_issue_with_credential'
|
|
33265
|
+
}
|
|
32634
33266
|
>
|
|
32635
33267
|
/** 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). */
|
|
32636
33268
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32737,6 +33369,14 @@ export interface Routes {
|
|
|
32737
33369
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32738
33370
|
warning_code: 'being_deleted'
|
|
32739
33371
|
}
|
|
33372
|
+
| {
|
|
33373
|
+
/** Date and time at which Seam created the warning. */
|
|
33374
|
+
created_at: string
|
|
33375
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33376
|
+
message: string
|
|
33377
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33378
|
+
warning_code: 'unknown_issue_with_credential'
|
|
33379
|
+
}
|
|
32740
33380
|
>
|
|
32741
33381
|
/** 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). */
|
|
32742
33382
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32890,6 +33530,14 @@ export interface Routes {
|
|
|
32890
33530
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32891
33531
|
warning_code: 'being_deleted'
|
|
32892
33532
|
}
|
|
33533
|
+
| {
|
|
33534
|
+
/** Date and time at which Seam created the warning. */
|
|
33535
|
+
created_at: string
|
|
33536
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33537
|
+
message: string
|
|
33538
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33539
|
+
warning_code: 'unknown_issue_with_credential'
|
|
33540
|
+
}
|
|
32893
33541
|
>
|
|
32894
33542
|
/** 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). */
|
|
32895
33543
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32996,6 +33644,14 @@ export interface Routes {
|
|
|
32996
33644
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32997
33645
|
warning_code: 'being_deleted'
|
|
32998
33646
|
}
|
|
33647
|
+
| {
|
|
33648
|
+
/** Date and time at which Seam created the warning. */
|
|
33649
|
+
created_at: string
|
|
33650
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33651
|
+
message: string
|
|
33652
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33653
|
+
warning_code: 'unknown_issue_with_credential'
|
|
33654
|
+
}
|
|
32999
33655
|
>
|
|
33000
33656
|
/** 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). */
|
|
33001
33657
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -33724,6 +34380,14 @@ export interface Routes {
|
|
|
33724
34380
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33725
34381
|
warning_code: 'being_deleted'
|
|
33726
34382
|
}
|
|
34383
|
+
| {
|
|
34384
|
+
/** Date and time at which Seam created the warning. */
|
|
34385
|
+
created_at: string
|
|
34386
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34387
|
+
message: string
|
|
34388
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34389
|
+
warning_code: 'unknown_issue_with_credential'
|
|
34390
|
+
}
|
|
33727
34391
|
>
|
|
33728
34392
|
/** 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). */
|
|
33729
34393
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -33830,6 +34494,14 @@ export interface Routes {
|
|
|
33830
34494
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33831
34495
|
warning_code: 'being_deleted'
|
|
33832
34496
|
}
|
|
34497
|
+
| {
|
|
34498
|
+
/** Date and time at which Seam created the warning. */
|
|
34499
|
+
created_at: string
|
|
34500
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34501
|
+
message: string
|
|
34502
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34503
|
+
warning_code: 'unknown_issue_with_credential'
|
|
34504
|
+
}
|
|
33833
34505
|
>
|
|
33834
34506
|
/** 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). */
|
|
33835
34507
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -33983,6 +34655,14 @@ export interface Routes {
|
|
|
33983
34655
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33984
34656
|
warning_code: 'being_deleted'
|
|
33985
34657
|
}
|
|
34658
|
+
| {
|
|
34659
|
+
/** Date and time at which Seam created the warning. */
|
|
34660
|
+
created_at: string
|
|
34661
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34662
|
+
message: string
|
|
34663
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34664
|
+
warning_code: 'unknown_issue_with_credential'
|
|
34665
|
+
}
|
|
33986
34666
|
>
|
|
33987
34667
|
/** 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). */
|
|
33988
34668
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34089,6 +34769,14 @@ export interface Routes {
|
|
|
34089
34769
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34090
34770
|
warning_code: 'being_deleted'
|
|
34091
34771
|
}
|
|
34772
|
+
| {
|
|
34773
|
+
/** Date and time at which Seam created the warning. */
|
|
34774
|
+
created_at: string
|
|
34775
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34776
|
+
message: string
|
|
34777
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34778
|
+
warning_code: 'unknown_issue_with_credential'
|
|
34779
|
+
}
|
|
34092
34780
|
>
|
|
34093
34781
|
/** 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). */
|
|
34094
34782
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34673,6 +35361,14 @@ export interface Routes {
|
|
|
34673
35361
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34674
35362
|
warning_code: 'being_deleted'
|
|
34675
35363
|
}
|
|
35364
|
+
| {
|
|
35365
|
+
/** Date and time at which Seam created the warning. */
|
|
35366
|
+
created_at: string
|
|
35367
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35368
|
+
message: string
|
|
35369
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35370
|
+
warning_code: 'unknown_issue_with_credential'
|
|
35371
|
+
}
|
|
34676
35372
|
>
|
|
34677
35373
|
/** 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). */
|
|
34678
35374
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34779,6 +35475,14 @@ export interface Routes {
|
|
|
34779
35475
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34780
35476
|
warning_code: 'being_deleted'
|
|
34781
35477
|
}
|
|
35478
|
+
| {
|
|
35479
|
+
/** Date and time at which Seam created the warning. */
|
|
35480
|
+
created_at: string
|
|
35481
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35482
|
+
message: string
|
|
35483
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35484
|
+
warning_code: 'unknown_issue_with_credential'
|
|
35485
|
+
}
|
|
34782
35486
|
>
|
|
34783
35487
|
/** 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). */
|
|
34784
35488
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34932,6 +35636,14 @@ export interface Routes {
|
|
|
34932
35636
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34933
35637
|
warning_code: 'being_deleted'
|
|
34934
35638
|
}
|
|
35639
|
+
| {
|
|
35640
|
+
/** Date and time at which Seam created the warning. */
|
|
35641
|
+
created_at: string
|
|
35642
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35643
|
+
message: string
|
|
35644
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35645
|
+
warning_code: 'unknown_issue_with_credential'
|
|
35646
|
+
}
|
|
34935
35647
|
>
|
|
34936
35648
|
/** 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). */
|
|
34937
35649
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35038,6 +35750,14 @@ export interface Routes {
|
|
|
35038
35750
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35039
35751
|
warning_code: 'being_deleted'
|
|
35040
35752
|
}
|
|
35753
|
+
| {
|
|
35754
|
+
/** Date and time at which Seam created the warning. */
|
|
35755
|
+
created_at: string
|
|
35756
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35757
|
+
message: string
|
|
35758
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35759
|
+
warning_code: 'unknown_issue_with_credential'
|
|
35760
|
+
}
|
|
35041
35761
|
>
|
|
35042
35762
|
/** 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). */
|
|
35043
35763
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -37771,6 +38491,14 @@ export interface Routes {
|
|
|
37771
38491
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37772
38492
|
warning_code: 'being_deleted'
|
|
37773
38493
|
}
|
|
38494
|
+
| {
|
|
38495
|
+
/** Date and time at which Seam created the warning. */
|
|
38496
|
+
created_at: string
|
|
38497
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38498
|
+
message: string
|
|
38499
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38500
|
+
warning_code: 'unknown_issue_with_credential'
|
|
38501
|
+
}
|
|
37774
38502
|
>
|
|
37775
38503
|
/** 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). */
|
|
37776
38504
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -37877,6 +38605,14 @@ export interface Routes {
|
|
|
37877
38605
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37878
38606
|
warning_code: 'being_deleted'
|
|
37879
38607
|
}
|
|
38608
|
+
| {
|
|
38609
|
+
/** Date and time at which Seam created the warning. */
|
|
38610
|
+
created_at: string
|
|
38611
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38612
|
+
message: string
|
|
38613
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38614
|
+
warning_code: 'unknown_issue_with_credential'
|
|
38615
|
+
}
|
|
37880
38616
|
>
|
|
37881
38617
|
/** 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). */
|
|
37882
38618
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -38030,6 +38766,14 @@ export interface Routes {
|
|
|
38030
38766
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38031
38767
|
warning_code: 'being_deleted'
|
|
38032
38768
|
}
|
|
38769
|
+
| {
|
|
38770
|
+
/** Date and time at which Seam created the warning. */
|
|
38771
|
+
created_at: string
|
|
38772
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38773
|
+
message: string
|
|
38774
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38775
|
+
warning_code: 'unknown_issue_with_credential'
|
|
38776
|
+
}
|
|
38033
38777
|
>
|
|
38034
38778
|
/** 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). */
|
|
38035
38779
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -38136,6 +38880,14 @@ export interface Routes {
|
|
|
38136
38880
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38137
38881
|
warning_code: 'being_deleted'
|
|
38138
38882
|
}
|
|
38883
|
+
| {
|
|
38884
|
+
/** Date and time at which Seam created the warning. */
|
|
38885
|
+
created_at: string
|
|
38886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38887
|
+
message: string
|
|
38888
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38889
|
+
warning_code: 'unknown_issue_with_credential'
|
|
38890
|
+
}
|
|
38139
38891
|
>
|
|
38140
38892
|
/** 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). */
|
|
38141
38893
|
is_multi_phone_sync_credential?: boolean | undefined
|