@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.
@@ -182,6 +182,13 @@ export interface Routes {
182
182
  message: string;
183
183
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
184
184
  warning_code: 'being_deleted';
185
+ } | {
186
+ /** Date and time at which Seam created the warning. */
187
+ created_at: string;
188
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
189
+ message: string;
190
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
191
+ warning_code: 'unknown_issue_with_credential';
185
192
  }>;
186
193
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
187
194
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -268,6 +275,13 @@ export interface Routes {
268
275
  message: string;
269
276
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
270
277
  warning_code: 'being_deleted';
278
+ } | {
279
+ /** Date and time at which Seam created the warning. */
280
+ created_at: string;
281
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
282
+ message: string;
283
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
284
+ warning_code: 'unknown_issue_with_credential';
271
285
  }>;
272
286
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
273
287
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -391,6 +405,13 @@ export interface Routes {
391
405
  message: string;
392
406
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
393
407
  warning_code: 'being_deleted';
408
+ } | {
409
+ /** Date and time at which Seam created the warning. */
410
+ created_at: string;
411
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
412
+ message: string;
413
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
414
+ warning_code: 'unknown_issue_with_credential';
394
415
  }>;
395
416
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
396
417
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -477,6 +498,13 @@ export interface Routes {
477
498
  message: string;
478
499
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
479
500
  warning_code: 'being_deleted';
501
+ } | {
502
+ /** Date and time at which Seam created the warning. */
503
+ created_at: string;
504
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
505
+ message: string;
506
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
507
+ warning_code: 'unknown_issue_with_credential';
480
508
  }>;
481
509
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
482
510
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -1109,6 +1137,13 @@ export interface Routes {
1109
1137
  message: string;
1110
1138
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1111
1139
  warning_code: 'being_deleted';
1140
+ } | {
1141
+ /** Date and time at which Seam created the warning. */
1142
+ created_at: string;
1143
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1144
+ message: string;
1145
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1146
+ warning_code: 'unknown_issue_with_credential';
1112
1147
  }>;
1113
1148
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
1114
1149
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -1195,6 +1230,13 @@ export interface Routes {
1195
1230
  message: string;
1196
1231
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1197
1232
  warning_code: 'being_deleted';
1233
+ } | {
1234
+ /** Date and time at which Seam created the warning. */
1235
+ created_at: string;
1236
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1237
+ message: string;
1238
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1239
+ warning_code: 'unknown_issue_with_credential';
1198
1240
  }>;
1199
1241
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
1200
1242
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -1318,6 +1360,13 @@ export interface Routes {
1318
1360
  message: string;
1319
1361
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1320
1362
  warning_code: 'being_deleted';
1363
+ } | {
1364
+ /** Date and time at which Seam created the warning. */
1365
+ created_at: string;
1366
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1367
+ message: string;
1368
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1369
+ warning_code: 'unknown_issue_with_credential';
1321
1370
  }>;
1322
1371
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
1323
1372
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -1404,6 +1453,13 @@ export interface Routes {
1404
1453
  message: string;
1405
1454
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1406
1455
  warning_code: 'being_deleted';
1456
+ } | {
1457
+ /** Date and time at which Seam created the warning. */
1458
+ created_at: string;
1459
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1460
+ message: string;
1461
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1462
+ warning_code: 'unknown_issue_with_credential';
1407
1463
  }>;
1408
1464
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
1409
1465
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -2254,6 +2310,13 @@ export interface Routes {
2254
2310
  message: string;
2255
2311
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2256
2312
  warning_code: 'being_deleted';
2313
+ } | {
2314
+ /** Date and time at which Seam created the warning. */
2315
+ created_at: string;
2316
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2317
+ message: string;
2318
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2319
+ warning_code: 'unknown_issue_with_credential';
2257
2320
  }>;
2258
2321
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2259
2322
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -2340,6 +2403,13 @@ export interface Routes {
2340
2403
  message: string;
2341
2404
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2342
2405
  warning_code: 'being_deleted';
2406
+ } | {
2407
+ /** Date and time at which Seam created the warning. */
2408
+ created_at: string;
2409
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2410
+ message: string;
2411
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2412
+ warning_code: 'unknown_issue_with_credential';
2343
2413
  }>;
2344
2414
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2345
2415
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -2463,6 +2533,13 @@ export interface Routes {
2463
2533
  message: string;
2464
2534
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2465
2535
  warning_code: 'being_deleted';
2536
+ } | {
2537
+ /** Date and time at which Seam created the warning. */
2538
+ created_at: string;
2539
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2540
+ message: string;
2541
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2542
+ warning_code: 'unknown_issue_with_credential';
2466
2543
  }>;
2467
2544
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2468
2545
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -2549,6 +2626,13 @@ export interface Routes {
2549
2626
  message: string;
2550
2627
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2551
2628
  warning_code: 'being_deleted';
2629
+ } | {
2630
+ /** Date and time at which Seam created the warning. */
2631
+ created_at: string;
2632
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2633
+ message: string;
2634
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2635
+ warning_code: 'unknown_issue_with_credential';
2552
2636
  }>;
2553
2637
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2554
2638
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -3168,6 +3252,13 @@ export interface Routes {
3168
3252
  message: string;
3169
3253
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3170
3254
  warning_code: 'being_deleted';
3255
+ } | {
3256
+ /** Date and time at which Seam created the warning. */
3257
+ created_at: string;
3258
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3259
+ message: string;
3260
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3261
+ warning_code: 'unknown_issue_with_credential';
3171
3262
  }>;
3172
3263
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
3173
3264
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -3254,6 +3345,13 @@ export interface Routes {
3254
3345
  message: string;
3255
3346
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3256
3347
  warning_code: 'being_deleted';
3348
+ } | {
3349
+ /** Date and time at which Seam created the warning. */
3350
+ created_at: string;
3351
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3352
+ message: string;
3353
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3354
+ warning_code: 'unknown_issue_with_credential';
3257
3355
  }>;
