@seamapi/types 1.315.0 → 1.317.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -8398,8 +8670,8 @@ export interface Routes {
8398
8670
  | 'visionline_system'
8399
8671
  | 'assa_abloy_credential_service'
8400
8672
  | 'latch_building'
8401
- | 'dormakaba_community'
8402
- | 'legic_connect'
8673
+ | 'dormakaba_community_site'
8674
+ | 'legic_connect_credential_service'
8403
8675
  | 'assa_abloy_vostio'
8404
8676
  | 'assa_abloy_vostio_credential_service'
8405
8677
  )
@@ -8431,8 +8703,8 @@ export interface Routes {
8431
8703
  | 'visionline_system'
8432
8704
  | 'assa_abloy_credential_service'
8433
8705
  | 'latch_building'
8434
- | 'dormakaba_community'
8435
- | 'legic_connect'
8706
+ | 'dormakaba_community_site'
8707
+ | 'legic_connect_credential_service'
8436
8708
  | 'assa_abloy_vostio'
8437
8709
  | 'assa_abloy_vostio_credential_service'
8438
8710
  )
@@ -8450,8 +8722,13 @@ export interface Routes {
8450
8722
  created_at: string
8451
8723
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
8452
8724
  workspace_id: string
8453
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8725
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
8726
+ ---
8727
+ deprecated: Use `connected_account_id`.
8728
+ --- */
8454
8729
  connected_account_ids: string[]
8730
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8731
+ connected_account_id: string
8455
8732
  /** URL for the image that represents the `acs_system`. */
8456
8733
  image_url: string
8457
8734
  /** Alternative text for the `acs_system` image. */
@@ -8565,8 +8842,8 @@ export interface Routes {
8565
8842
  | 'visionline_system'
8566
8843
  | 'assa_abloy_credential_service'
8567
8844
  | 'latch_building'
8568
- | 'dormakaba_community'
8569
- | 'legic_connect'
8845
+ | 'dormakaba_community_site'
8846
+ | 'legic_connect_credential_service'
8570
8847
  | 'assa_abloy_vostio'
8571
8848
  | 'assa_abloy_vostio_credential_service'
8572
8849
  )
@@ -8598,8 +8875,8 @@ export interface Routes {
8598
8875
  | 'visionline_system'
8599
8876
  | 'assa_abloy_credential_service'
8600
8877
  | 'latch_building'
8601
- | 'dormakaba_community'
8602
- | 'legic_connect'
8878
+ | 'dormakaba_community_site'
8879
+ | 'legic_connect_credential_service'
8603
8880
  | 'assa_abloy_vostio'
8604
8881
  | 'assa_abloy_vostio_credential_service'
8605
8882
  )
@@ -8617,8 +8894,13 @@ export interface Routes {
8617
8894
  created_at: string
8618
8895
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
8619
8896
  workspace_id: string
8620
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8897
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
8898
+ ---
8899
+ deprecated: Use `connected_account_id`.
8900
+ --- */
8621
8901
  connected_account_ids: string[]
8902
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8903
+ connected_account_id: string
8622
8904
  /** URL for the image that represents the `acs_system`. */
8623
8905
  image_url: string
8624
8906
  /** Alternative text for the `acs_system` image. */
@@ -8732,8 +9014,8 @@ export interface Routes {
8732
9014
  | 'visionline_system'
8733
9015
  | 'assa_abloy_credential_service'
8734
9016
  | 'latch_building'
8735
- | 'dormakaba_community'
8736
- | 'legic_connect'
9017
+ | 'dormakaba_community_site'
9018
+ | 'legic_connect_credential_service'
8737
9019
  | 'assa_abloy_vostio'
8738
9020
  | 'assa_abloy_vostio_credential_service'
8739
9021
  )
@@ -8765,8 +9047,8 @@ export interface Routes {
8765
9047
  | 'visionline_system'
8766
9048
  | 'assa_abloy_credential_service'
8767
9049
  | 'latch_building'
8768
- | 'dormakaba_community'
8769
- | 'legic_connect'
9050
+ | 'dormakaba_community_site'
9051
+ | 'legic_connect_credential_service'
8770
9052
  | 'assa_abloy_vostio'
8771
9053
  | 'assa_abloy_vostio_credential_service'
8772
9054
  )
@@ -8784,8 +9066,13 @@ export interface Routes {
8784
9066
  created_at: string
8785
9067
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
8786
9068
  workspace_id: string
8787
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
9069
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
9070
+ ---
9071
+ deprecated: Use `connected_account_id`.
9072
+ --- */
8788
9073
  connected_account_ids: string[]
9074
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
9075
+ connected_account_id: string
8789
9076
  /** URL for the image that represents the `acs_system`. */
8790
9077
  image_url: string
8791
9078
  /** Alternative text for the `acs_system` image. */
@@ -9907,6 +10194,14 @@ export interface Routes {
9907
10194
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9908
10195
  warning_code: 'being_deleted'
9909
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
+ }
9910
10205
  >
9911
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). */
9912
10207
  is_multi_phone_sync_credential?: boolean | undefined
@@ -10013,6 +10308,14 @@ export interface Routes {
10013
10308
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10014
10309
  warning_code: 'being_deleted'
10015
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
+ }
10016
10319
  >
10017
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). */
10018
10321
  is_multi_phone_sync_credential?: boolean | undefined
@@ -10166,6 +10469,14 @@ export interface Routes {
10166
10469
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10167
10470
  warning_code: 'being_deleted'
10168
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
+ }
10169
10480
  >
10170
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). */
10171
10482
  is_multi_phone_sync_credential?: boolean | undefined
