@seamapi/types 1.320.0 → 1.321.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/connect.cjs +140 -33
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +315 -188
  4. package/lib/seam/connect/models/acs/acs-access-group.d.ts +105 -13
  5. package/lib/seam/connect/models/acs/acs-access-group.js +28 -0
  6. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  7. package/lib/seam/connect/models/acs/acs-credential.d.ts +22 -22
  8. package/lib/seam/connect/models/acs/acs-credential.js +4 -4
  9. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -10
  11. package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -6
  12. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -2
  13. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
  14. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +32 -32
  15. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +14 -14
  16. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
  17. package/lib/seam/connect/openapi.d.ts +75 -12
  18. package/lib/seam/connect/openapi.js +101 -12
  19. package/lib/seam/connect/openapi.js.map +1 -1
  20. package/lib/seam/connect/route-types.d.ts +138 -112
  21. package/package.json +2 -2
  22. package/src/lib/seam/connect/models/acs/acs-access-group.ts +45 -0
  23. package/src/lib/seam/connect/models/acs/acs-credential.ts +4 -4
  24. package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -2
  25. package/src/lib/seam/connect/openapi.ts +114 -12
  26. package/src/lib/seam/connect/route-types.ts +138 -104
@@ -213,7 +213,7 @@ export interface Routes {
213
213
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
214
214
  message: string
215
215
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
216
- warning_code: 'unknown_issue_with_credential'
216
+ warning_code: 'unknown_issue_with_acs_credential'
217
217
  }
218
218
  >
219
219
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -327,7 +327,7 @@ export interface Routes {
327
327
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
328
328
  message: string
329
329
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
330
- warning_code: 'unknown_issue_with_credential'
330
+ warning_code: 'unknown_issue_with_acs_credential'
331
331
  }
332
332
  >
333
333
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -488,7 +488,7 @@ export interface Routes {
488
488
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
489
489
  message: string
490
490
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
491
- warning_code: 'unknown_issue_with_credential'
491
+ warning_code: 'unknown_issue_with_acs_credential'
492
492
  }
493
493
  >
494
494
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -602,7 +602,7 @@ export interface Routes {
602
602
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
603
603
  message: string
604
604
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
605
- warning_code: 'unknown_issue_with_credential'
605
+ warning_code: 'unknown_issue_with_acs_credential'
606
606
  }
607
607
  >
608
608
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -1319,7 +1319,7 @@ export interface Routes {
1319
1319
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1320
1320
  message: string
1321
1321
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1322
- warning_code: 'unknown_issue_with_credential'
1322
+ warning_code: 'unknown_issue_with_acs_credential'
1323
1323
  }
1324
1324
  >
1325
1325
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -1433,7 +1433,7 @@ export interface Routes {
1433
1433
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1434
1434
  message: string
1435
1435
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1436
- warning_code: 'unknown_issue_with_credential'
1436
+ warning_code: 'unknown_issue_with_acs_credential'
1437
1437
  }
1438
1438
  >
1439
1439
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -1594,7 +1594,7 @@ export interface Routes {
1594
1594
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1595
1595
  message: string
1596
1596
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1597
- warning_code: 'unknown_issue_with_credential'
1597
+ warning_code: 'unknown_issue_with_acs_credential'
1598
1598
  }
1599
1599
  >
1600
1600
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -1708,7 +1708,7 @@ export interface Routes {
1708
1708
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1709
1709
  message: string
1710
1710
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1711
- warning_code: 'unknown_issue_with_credential'
1711
+ warning_code: 'unknown_issue_with_acs_credential'
1712
1712
  }
1713
1713
  >
1714
1714
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -2655,7 +2655,7 @@ export interface Routes {
2655
2655
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2656
2656
  message: string
2657
2657
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2658
- warning_code: 'unknown_issue_with_credential'
2658
+ warning_code: 'unknown_issue_with_acs_credential'
2659
2659
  }
2660
2660
  >
2661
2661
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -2769,7 +2769,7 @@ export interface Routes {
2769
2769
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2770
2770
  message: string
2771
2771
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2772
- warning_code: 'unknown_issue_with_credential'
2772
+ warning_code: 'unknown_issue_with_acs_credential'
2773
2773
  }
2774
2774
  >
2775
2775
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -2930,7 +2930,7 @@ export interface Routes {
2930
2930
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2931
2931
  message: string
2932
2932
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2933
- warning_code: 'unknown_issue_with_credential'
2933
+ warning_code: 'unknown_issue_with_acs_credential'
2934
2934
  }
2935
2935
  >
2936
2936
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -3044,7 +3044,7 @@ export interface Routes {
3044
3044
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3045
3045
  message: string
3046
3046
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3047
- warning_code: 'unknown_issue_with_credential'
3047
+ warning_code: 'unknown_issue_with_acs_credential'
3048
3048
  }