3258
3356
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
3259
3357
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -3377,6 +3475,13 @@ export interface Routes {
3377
3475
  message: string;
3378
3476
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3379
3477
  warning_code: 'being_deleted';
3478
+ } | {
3479
+ /** Date and time at which Seam created the warning. */
3480
+ created_at: string;
3481
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3482
+ message: string;
3483
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3484
+ warning_code: 'unknown_issue_with_credential';
3380
3485
  }>;
3381
3486
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
3382
3487
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -3463,6 +3568,13 @@ export interface Routes {
3463
3568
  message: string;
3464
3569
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3465
3570
  warning_code: 'being_deleted';
3571
+ } | {
3572
+ /** Date and time at which Seam created the warning. */
3573
+ created_at: string;
3574
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3575
+ message: string;
3576
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3577
+ warning_code: 'unknown_issue_with_credential';
3466
3578
  }>;
3467
3579
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
3468
3580
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -4270,6 +4382,13 @@ export interface Routes {
4270
4382
  message: string;
4271
4383
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4272
4384
  warning_code: 'being_deleted';
4385
+ } | {
4386
+ /** Date and time at which Seam created the warning. */
4387
+ created_at: string;
4388
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4389
+ message: string;
4390
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4391
+ warning_code: 'unknown_issue_with_credential';
4273
4392
  }>;
4274
4393
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
4275
4394
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -4406,6 +4525,13 @@ export interface Routes {
4406
4525
  message: string;
4407
4526
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4408
4527
  warning_code: 'being_deleted';
4528
+ } | {
4529
+ /** Date and time at which Seam created the warning. */
4530
+ created_at: string;
4531
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4532
+ message: string;
4533
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4534
+ warning_code: 'unknown_issue_with_credential';
4409
4535
  }>;
4410
4536
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
4411
4537
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -4516,6 +4642,13 @@ export interface Routes {
4516
4642
  message: string;
4517
4643
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4518
4644
  warning_code: 'being_deleted';
4645
+ } | {
4646
+ /** Date and time at which Seam created the warning. */
4647
+ created_at: string;
4648
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4649
+ message: string;
4650
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4651
+ warning_code: 'unknown_issue_with_credential';
4519
4652
  }>;
4520
4653
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
4521
4654
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -4630,6 +4763,13 @@ export interface Routes {
4630
4763
  message: string;
4631
4764
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4632
4765
  warning_code: 'being_deleted';
4766
+ } | {
4767
+ /** Date and time at which Seam created the warning. */
4768
+ created_at: string;
4769
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4770
+ message: string;
4771
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4772
+ warning_code: 'unknown_issue_with_credential';
4633
4773
  }>;
4634
4774
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
4635
4775
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -4748,6 +4888,13 @@ export interface Routes {
4748
4888
  message: string;
4749
4889
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4750
4890
  warning_code: 'being_deleted';
4891
+ } | {
4892
+ /** Date and time at which Seam created the warning. */
4893
+ created_at: string;
4894
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4895
+ message: string;
4896
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4897
+ warning_code: 'unknown_issue_with_credential';
4751
4898
  }>;
4752
4899
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
4753
4900
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -4920,6 +5067,13 @@ export interface Routes {
4920
5067
  message: string;
4921
5068
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4922
5069
  warning_code: 'being_deleted';
5070
+ } | {
5071
+ /** Date and time at which Seam created the warning. */
5072
+ created_at: string;
5073
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5074
+ message: string;
5075
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5076
+ warning_code: 'unknown_issue_with_credential';
4923
5077
  }>;
4924
5078
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
4925
5079
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5022,6 +5176,13 @@ export interface Routes {
5022
5176
  message: string;
5023
5177
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5024
5178
  warning_code: 'being_deleted';
5179
+ } | {
5180
+ /** Date and time at which Seam created the warning. */
5181
+ created_at: string;
5182
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5183
+ message: string;
5184
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5185
+ warning_code: 'unknown_issue_with_credential';
5025
5186
  }>;
5026
5187
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5027
5188
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5133,6 +5294,13 @@ export interface Routes {
5133
5294
  message: string;
5134
5295
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5135
5296
  warning_code: 'being_deleted';
5297
+ } | {
5298
+ /** Date and time at which Seam created the warning. */
5299
+ created_at: string;
5300
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5301
+ message: string;
5302
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5303
+ warning_code: 'unknown_issue_with_credential';
5136
5304
  }>;
5137
5305
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5138
5306
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5239,6 +5407,13 @@ export interface Routes {
5239
5407
  message: string;
5240
5408
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5241
5409
  warning_code: 'being_deleted';
5410
+ } | {
5411
+ /** Date and time at which Seam created the warning. */
5412
+ created_at: string;
5413
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5414
+ message: string;
5415
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5416
+ warning_code: 'unknown_issue_with_credential';
5242
5417
  }>;
5243
5418
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5244
5419
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5431,6 +5606,13 @@ export interface Routes {
5431
5606
  message: string;
5432
5607
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5433
5608
  warning_code: 'being_deleted';
5609
+ } | {
5610
+ /** Date and time at which Seam created the warning. */
5611
+ created_at: string;
5612
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5613
+ message: string;
5614
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5615
+ warning_code: 'unknown_issue_with_credential';
5434
5616
  }>;
5435
5617
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5436
5618
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5517,6 +5699,13 @@ export interface Routes {
5517
5699
  message: string;
5518
5700
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5519
5701
  warning_code: 'being_deleted';
5702
+ } | {
5703
+ /** Date and time at which Seam created the warning. */
5704
+ created_at: string;
5705
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5706
+ message: string;
5707
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5708
+ warning_code: 'unknown_issue_with_credential';
5520
5709
  }>;
5521
5710
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5522
5711
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5640,6 +5829,13 @@ export interface Routes {
5640
5829
  message: string;
5641
5830
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5642
5831
  warning_code: 'being_deleted';
5832
+ } | {
5833
+ /** Date and time at which Seam created the warning. */
5834
+ created_at: string;
5835
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5836
+ message: string;
5837
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5838
+ warning_code: 'unknown_issue_with_credential';
5643
5839
  }>;
5644
5840
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5645
5841
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -5726,6 +5922,13 @@ export interface Routes {
5726
5922
  message: string;
5727
5923
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5728
5924
  warning_code: 'being_deleted';
5925
+ } | {
5926
+ /** Date and time at which Seam created the warning. */
5927
+ created_at: string;
5928
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5929
+ message: string;
5930
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5931
+ warning_code: 'unknown_issue_with_credential';
5729
5932
  }>;
5730
5933
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
5731
5934
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -6250,6 +6453,13 @@ export interface Routes {
6250
6453
  message: string;
6251
6454
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6252
6455
  warning_code: 'being_deleted';
6456
+ } | {
6457
+ /** Date and time at which Seam created the warning. */
6458
+ created_at: string;
6459
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6460
+ message: string;
6461
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6462
+ warning_code: 'unknown_issue_with_credential';
6253
6463
  }>;
6254
6464
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6255
6465
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -6336,6 +6546,13 @@ export interface Routes {
6336
6546
  message: string;
6337
6547
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6338
6548
  warning_code: 'being_deleted';
6549
+ } | {
6550
+ /** Date and time at which Seam created the warning. */
6551
+ created_at: string;
6552
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6553
+ message: string;
6554
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6555
+ warning_code: 'unknown_issue_with_credential';
6339
6556
  }>;
6340
6557
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6341
6558
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -6459,6 +6676,13 @@ export interface Routes {
6459
6676
  message: string;
6460
6677
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6461
6678
  warning_code: 'being_deleted';
6679
+ } | {
6680
+ /** Date and time at which Seam created the warning. */
6681
+ created_at: string;
6682
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6683
+ message: string;
6684
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6685
+ warning_code: 'unknown_issue_with_credential';
6462
6686
  }>;
6463
6687
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6464
6688
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -6545,6 +6769,13 @@ export interface Routes {
6545
6769
  message: string;
6546
6770
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6547
6771
  warning_code: 'being_deleted';
6772
+ } | {
6773
+ /** Date and time at which Seam created the warning. */
6774
+ created_at: string;
6775
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6776
+ message: string;
6777
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6778
+ warning_code: 'unknown_issue_with_credential';
6548
6779
  }>;
6549
6780
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6550
6781
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -7148,6 +7379,13 @@ export interface Routes {
7148
7379
  message: string;
7149
7380
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7150
7381
  warning_code: 'being_deleted';
7382
+ } | {
7383
+ /** Date and time at which Seam created the warning. */
7384
+ created_at: string;
7385
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7386
+ message: string;
7387
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7388
+ warning_code: 'unknown_issue_with_credential';
7151
7389
  }>;
7152
7390
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
7153
7391
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -7188,7 +7426,7 @@ export interface Routes {
7188
7426
  /** ID of the `acs_system`. */
7189
7427
  acs_system_id: string;
7190
7428
  /** Brand-specific terminology for the `acs_system` type. */
7191
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7429
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7192
7430
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7193
7431
  external_type_display_name?: string | undefined;
7194
7432
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7203,7 +7441,7 @@ export interface Routes {
7203
7441
  } | undefined;
7204
7442
  /**
7205
7443
  * @deprecated Use `external_type`. */
7206
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7444
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7207
7445
  /**
7208
7446
  * @deprecated Use `external_type_display_name`. */
7209
7447
  system_type_display_name?: string | undefined;
@@ -7217,8 +7455,13 @@ export interface Routes {
7217
7455
  created_at: string;
7218
7456
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
7219
7457
  workspace_id: string;
7220
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7458
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
7459
+ ---
7460
+ deprecated: Use `connected_account_id`.
7461
+ --- */
7221
7462
  connected_account_ids: string[];
7463
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7464
+ connected_account_id: string;
7222
7465
  /** URL for the image that represents the `acs_system`. */
7223
7466
  image_url: string;
7224
7467
  /** Alternative text for the `acs_system` image. */
@@ -7311,7 +7554,7 @@ export interface Routes {
7311
7554
  /** ID of the `acs_system`. */
7312
7555
  acs_system_id: string;
7313
7556
  /** Brand-specific terminology for the `acs_system` type. */
7314
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7557
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7315
7558
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7316
7559
  external_type_display_name?: string | undefined;
7317
7560
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7326,7 +7569,7 @@ export interface Routes {
7326
7569
  } | undefined;
7327
7570
  /**
7328
7571
  * @deprecated Use `external_type`. */
7329
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7572
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7330
7573
  /**
7331
7574
  * @deprecated Use `external_type_display_name`. */
7332
7575
  system_type_display_name?: string | undefined;
@@ -7340,8 +7583,13 @@ export interface Routes {
7340
7583
  created_at: string;
7341
7584
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
7342
7585
  workspace_id: string;
7343
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7586
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
7587
+ ---
7588
+ deprecated: Use `connected_account_id`.
7589
+ --- */
7344
7590
  connected_account_ids: string[];
7591
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7592
+ connected_account_id: string;
7345
7593
  /** URL for the image that represents the `acs_system`. */
7346
7594
  image_url: string;
7347
7595
  /** Alternative text for the `acs_system` image. */
@@ -7434,7 +7682,7 @@ export interface Routes {
7434
7682
  /** ID of the `acs_system`. */
7435
7683
  acs_system_id: string;
7436
7684
  /** Brand-specific terminology for the `acs_system` type. */
7437
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7685
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7438
7686
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7439
7687
  external_type_display_name?: string | undefined;
7440
7688
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7449,7 +7697,7 @@ export interface Routes {
7449
7697
  } | undefined;
7450
7698
  /**
7451
7699
  * @deprecated Use `external_type`. */
7452
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7700
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7453
7701
  /**
7454
7702
  * @deprecated Use `external_type_display_name`. */
7455
7703
  system_type_display_name?: string | undefined;
@@ -7463,8 +7711,13 @@ export interface Routes {
7463
7711
  created_at: string;
7464
7712
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
7465
7713
  workspace_id: string;
7466
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7714
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
7715
+ ---
7716
+ deprecated: Use `connected_account_id`.
7717
+ --- */
7467
7718
  connected_account_ids: string[];
7719
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7720
+ connected_account_id: string;
7468
7721
  /** URL for the image that represents the `acs_system`. */
7469
7722
  image_url: string;
7470
7723
  /** Alternative text for the `acs_system` image. */
@@ -8424,6 +8677,13 @@ export interface Routes {
8424
8677
  message: string;
8425
8678
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8426
8679
  warning_code: 'being_deleted';
8680
+ } | {
8681
+ /** Date and time at which Seam created the warning. */
8682
+ created_at: string;
8683
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8684
+ message: string;
8685
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8686
+ warning_code: 'unknown_issue_with_credential';
8427
8687
  }>;
8428
8688
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
8429
8689
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -8510,6 +8770,13 @@ export interface Routes {
8510
8770
  message: string;
8511
8771
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8512
8772
  warning_code: 'being_deleted';
8773
+ } | {
8774
+ /** Date and time at which Seam created the warning. */
8775
+ created_at: string;
8776
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8777
+ message: string;
8778
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8779
+ warning_code: 'unknown_issue_with_credential';
8513
8780
  }>;
8514
8781
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
8515
8782
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -8633,6 +8900,13 @@ export interface Routes {
8633
8900
  message: string;
8634
8901
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8635
8902
  warning_code: 'being_deleted';
8903
+ } | {
8904
+ /** Date and time at which Seam created the warning. */
8905
+ created_at: string;
8906
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8907
+ message: string;
8908
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8909
+ warning_code: 'unknown_issue_with_credential';
8636
8910
  }>;
8637
8911
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
8638
8912
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -8719,6 +8993,13 @@ export interface Routes {
8719
8993
  message: string;
8720
8994
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8721
8995
  warning_code: 'being_deleted';
8996
+ } | {
8997
+ /** Date and time at which Seam created the warning. */
8998
+ created_at: string;
8999
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9000
+ message: string;
9001
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9002
+ warning_code: 'unknown_issue_with_credential';
8722
9003
  }>;
8723
9004
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
8724
9005
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -9200,6 +9481,13 @@ export interface Routes {
9200
9481
  message: string;
9201
9482
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9202
9483
  warning_code: 'being_deleted';
9484
+ } | {
9485
+ /** Date and time at which Seam created the warning. */
9486
+ created_at: string;
9487
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9488
+ message: string;
9489
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9490
+ warning_code: 'unknown_issue_with_credential';
9203
9491
  }>;
9204
9492
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9205
9493
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -9286,6 +9574,13 @@ export interface Routes {
9286
9574
  message: string;
9287
9575
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9288
9576
  warning_code: 'being_deleted';
9577
+ } | {
9578
+ /** Date and time at which Seam created the warning. */
9579
+ created_at: string;
9580
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9581
+ message: string;
9582
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9583
+ warning_code: 'unknown_issue_with_credential';
9289
9584
  }>;
9290
9585
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9291
9586
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -9409,6 +9704,13 @@ export interface Routes {
9409
9704
  message: string;
9410
9705
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9411
9706
  warning_code: 'being_deleted';
9707
+ } | {
9708
+ /** Date and time at which Seam created the warning. */
9709
+ created_at: string;
9710
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9711
+ message: string;
9712
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9713
+ warning_code: 'unknown_issue_with_credential';
9412
9714
  }>;
9413
9715
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9414
9716
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -9495,6 +9797,13 @@ export interface Routes {
9495
9797
  message: string;
9496
9798
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9497
9799
  warning_code: 'being_deleted';
9800
+ } | {
9801
+ /** Date and time at which Seam created the warning. */
9802
+ created_at: string;
9803
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9804
+ message: string;
9805
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9806
+ warning_code: 'unknown_issue_with_credential';
9498
9807
  }>;
9499
9808
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9500
9809
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -16232,7 +16541,14 @@ export interface Routes {
16232
16541
  message: string;
16233
16542
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16234
16543
  warning_code: 'being_deleted';
16235
- }>;
16544
+ } | {
16545
+ /** Date and time at which Seam created the warning. */
16546
+ created_at: string;
16547
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16548
+ message: string;
16549
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16550
+ warning_code: 'unknown_issue_with_credential';
16551
+ }>;
16236
16552
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
16237
16553
  is_multi_phone_sync_credential?: boolean | undefined;
16238
16554
  /** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
@@ -16318,6 +16634,13 @@ export interface Routes {
16318
16634
  message: string;
16319
16635
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16320
16636
  warning_code: 'being_deleted';
16637
+ } | {
16638
+ /** Date and time at which Seam created the warning. */
16639
+ created_at: string;
16640
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16641
+ message: string;
16642
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16643
+ warning_code: 'unknown_issue_with_credential';
16321
16644
  }>;
16322
16645
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
16323
16646
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -16441,6 +16764,13 @@ export interface Routes {
16441
16764
  message: string;
16442
16765
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16443
16766
  warning_code: 'being_deleted';
16767
+ } | {
16768
+ /** Date and time at which Seam created the warning. */
16769
+ created_at: string;
16770
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16771
+ message: string;
16772
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16773
+ warning_code: 'unknown_issue_with_credential';
16444
16774
  }>;
16445
16775
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
16446
16776
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -16527,6 +16857,13 @@ export interface Routes {
16527
16857
  message: string;
16528
16858
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16529
16859
  warning_code: 'being_deleted';
16860
+ } | {
16861
+ /** Date and time at which Seam created the warning. */
16862
+ created_at: string;
16863
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16864
+ message: string;
16865
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16866
+ warning_code: 'unknown_issue_with_credential';
16530
16867
  }>;
16531
16868
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
16532
16869
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -17009,6 +17346,13 @@ export interface Routes {
17009
17346
  message: string;
17010
17347
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17011
17348
  warning_code: 'being_deleted';
17349
+ } | {
17350
+ /** Date and time at which Seam created the warning. */
17351
+ created_at: string;
17352
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
17353
+ message: string;
17354
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17355
+ warning_code: 'unknown_issue_with_credential';
17012
17356
  }>;
17013
17357
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
17014
17358
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -17095,6 +17439,13 @@ export interface Routes {
17095
17439
  message: string;
17096
17440
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17097
17441
  warning_code: 'being_deleted';
17442
+ } | {
17443
+ /** Date and time at which Seam created the warning. */
17444
+ created_at: string;
17445
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
17446
+ message: string;
17447
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17448
+ warning_code: 'unknown_issue_with_credential';
17098
17449
  }>;
17099
17450
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
17100
17451
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -17218,6 +17569,13 @@ export interface Routes {
17218
17569
  message: string;
17219
17570
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17220
17571
  warning_code: 'being_deleted';
17572
+ } | {
17573
+ /** Date and time at which Seam created the warning. */
17574
+ created_at: string;
17575
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
17576
+ message: string;
17577
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17578
+ warning_code: 'unknown_issue_with_credential';
17221
17579
  }>;
17222
17580
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
17223
17581
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -17304,6 +17662,13 @@ export interface Routes {
17304
17662
  message: string;
17305
17663
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17306
17664
  warning_code: 'being_deleted';
17665
+ } | {
17666
+ /** Date and time at which Seam created the warning. */
17667
+ created_at: string;
17668
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
17669
+ message: string;
17670
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17671
+ warning_code: 'unknown_issue_with_credential';
17307
17672
  }>;
17308
17673
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
17309
17674
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -18896,6 +19261,13 @@ export interface Routes {
18896
19261
  message: string;
18897
19262
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18898
19263
  warning_code: 'being_deleted';
19264
+ } | {
19265
+ /** Date and time at which Seam created the warning. */
19266
+ created_at: string;
19267
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19268
+ message: string;
19269
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19270
+ warning_code: 'unknown_issue_with_credential';
18899
19271
  }>;
18900
19272
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
18901
19273
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -18982,6 +19354,13 @@ export interface Routes {
18982
19354
  message: string;
18983
19355
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18984
19356
  warning_code: 'being_deleted';
19357
+ } | {
19358
+ /** Date and time at which Seam created the warning. */
19359
+ created_at: string;
19360
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19361
+ message: string;
19362
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19363
+ warning_code: 'unknown_issue_with_credential';
18985
19364
  }>;
18986
19365
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
18987
19366
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -19105,6 +19484,13 @@ export interface Routes {
19105
19484
  message: string;
19106
19485
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19107
19486
  warning_code: 'being_deleted';
19487
+ } | {
19488
+ /** Date and time at which Seam created the warning. */
19489
+ created_at: string;
19490
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19491
+ message: string;
19492
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19493
+ warning_code: 'unknown_issue_with_credential';
19108
19494
  }>;
19109
19495
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19110
19496
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -19191,6 +19577,13 @@ export interface Routes {
19191
19577
  message: string;
19192
19578
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19193
19579
  warning_code: 'being_deleted';
19580
+ } | {
19581
+ /** Date and time at which Seam created the warning. */
19582
+ created_at: string;
19583
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19584
+ message: string;
19585
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19586
+ warning_code: 'unknown_issue_with_credential';
19194
19587
  }>;
19195
19588
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19196
19589
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -19683,6 +20076,13 @@ export interface Routes {
19683
20076
  message: string;
19684
20077
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19685
20078
  warning_code: 'being_deleted';
20079
+ } | {
20080
+ /** Date and time at which Seam created the warning. */
20081
+ created_at: string;
20082
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20083
+ message: string;
20084
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20085
+ warning_code: 'unknown_issue_with_credential';
19686
20086
  }>;
19687
20087
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19688
20088
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -19769,6 +20169,13 @@ export interface Routes {
19769
20169
  message: string;
19770
20170
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19771
20171
  warning_code: 'being_deleted';
20172
+ } | {
20173
+ /** Date and time at which Seam created the warning. */
20174
+ created_at: string;
20175
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20176
+ message: string;
20177
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20178
+ warning_code: 'unknown_issue_with_credential';
19772
20179
  }>;
19773
20180
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19774
20181
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -19892,6 +20299,13 @@ export interface Routes {
19892
20299
  message: string;
19893
20300
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19894
20301
  warning_code: 'being_deleted';
20302
+ } | {
20303
+ /** Date and time at which Seam created the warning. */
20304
+ created_at: string;
20305
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20306
+ message: string;
20307
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20308
+ warning_code: 'unknown_issue_with_credential';
19895
20309
  }>;
19896
20310
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19897
20311
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -19978,6 +20392,13 @@ export interface Routes {
19978
20392
  message: string;
19979
20393
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19980
20394
  warning_code: 'being_deleted';
20395
+ } | {
20396
+ /** Date and time at which Seam created the warning. */
20397
+ created_at: string;
20398
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20399
+ message: string;
20400
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20401
+ warning_code: 'unknown_issue_with_credential';
19981
20402
  }>;
19982
20403
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19983
20404
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -20509,6 +20930,13 @@ export interface Routes {
20509
20930
  message: string;
20510
20931
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20511
20932
  warning_code: 'being_deleted';
20933
+ } | {
20934
+ /** Date and time at which Seam created the warning. */
20935
+ created_at: string;
20936
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20937
+ message: string;
20938
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20939
+ warning_code: 'unknown_issue_with_credential';
20512
20940
  }>;
20513
20941
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20514
20942
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -20595,6 +21023,13 @@ export interface Routes {
20595
21023
  message: string;
20596
21024
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20597
21025
  warning_code: 'being_deleted';
21026
+ } | {
21027
+ /** Date and time at which Seam created the warning. */
21028
+ created_at: string;
21029
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21030
+ message: string;
21031
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21032
+ warning_code: 'unknown_issue_with_credential';
20598
21033
  }>;
20599
21034
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20600
21035
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -20718,6 +21153,13 @@ export interface Routes {
20718
21153
  message: string;
20719
21154
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20720
21155
  warning_code: 'being_deleted';
21156
+ } | {
21157
+ /** Date and time at which Seam created the warning. */
21158
+ created_at: string;
21159
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21160
+ message: string;
21161
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21162
+ warning_code: 'unknown_issue_with_credential';
20721
21163
  }>;
20722
21164
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20723
21165
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -20804,6 +21246,13 @@ export interface Routes {
20804
21246
  message: string;
20805
21247
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20806
21248
  warning_code: 'being_deleted';
21249
+ } | {
21250
+ /** Date and time at which Seam created the warning. */
21251
+ created_at: string;
21252
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21253
+ message: string;
21254
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21255
+ warning_code: 'unknown_issue_with_credential';
20807
21256
  }>;
20808
21257
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20809
21258
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -21470,6 +21919,13 @@ export interface Routes {
21470
21919
  message: string;
21471
21920
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21472
21921
  warning_code: 'being_deleted';
21922
+ } | {
21923
+ /** Date and time at which Seam created the warning. */
21924
+ created_at: string;
21925
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21926
+ message: string;
21927
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21928
+ warning_code: 'unknown_issue_with_credential';
21473
21929
  }>;
21474
21930
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
21475
21931
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -21556,6 +22012,13 @@ export interface Routes {
21556
22012
  message: string;
21557
22013
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21558
22014
  warning_code: 'being_deleted';
22015
+ } | {
22016
+ /** Date and time at which Seam created the warning. */
22017
+ created_at: string;
22018
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22019
+ message: string;
22020
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22021
+ warning_code: 'unknown_issue_with_credential';
21559
22022
  }>;
21560
22023
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
21561
22024
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -21679,6 +22142,13 @@ export interface Routes {
21679
22142
  message: string;
21680
22143
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21681
22144
  warning_code: 'being_deleted';
22145
+ } | {
22146
+ /** Date and time at which Seam created the warning. */
22147
+ created_at: string;
22148
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22149
+ message: string;
22150
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22151
+ warning_code: 'unknown_issue_with_credential';
21682
22152
  }>;
21683
22153
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
21684
22154
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -21765,6 +22235,13 @@ export interface Routes {
21765
22235
  message: string;
21766
22236
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21767
22237
  warning_code: 'being_deleted';
22238
+ } | {
22239
+ /** Date and time at which Seam created the warning. */
22240
+ created_at: string;
22241
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22242
+ message: string;
22243
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22244
+ warning_code: 'unknown_issue_with_credential';
21768
22245
  }>;
21769
22246
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
21770
22247
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -22253,6 +22730,13 @@ export interface Routes {
22253
22730
  message: string;
22254
22731
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22255
22732
  warning_code: 'being_deleted';
22733
+ } | {
22734
+ /** Date and time at which Seam created the warning. */
22735
+ created_at: string;
22736
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22737
+ message: string;
22738
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22739
+ warning_code: 'unknown_issue_with_credential';
22256
22740
  }>;
22257
22741
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
22258
22742
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -22339,6 +22823,13 @@ export interface Routes {
22339
22823
  message: string;
22340
22824
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22341
22825
  warning_code: 'being_deleted';
22826
+ } | {
22827
+ /** Date and time at which Seam created the warning. */
22828
+ created_at: string;
22829
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22830
+ message: string;
22831
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22832
+ warning_code: 'unknown_issue_with_credential';
22342
22833
  }>;
22343
22834
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
22344
22835
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -22462,6 +22953,13 @@ export interface Routes {
22462
22953
  message: string;
22463
22954
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22464
22955
  warning_code: 'being_deleted';
22956
+ } | {
22957
+ /** Date and time at which Seam created the warning. */
22958
+ created_at: string;
22959
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22960
+ message: string;
22961
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22962
+ warning_code: 'unknown_issue_with_credential';
22465
22963
  }>;
22466
22964
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
22467
22965
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -22548,6 +23046,13 @@ export interface Routes {
22548
23046
  message: string;
22549
23047
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22550
23048
  warning_code: 'being_deleted';
23049
+ } | {
23050
+ /** Date and time at which Seam created the warning. */
23051
+ created_at: string;
23052
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23053
+ message: string;
23054
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23055
+ warning_code: 'unknown_issue_with_credential';
22551
23056
  }>;
22552
23057
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
22553
23058
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -23613,6 +24118,13 @@ export interface Routes {
23613
24118
  message: string;
23614
24119
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23615
24120
  warning_code: 'being_deleted';
24121
+ } | {
24122
+ /** Date and time at which Seam created the warning. */
24123
+ created_at: string;
24124
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24125
+ message: string;
24126
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24127
+ warning_code: 'unknown_issue_with_credential';
23616
24128
  }>;
23617
24129
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
23618
24130
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -23699,6 +24211,13 @@ export interface Routes {
23699
24211
  message: string;
23700
24212
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23701
24213
  warning_code: 'being_deleted';
24214
+ } | {
24215
+ /** Date and time at which Seam created the warning. */
24216
+ created_at: string;
24217
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24218
+ message: string;
24219
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24220
+ warning_code: 'unknown_issue_with_credential';
23702
24221
  }>;
23703
24222
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
23704
24223
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -23822,6 +24341,13 @@ export interface Routes {
23822
24341
  message: string;
23823
24342
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23824
24343
  warning_code: 'being_deleted';
24344
+ } | {
24345
+ /** Date and time at which Seam created the warning. */
24346
+ created_at: string;
24347
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24348
+ message: string;
24349
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24350
+ warning_code: 'unknown_issue_with_credential';
23825
24351
  }>;
23826
24352
  /** Indicates whether the credential is a [multi-phone sync credential](https://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
24353
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -23908,6 +24434,13 @@ export interface Routes {
23908
24434
  message: string;
23909
24435
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23910
24436
  warning_code: 'being_deleted';
24437
+ } | {
24438
+ /** Date and time at which Seam created the warning. */
24439
+ created_at: string;
24440
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24441
+ message: string;
24442
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24443
+ warning_code: 'unknown_issue_with_credential';
23911
24444
  }>;
23912
24445
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
23913
24446
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -24400,6 +24933,13 @@ export interface Routes {
24400
24933
  message: string;
24401
24934
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24402
24935
  warning_code: 'being_deleted';
24936
+ } | {
24937
+ /** Date and time at which Seam created the warning. */
24938
+ created_at: string;
24939
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24940
+ message: string;
24941
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24942
+ warning_code: 'unknown_issue_with_credential';
24403
24943
  }>;
24404
24944
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
24405
24945
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -24486,6 +25026,13 @@ export interface Routes {
24486
25026
  message: string;
24487
25027
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24488
25028
  warning_code: 'being_deleted';
25029
+ } | {
25030
+ /** Date and time at which Seam created the warning. */
25031
+ created_at: string;
25032
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25033
+ message: string;
25034
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25035
+ warning_code: 'unknown_issue_with_credential';
24489
25036
  }>;
24490
25037
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
24491
25038
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -24609,6 +25156,13 @@ export interface Routes {
24609
25156
  message: string;
24610
25157
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24611
25158
  warning_code: 'being_deleted';
25159
+ } | {
25160
+ /** Date and time at which Seam created the warning. */
25161
+ created_at: string;
25162
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25163
+ message: string;
25164
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25165
+ warning_code: 'unknown_issue_with_credential';
24612
25166
  }>;
24613
25167
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
24614
25168
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -24695,6 +25249,13 @@ export interface Routes {
24695
25249
  message: string;
24696
25250
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24697
25251
  warning_code: 'being_deleted';
25252
+ } | {
25253
+ /** Date and time at which Seam created the warning. */
25254
+ created_at: string;
25255
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25256
+ message: string;
25257
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25258
+ warning_code: 'unknown_issue_with_credential';
24698
25259
  }>;
24699
25260
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
24700
25261
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -26250,6 +26811,13 @@ export interface Routes {
26250
26811
  message: string;
26251
26812
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26252
26813
  warning_code: 'being_deleted';
26814
+ } | {
26815
+ /** Date and time at which Seam created the warning. */
26816
+ created_at: string;
26817
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
26818
+ message: string;
26819
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26820
+ warning_code: 'unknown_issue_with_credential';
26253
26821
  }>;
26254
26822
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
26255
26823
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -26336,6 +26904,13 @@ export interface Routes {
26336
26904
  message: string;
26337
26905
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26338
26906
  warning_code: 'being_deleted';
26907
+ } | {
26908
+ /** Date and time at which Seam created the warning. */
26909
+ created_at: string;
26910
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
26911
+ message: string;
26912
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26913
+ warning_code: 'unknown_issue_with_credential';
26339
26914
  }>;
26340
26915
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
26341
26916
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -26459,6 +27034,13 @@ export interface Routes {
26459
27034
  message: string;
26460
27035
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26461
27036
  warning_code: 'being_deleted';
27037
+ } | {
27038
+ /** Date and time at which Seam created the warning. */
27039
+ created_at: string;
27040
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27041
+ message: string;
27042
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27043
+ warning_code: 'unknown_issue_with_credential';
26462
27044
  }>;
26463
27045
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
26464
27046
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -26545,6 +27127,13 @@ export interface Routes {
26545
27127
  message: string;
26546
27128
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26547
27129
  warning_code: 'being_deleted';
27130
+ } | {
27131
+ /** Date and time at which Seam created the warning. */
27132
+ created_at: string;
27133
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27134
+ message: string;
27135
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27136
+ warning_code: 'unknown_issue_with_credential';
26548
27137
  }>;
26549
27138
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
26550
27139
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -27204,6 +27793,13 @@ export interface Routes {
27204
27793
  message: string;
27205
27794
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27206
27795
  warning_code: 'being_deleted';
27796
+ } | {
27797
+ /** Date and time at which Seam created the warning. */
27798
+ created_at: string;
27799
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27800
+ message: string;
27801
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27802
+ warning_code: 'unknown_issue_with_credential';
27207
27803
  }>;
27208
27804
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
27209
27805
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -27290,6 +27886,13 @@ export interface Routes {
27290
27886
  message: string;
27291
27887
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27292
27888
  warning_code: 'being_deleted';
27889
+ } | {
27890
+ /** Date and time at which Seam created the warning. */
27891
+ created_at: string;
27892
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27893
+ message: string;
27894
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27895
+ warning_code: 'unknown_issue_with_credential';
27293
27896
  }>;
27294
27897
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
27295
27898
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -27413,6 +28016,13 @@ export interface Routes {
27413
28016
  message: string;
27414
28017
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27415
28018
  warning_code: 'being_deleted';
28019
+ } | {
28020
+ /** Date and time at which Seam created the warning. */
28021
+ created_at: string;
28022
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28023
+ message: string;
28024
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28025
+ warning_code: 'unknown_issue_with_credential';
27416
28026
  }>;
27417
28027
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
27418
28028
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -27499,6 +28109,13 @@ export interface Routes {
27499
28109
  message: string;
27500
28110
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27501
28111
  warning_code: 'being_deleted';
28112
+ } | {
28113
+ /** Date and time at which Seam created the warning. */
28114
+ created_at: string;
28115
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28116
+ message: string;
28117
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28118
+ warning_code: 'unknown_issue_with_credential';
27502
28119
  }>;
27503
28120
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
27504
28121
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -28010,6 +28627,13 @@ export interface Routes {
28010
28627
  message: string;
28011
28628
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28012
28629
  warning_code: 'being_deleted';
28630
+ } | {
28631
+ /** Date and time at which Seam created the warning. */
28632
+ created_at: string;
28633
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28634
+ message: string;
28635
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28636
+ warning_code: 'unknown_issue_with_credential';
28013
28637
  }>;
28014
28638
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
28015
28639
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -28096,6 +28720,13 @@ export interface Routes {
28096
28720
  message: string;
28097
28721
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28098
28722
  warning_code: 'being_deleted';
28723
+ } | {
28724
+ /** Date and time at which Seam created the warning. */
28725
+ created_at: string;
28726
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28727
+ message: string;
28728
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28729
+ warning_code: 'unknown_issue_with_credential';
28099
28730
  }>;
28100
28731
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
28101
28732
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -28219,6 +28850,13 @@ export interface Routes {
28219
28850
  message: string;
28220
28851
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28221
28852
  warning_code: 'being_deleted';
28853
+ } | {
28854
+ /** Date and time at which Seam created the warning. */
28855
+ created_at: string;
28856
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28857
+ message: string;
28858
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28859
+ warning_code: 'unknown_issue_with_credential';
28222
28860
  }>;
28223
28861
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
28224
28862
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -28305,6 +28943,13 @@ export interface Routes {
28305
28943
  message: string;
28306
28944
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28307
28945
  warning_code: 'being_deleted';
28946
+ } | {
28947
+ /** Date and time at which Seam created the warning. */
28948
+ created_at: string;
28949
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28950
+ message: string;
28951
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28952
+ warning_code: 'unknown_issue_with_credential';
28308
28953
  }>;
28309
28954
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
28310
28955
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -29964,7 +30609,7 @@ export interface Routes {
29964
30609
  /** ID of the `acs_system`. */
29965
30610
  acs_system_id: string;
29966
30611
  /** Brand-specific terminology for the `acs_system` type. */
29967
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
30612
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
29968
30613
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
29969
30614
  external_type_display_name?: string | undefined;
29970
30615
  /** Indicates if the `acs_system` is a credential manager. */
@@ -29979,7 +30624,7 @@ export interface Routes {
29979
30624
  } | undefined;
29980
30625
  /**
29981
30626
  * @deprecated Use `external_type`. */
29982
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
30627
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
29983
30628
  /**
29984
30629
  * @deprecated Use `external_type_display_name`. */
29985
30630
  system_type_display_name?: string | undefined;
@@ -29993,8 +30638,13 @@ export interface Routes {
29993
30638
  created_at: string;
29994
30639
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
29995
30640
  workspace_id: string;
29996
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
30641
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
30642
+ ---
30643
+ deprecated: Use `connected_account_id`.
30644
+ --- */
29997
30645
  connected_account_ids: string[];
30646
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
30647
+ connected_account_id: string;
29998
30648
  /** URL for the image that represents the `acs_system`. */
29999
30649
  image_url: string;
30000
30650
  /** Alternative text for the `acs_system` image. */
@@ -30528,6 +31178,13 @@ export interface Routes {
30528
31178
  message: string;
30529
31179
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30530
31180
  warning_code: 'being_deleted';
31181
+ } | {
31182
+ /** Date and time at which Seam created the warning. */
31183
+ created_at: string;
31184
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31185
+ message: string;
31186
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31187
+ warning_code: 'unknown_issue_with_credential';
30531
31188
  }>;
30532
31189
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
30533
31190
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -30614,6 +31271,13 @@ export interface Routes {
30614
31271
  message: string;
30615
31272
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30616
31273
  warning_code: 'being_deleted';
31274
+ } | {
31275
+ /** Date and time at which Seam created the warning. */
31276
+ created_at: string;
31277
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31278
+ message: string;
31279
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31280
+ warning_code: 'unknown_issue_with_credential';
30617
31281
  }>;
30618
31282
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
30619
31283
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -30737,6 +31401,13 @@ export interface Routes {
30737
31401
  message: string;
30738
31402
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30739
31403
  warning_code: 'being_deleted';
31404
+ } | {
31405
+ /** Date and time at which Seam created the warning. */
31406
+ created_at: string;
31407
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31408
+ message: string;
31409
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31410
+ warning_code: 'unknown_issue_with_credential';
30740
31411
  }>;
30741
31412
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
30742
31413
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -30823,6 +31494,13 @@ export interface Routes {
30823
31494
  message: string;
30824
31495
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30825
31496
  warning_code: 'being_deleted';
31497
+ } | {
31498
+ /** Date and time at which Seam created the warning. */
31499
+ created_at: string;
31500
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31501
+ message: string;
31502
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31503
+ warning_code: 'unknown_issue_with_credential';
30826
31504
  }>;
30827
31505
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
30828
31506
  is_multi_phone_sync_credential?: boolean | undefined;