@@ -10272,6 +10583,14 @@ export interface Routes {
10272
10583
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10273
10584
  warning_code: 'being_deleted'
10274
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
+ }
10275
10594
  >
10276
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). */
10277
10596
  is_multi_phone_sync_credential?: boolean | undefined
@@ -10822,6 +11141,14 @@ export interface Routes {
10822
11141
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10823
11142
  warning_code: 'being_deleted'
10824
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
+ }
10825
11152
  >
10826
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). */
10827
11154
  is_multi_phone_sync_credential?: boolean | undefined
@@ -10928,6 +11255,14 @@ export interface Routes {
10928
11255
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10929
11256
  warning_code: 'being_deleted'
10930
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
+ }
10931
11266
  >
10932
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). */
10933
11268
  is_multi_phone_sync_credential?: boolean | undefined
@@ -11081,6 +11416,14 @@ export interface Routes {
11081
11416
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11082
11417
  warning_code: 'being_deleted'
11083
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
+ }
11084
11427
  >
11085
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). */
11086
11429
  is_multi_phone_sync_credential?: boolean | undefined
@@ -11187,6 +11530,14 @@ export interface Routes {
11187
11530
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11188
11531
  warning_code: 'being_deleted'
11189
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
+ }
11190
11541
  >
11191
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). */
11192
11543
  is_multi_phone_sync_credential?: boolean | undefined
@@ -20104,6 +20455,14 @@ export interface Routes {
20104
20455
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20105
20456
  warning_code: 'being_deleted'
20106
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
+ }
20107
20466
  >
20108
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). */
20109
20468
  is_multi_phone_sync_credential?: boolean | undefined
@@ -20210,6 +20569,14 @@ export interface Routes {
20210
20569
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20211
20570
  warning_code: 'being_deleted'
20212
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
+ }
20213
20580
  >
20214
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). */
20215
20582
  is_multi_phone_sync_credential?: boolean | undefined
@@ -20363,6 +20730,14 @@ export interface Routes {
20363
20730
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20364
20731
  warning_code: 'being_deleted'
20365
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
+ }
20366
20741
  >
20367
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). */
20368
20743
  is_multi_phone_sync_credential?: boolean | undefined
@@ -20469,6 +20844,14 @@ export interface Routes {
20469
20844
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20470
20845
  warning_code: 'being_deleted'
20471
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
+ }
20472
20855
  >
20473
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). */
20474
20857
  is_multi_phone_sync_credential?: boolean | undefined
@@ -21020,6 +21403,14 @@ export interface Routes {
21020
21403
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21021
21404
  warning_code: 'being_deleted'
21022
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
+ }
21023
21414
  >
21024
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). */
21025
21416
  is_multi_phone_sync_credential?: boolean | undefined
@@ -21126,6 +21517,14 @@ export interface Routes {
21126
21517
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21127
21518
  warning_code: 'being_deleted'
21128
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
+ }
21129
21528
  >
21130
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). */
21131
21530
  is_multi_phone_sync_credential?: boolean | undefined
@@ -21279,6 +21678,14 @@ export interface Routes {
21279
21678
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21280
21679
  warning_code: 'being_deleted'
21281
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
+ }
21282
21689
  >
21283
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). */
21284
21691
  is_multi_phone_sync_credential?: boolean | undefined
@@ -21385,6 +21792,14 @@ export interface Routes {
21385
21792
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21386
21793
  warning_code: 'being_deleted'
21387
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
+ }
21388
21803
  >
21389
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). */
21390
21805
  is_multi_phone_sync_credential?: boolean | undefined
@@ -23563,6 +23978,14 @@ export interface Routes {
23563
23978
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23564
23979
  warning_code: 'being_deleted'
23565
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
+ }
23566
23989
  >
23567
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). */
23568
23991
  is_multi_phone_sync_credential?: boolean | undefined
@@ -23669,6 +24092,14 @@ export interface Routes {
23669
24092
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23670
24093
  warning_code: 'being_deleted'
23671
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
+ }
23672
24103
  >
23673
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). */
23674
24105
  is_multi_phone_sync_credential?: boolean | undefined
@@ -23822,6 +24253,14 @@ export interface Routes {
23822
24253
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23823
24254
  warning_code: 'being_deleted'
23824
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
+ }
23825
24264
  >
23826
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). */
23827
24266
  is_multi_phone_sync_credential?: boolean | undefined
@@ -23928,6 +24367,14 @@ export interface Routes {
23928
24367
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23929
24368
  warning_code: 'being_deleted'
23930
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
+ }
23931
24378
  >
23932
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). */
23933
24380
  is_multi_phone_sync_credential?: boolean | undefined
@@ -24489,6 +24936,14 @@ export interface Routes {
24489
24936
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24490
24937
  warning_code: 'being_deleted'
24491
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
+ }
24492
24947
  >
24493
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). */
24494
24949
  is_multi_phone_sync_credential?: boolean | undefined
@@ -24595,6 +25050,14 @@ export interface Routes {
24595
25050
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24596
25051
  warning_code: 'being_deleted'
24597
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
+ }
24598
25061
  >
24599
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). */
24600
25063
  is_multi_phone_sync_credential?: boolean | undefined
@@ -24748,6 +25211,14 @@ export interface Routes {
24748
25211
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24749
25212
  warning_code: 'being_deleted'
24750
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
+ }
24751
25222
  >
24752
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). */
24753
25224
  is_multi_phone_sync_credential?: boolean | undefined
@@ -24854,6 +25325,14 @@ export interface Routes {
24854
25325
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24855
25326
  warning_code: 'being_deleted'
24856
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
+ }
24857
25336
  >
24858
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). */
24859
25338
  is_multi_phone_sync_credential?: boolean | undefined
@@ -25454,6 +25933,14 @@ export interface Routes {
25454
25933
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25455
25934
  warning_code: 'being_deleted'
25456
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
+ }
25457
25944
  >
25458
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). */
25459
25946
  is_multi_phone_sync_credential?: boolean | undefined
@@ -25560,6 +26047,14 @@ export interface Routes {
25560
26047
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25561
26048
  warning_code: 'being_deleted'
25562
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
+ }
25563
26058
  >
25564
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). */
25565
26060
  is_multi_phone_sync_credential?: boolean | undefined
@@ -25713,6 +26208,14 @@ export interface Routes {
25713
26208
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25714
26209
  warning_code: 'being_deleted'
25715
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
+ }
25716
26219
  >
25717
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). */
25718
26221
  is_multi_phone_sync_credential?: boolean | undefined
@@ -25819,6 +26322,14 @@ export interface Routes {
25819
26322
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25820
26323
  warning_code: 'being_deleted'
25821
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
+ }
25822
26333
  >
25823
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). */
25824
26335
  is_multi_phone_sync_credential?: boolean | undefined
@@ -26578,6 +27089,14 @@ export interface Routes {
26578
27089
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26579
27090
  warning_code: 'being_deleted'
26580
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
+ }
26581
27100
  >
26582
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). */
26583
27102
  is_multi_phone_sync_credential?: boolean | undefined
@@ -26684,6 +27203,14 @@ export interface Routes {
26684
27203
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26685
27204
  warning_code: 'being_deleted'
26686
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
+ }
26687
27214
  >
26688
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). */
26689
27216
  is_multi_phone_sync_credential?: boolean | undefined
@@ -26837,6 +27364,14 @@ export interface Routes {
26837
27364
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26838
27365
  warning_code: 'being_deleted'
26839
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
+ }
26840
27375
  >
26841
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). */
26842
27377
  is_multi_phone_sync_credential?: boolean | undefined
@@ -26943,6 +27478,14 @@ export interface Routes {
26943
27478
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26944
27479
  warning_code: 'being_deleted'
26945
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
+ }
26946
27489
  >
26947
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). */
26948
27491
  is_multi_phone_sync_credential?: boolean | undefined
@@ -27500,6 +28043,14 @@ export interface Routes {
27500
28043
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27501
28044
  warning_code: 'being_deleted'
27502
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
+ }
27503
28054
  >
27504
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). */
27505
28056
  is_multi_phone_sync_credential?: boolean | undefined
@@ -27606,6 +28157,14 @@ export interface Routes {
27606
28157
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27607
28158
  warning_code: 'being_deleted'
27608
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
+ }
27609
28168
  >
27610
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). */
27611
28170
  is_multi_phone_sync_credential?: boolean | undefined
@@ -27759,6 +28318,14 @@ export interface Routes {
27759
28318
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27760
28319
  warning_code: 'being_deleted'
27761
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
+ }
27762
28329
  >
27763
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). */
27764
28331
  is_multi_phone_sync_credential?: boolean | undefined
@@ -27865,6 +28432,14 @@ export interface Routes {
27865
28432
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27866
28433
  warning_code: 'being_deleted'
27867
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
+ }
27868
28443
  >
27869
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). */
27870
28445
  is_multi_phone_sync_credential?: boolean | undefined
@@ -29184,6 +29759,14 @@ export interface Routes {
29184
29759
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
29185
29760
  warning_code: 'being_deleted'
29186
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
+ }
29187
29770
  >
29188
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). */
29189
29772
  is_multi_phone_sync_credential?: boolean | undefined
@@ -29290,6 +29873,14 @@ export interface Routes {
29290
29873
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
29291
29874
  warning_code: 'being_deleted'
29292
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
+ }
29293
29884
  >
29294
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). */
29295
29886
  is_multi_phone_sync_credential?: boolean | undefined
@@ -29443,6 +30034,14 @@ export interface Routes {
29443
30034
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
29444
30035
  warning_code: 'being_deleted'
29445
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
+ }
29446
30045
  >
29447
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). */
29448
30047
  is_multi_phone_sync_credential?: boolean | undefined
@@ -29549,6 +30148,14 @@ export interface Routes {
29549
30148
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
29550
30149
  warning_code: 'being_deleted'
29551
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
+ }
29552
30159
  >
29553
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). */
29554
30161
  is_multi_phone_sync_credential?: boolean | undefined
@@ -30110,6 +30717,14 @@ export interface Routes {
30110
30717
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30111
30718
  warning_code: 'being_deleted'
30112
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
+ }
30113
30728
  >
30114
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). */
30115
30730
  is_multi_phone_sync_credential?: boolean | undefined
@@ -30216,6 +30831,14 @@ export interface Routes {
30216
30831
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30217
30832
  warning_code: 'being_deleted'
30218
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
+ }
30219
30842
  >
30220
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). */
30221
30844
  is_multi_phone_sync_credential?: boolean | undefined
@@ -30369,6 +30992,14 @@ export interface Routes {
30369
30992
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30370
30993
  warning_code: 'being_deleted'
30371
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
+ }
30372
31003
  >
30373
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). */
30374
31005
  is_multi_phone_sync_credential?: boolean | undefined
@@ -30475,6 +31106,14 @@ export interface Routes {
30475
31106
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30476
31107
  warning_code: 'being_deleted'
30477
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
+ }
30478
31117
  >
30479
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). */
30480
31119
  is_multi_phone_sync_credential?: boolean | undefined
@@ -32616,6 +33255,14 @@ export interface Routes {
32616
33255
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32617
33256
  warning_code: 'being_deleted'
32618
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
+ }
32619
33266
  >
32620
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). */
32621
33268
  is_multi_phone_sync_credential?: boolean | undefined
@@ -32722,6 +33369,14 @@ export interface Routes {
32722
33369
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32723
33370
  warning_code: 'being_deleted'
32724
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
+ }
32725
33380
  >
32726
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). */
32727
33382
  is_multi_phone_sync_credential?: boolean | undefined
@@ -32875,6 +33530,14 @@ export interface Routes {
32875
33530
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32876
33531
  warning_code: 'being_deleted'
32877
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
+ }
32878
33541
  >
32879
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). */
32880
33543
  is_multi_phone_sync_credential?: boolean | undefined
@@ -32981,6 +33644,14 @@ export interface Routes {
32981
33644
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32982
33645
  warning_code: 'being_deleted'
32983
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
+ }
32984
33655
  >
32985
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). */
32986
33657
  is_multi_phone_sync_credential?: boolean | undefined
@@ -33709,6 +34380,14 @@ export interface Routes {
33709
34380
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33710
34381
  warning_code: 'being_deleted'
33711
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
+ }
33712
34391
  >
33713
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). */
33714
34393
  is_multi_phone_sync_credential?: boolean | undefined