3049
3049
  >
3050
3050
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -3748,7 +3748,7 @@ export interface Routes {
3748
3748
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3749
3749
  message: string
3750
3750
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3751
- warning_code: 'unknown_issue_with_credential'
3751
+ warning_code: 'unknown_issue_with_acs_credential'
3752
3752
  }
3753
3753
  >
3754
3754
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -3862,7 +3862,7 @@ export interface Routes {
3862
3862
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3863
3863
  message: string
3864
3864
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3865
- warning_code: 'unknown_issue_with_credential'
3865
+ warning_code: 'unknown_issue_with_acs_credential'
3866
3866
  }
3867
3867
  >
3868
3868
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -4023,7 +4023,7 @@ export interface Routes {
4023
4023
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4024
4024
  message: string
4025
4025
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4026
- warning_code: 'unknown_issue_with_credential'
4026
+ warning_code: 'unknown_issue_with_acs_credential'
4027
4027
  }
4028
4028
  >
4029
4029
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -4137,7 +4137,7 @@ export interface Routes {
4137
4137
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4138
4138
  message: string
4139
4139
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4140
- warning_code: 'unknown_issue_with_credential'
4140
+ warning_code: 'unknown_issue_with_acs_credential'
4141
4141
  }
4142
4142
  >
4143
4143
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -4555,6 +4555,7 @@ export interface Routes {
4555
4555
  | 'salto_ks_access_group'
4556
4556
  | 'brivo_group'
4557
4557
  | 'salto_space_group'
4558
+ | 'dormakaba_community_access_group'
4558
4559
  /**
4559
4560
  * @deprecated Use `external_type_display_name`. */
4560
4561
  access_group_type_display_name: string
@@ -4566,10 +4567,20 @@ export interface Routes {
4566
4567
  | 'salto_ks_access_group'
4567
4568
  | 'brivo_group'
4568
4569
  | 'salto_space_group'
4570
+ | 'dormakaba_community_access_group'
4569
4571
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
4570
4572
  external_type_display_name: string
4571
4573
  /** Date and time at which the access group was created. */
4572
4574
  created_at: string
4575
+ /** Warnings associated with the `acs_access_group`. */
4576
+ warnings: Array<{
4577
+ /** Date and time at which Seam created the warning. */
4578
+ created_at: string
4579
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4580
+ message: string
4581
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4582
+ warning_code: 'unknown_issue_with_acs_access_group'
4583
+ }>
4573
4584
  is_managed: true
4574
4585
  }
4575
4586
  }
@@ -4604,6 +4615,7 @@ export interface Routes {
4604
4615
  | 'salto_ks_access_group'
4605
4616
  | 'brivo_group'
4606
4617
  | 'salto_space_group'
4618
+ | 'dormakaba_community_access_group'
4607
4619
  /**
4608
4620
  * @deprecated Use `external_type_display_name`. */
4609
4621
  access_group_type_display_name: string
@@ -4615,10 +4627,20 @@ export interface Routes {
4615
4627
  | 'salto_ks_access_group'
4616
4628
  | 'brivo_group'
4617
4629
  | 'salto_space_group'
4630
+ | 'dormakaba_community_access_group'
4618
4631
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
4619
4632
  external_type_display_name: string
4620
4633
  /** Date and time at which the access group was created. */
4621
4634
  created_at: string
4635
+ /** Warnings associated with the `acs_access_group`. */
4636
+ warnings: Array<{
4637
+ /** Date and time at which Seam created the warning. */
4638
+ created_at: string
4639
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4640
+ message: string
4641
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4642
+ warning_code: 'unknown_issue_with_acs_access_group'
4643
+ }>
4622
4644
  is_managed: true
4623
4645
  }>
4624
4646
  }
