@seamapi/types 1.431.0 → 1.432.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.
@@ -172,7 +172,7 @@ export interface Routes {
172
172
  pending_auto_update: boolean;
173
173
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
174
174
  card_format: 'TLCode' | 'rfid48';
175
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
175
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
176
176
  card_holder?: string | undefined;
177
177
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
178
178
  number_of_issued_cards: number;
@@ -272,7 +272,7 @@ export interface Routes {
272
272
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
273
273
  warning_code: 'needs_to_be_reissued';
274
274
  }>;
275
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
275
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
276
276
  is_multi_phone_sync_credential?: boolean | undefined;
277
277
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
278
278
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -402,7 +402,7 @@ export interface Routes {
402
402
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
403
403
  warning_code: 'needs_to_be_reissued';
404
404
  }>;
405
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
405
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
406
406
  is_multi_phone_sync_credential?: boolean | undefined;
407
407
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
408
408
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -584,7 +584,7 @@ export interface Routes {
584
584
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
585
585
  warning_code: 'needs_to_be_reissued';
586
586
  }>;
587
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
587
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
588
588
  is_multi_phone_sync_credential?: boolean | undefined;
589
589
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
590
590
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -714,7 +714,7 @@ export interface Routes {
714
714
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
715
715
  warning_code: 'needs_to_be_reissued';
716
716
  }>;
717
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
717
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
718
718
  is_multi_phone_sync_credential?: boolean | undefined;
719
719
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
720
720
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -2500,7 +2500,7 @@ export interface Routes {
2500
2500
  pending_auto_update: boolean;
2501
2501
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2502
2502
  card_format: 'TLCode' | 'rfid48';
2503
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2503
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2504
2504
  card_holder?: string | undefined;
2505
2505
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2506
2506
  number_of_issued_cards: number;
@@ -2600,7 +2600,7 @@ export interface Routes {
2600
2600
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2601
2601
  warning_code: 'needs_to_be_reissued';
2602
2602
  }>;
2603
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2603
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2604
2604
  is_multi_phone_sync_credential?: boolean | undefined;
2605
2605
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
2606
2606
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -2730,7 +2730,7 @@ export interface Routes {
2730
2730
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2731
2731
  warning_code: 'needs_to_be_reissued';
2732
2732
  }>;
2733
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2733
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2734
2734
  is_multi_phone_sync_credential?: boolean | undefined;
2735
2735
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
2736
2736
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -2912,7 +2912,7 @@ export interface Routes {
2912
2912
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2913
2913
  warning_code: 'needs_to_be_reissued';
2914
2914
  }>;
2915
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2915
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
2916
2916
  is_multi_phone_sync_credential?: boolean | undefined;
2917
2917
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
2918
2918
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -3042,7 +3042,7 @@ export interface Routes {
3042
3042
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3043
3043
  warning_code: 'needs_to_be_reissued';
3044
3044
  }>;
3045
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
3045
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
3046
3046
  is_multi_phone_sync_credential?: boolean | undefined;
3047
3047
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
3048
3048
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -6432,7 +6432,7 @@ export interface Routes {
6432
6432
  pending_auto_update: boolean;
6433
6433
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6434
6434
  card_format: 'TLCode' | 'rfid48';
6435
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6435
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6436
6436
  card_holder?: string | undefined;
6437
6437
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6438
6438
  number_of_issued_cards: number;
@@ -6532,7 +6532,7 @@ export interface Routes {
6532
6532
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6533
6533
  warning_code: 'needs_to_be_reissued';
6534
6534
  }>;
6535
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6535
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6536
6536
  is_multi_phone_sync_credential?: boolean | undefined;
6537
6537
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
6538
6538
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -6662,7 +6662,7 @@ export interface Routes {
6662
6662
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6663
6663
  warning_code: 'needs_to_be_reissued';
6664
6664
  }>;
6665
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6665
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6666
6666
  is_multi_phone_sync_credential?: boolean | undefined;
6667
6667
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
6668
6668
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -6844,7 +6844,7 @@ export interface Routes {
6844
6844
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6845
6845
  warning_code: 'needs_to_be_reissued';
6846
6846
  }>;
6847
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6847
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6848
6848
  is_multi_phone_sync_credential?: boolean | undefined;
6849
6849
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
6850
6850
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -6974,7 +6974,7 @@ export interface Routes {
6974
6974
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6975
6975
  warning_code: 'needs_to_be_reissued';
6976
6976
  }>;
6977
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6977
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
6978
6978
  is_multi_phone_sync_credential?: boolean | undefined;
6979
6979
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
6980
6980
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -8768,7 +8768,7 @@ export interface Routes {
8768
8768
  pending_auto_update: boolean;
8769
8769
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
8770
8770
  card_format: 'TLCode' | 'rfid48';
8771
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
8771
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
8772
8772
  card_holder?: string | undefined;
8773
8773
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
8774
8774
  number_of_issued_cards: number;
@@ -8868,7 +8868,7 @@ export interface Routes {
8868
8868
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8869
8869
  warning_code: 'needs_to_be_reissued';
8870
8870
  }>;
8871
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
8871
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
8872
8872
  is_multi_phone_sync_credential?: boolean | undefined;
8873
8873
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
8874
8874
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -8998,7 +8998,7 @@ export interface Routes {
8998
8998
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8999
8999
  warning_code: 'needs_to_be_reissued';
9000
9000
  }>;
9001
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9001
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9002
9002
  is_multi_phone_sync_credential?: boolean | undefined;
9003
9003
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
9004
9004
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -9180,7 +9180,7 @@ export interface Routes {
9180
9180
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9181
9181
  warning_code: 'needs_to_be_reissued';
9182
9182
  }>;
9183
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9183
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9184
9184
  is_multi_phone_sync_credential?: boolean | undefined;
9185
9185
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
9186
9186
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -9310,7 +9310,7 @@ export interface Routes {
9310
9310
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9311
9311
  warning_code: 'needs_to_be_reissued';
9312
9312
  }>;
9313
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9313
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
9314
9314
  is_multi_phone_sync_credential?: boolean | undefined;
9315
9315
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
9316
9316
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -10288,7 +10288,7 @@ export interface Routes {
10288
10288
  pending_auto_update: boolean;
10289
10289
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
10290
10290
  card_format: 'TLCode' | 'rfid48';
10291
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
10291
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
10292
10292
  card_holder?: string | undefined;
10293
10293
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
10294
10294
  number_of_issued_cards: number;
@@ -10388,7 +10388,7 @@ export interface Routes {
10388
10388
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10389
10389
  warning_code: 'needs_to_be_reissued';
10390
10390
  }>;
10391
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10391
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10392
10392
  is_multi_phone_sync_credential?: boolean | undefined;
10393
10393
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
10394
10394
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -10518,7 +10518,7 @@ export interface Routes {
10518
10518
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10519
10519
  warning_code: 'needs_to_be_reissued';
10520
10520
  }>;
10521
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10521
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10522
10522
  is_multi_phone_sync_credential?: boolean | undefined;
10523
10523
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
10524
10524
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -10700,7 +10700,7 @@ export interface Routes {
10700
10700
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10701
10701
  warning_code: 'needs_to_be_reissued';
10702
10702
  }>;
10703
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10703
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10704
10704
  is_multi_phone_sync_credential?: boolean | undefined;
10705
10705
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
10706
10706
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -10830,7 +10830,7 @@ export interface Routes {
10830
10830
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10831
10831
  warning_code: 'needs_to_be_reissued';
10832
10832
  }>;
10833
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10833
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
10834
10834
  is_multi_phone_sync_credential?: boolean | undefined;
10835
10835
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
10836
10836
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -12201,7 +12201,7 @@ export interface Routes {
12201
12201
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
12202
12202
  warning_code: 'needs_to_be_reissued';
12203
12203
  }>;
12204
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12204
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12205
12205
  is_multi_phone_sync_credential?: boolean | undefined;
12206
12206
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
12207
12207
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -12263,7 +12263,7 @@ export interface Routes {
12263
12263
  access_method: 'code' | 'card' | 'mobile_key';
12264
12264
  /** Access (PIN) code for the new credential. There may be manufacturer-specific code restrictions. For details, see the applicable [device or system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview). */
12265
12265
  code?: string | undefined;
12266
- /** Indicates whether the new credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12266
+ /** Indicates whether the new credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12267
12267
  is_multi_phone_sync_credential?: boolean;
12268
12268
  /** Set of IDs of the [entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) for which the new credential grants access. */
12269
12269
  allowed_acs_entrance_ids?: string[];
@@ -12396,7 +12396,7 @@ export interface Routes {
12396
12396
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
12397
12397
  warning_code: 'needs_to_be_reissued';
12398
12398
  }>;
12399
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12399
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12400
12400
  is_multi_phone_sync_credential?: boolean | undefined;
12401
12401
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
12402
12402
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -12553,7 +12553,7 @@ export interface Routes {
12553
12553
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
12554
12554
  warning_code: 'needs_to_be_reissued';
12555
12555
  }>;
12556
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12556
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12557
12557
  is_multi_phone_sync_credential?: boolean | undefined;
12558
12558
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
12559
12559
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -12714,7 +12714,7 @@ export interface Routes {
12714
12714
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
12715
12715
  warning_code: 'needs_to_be_reissued';
12716
12716
  }>;
12717
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12717
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12718
12718
  is_multi_phone_sync_credential?: boolean | undefined;
12719
12719
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
12720
12720
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -12876,7 +12876,7 @@ export interface Routes {
12876
12876
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
12877
12877
  warning_code: 'needs_to_be_reissued';
12878
12878
  }>;
12879
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12879
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
12880
12880
  is_multi_phone_sync_credential?: boolean | undefined;
12881
12881
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
12882
12882
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -13138,7 +13138,7 @@ export interface Routes {
13138
13138
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13139
13139
  warning_code: 'needs_to_be_reissued';
13140
13140
  }>;
13141
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13141
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13142
13142
  is_multi_phone_sync_credential?: boolean | undefined;
13143
13143
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
13144
13144
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -13283,7 +13283,7 @@ export interface Routes {
13283
13283
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13284
13284
  warning_code: 'needs_to_be_reissued';
13285
13285
  }>;
13286
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13286
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13287
13287
  is_multi_phone_sync_credential?: boolean | undefined;
13288
13288
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
13289
13289
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -13438,7 +13438,7 @@ export interface Routes {
13438
13438
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13439
13439
  warning_code: 'needs_to_be_reissued';
13440
13440
  }>;
13441
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13441
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13442
13442
  is_multi_phone_sync_credential?: boolean | undefined;
13443
13443
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
13444
13444
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -13591,7 +13591,7 @@ export interface Routes {
13591
13591
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13592
13592
  warning_code: 'needs_to_be_reissued';
13593
13593
  }>;
13594
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13594
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13595
13595
  is_multi_phone_sync_credential?: boolean | undefined;
13596
13596
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
13597
13597
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -13774,7 +13774,7 @@ export interface Routes {
13774
13774
  pending_auto_update: boolean;
13775
13775
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
13776
13776
  card_format: 'TLCode' | 'rfid48';
13777
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
13777
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
13778
13778
  card_holder?: string | undefined;
13779
13779
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
13780
13780
  number_of_issued_cards: number;
@@ -13874,7 +13874,7 @@ export interface Routes {
13874
13874
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13875
13875
  warning_code: 'needs_to_be_reissued';
13876
13876
  }>;
13877
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13877
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
13878
13878
  is_multi_phone_sync_credential?: boolean | undefined;
13879
13879
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
13880
13880
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -14004,7 +14004,7 @@ export interface Routes {
14004
14004
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14005
14005
  warning_code: 'needs_to_be_reissued';
14006
14006
  }>;
14007
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
14007
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
14008
14008
  is_multi_phone_sync_credential?: boolean | undefined;
14009
14009
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
14010
14010
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -14186,7 +14186,7 @@ export interface Routes {
14186
14186
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14187
14187
  warning_code: 'needs_to_be_reissued';
14188
14188
  }>;
14189
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
14189
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
14190
14190
  is_multi_phone_sync_credential?: boolean | undefined;
14191
14191
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
14192
14192
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -14316,7 +14316,7 @@ export interface Routes {
14316
14316
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14317
14317
  warning_code: 'needs_to_be_reissued';
14318
14318
  }>;
14319
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
14319
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
14320
14320
  is_multi_phone_sync_credential?: boolean | undefined;
14321
14321
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
14322
14322
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -15130,7 +15130,7 @@ export interface Routes {
15130
15130
  pending_auto_update: boolean;
15131
15131
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15132
15132
  card_format: 'TLCode' | 'rfid48';
15133
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15133
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15134
15134
  card_holder?: string | undefined;
15135
15135
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15136
15136
  number_of_issued_cards: number;
@@ -15230,7 +15230,7 @@ export interface Routes {
15230
15230
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15231
15231
  warning_code: 'needs_to_be_reissued';
15232
15232
  }>;
15233
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15233
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15234
15234
  is_multi_phone_sync_credential?: boolean | undefined;
15235
15235
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
15236
15236
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -15360,7 +15360,7 @@ export interface Routes {
15360
15360
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15361
15361
  warning_code: 'needs_to_be_reissued';
15362
15362
  }>;
15363
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15363
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15364
15364
  is_multi_phone_sync_credential?: boolean | undefined;
15365
15365
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
15366
15366
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -15542,7 +15542,7 @@ export interface Routes {
15542
15542
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15543
15543
  warning_code: 'needs_to_be_reissued';
15544
15544
  }>;
15545
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15545
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15546
15546
  is_multi_phone_sync_credential?: boolean | undefined;
15547
15547
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
15548
15548
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -15672,7 +15672,7 @@ export interface Routes {
15672
15672
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15673
15673
  warning_code: 'needs_to_be_reissued';
15674
15674
  }>;
15675
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15675
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
15676
15676
  is_multi_phone_sync_credential?: boolean | undefined;
15677
15677
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
15678
15678
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -16682,7 +16682,7 @@ export interface Routes {
16682
16682
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16683
16683
  warning_code: 'needs_to_be_reissued';
16684
16684
  }>;
16685
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
16685
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
16686
16686
  is_multi_phone_sync_credential?: boolean | undefined;
16687
16687
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
16688
16688
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -18670,7 +18670,7 @@ export interface Routes {
18670
18670
  pending_auto_update: boolean;
18671
18671
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18672
18672
  card_format: 'TLCode' | 'rfid48';
18673
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18673
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18674
18674
  card_holder?: string | undefined;
18675
18675
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18676
18676
  number_of_issued_cards: number;
@@ -18770,7 +18770,7 @@ export interface Routes {
18770
18770
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18771
18771
  warning_code: 'needs_to_be_reissued';
18772
18772
  }>;
18773
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
18773
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
18774
18774
  is_multi_phone_sync_credential?: boolean | undefined;
18775
18775
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
18776
18776
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -18900,7 +18900,7 @@ export interface Routes {
18900
18900
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18901
18901
  warning_code: 'needs_to_be_reissued';
18902
18902
  }>;
18903
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
18903
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
18904
18904
  is_multi_phone_sync_credential?: boolean | undefined;
18905
18905
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
18906
18906
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -19082,7 +19082,7 @@ export interface Routes {
19082
19082
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19083
19083
  warning_code: 'needs_to_be_reissued';
19084
19084
  }>;
19085
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19085
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19086
19086
  is_multi_phone_sync_credential?: boolean | undefined;
19087
19087
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
19088
19088
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -19212,7 +19212,7 @@ export interface Routes {
19212
19212
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19213
19213
  warning_code: 'needs_to_be_reissued';
19214
19214
  }>;
19215
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19215
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
19216
19216
  is_multi_phone_sync_credential?: boolean | undefined;
19217
19217
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
19218
19218
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -19923,7 +19923,7 @@ export interface Routes {
19923
19923
  pending_auto_update: boolean;
19924
19924
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19925
19925
  card_format: 'TLCode' | 'rfid48';
19926
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19926
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19927
19927
  card_holder?: string | undefined;
19928
19928
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19929
19929
  number_of_issued_cards: number;
@@ -20023,7 +20023,7 @@ export interface Routes {
20023
20023
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20024
20024
  warning_code: 'needs_to_be_reissued';
20025
20025
  }>;
20026
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20026
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20027
20027
  is_multi_phone_sync_credential?: boolean | undefined;
20028
20028
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
20029
20029
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -20153,7 +20153,7 @@ export interface Routes {
20153
20153
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20154
20154
  warning_code: 'needs_to_be_reissued';
20155
20155
  }>;
20156
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20156
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20157
20157
  is_multi_phone_sync_credential?: boolean | undefined;
20158
20158
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
20159
20159
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -20335,7 +20335,7 @@ export interface Routes {
20335
20335
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20336
20336
  warning_code: 'needs_to_be_reissued';
20337
20337
  }>;
20338
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20338
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20339
20339
  is_multi_phone_sync_credential?: boolean | undefined;
20340
20340
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
20341
20341
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -20465,7 +20465,7 @@ export interface Routes {
20465
20465
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20466
20466
  warning_code: 'needs_to_be_reissued';
20467
20467
  }>;
20468
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20468
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
20469
20469
  is_multi_phone_sync_credential?: boolean | undefined;
20470
20470
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
20471
20471
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33447,7 +33447,7 @@ export interface Routes {
33447
33447
  pending_auto_update: boolean;
33448
33448
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33449
33449
  card_format: 'TLCode' | 'rfid48';
33450
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33450
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33451
33451
  card_holder?: string | undefined;
33452
33452
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33453
33453
  number_of_issued_cards: number;
@@ -33547,7 +33547,7 @@ export interface Routes {
33547
33547
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33548
33548
  warning_code: 'needs_to_be_reissued';
33549
33549
  }>;
33550
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33550
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33551
33551
  is_multi_phone_sync_credential?: boolean | undefined;
33552
33552
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
33553
33553
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33677,7 +33677,7 @@ export interface Routes {
33677
33677
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33678
33678
  warning_code: 'needs_to_be_reissued';
33679
33679
  }>;
33680
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33680
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33681
33681
  is_multi_phone_sync_credential?: boolean | undefined;
33682
33682
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
33683
33683
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33859,7 +33859,7 @@ export interface Routes {
33859
33859
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33860
33860
  warning_code: 'needs_to_be_reissued';
33861
33861
  }>;
33862
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33862
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33863
33863
  is_multi_phone_sync_credential?: boolean | undefined;
33864
33864
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
33865
33865
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33989,7 +33989,7 @@ export interface Routes {
33989
33989
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33990
33990
  warning_code: 'needs_to_be_reissued';
33991
33991
  }>;
33992
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33992
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
33993
33993
  is_multi_phone_sync_credential?: boolean | undefined;
33994
33994
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
33995
33995
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -34707,7 +34707,7 @@ export interface Routes {
34707
34707
  pending_auto_update: boolean;
34708
34708
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34709
34709
  card_format: 'TLCode' | 'rfid48';
34710
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34710
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34711
34711
  card_holder?: string | undefined;
34712
34712
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34713
34713
  number_of_issued_cards: number;
@@ -34807,7 +34807,7 @@ export interface Routes {
34807
34807
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34808
34808
  warning_code: 'needs_to_be_reissued';
34809
34809
  }>;
34810
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
34810
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
34811
34811
  is_multi_phone_sync_credential?: boolean | undefined;
34812
34812
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
34813
34813
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -34937,7 +34937,7 @@ export interface Routes {
34937
34937
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34938
34938
  warning_code: 'needs_to_be_reissued';
34939
34939
  }>;
34940
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
34940
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
34941
34941
  is_multi_phone_sync_credential?: boolean | undefined;
34942
34942
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
34943
34943
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -35119,7 +35119,7 @@ export interface Routes {
35119
35119
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35120
35120
  warning_code: 'needs_to_be_reissued';
35121
35121
  }>;
35122
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
35122
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
35123
35123
  is_multi_phone_sync_credential?: boolean | undefined;
35124
35124
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
35125
35125
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -35249,7 +35249,7 @@ export interface Routes {
35249
35249
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35250
35250
  warning_code: 'needs_to_be_reissued';
35251
35251
  }>;
35252
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
35252
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
35253
35253
  is_multi_phone_sync_credential?: boolean | undefined;
35254
35254
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
35255
35255
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -35965,7 +35965,7 @@ export interface Routes {
35965
35965
  pending_auto_update: boolean;
35966
35966
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35967
35967
  card_format: 'TLCode' | 'rfid48';
35968
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35968
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35969
35969
  card_holder?: string | undefined;
35970
35970
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35971
35971
  number_of_issued_cards: number;
@@ -36065,7 +36065,7 @@ export interface Routes {
36065
36065
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36066
36066
  warning_code: 'needs_to_be_reissued';
36067
36067
  }>;
36068
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36068
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36069
36069
  is_multi_phone_sync_credential?: boolean | undefined;
36070
36070
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
36071
36071
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -36195,7 +36195,7 @@ export interface Routes {
36195
36195
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36196
36196
  warning_code: 'needs_to_be_reissued';
36197
36197
  }>;
36198
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36198
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36199
36199
  is_multi_phone_sync_credential?: boolean | undefined;
36200
36200
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
36201
36201
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -36377,7 +36377,7 @@ export interface Routes {
36377
36377
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36378
36378
  warning_code: 'needs_to_be_reissued';
36379
36379
  }>;
36380
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36380
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36381
36381
  is_multi_phone_sync_credential?: boolean | undefined;
36382
36382
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
36383
36383
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -36507,7 +36507,7 @@ export interface Routes {
36507
36507
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36508
36508
  warning_code: 'needs_to_be_reissued';
36509
36509
  }>;
36510
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36510
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
36511
36511
  is_multi_phone_sync_credential?: boolean | undefined;
36512
36512
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
36513
36513
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37225,7 +37225,7 @@ export interface Routes {
37225
37225
  pending_auto_update: boolean;
37226
37226
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37227
37227
  card_format: 'TLCode' | 'rfid48';
37228
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37228
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37229
37229
  card_holder?: string | undefined;
37230
37230
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37231
37231
  number_of_issued_cards: number;
@@ -37325,7 +37325,7 @@ export interface Routes {
37325
37325
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37326
37326
  warning_code: 'needs_to_be_reissued';
37327
37327
  }>;
37328
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37328
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37329
37329
  is_multi_phone_sync_credential?: boolean | undefined;
37330
37330
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
37331
37331
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37455,7 +37455,7 @@ export interface Routes {
37455
37455
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37456
37456
  warning_code: 'needs_to_be_reissued';
37457
37457
  }>;
37458
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37458
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37459
37459
  is_multi_phone_sync_credential?: boolean | undefined;
37460
37460
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
37461
37461
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37637,7 +37637,7 @@ export interface Routes {
37637
37637
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37638
37638
  warning_code: 'needs_to_be_reissued';
37639
37639
  }>;
37640
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37640
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37641
37641
  is_multi_phone_sync_credential?: boolean | undefined;
37642
37642
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
37643
37643
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37767,7 +37767,7 @@ export interface Routes {
37767
37767
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37768
37768
  warning_code: 'needs_to_be_reissued';
37769
37769
  }>;
37770
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37770
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37771
37771
  is_multi_phone_sync_credential?: boolean | undefined;
37772
37772
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
37773
37773
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -40827,7 +40827,7 @@ export interface Routes {
40827
40827
  pending_auto_update: boolean;
40828
40828
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40829
40829
  card_format: 'TLCode' | 'rfid48';
40830
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40830
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40831
40831
  card_holder?: string | undefined;
40832
40832
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40833
40833
  number_of_issued_cards: number;
@@ -40927,7 +40927,7 @@ export interface Routes {
40927
40927
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40928
40928
  warning_code: 'needs_to_be_reissued';
40929
40929
  }>;
40930
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
40930
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
40931
40931
  is_multi_phone_sync_credential?: boolean | undefined;
40932
40932
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
40933
40933
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -41057,7 +41057,7 @@ export interface Routes {
41057
41057
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41058
41058
  warning_code: 'needs_to_be_reissued';
41059
41059
  }>;
41060
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41060
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41061
41061
  is_multi_phone_sync_credential?: boolean | undefined;
41062
41062
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
41063
41063
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -41239,7 +41239,7 @@ export interface Routes {
41239
41239
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41240
41240
  warning_code: 'needs_to_be_reissued';
41241
41241
  }>;
41242
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41242
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41243
41243
  is_multi_phone_sync_credential?: boolean | undefined;
41244
41244
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
41245
41245
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -41369,7 +41369,7 @@ export interface Routes {
41369
41369
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41370
41370
  warning_code: 'needs_to_be_reissued';
41371
41371
  }>;
41372
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41372
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41373
41373
  is_multi_phone_sync_credential?: boolean | undefined;
41374
41374
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
41375
41375
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42106,7 +42106,7 @@ export interface Routes {
42106
42106
  pending_auto_update: boolean;
42107
42107
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42108
42108
  card_format: 'TLCode' | 'rfid48';
42109
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42109
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42110
42110
  card_holder?: string | undefined;
42111
42111
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42112
42112
  number_of_issued_cards: number;
@@ -42206,7 +42206,7 @@ export interface Routes {
42206
42206
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42207
42207
  warning_code: 'needs_to_be_reissued';
42208
42208
  }>;
42209
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42209
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42210
42210
  is_multi_phone_sync_credential?: boolean | undefined;
42211
42211
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
42212
42212
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42336,7 +42336,7 @@ export interface Routes {
42336
42336
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42337
42337
  warning_code: 'needs_to_be_reissued';
42338
42338
  }>;
42339
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42339
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42340
42340
  is_multi_phone_sync_credential?: boolean | undefined;
42341
42341
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
42342
42342
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42518,7 +42518,7 @@ export interface Routes {
42518
42518
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42519
42519
  warning_code: 'needs_to_be_reissued';
42520
42520
  }>;
42521
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42521
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42522
42522
  is_multi_phone_sync_credential?: boolean | undefined;
42523
42523
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
42524
42524
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42648,7 +42648,7 @@ export interface Routes {
42648
42648
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42649
42649
  warning_code: 'needs_to_be_reissued';
42650
42650
  }>;
42651
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42651
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42652
42652
  is_multi_phone_sync_credential?: boolean | undefined;
42653
42653
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
42654
42654
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43439,7 +43439,7 @@ export interface Routes {
43439
43439
  pending_auto_update: boolean;
43440
43440
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43441
43441
  card_format: 'TLCode' | 'rfid48';
43442
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43442
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43443
43443
  card_holder?: string | undefined;
43444
43444
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43445
43445
  number_of_issued_cards: number;
@@ -43539,7 +43539,7 @@ export interface Routes {
43539
43539
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43540
43540
  warning_code: 'needs_to_be_reissued';
43541
43541
  }>;
43542
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43542
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43543
43543
  is_multi_phone_sync_credential?: boolean | undefined;
43544
43544
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
43545
43545
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43669,7 +43669,7 @@ export interface Routes {
43669
43669
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43670
43670
  warning_code: 'needs_to_be_reissued';
43671
43671
  }>;
43672
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43672
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43673
43673
  is_multi_phone_sync_credential?: boolean | undefined;
43674
43674
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
43675
43675
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43851,7 +43851,7 @@ export interface Routes {
43851
43851
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43852
43852
  warning_code: 'needs_to_be_reissued';
43853
43853
  }>;
43854
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43854
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43855
43855
  is_multi_phone_sync_credential?: boolean | undefined;
43856
43856
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
43857
43857
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43981,7 +43981,7 @@ export interface Routes {
43981
43981
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43982
43982
  warning_code: 'needs_to_be_reissued';
43983
43983
  }>;
43984
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43984
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43985
43985
  is_multi_phone_sync_credential?: boolean | undefined;
43986
43986
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
43987
43987
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -45433,7 +45433,7 @@ export interface Routes {
45433
45433
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45434
45434
  warning_code: 'needs_to_be_reissued';
45435
45435
  }>;
45436
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
45436
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
45437
45437
  is_multi_phone_sync_credential?: boolean | undefined;
45438
45438
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
45439
45439
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -45599,7 +45599,7 @@ export interface Routes {
45599
45599
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45600
45600
  warning_code: 'needs_to_be_reissued';
45601
45601
  }>;
45602
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
45602
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
45603
45603
  is_multi_phone_sync_credential?: boolean | undefined;
45604
45604
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
45605
45605
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46080,7 +46080,7 @@ export interface Routes {
46080
46080
  pending_auto_update: boolean;
46081
46081
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46082
46082
  card_format: 'TLCode' | 'rfid48';
46083
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46083
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46084
46084
  card_holder?: string | undefined;
46085
46085
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46086
46086
  number_of_issued_cards: number;
@@ -46180,7 +46180,7 @@ export interface Routes {
46180
46180
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46181
46181
  warning_code: 'needs_to_be_reissued';
46182
46182
  }>;
46183
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46183
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46184
46184
  is_multi_phone_sync_credential?: boolean | undefined;
46185
46185
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
46186
46186
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46310,7 +46310,7 @@ export interface Routes {
46310
46310
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46311
46311
  warning_code: 'needs_to_be_reissued';
46312
46312
  }>;
46313
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46313
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46314
46314
  is_multi_phone_sync_credential?: boolean | undefined;
46315
46315
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
46316
46316
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46492,7 +46492,7 @@ export interface Routes {
46492
46492
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46493
46493
  warning_code: 'needs_to_be_reissued';
46494
46494
  }>;
46495
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46495
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46496
46496
  is_multi_phone_sync_credential?: boolean | undefined;
46497
46497
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
46498
46498
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46622,7 +46622,7 @@ export interface Routes {
46622
46622
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46623
46623
  warning_code: 'needs_to_be_reissued';
46624
46624
  }>;
46625
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46625
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46626
46626
  is_multi_phone_sync_credential?: boolean | undefined;
46627
46627
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
46628
46628
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47344,7 +47344,7 @@ export interface Routes {
47344
47344
  pending_auto_update: boolean;
47345
47345
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47346
47346
  card_format: 'TLCode' | 'rfid48';
47347
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47347
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47348
47348
  card_holder?: string | undefined;
47349
47349
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47350
47350
  number_of_issued_cards: number;
@@ -47444,7 +47444,7 @@ export interface Routes {
47444
47444
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47445
47445
  warning_code: 'needs_to_be_reissued';
47446
47446
  }>;
47447
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47447
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47448
47448
  is_multi_phone_sync_credential?: boolean | undefined;
47449
47449
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
47450
47450
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47574,7 +47574,7 @@ export interface Routes {
47574
47574
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47575
47575
  warning_code: 'needs_to_be_reissued';
47576
47576
  }>;
47577
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47577
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47578
47578
  is_multi_phone_sync_credential?: boolean | undefined;
47579
47579
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
47580
47580
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47756,7 +47756,7 @@ export interface Routes {
47756
47756
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47757
47757
  warning_code: 'needs_to_be_reissued';
47758
47758
  }>;
47759
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47759
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47760
47760
  is_multi_phone_sync_credential?: boolean | undefined;
47761
47761
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
47762
47762
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47886,7 +47886,7 @@ export interface Routes {
47886
47886
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47887
47887
  warning_code: 'needs_to_be_reissued';
47888
47888
  }>;
47889
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47889
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47890
47890
  is_multi_phone_sync_credential?: boolean | undefined;
47891
47891
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
47892
47892
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -48700,7 +48700,7 @@ export interface Routes {
48700
48700
  pending_auto_update: boolean;
48701
48701
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48702
48702
  card_format: 'TLCode' | 'rfid48';
48703
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48703
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48704
48704
  card_holder?: string | undefined;
48705
48705
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48706
48706
  number_of_issued_cards: number;
@@ -48800,7 +48800,7 @@ export interface Routes {
48800
48800
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48801
48801
  warning_code: 'needs_to_be_reissued';
48802
48802
  }>;
48803
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
48803
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
48804
48804
  is_multi_phone_sync_credential?: boolean | undefined;
48805
48805
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
48806
48806
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -48930,7 +48930,7 @@ export interface Routes {
48930
48930
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48931
48931
  warning_code: 'needs_to_be_reissued';
48932
48932
  }>;
48933
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
48933
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
48934
48934
  is_multi_phone_sync_credential?: boolean | undefined;
48935
48935
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
48936
48936
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -49112,7 +49112,7 @@ export interface Routes {
49112
49112
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49113
49113
  warning_code: 'needs_to_be_reissued';
49114
49114
  }>;
49115
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
49115
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
49116
49116
  is_multi_phone_sync_credential?: boolean | undefined;
49117
49117
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
49118
49118
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -49242,7 +49242,7 @@ export interface Routes {
49242
49242
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49243
49243
  warning_code: 'needs_to_be_reissued';
49244
49244
  }>;
49245
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
49245
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
49246
49246
  is_multi_phone_sync_credential?: boolean | undefined;
49247
49247
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
49248
49248
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51119,7 +51119,7 @@ export interface Routes {
51119
51119
  pending_auto_update: boolean;
51120
51120
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51121
51121
  card_format: 'TLCode' | 'rfid48';
51122
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51122
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51123
51123
  card_holder?: string | undefined;
51124
51124
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51125
51125
  number_of_issued_cards: number;
@@ -51219,7 +51219,7 @@ export interface Routes {
51219
51219
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51220
51220
  warning_code: 'needs_to_be_reissued';
51221
51221
  }>;
51222
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51222
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51223
51223
  is_multi_phone_sync_credential?: boolean | undefined;
51224
51224
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
51225
51225
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51349,7 +51349,7 @@ export interface Routes {
51349
51349
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51350
51350
  warning_code: 'needs_to_be_reissued';
51351
51351
  }>;
51352
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51352
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51353
51353
  is_multi_phone_sync_credential?: boolean | undefined;
51354
51354
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
51355
51355
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51531,7 +51531,7 @@ export interface Routes {
51531
51531
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51532
51532
  warning_code: 'needs_to_be_reissued';
51533
51533
  }>;
51534
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51534
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51535
51535
  is_multi_phone_sync_credential?: boolean | undefined;
51536
51536
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
51537
51537
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51661,7 +51661,7 @@ export interface Routes {
51661
51661
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51662
51662
  warning_code: 'needs_to_be_reissued';
51663
51663
  }>;
51664
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51664
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
51665
51665
  is_multi_phone_sync_credential?: boolean | undefined;
51666
51666
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
51667
51667
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52387,7 +52387,7 @@ export interface Routes {
52387
52387
  pending_auto_update: boolean;
52388
52388
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52389
52389
  card_format: 'TLCode' | 'rfid48';
52390
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52390
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52391
52391
  card_holder?: string | undefined;
52392
52392
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52393
52393
  number_of_issued_cards: number;
@@ -52487,7 +52487,7 @@ export interface Routes {
52487
52487
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52488
52488
  warning_code: 'needs_to_be_reissued';
52489
52489
  }>;
52490
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52490
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52491
52491
  is_multi_phone_sync_credential?: boolean | undefined;
52492
52492
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
52493
52493
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52617,7 +52617,7 @@ export interface Routes {
52617
52617
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52618
52618
  warning_code: 'needs_to_be_reissued';
52619
52619
  }>;
52620
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52620
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52621
52621
  is_multi_phone_sync_credential?: boolean | undefined;
52622
52622
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
52623
52623
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52799,7 +52799,7 @@ export interface Routes {
52799
52799
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52800
52800
  warning_code: 'needs_to_be_reissued';
52801
52801
  }>;
52802
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52802
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52803
52803
  is_multi_phone_sync_credential?: boolean | undefined;
52804
52804
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
52805
52805
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52929,7 +52929,7 @@ export interface Routes {
52929
52929
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52930
52930
  warning_code: 'needs_to_be_reissued';
52931
52931
  }>;
52932
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52932
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
52933
52933
  is_multi_phone_sync_credential?: boolean | undefined;
52934
52934
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
52935
52935
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -55944,7 +55944,7 @@ export interface Routes {
55944
55944
  pending_auto_update: boolean;
55945
55945
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55946
55946
  card_format: 'TLCode' | 'rfid48';
55947
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55947
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55948
55948
  card_holder?: string | undefined;
55949
55949
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55950
55950
  number_of_issued_cards: number;
@@ -56044,7 +56044,7 @@ export interface Routes {
56044
56044
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56045
56045
  warning_code: 'needs_to_be_reissued';
56046
56046
  }>;
56047
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56047
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56048
56048
  is_multi_phone_sync_credential?: boolean | undefined;
56049
56049
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
56050
56050
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -56174,7 +56174,7 @@ export interface Routes {
56174
56174
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56175
56175
  warning_code: 'needs_to_be_reissued';
56176
56176
  }>;
56177
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56177
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56178
56178
  is_multi_phone_sync_credential?: boolean | undefined;
56179
56179
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
56180
56180
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -56356,7 +56356,7 @@ export interface Routes {
56356
56356
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56357
56357
  warning_code: 'needs_to_be_reissued';
56358
56358
  }>;
56359
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56359
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56360
56360
  is_multi_phone_sync_credential?: boolean | undefined;
56361
56361
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
56362
56362
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -56486,7 +56486,7 @@ export interface Routes {
56486
56486
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56487
56487
  warning_code: 'needs_to_be_reissued';
56488
56488
  }>;
56489
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56489
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56490
56490
  is_multi_phone_sync_credential?: boolean | undefined;
56491
56491
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
56492
56492
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57401,7 +57401,7 @@ export interface Routes {
57401
57401
  pending_auto_update: boolean;
57402
57402
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57403
57403
  card_format: 'TLCode' | 'rfid48';
57404
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57404
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57405
57405
  card_holder?: string | undefined;
57406
57406
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57407
57407
  number_of_issued_cards: number;
@@ -57501,7 +57501,7 @@ export interface Routes {
57501
57501
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57502
57502
  warning_code: 'needs_to_be_reissued';
57503
57503
  }>;
57504
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57504
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57505
57505
  is_multi_phone_sync_credential?: boolean | undefined;
57506
57506
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
57507
57507
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57631,7 +57631,7 @@ export interface Routes {
57631
57631
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57632
57632
  warning_code: 'needs_to_be_reissued';
57633
57633
  }>;
57634
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57634
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57635
57635
  is_multi_phone_sync_credential?: boolean | undefined;
57636
57636
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
57637
57637
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57813,7 +57813,7 @@ export interface Routes {
57813
57813
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57814
57814
  warning_code: 'needs_to_be_reissued';
57815
57815
  }>;
57816
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57816
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57817
57817
  is_multi_phone_sync_credential?: boolean | undefined;
57818
57818
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
57819
57819
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57943,7 +57943,7 @@ export interface Routes {
57943
57943
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57944
57944
  warning_code: 'needs_to_be_reissued';
57945
57945
  }>;
57946
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57946
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
57947
57947
  is_multi_phone_sync_credential?: boolean | undefined;
57948
57948
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
57949
57949
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -58688,7 +58688,7 @@ export interface Routes {
58688
58688
  pending_auto_update: boolean;
58689
58689
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58690
58690
  card_format: 'TLCode' | 'rfid48';
58691
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58691
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58692
58692
  card_holder?: string | undefined;
58693
58693
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58694
58694
  number_of_issued_cards: number;
@@ -58788,7 +58788,7 @@ export interface Routes {
58788
58788
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58789
58789
  warning_code: 'needs_to_be_reissued';
58790
58790
  }>;
58791
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58791
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58792
58792
  is_multi_phone_sync_credential?: boolean | undefined;
58793
58793
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
58794
58794
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -58918,7 +58918,7 @@ export interface Routes {
58918
58918
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58919
58919
  warning_code: 'needs_to_be_reissued';
58920
58920
  }>;
58921
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58921
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58922
58922
  is_multi_phone_sync_credential?: boolean | undefined;
58923
58923
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
58924
58924
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -59100,7 +59100,7 @@ export interface Routes {
59100
59100
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59101
59101
  warning_code: 'needs_to_be_reissued';
59102
59102
  }>;
59103
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59103
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59104
59104
  is_multi_phone_sync_credential?: boolean | undefined;
59105
59105
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
59106
59106
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -59230,7 +59230,7 @@ export interface Routes {
59230
59230
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59231
59231
  warning_code: 'needs_to_be_reissued';
59232
59232
  }>;
59233
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59233
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59234
59234
  is_multi_phone_sync_credential?: boolean | undefined;
59235
59235
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
59236
59236
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60076,7 +60076,7 @@ export interface Routes {
60076
60076
  pending_auto_update: boolean;
60077
60077
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60078
60078
  card_format: 'TLCode' | 'rfid48';
60079
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60079
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60080
60080
  card_holder?: string | undefined;
60081
60081
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60082
60082
  number_of_issued_cards: number;
@@ -60176,7 +60176,7 @@ export interface Routes {
60176
60176
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60177
60177
  warning_code: 'needs_to_be_reissued';
60178
60178
  }>;
60179
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60179
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60180
60180
  is_multi_phone_sync_credential?: boolean | undefined;
60181
60181
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
60182
60182
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60306,7 +60306,7 @@ export interface Routes {
60306
60306
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60307
60307
  warning_code: 'needs_to_be_reissued';
60308
60308
  }>;
60309
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60309
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60310
60310
  is_multi_phone_sync_credential?: boolean | undefined;
60311
60311
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
60312
60312
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60488,7 +60488,7 @@ export interface Routes {
60488
60488
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60489
60489
  warning_code: 'needs_to_be_reissued';
60490
60490
  }>;
60491
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60491
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60492
60492
  is_multi_phone_sync_credential?: boolean | undefined;
60493
60493
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
60494
60494
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60618,7 +60618,7 @@ export interface Routes {
60618
60618
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60619
60619
  warning_code: 'needs_to_be_reissued';
60620
60620
  }>;
60621
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60621
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60622
60622
  is_multi_phone_sync_credential?: boolean | undefined;
60623
60623
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
60624
60624
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -61891,12 +61891,18 @@ export interface Routes {
61891
61891
  created_at: string;
61892
61892
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
61893
61893
  workspace_id: string;
61894
- /** Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
61894
+ /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
61895
61895
  errors: Array<{
61896
61896
  /** Date and time at which Seam created the error. */
61897
61897
  created_at: string;
61898
61898
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
61899
61899
  message: string;
61900
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
61901
+ error_code: 'issue_with_acs_user';
61902
+ /** ID of the access system user that has an issue. */
61903
+ acs_user_id: string;
61904
+ /** ID of the access system that the user identity is associated with. */
61905
+ acs_system_id: string;
61900
61906
  }>;
61901
61907
  /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
61902
61908
  warnings: Array<{
@@ -61945,14 +61951,14 @@ export interface Routes {
61945
61951
  };
61946
61952
  formData: {};
61947
61953
  jsonResponse: {
61948
- /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
61954
+ /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).
61949
61955
  * @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
61950
61956
  enrollment_automation: {
61951
61957
  /** ID of the enrollment automation. */
61952
61958
  enrollment_automation_id: string;
61953
61959
  /** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
61954
61960
  credential_manager_acs_system_id: string;
61955
- /** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
61961
+ /** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
61956
61962
  user_identity_id: string;
61957
61963
  /** Date and time at which the enrollment automation was created. */
61958
61964
  created_at: string;
@@ -61980,14 +61986,14 @@ export interface Routes {
61980
61986
  };
61981
61987
  formData: {};
61982
61988
  jsonResponse: {
61983
- /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
61989
+ /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).
61984
61990
  * @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
61985
61991
  enrollment_automation: {
61986
61992
  /** ID of the enrollment automation. */
61987
61993
  enrollment_automation_id: string;
61988
61994
  /** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
61989
61995
  credential_manager_acs_system_id: string;
61990
- /** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
61996
+ /** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
61991
61997
  user_identity_id: string;
61992
61998
  /** Date and time at which the enrollment automation was created. */
61993
61999
  created_at: string;
@@ -62012,7 +62018,7 @@ export interface Routes {
62012
62018
  enrollment_automation_id: string;
62013
62019
  /** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
62014
62020
  credential_manager_acs_system_id: string;
62015
- /** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
62021
+ /** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
62016
62022
  user_identity_id: string;
62017
62023
  /** Date and time at which the enrollment automation was created. */
62018
62024
  created_at: string;
@@ -62084,12 +62090,18 @@ export interface Routes {
62084
62090
  created_at: string;
62085
62091
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
62086
62092
  workspace_id: string;
62087
- /** Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
62093
+ /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
62088
62094
  errors: Array<{
62089
62095
  /** Date and time at which Seam created the error. */
62090
62096
  created_at: string;
62091
62097
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62092
62098
  message: string;
62099
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62100
+ error_code: 'issue_with_acs_user';
62101
+ /** ID of the access system user that has an issue. */
62102
+ acs_user_id: string;
62103
+ /** ID of the access system that the user identity is associated with. */
62104
+ acs_system_id: string;
62093
62105
  }>;
62094
62106
  /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
62095
62107
  warnings: Array<{
@@ -62145,12 +62157,18 @@ export interface Routes {
62145
62157
  created_at: string;
62146
62158
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
62147
62159
  workspace_id: string;
62148
- /** Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
62160
+ /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
62149
62161
  errors: Array<{
62150
62162
  /** Date and time at which Seam created the error. */
62151
62163
  created_at: string;
62152
62164
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62153
62165
  message: string;
62166
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62167
+ error_code: 'issue_with_acs_user';
62168
+ /** ID of the access system user that has an issue. */
62169
+ acs_user_id: string;
62170
+ /** ID of the access system that the user identity is associated with. */
62171
+ acs_system_id: string;
62154
62172
  }>;
62155
62173
  /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
62156
62174
  warnings: Array<{
@@ -65202,7 +65220,7 @@ export interface Routes {
65202
65220
  pending_auto_update: boolean;
65203
65221
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65204
65222
  card_format: 'TLCode' | 'rfid48';
65205
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65223
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65206
65224
  card_holder?: string | undefined;
65207
65225
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65208
65226
  number_of_issued_cards: number;
@@ -65302,7 +65320,7 @@ export interface Routes {
65302
65320
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65303
65321
  warning_code: 'needs_to_be_reissued';
65304
65322
  }>;
65305
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65323
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65306
65324
  is_multi_phone_sync_credential?: boolean | undefined;
65307
65325
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
65308
65326
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -65432,7 +65450,7 @@ export interface Routes {
65432
65450
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65433
65451
  warning_code: 'needs_to_be_reissued';
65434
65452
  }>;
65435
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65453
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65436
65454
  is_multi_phone_sync_credential?: boolean | undefined;
65437
65455
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
65438
65456
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -65614,7 +65632,7 @@ export interface Routes {
65614
65632
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65615
65633
  warning_code: 'needs_to_be_reissued';
65616
65634
  }>;
65617
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65635
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65618
65636
  is_multi_phone_sync_credential?: boolean | undefined;
65619
65637
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
65620
65638
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -65744,7 +65762,7 @@ export interface Routes {
65744
65762
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65745
65763
  warning_code: 'needs_to_be_reissued';
65746
65764
  }>;
65747
- /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65765
+ /** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
65748
65766
  is_multi_phone_sync_credential?: boolean | undefined;
65749
65767
  /** Indicates whether the latest state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) has been synced from Seam to the provider. */
65750
65768
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;