@@ -33815,6 +34494,14 @@ export interface Routes {
33815
34494
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33816
34495
  warning_code: 'being_deleted'
33817
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
+ }
33818
34505
  >
33819
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). */
33820
34507
  is_multi_phone_sync_credential?: boolean | undefined
@@ -33968,6 +34655,14 @@ export interface Routes {
33968
34655
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33969
34656
  warning_code: 'being_deleted'
33970
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
+ }
33971
34666
  >
33972
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). */
33973
34668
  is_multi_phone_sync_credential?: boolean | undefined
@@ -34074,6 +34769,14 @@ export interface Routes {
34074
34769
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34075
34770
  warning_code: 'being_deleted'
34076
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
+ }
34077
34780
  >
34078
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). */
34079
34782
  is_multi_phone_sync_credential?: boolean | undefined
@@ -34658,6 +35361,14 @@ export interface Routes {
34658
35361
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34659
35362
  warning_code: 'being_deleted'
34660
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
+ }
34661
35372
  >
34662
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). */
34663
35374
  is_multi_phone_sync_credential?: boolean | undefined
@@ -34764,6 +35475,14 @@ export interface Routes {
34764
35475
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34765
35476
  warning_code: 'being_deleted'
34766
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
+ }
34767
35486
  >
34768
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). */
34769
35488
  is_multi_phone_sync_credential?: boolean | undefined
@@ -34917,6 +35636,14 @@ export interface Routes {
34917
35636
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34918
35637
  warning_code: 'being_deleted'
34919
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
+ }
34920
35647
  >
34921
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). */
34922
35649
  is_multi_phone_sync_credential?: boolean | undefined
@@ -35023,6 +35750,14 @@ export interface Routes {
35023
35750
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35024
35751
  warning_code: 'being_deleted'
35025
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
+ }
35026
35761
  >
35027
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). */
35028
35763
  is_multi_phone_sync_credential?: boolean | undefined
@@ -37109,8 +37844,8 @@ export interface Routes {
37109
37844
  | 'visionline_system'
37110
37845
  | 'assa_abloy_credential_service'
37111
37846
  | 'latch_building'
37112
- | 'dormakaba_community'
37113
- | 'legic_connect'
37847
+ | 'dormakaba_community_site'
37848
+ | 'legic_connect_credential_service'
37114
37849
  | 'assa_abloy_vostio'
37115
37850
  | 'assa_abloy_vostio_credential_service'
37116
37851
  )
@@ -37142,8 +37877,8 @@ export interface Routes {
37142
37877
  | 'visionline_system'
37143
37878
  | 'assa_abloy_credential_service'
37144
37879
  | 'latch_building'
37145
- | 'dormakaba_community'
37146
- | 'legic_connect'
37880
+ | 'dormakaba_community_site'
37881
+ | 'legic_connect_credential_service'
37147
37882
  | 'assa_abloy_vostio'
37148
37883
  | 'assa_abloy_vostio_credential_service'
37149
37884
  )
@@ -37161,8 +37896,13 @@ export interface Routes {
37161
37896
  created_at: string
37162
37897
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
37163
37898
  workspace_id: string
37164
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
37899
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
37900
+ ---
37901
+ deprecated: Use `connected_account_id`.
37902
+ --- */
37165
37903
  connected_account_ids: string[]
37904
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
37905
+ connected_account_id: string
37166
37906
  /** URL for the image that represents the `acs_system`. */
37167
37907
  image_url: string
37168
37908
  /** Alternative text for the `acs_system` image. */
@@ -37751,6 +38491,14 @@ export interface Routes {
37751
38491
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37752
38492
  warning_code: 'being_deleted'
37753
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
+ }
37754
38502
  >
37755
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). */
37756
38504
  is_multi_phone_sync_credential?: boolean | undefined
@@ -37857,6 +38605,14 @@ export interface Routes {
37857
38605
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37858
38606
  warning_code: 'being_deleted'
37859
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
+ }
37860
38616
  >
37861
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). */
37862
38618
  is_multi_phone_sync_credential?: boolean | undefined
@@ -38010,6 +38766,14 @@ export interface Routes {
38010
38766
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38011
38767
  warning_code: 'being_deleted'
38012
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
+ }
38013
38777
  >
38014
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). */
38015
38779
  is_multi_phone_sync_credential?: boolean | undefined
@@ -38116,6 +38880,14 @@ export interface Routes {
38116
38880
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38117
38881
  warning_code: 'being_deleted'
38118
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
+ }
38119
38891
  >
38120
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). */
38121
38893
  is_multi_phone_sync_credential?: boolean | undefined