@@ -4688,8 +4710,6 @@ export interface Routes {
4688
4710
  | {
4689
4711
  access_point_name: string
4690
4712
  common_area_number?: number | undefined
4691
- inner_access_points_names?: string[] | undefined
4692
- lease_ids?: string[] | undefined
4693
4713
  }
4694
4714
  | undefined
4695
4715
  assa_abloy_vostio_metadata?:
@@ -4880,6 +4900,7 @@ export interface Routes {
4880
4900
  | 'salto_ks_access_group'
4881
4901
  | 'brivo_group'
4882
4902
  | 'salto_space_group'
4903
+ | 'dormakaba_community_access_group'
4883
4904
  /**
4884
4905
  * @deprecated Use `external_type_display_name`. */
4885
4906
  access_group_type_display_name: string
@@ -4891,10 +4912,20 @@ export interface Routes {
4891
4912
  | 'salto_ks_access_group'
4892
4913
  | 'brivo_group'
4893
4914
  | 'salto_space_group'
4915
+ | 'dormakaba_community_access_group'
4894
4916
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
4895
4917
  external_type_display_name: string
4896
4918
  /** Date and time at which the access group was created. */
4897
4919
  created_at: string
4920
+ /** Warnings associated with the `acs_access_group`. */
4921
+ warnings: Array<{
4922
+ /** Date and time at which Seam created the warning. */
4923
+ created_at: string
4924
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4925
+ message: string
4926
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4927
+ warning_code: 'unknown_issue_with_acs_access_group'
4928
+ }>
4898
4929
  is_managed: false
4899
4930
  }
4900
4931
  }
@@ -4929,6 +4960,7 @@ export interface Routes {
4929
4960
  | 'salto_ks_access_group'
4930
4961
  | 'brivo_group'
4931
4962
  | 'salto_space_group'
4963
+ | 'dormakaba_community_access_group'
4932
4964
  /**
4933
4965
  * @deprecated Use `external_type_display_name`. */
4934
4966
  access_group_type_display_name: string
@@ -4940,10 +4972,20 @@ export interface Routes {
4940
4972
  | 'salto_ks_access_group'
4941
4973
  | 'brivo_group'
4942
4974
  | 'salto_space_group'
4975
+ | 'dormakaba_community_access_group'
4943
4976
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
4944
4977
  external_type_display_name: string
4945
4978
  /** Date and time at which the access group was created. */
4946
4979
  created_at: string
4980
+ /** Warnings associated with the `acs_access_group`. */
4981
+ warnings: Array<{
4982
+ /** Date and time at which Seam created the warning. */
4983
+ created_at: string
4984
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4985
+ message: string
4986
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4987
+ warning_code: 'unknown_issue_with_acs_access_group'
4988
+ }>
4947
4989
  is_managed: false
4948
4990
  }>
4949
4991
  }
@@ -5093,7 +5135,7 @@ export interface Routes {
5093
5135
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5094
5136
  message: string
5095
5137
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5096
- warning_code: 'unknown_issue_with_credential'
5138
+ warning_code: 'unknown_issue_with_acs_credential'
5097
5139
  }
5098
5140
  >
5099
5141
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -5258,7 +5300,7 @@ export interface Routes {
5258
5300
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5259
5301
  message: string
5260
5302
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5261
- warning_code: 'unknown_issue_with_credential'
5303
+ warning_code: 'unknown_issue_with_acs_credential'
5262
5304
  }
5263
5305
  >
5264
5306
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -5391,7 +5433,7 @@ export interface Routes {
5391
5433
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5392
5434
  message: string
5393
5435
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5394
- warning_code: 'unknown_issue_with_credential'
5436
+ warning_code: 'unknown_issue_with_acs_credential'
5395
5437
  }
5396
5438
  >
5397
5439
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -5528,7 +5570,7 @@ export interface Routes {
5528
5570
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5529
5571
  message: string
5530
5572
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5531
- warning_code: 'unknown_issue_with_credential'
5573
+ warning_code: 'unknown_issue_with_acs_credential'
5532
5574
  }
5533
5575
  >
5534
5576
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -5674,7 +5716,7 @@ export interface Routes {
5674
5716
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5675
5717
  message: string
5676
5718
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5677
- warning_code: 'unknown_issue_with_credential'
5719
+ warning_code: 'unknown_issue_with_acs_credential'
5678
5720
  }
5679
5721
  >
5680
5722
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -5765,8 +5807,6 @@ export interface Routes {
5765
5807
  | {
5766
5808
  access_point_name: string
5767
5809
  common_area_number?: number | undefined
5768
- inner_access_points_names?: string[] | undefined
5769
- lease_ids?: string[] | undefined
5770
5810
  }
5771
5811
  | undefined
5772
5812
  assa_abloy_vostio_metadata?:
@@ -5893,7 +5933,7 @@ export interface Routes {
5893
5933
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5894
5934
  message: string
5895
5935
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5896
- warning_code: 'unknown_issue_with_credential'
5936
+ warning_code: 'unknown_issue_with_acs_credential'
5897
5937
  }
5898
5938
  >
5899
5939
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6018,7 +6058,7 @@ export interface Routes {
6018
6058
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6019
6059
  message: string
6020
6060
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6021
- warning_code: 'unknown_issue_with_credential'
6061
+ warning_code: 'unknown_issue_with_acs_credential'
6022
6062
  }
6023
6063
  >
6024
6064
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6156,7 +6196,7 @@ export interface Routes {
6156
6196
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6157
6197
  message: string
6158
6198
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6159
- warning_code: 'unknown_issue_with_credential'
6199
+ warning_code: 'unknown_issue_with_acs_credential'
6160
6200
  }
6161
6201
  >
6162
6202
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6285,7 +6325,7 @@ export interface Routes {
6285
6325
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6286
6326
  message: string
6287
6327
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6288
- warning_code: 'unknown_issue_with_credential'
6328
+ warning_code: 'unknown_issue_with_acs_credential'
6289
6329
  }
6290
6330
  >
6291
6331
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6512,7 +6552,7 @@ export interface Routes {
6512
6552
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6513
6553
  message: string
6514
6554
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6515
- warning_code: 'unknown_issue_with_credential'
6555
+ warning_code: 'unknown_issue_with_acs_credential'
6516
6556
  }
6517
6557
  >
6518
6558
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6626,7 +6666,7 @@ export interface Routes {
6626
6666
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6627
6667
  message: string
6628
6668
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6629
- warning_code: 'unknown_issue_with_credential'
6669
+ warning_code: 'unknown_issue_with_acs_credential'
6630
6670
  }
6631
6671
  >
6632
6672
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6787,7 +6827,7 @@ export interface Routes {
6787
6827
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6788
6828
  message: string
6789
6829
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6790
- warning_code: 'unknown_issue_with_credential'
6830
+ warning_code: 'unknown_issue_with_acs_credential'
6791
6831
  }
6792
6832
  >
6793
6833
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -6901,7 +6941,7 @@ export interface Routes {
6901
6941
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6902
6942
  message: string
6903
6943
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6904
- warning_code: 'unknown_issue_with_credential'
6944
+ warning_code: 'unknown_issue_with_acs_credential'
6905
6945
  }
6906
6946
  >
6907
6947
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -7503,7 +7543,7 @@ export interface Routes {
7503
7543
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7504
7544
  message: string
7505
7545
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7506
- warning_code: 'unknown_issue_with_credential'
7546
+ warning_code: 'unknown_issue_with_acs_credential'
7507
7547
  }
7508
7548
  >
7509
7549
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -7617,7 +7657,7 @@ export interface Routes {
7617
7657
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7618
7658
  message: string
7619
7659
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7620
- warning_code: 'unknown_issue_with_credential'
7660
+ warning_code: 'unknown_issue_with_acs_credential'
7621
7661
  }
7622
7662
  >
7623
7663
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -7778,7 +7818,7 @@ export interface Routes {
7778
7818
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7779
7819
  message: string
7780
7820
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7781
- warning_code: 'unknown_issue_with_credential'
7821
+ warning_code: 'unknown_issue_with_acs_credential'
7782
7822
  }
7783
7823
  >
7784
7824
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -7892,7 +7932,7 @@ export interface Routes {
7892
7932
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7893
7933
  message: string
7894
7934
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7895
- warning_code: 'unknown_issue_with_credential'
7935
+ warning_code: 'unknown_issue_with_acs_credential'
7896
7936
  }
7897
7937
  >
7898
7938
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -8389,8 +8429,6 @@ export interface Routes {
8389
8429
  | {
8390
8430
  access_point_name: string
8391
8431
  common_area_number?: number | undefined
8392
- inner_access_points_names?: string[] | undefined
8393
- lease_ids?: string[] | undefined
8394
8432
  }
8395
8433
  | undefined
8396
8434
  assa_abloy_vostio_metadata?:
@@ -8493,8 +8531,6 @@ export interface Routes {
8493
8531
  | {
8494
8532
  access_point_name: string
8495
8533
  common_area_number?: number | undefined
8496
- inner_access_points_names?: string[] | undefined
8497
- lease_ids?: string[] | undefined
8498
8534
  }
8499
8535
  | undefined
8500
8536
  assa_abloy_vostio_metadata?:
@@ -8617,7 +8653,7 @@ export interface Routes {
8617
8653
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8618
8654
  message: string
8619
8655
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8620
- warning_code: 'unknown_issue_with_credential'
8656
+ warning_code: 'unknown_issue_with_acs_credential'
8621
8657
  }
8622
8658
  >
8623
8659
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -9647,8 +9683,6 @@ export interface Routes {
9647
9683
  | {
9648
9684
  access_point_name: string
9649
9685
  common_area_number?: number | undefined
9650
- inner_access_points_names?: string[] | undefined
9651
- lease_ids?: string[] | undefined
9652
9686
  }
9653
9687
  | undefined
9654
9688
  assa_abloy_vostio_metadata?:
@@ -10200,7 +10234,7 @@ export interface Routes {
10200
10234
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10201
10235
  message: string
10202
10236
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10203
- warning_code: 'unknown_issue_with_credential'
10237
+ warning_code: 'unknown_issue_with_acs_credential'
10204
10238
  }
10205
10239
  >
10206
10240
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -10314,7 +10348,7 @@ export interface Routes {
10314
10348
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10315
10349
  message: string
10316
10350
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10317
- warning_code: 'unknown_issue_with_credential'
10351
+ warning_code: 'unknown_issue_with_acs_credential'
10318
10352
  }
10319
10353
  >
10320
10354
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -10475,7 +10509,7 @@ export interface Routes {
10475
10509
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10476
10510
  message: string
10477
10511
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10478
- warning_code: 'unknown_issue_with_credential'
10512
+ warning_code: 'unknown_issue_with_acs_credential'
10479
10513
  }
10480
10514
  >
10481
10515
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -10589,7 +10623,7 @@ export interface Routes {
10589
10623
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10590
10624
  message: string
10591
10625
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10592
- warning_code: 'unknown_issue_with_credential'
10626
+ warning_code: 'unknown_issue_with_acs_credential'
10593
10627
  }
10594
10628
  >
10595
10629
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -11147,7 +11181,7 @@ export interface Routes {
11147
11181
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11148
11182
  message: string
11149
11183
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11150
- warning_code: 'unknown_issue_with_credential'
11184
+ warning_code: 'unknown_issue_with_acs_credential'
11151
11185
  }
11152
11186
  >
11153
11187
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -11261,7 +11295,7 @@ export interface Routes {
11261
11295
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11262
11296
  message: string
11263
11297
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11264
- warning_code: 'unknown_issue_with_credential'
11298
+ warning_code: 'unknown_issue_with_acs_credential'
11265
11299
  }
11266
11300
  >
11267
11301
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -11422,7 +11456,7 @@ export interface Routes {
11422
11456
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11423
11457
  message: string
11424
11458
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11425
- warning_code: 'unknown_issue_with_credential'
11459
+ warning_code: 'unknown_issue_with_acs_credential'
11426
11460
  }
11427
11461
  >
11428
11462
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -11536,7 +11570,7 @@ export interface Routes {
11536
11570
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11537
11571
  message: string
11538
11572
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11539
- warning_code: 'unknown_issue_with_credential'
11573
+ warning_code: 'unknown_issue_with_acs_credential'
11540
11574
  }
11541
11575
  >
11542
11576
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -20482,7 +20516,7 @@ export interface Routes {
20482
20516
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20483
20517
  message: string
20484
20518
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20485
- warning_code: 'unknown_issue_with_credential'
20519
+ warning_code: 'unknown_issue_with_acs_credential'
20486
20520
  }
20487
20521
  >
20488
20522
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -20596,7 +20630,7 @@ export interface Routes {
20596
20630
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20597
20631
  message: string
20598
20632
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20599
- warning_code: 'unknown_issue_with_credential'
20633
+ warning_code: 'unknown_issue_with_acs_credential'
20600
20634
  }
20601
20635
  >
20602
20636
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -20757,7 +20791,7 @@ export interface Routes {
20757
20791
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20758
20792
  message: string
20759
20793
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20760
- warning_code: 'unknown_issue_with_credential'
20794
+ warning_code: 'unknown_issue_with_acs_credential'
20761
20795
  }
20762
20796
  >
20763
20797
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -20871,7 +20905,7 @@ export interface Routes {
20871
20905
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20872
20906
  message: string
20873
20907
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20874
- warning_code: 'unknown_issue_with_credential'
20908
+ warning_code: 'unknown_issue_with_acs_credential'
20875
20909
  }
20876
20910
  >
20877
20911
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -21430,7 +21464,7 @@ export interface Routes {
21430
21464
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21431
21465
  message: string
21432
21466
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21433
- warning_code: 'unknown_issue_with_credential'
21467
+ warning_code: 'unknown_issue_with_acs_credential'
21434
21468
  }
21435
21469
  >
21436
21470
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -21544,7 +21578,7 @@ export interface Routes {
21544
21578
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21545
21579
  message: string
21546
21580
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21547
- warning_code: 'unknown_issue_with_credential'
21581
+ warning_code: 'unknown_issue_with_acs_credential'
21548
21582
  }
21549
21583
  >
21550
21584
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -21705,7 +21739,7 @@ export interface Routes {
21705
21739
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21706
21740
  message: string
21707
21741
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21708
- warning_code: 'unknown_issue_with_credential'
21742
+ warning_code: 'unknown_issue_with_acs_credential'
21709
21743
  }
21710
21744
  >
21711
21745
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -21819,7 +21853,7 @@ export interface Routes {
21819
21853
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21820
21854
  message: string
21821
21855
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21822
- warning_code: 'unknown_issue_with_credential'
21856
+ warning_code: 'unknown_issue_with_acs_credential'
21823
21857
  }
21824
21858
  >
21825
21859
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -24005,7 +24039,7 @@ export interface Routes {
24005
24039
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24006
24040
  message: string
24007
24041
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24008
- warning_code: 'unknown_issue_with_credential'
24042
+ warning_code: 'unknown_issue_with_acs_credential'
24009
24043
  }
24010
24044
  >
24011
24045
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -24119,7 +24153,7 @@ export interface Routes {
24119
24153
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24120
24154
  message: string
24121
24155
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24122
- warning_code: 'unknown_issue_with_credential'
24156
+ warning_code: 'unknown_issue_with_acs_credential'
24123
24157
  }
24124
24158
  >
24125
24159
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -24280,7 +24314,7 @@ export interface Routes {
24280
24314
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24281
24315
  message: string
24282
24316
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24283
- warning_code: 'unknown_issue_with_credential'
24317
+ warning_code: 'unknown_issue_with_acs_credential'
24284
24318
  }
24285
24319
  >
24286
24320
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -24394,7 +24428,7 @@ export interface Routes {
24394
24428
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24395
24429
  message: string
24396
24430
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24397
- warning_code: 'unknown_issue_with_credential'
24431
+ warning_code: 'unknown_issue_with_acs_credential'
24398
24432
  }
24399
24433
  >
24400
24434
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -24963,7 +24997,7 @@ export interface Routes {
24963
24997
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24964
24998
  message: string
24965
24999
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24966
- warning_code: 'unknown_issue_with_credential'
25000
+ warning_code: 'unknown_issue_with_acs_credential'
24967
25001
  }
24968
25002
  >
24969
25003
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -25077,7 +25111,7 @@ export interface Routes {
25077
25111
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25078
25112
  message: string
25079
25113
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25080
- warning_code: 'unknown_issue_with_credential'
25114
+ warning_code: 'unknown_issue_with_acs_credential'
25081
25115
  }
25082
25116
  >
25083
25117
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -25238,7 +25272,7 @@ export interface Routes {
25238
25272
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25239
25273
  message: string
25240
25274
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25241
- warning_code: 'unknown_issue_with_credential'
25275
+ warning_code: 'unknown_issue_with_acs_credential'
25242
25276
  }
25243
25277
  >
25244
25278
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -25352,7 +25386,7 @@ export interface Routes {
25352
25386
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25353
25387
  message: string
25354
25388
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25355
- warning_code: 'unknown_issue_with_credential'
25389
+ warning_code: 'unknown_issue_with_acs_credential'
25356
25390
  }
25357
25391
  >
25358
25392
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -25960,7 +25994,7 @@ export interface Routes {
25960
25994
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25961
25995
  message: string
25962
25996
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25963
- warning_code: 'unknown_issue_with_credential'
25997
+ warning_code: 'unknown_issue_with_acs_credential'
25964
25998
  }
25965
25999
  >
25966
26000
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -26074,7 +26108,7 @@ export interface Routes {
26074
26108
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
26075
26109
  message: string
26076
26110
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26077
- warning_code: 'unknown_issue_with_credential'
26111
+ warning_code: 'unknown_issue_with_acs_credential'
26078
26112
  }
26079
26113
  >
26080
26114
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -26235,7 +26269,7 @@ export interface Routes {
26235
26269
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
26236
26270
  message: string
26237
26271
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26238
- warning_code: 'unknown_issue_with_credential'
26272
+ warning_code: 'unknown_issue_with_acs_credential'
26239
26273
  }
26240
26274
  >
26241
26275
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -26349,7 +26383,7 @@ export interface Routes {
26349
26383
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
26350
26384
  message: string
26351
26385
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26352
- warning_code: 'unknown_issue_with_credential'
26386
+ warning_code: 'unknown_issue_with_acs_credential'
26353
26387
  }
26354
26388
  >
26355
26389
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -27116,7 +27150,7 @@ export interface Routes {
27116
27150
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27117
27151
  message: string
27118
27152
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27119
- warning_code: 'unknown_issue_with_credential'
27153
+ warning_code: 'unknown_issue_with_acs_credential'
27120
27154
  }
27121
27155
  >
27122
27156
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -27230,7 +27264,7 @@ export interface Routes {
27230
27264
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27231
27265
  message: string
27232
27266
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27233
- warning_code: 'unknown_issue_with_credential'
27267
+ warning_code: 'unknown_issue_with_acs_credential'
27234
27268
  }
27235
27269
  >
27236
27270
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -27391,7 +27425,7 @@ export interface Routes {
27391
27425
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27392
27426
  message: string
27393
27427
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27394
- warning_code: 'unknown_issue_with_credential'
27428
+ warning_code: 'unknown_issue_with_acs_credential'
27395
27429
  }
27396
27430
  >
27397
27431
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -27505,7 +27539,7 @@ export interface Routes {
27505
27539
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27506
27540
  message: string
27507
27541
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27508
- warning_code: 'unknown_issue_with_credential'
27542
+ warning_code: 'unknown_issue_with_acs_credential'
27509
27543
  }
27510
27544
  >
27511
27545
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -28070,7 +28104,7 @@ export interface Routes {
28070
28104
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28071
28105
  message: string
28072
28106
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28073
- warning_code: 'unknown_issue_with_credential'
28107
+ warning_code: 'unknown_issue_with_acs_credential'
28074
28108
  }
28075
28109
  >
28076
28110
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -28184,7 +28218,7 @@ export interface Routes {
28184
28218
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28185
28219
  message: string
28186
28220
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28187
- warning_code: 'unknown_issue_with_credential'
28221
+ warning_code: 'unknown_issue_with_acs_credential'
28188
28222
  }
28189
28223
  >
28190
28224
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -28345,7 +28379,7 @@ export interface Routes {
28345
28379
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28346
28380
  message: string
28347
28381
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28348
- warning_code: 'unknown_issue_with_credential'
28382
+ warning_code: 'unknown_issue_with_acs_credential'
28349
28383
  }
28350
28384
  >
28351
28385
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -28459,7 +28493,7 @@ export interface Routes {
28459
28493
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28460
28494
  message: string
28461
28495
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28462
- warning_code: 'unknown_issue_with_credential'
28496
+ warning_code: 'unknown_issue_with_acs_credential'
28463
28497
  }
28464
28498
  >
28465
28499
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -29786,7 +29820,7 @@ export interface Routes {
29786
29820
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
29787
29821
  message: string
29788
29822
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
29789
- warning_code: 'unknown_issue_with_credential'
29823
+ warning_code: 'unknown_issue_with_acs_credential'
29790
29824
  }
29791
29825
  >
29792
29826
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -29900,7 +29934,7 @@ export interface Routes {
29900
29934
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
29901
29935
  message: string
29902
29936
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
29903
- warning_code: 'unknown_issue_with_credential'
29937
+ warning_code: 'unknown_issue_with_acs_credential'
29904
29938
  }
29905
29939
  >
29906
29940
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -30061,7 +30095,7 @@ export interface Routes {
30061
30095
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30062
30096
  message: string
30063
30097
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30064
- warning_code: 'unknown_issue_with_credential'
30098
+ warning_code: 'unknown_issue_with_acs_credential'
30065
30099
  }
30066
30100
  >
30067
30101
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -30175,7 +30209,7 @@ export interface Routes {
30175
30209
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30176
30210
  message: string
30177
30211
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30178
- warning_code: 'unknown_issue_with_credential'
30212
+ warning_code: 'unknown_issue_with_acs_credential'
30179
30213
  }
30180
30214
  >
30181
30215
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -30744,7 +30778,7 @@ export interface Routes {
30744
30778
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30745
30779
  message: string
30746
30780
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30747
- warning_code: 'unknown_issue_with_credential'
30781
+ warning_code: 'unknown_issue_with_acs_credential'
30748
30782
  }
30749
30783
  >
30750
30784
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -30858,7 +30892,7 @@ export interface Routes {
30858
30892
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30859
30893
  message: string
30860
30894
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30861
- warning_code: 'unknown_issue_with_credential'
30895
+ warning_code: 'unknown_issue_with_acs_credential'
30862
30896
  }
30863
30897
  >
30864
30898
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -31019,7 +31053,7 @@ export interface Routes {
31019
31053
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31020
31054
  message: string
31021
31055
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31022
- warning_code: 'unknown_issue_with_credential'
31056
+ warning_code: 'unknown_issue_with_acs_credential'
31023
31057
  }
31024
31058
  >
31025
31059
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -31133,7 +31167,7 @@ export interface Routes {
31133
31167
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31134
31168
  message: string
31135
31169
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31136
- warning_code: 'unknown_issue_with_credential'
31170
+ warning_code: 'unknown_issue_with_acs_credential'
31137
31171
  }
31138
31172
  >
31139
31173
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -33282,7 +33316,7 @@ export interface Routes {
33282
33316
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33283
33317
  message: string
33284
33318
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33285
- warning_code: 'unknown_issue_with_credential'
33319
+ warning_code: 'unknown_issue_with_acs_credential'
33286
33320
  }
33287
33321
  >
33288
33322
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -33396,7 +33430,7 @@ export interface Routes {
33396
33430
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33397
33431
  message: string
33398
33432
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33399
- warning_code: 'unknown_issue_with_credential'
33433
+ warning_code: 'unknown_issue_with_acs_credential'
33400
33434
  }
33401
33435
  >
33402
33436
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -33557,7 +33591,7 @@ export interface Routes {
33557
33591
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33558
33592
  message: string
33559
33593
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33560
- warning_code: 'unknown_issue_with_credential'
33594
+ warning_code: 'unknown_issue_with_acs_credential'
33561
33595
  }
33562
33596
  >
33563
33597
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -33671,7 +33705,7 @@ export interface Routes {
33671
33705
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33672
33706
  message: string
33673
33707
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33674
- warning_code: 'unknown_issue_with_credential'
33708
+ warning_code: 'unknown_issue_with_acs_credential'
33675
33709
  }
33676
33710
  >
33677
33711
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -34407,7 +34441,7 @@ export interface Routes {
34407
34441
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34408
34442
  message: string
34409
34443
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34410
- warning_code: 'unknown_issue_with_credential'
34444
+ warning_code: 'unknown_issue_with_acs_credential'
34411
34445
  }
34412
34446
  >
34413
34447
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -34521,7 +34555,7 @@ export interface Routes {
34521
34555
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34522
34556
  message: string
34523
34557
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34524
- warning_code: 'unknown_issue_with_credential'
34558
+ warning_code: 'unknown_issue_with_acs_credential'
34525
34559
  }
34526
34560
  >
34527
34561
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -34682,7 +34716,7 @@ export interface Routes {
34682
34716
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34683
34717
  message: string
34684
34718
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34685
- warning_code: 'unknown_issue_with_credential'
34719
+ warning_code: 'unknown_issue_with_acs_credential'
34686
34720
  }
34687
34721
  >
34688
34722
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -34796,7 +34830,7 @@ export interface Routes {
34796
34830
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34797
34831
  message: string
34798
34832
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34799
- warning_code: 'unknown_issue_with_credential'
34833
+ warning_code: 'unknown_issue_with_acs_credential'
34800
34834
  }
34801
34835
  >
34802
34836
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -35388,7 +35422,7 @@ export interface Routes {
35388
35422
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35389
35423
  message: string
35390
35424
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35391
- warning_code: 'unknown_issue_with_credential'
35425
+ warning_code: 'unknown_issue_with_acs_credential'
35392
35426
  }
35393
35427
  >
35394
35428
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -35502,7 +35536,7 @@ export interface Routes {
35502
35536
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35503
35537
  message: string
35504
35538
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35505
- warning_code: 'unknown_issue_with_credential'
35539
+ warning_code: 'unknown_issue_with_acs_credential'
35506
35540
  }
35507
35541
  >
35508
35542
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -35663,7 +35697,7 @@ export interface Routes {
35663
35697
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35664
35698
  message: string
35665
35699
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35666
- warning_code: 'unknown_issue_with_credential'
35700
+ warning_code: 'unknown_issue_with_acs_credential'
35667
35701
  }
35668
35702
  >
35669
35703
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -35777,7 +35811,7 @@ export interface Routes {
35777
35811
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35778
35812
  message: string
35779
35813
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35780
- warning_code: 'unknown_issue_with_credential'
35814
+ warning_code: 'unknown_issue_with_acs_credential'
35781
35815
  }
35782
35816
  >
35783
35817
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -38517,7 +38551,7 @@ export interface Routes {
38517
38551
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38518
38552
  message: string
38519
38553
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38520
- warning_code: 'unknown_issue_with_credential'
38554
+ warning_code: 'unknown_issue_with_acs_credential'
38521
38555
  }
38522
38556
  >
38523
38557
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -38631,7 +38665,7 @@ export interface Routes {
38631
38665
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38632
38666
  message: string
38633
38667
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38634
- warning_code: 'unknown_issue_with_credential'
38668
+ warning_code: 'unknown_issue_with_acs_credential'
38635
38669
  }
38636
38670
  >
38637
38671
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -38792,7 +38826,7 @@ export interface Routes {
38792
38826
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38793
38827
  message: string
38794
38828
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38795
- warning_code: 'unknown_issue_with_credential'
38829
+ warning_code: 'unknown_issue_with_acs_credential'
38796
38830
  }
38797
38831
  >
38798
38832
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
@@ -38906,7 +38940,7 @@ export interface Routes {
38906
38940
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38907
38941
  message: string
38908
38942
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38909
- warning_code: 'unknown_issue_with_credential'
38943
+ warning_code: 'unknown_issue_with_acs_credential'
38910
38944
  }
38911
38945
  >
38912
38946
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */