@seamapi/types 1.431.0 → 1.433.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;
@@ -16479,6 +16479,8 @@ export interface Routes {
16479
16479
  access_grant_id?: string | undefined;
16480
16480
  /** ID of the access method for which you want to retrieve all entrances. */
16481
16481
  access_method_id?: string | undefined;
16482
+ /** ID of the connected account for which you want to retrieve all entrances. */
16483
+ connected_account_id?: string | undefined;
16482
16484
  };
16483
16485
  formData: {};
16484
16486
  jsonResponse: {
@@ -16682,7 +16684,7 @@ export interface Routes {
16682
16684
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16683
16685
  warning_code: 'needs_to_be_reissued';
16684
16686
  }>;
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). */
16687
+ /** 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
16688
  is_multi_phone_sync_credential?: boolean | undefined;
16687
16689
  /** 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
16690
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -18670,7 +18672,7 @@ export interface Routes {
18670
18672
  pending_auto_update: boolean;
18671
18673
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18672
18674
  card_format: 'TLCode' | 'rfid48';
18673
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18675
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18674
18676
  card_holder?: string | undefined;
18675
18677
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18676
18678
  number_of_issued_cards: number;
@@ -18770,7 +18772,7 @@ export interface Routes {
18770
18772
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18771
18773
  warning_code: 'needs_to_be_reissued';
18772
18774
  }>;
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). */
18775
+ /** 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
18776
  is_multi_phone_sync_credential?: boolean | undefined;
18775
18777
  /** 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
18778
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -18900,7 +18902,7 @@ export interface Routes {
18900
18902
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18901
18903
  warning_code: 'needs_to_be_reissued';
18902
18904
  }>;
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). */
18905
+ /** 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
18906
  is_multi_phone_sync_credential?: boolean | undefined;
18905
18907
  /** 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
18908
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -19082,7 +19084,7 @@ export interface Routes {
19082
19084
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19083
19085
  warning_code: 'needs_to_be_reissued';
19084
19086
  }>;
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). */
19087
+ /** 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
19088
  is_multi_phone_sync_credential?: boolean | undefined;
19087
19089
  /** 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
19090
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -19212,7 +19214,7 @@ export interface Routes {
19212
19214
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19213
19215
  warning_code: 'needs_to_be_reissued';
19214
19216
  }>;
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). */
19217
+ /** 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
19218
  is_multi_phone_sync_credential?: boolean | undefined;
19217
19219
  /** 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
19220
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -19923,7 +19925,7 @@ export interface Routes {
19923
19925
  pending_auto_update: boolean;
19924
19926
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19925
19927
  card_format: 'TLCode' | 'rfid48';
19926
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19928
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19927
19929
  card_holder?: string | undefined;
19928
19930
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19929
19931
  number_of_issued_cards: number;
@@ -20023,7 +20025,7 @@ export interface Routes {
20023
20025
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20024
20026
  warning_code: 'needs_to_be_reissued';
20025
20027
  }>;
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). */
20028
+ /** 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
20029
  is_multi_phone_sync_credential?: boolean | undefined;
20028
20030
  /** 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
20031
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -20153,7 +20155,7 @@ export interface Routes {
20153
20155
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20154
20156
  warning_code: 'needs_to_be_reissued';
20155
20157
  }>;
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). */
20158
+ /** 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
20159
  is_multi_phone_sync_credential?: boolean | undefined;
20158
20160
  /** 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
20161
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -20335,7 +20337,7 @@ export interface Routes {
20335
20337
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20336
20338
  warning_code: 'needs_to_be_reissued';
20337
20339
  }>;
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). */
20340
+ /** 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
20341
  is_multi_phone_sync_credential?: boolean | undefined;
20340
20342
  /** 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
20343
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -20465,7 +20467,7 @@ export interface Routes {
20465
20467
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20466
20468
  warning_code: 'needs_to_be_reissued';
20467
20469
  }>;
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). */
20470
+ /** 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
20471
  is_multi_phone_sync_credential?: boolean | undefined;
20470
20472
  /** 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
20473
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33447,7 +33449,7 @@ export interface Routes {
33447
33449
  pending_auto_update: boolean;
33448
33450
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33449
33451
  card_format: 'TLCode' | 'rfid48';
33450
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33452
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33451
33453
  card_holder?: string | undefined;
33452
33454
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33453
33455
  number_of_issued_cards: number;
@@ -33547,7 +33549,7 @@ export interface Routes {
33547
33549
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33548
33550
  warning_code: 'needs_to_be_reissued';
33549
33551
  }>;
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). */
33552
+ /** 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
33553
  is_multi_phone_sync_credential?: boolean | undefined;
33552
33554
  /** 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
33555
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33677,7 +33679,7 @@ export interface Routes {
33677
33679
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33678
33680
  warning_code: 'needs_to_be_reissued';
33679
33681
  }>;
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). */
33682
+ /** 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
33683
  is_multi_phone_sync_credential?: boolean | undefined;
33682
33684
  /** 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
33685
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33859,7 +33861,7 @@ export interface Routes {
33859
33861
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33860
33862
  warning_code: 'needs_to_be_reissued';
33861
33863
  }>;
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). */
33864
+ /** 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
33865
  is_multi_phone_sync_credential?: boolean | undefined;
33864
33866
  /** 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
33867
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -33989,7 +33991,7 @@ export interface Routes {
33989
33991
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33990
33992
  warning_code: 'needs_to_be_reissued';
33991
33993
  }>;
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). */
33994
+ /** 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
33995
  is_multi_phone_sync_credential?: boolean | undefined;
33994
33996
  /** 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
33997
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -34707,7 +34709,7 @@ export interface Routes {
34707
34709
  pending_auto_update: boolean;
34708
34710
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34709
34711
  card_format: 'TLCode' | 'rfid48';
34710
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34712
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34711
34713
  card_holder?: string | undefined;
34712
34714
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34713
34715
  number_of_issued_cards: number;
@@ -34807,7 +34809,7 @@ export interface Routes {
34807
34809
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34808
34810
  warning_code: 'needs_to_be_reissued';
34809
34811
  }>;
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). */
34812
+ /** 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
34813
  is_multi_phone_sync_credential?: boolean | undefined;
34812
34814
  /** 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
34815
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -34937,7 +34939,7 @@ export interface Routes {
34937
34939
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34938
34940
  warning_code: 'needs_to_be_reissued';
34939
34941
  }>;
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). */
34942
+ /** 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
34943
  is_multi_phone_sync_credential?: boolean | undefined;
34942
34944
  /** 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
34945
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -35119,7 +35121,7 @@ export interface Routes {
35119
35121
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35120
35122
  warning_code: 'needs_to_be_reissued';
35121
35123
  }>;
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). */
35124
+ /** 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
35125
  is_multi_phone_sync_credential?: boolean | undefined;
35124
35126
  /** 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
35127
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -35249,7 +35251,7 @@ export interface Routes {
35249
35251
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35250
35252
  warning_code: 'needs_to_be_reissued';
35251
35253
  }>;
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). */
35254
+ /** 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
35255
  is_multi_phone_sync_credential?: boolean | undefined;
35254
35256
  /** 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
35257
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -35965,7 +35967,7 @@ export interface Routes {
35965
35967
  pending_auto_update: boolean;
35966
35968
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35967
35969
  card_format: 'TLCode' | 'rfid48';
35968
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35970
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35969
35971
  card_holder?: string | undefined;
35970
35972
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35971
35973
  number_of_issued_cards: number;
@@ -36065,7 +36067,7 @@ export interface Routes {
36065
36067
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36066
36068
  warning_code: 'needs_to_be_reissued';
36067
36069
  }>;
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). */
36070
+ /** 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
36071
  is_multi_phone_sync_credential?: boolean | undefined;
36070
36072
  /** 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
36073
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -36195,7 +36197,7 @@ export interface Routes {
36195
36197
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36196
36198
  warning_code: 'needs_to_be_reissued';
36197
36199
  }>;
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). */
36200
+ /** 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
36201
  is_multi_phone_sync_credential?: boolean | undefined;
36200
36202
  /** 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
36203
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -36377,7 +36379,7 @@ export interface Routes {
36377
36379
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36378
36380
  warning_code: 'needs_to_be_reissued';
36379
36381
  }>;
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). */
36382
+ /** 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
36383
  is_multi_phone_sync_credential?: boolean | undefined;
36382
36384
  /** 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
36385
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -36507,7 +36509,7 @@ export interface Routes {
36507
36509
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36508
36510
  warning_code: 'needs_to_be_reissued';
36509
36511
  }>;
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). */
36512
+ /** 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
36513
  is_multi_phone_sync_credential?: boolean | undefined;
36512
36514
  /** 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
36515
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37225,7 +37227,7 @@ export interface Routes {
37225
37227
  pending_auto_update: boolean;
37226
37228
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37227
37229
  card_format: 'TLCode' | 'rfid48';
37228
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37230
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37229
37231
  card_holder?: string | undefined;
37230
37232
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37231
37233
  number_of_issued_cards: number;
@@ -37325,7 +37327,7 @@ export interface Routes {
37325
37327
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37326
37328
  warning_code: 'needs_to_be_reissued';
37327
37329
  }>;
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). */
37330
+ /** 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
37331
  is_multi_phone_sync_credential?: boolean | undefined;
37330
37332
  /** 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
37333
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37455,7 +37457,7 @@ export interface Routes {
37455
37457
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37456
37458
  warning_code: 'needs_to_be_reissued';
37457
37459
  }>;
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). */
37460
+ /** 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
37461
  is_multi_phone_sync_credential?: boolean | undefined;
37460
37462
  /** 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
37463
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37637,7 +37639,7 @@ export interface Routes {
37637
37639
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37638
37640
  warning_code: 'needs_to_be_reissued';
37639
37641
  }>;
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). */
37642
+ /** 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
37643
  is_multi_phone_sync_credential?: boolean | undefined;
37642
37644
  /** 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
37645
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -37767,7 +37769,7 @@ export interface Routes {
37767
37769
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37768
37770
  warning_code: 'needs_to_be_reissued';
37769
37771
  }>;
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). */
37772
+ /** 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
37773
  is_multi_phone_sync_credential?: boolean | undefined;
37772
37774
  /** 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
37775
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -40827,7 +40829,7 @@ export interface Routes {
40827
40829
  pending_auto_update: boolean;
40828
40830
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40829
40831
  card_format: 'TLCode' | 'rfid48';
40830
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40832
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40831
40833
  card_holder?: string | undefined;
40832
40834
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
40833
40835
  number_of_issued_cards: number;
@@ -40927,7 +40929,7 @@ export interface Routes {
40927
40929
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40928
40930
  warning_code: 'needs_to_be_reissued';
40929
40931
  }>;
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). */
40932
+ /** 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
40933
  is_multi_phone_sync_credential?: boolean | undefined;
40932
40934
  /** 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
40935
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -41057,7 +41059,7 @@ export interface Routes {
41057
41059
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41058
41060
  warning_code: 'needs_to_be_reissued';
41059
41061
  }>;
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). */
41062
+ /** 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
41063
  is_multi_phone_sync_credential?: boolean | undefined;
41062
41064
  /** 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
41065
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -41239,7 +41241,7 @@ export interface Routes {
41239
41241
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41240
41242
  warning_code: 'needs_to_be_reissued';
41241
41243
  }>;
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). */
41244
+ /** 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
41245
  is_multi_phone_sync_credential?: boolean | undefined;
41244
41246
  /** 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
41247
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -41369,7 +41371,7 @@ export interface Routes {
41369
41371
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41370
41372
  warning_code: 'needs_to_be_reissued';
41371
41373
  }>;
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). */
41374
+ /** 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
41375
  is_multi_phone_sync_credential?: boolean | undefined;
41374
41376
  /** 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
41377
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42106,7 +42108,7 @@ export interface Routes {
42106
42108
  pending_auto_update: boolean;
42107
42109
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42108
42110
  card_format: 'TLCode' | 'rfid48';
42109
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42111
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42110
42112
  card_holder?: string | undefined;
42111
42113
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42112
42114
  number_of_issued_cards: number;
@@ -42206,7 +42208,7 @@ export interface Routes {
42206
42208
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42207
42209
  warning_code: 'needs_to_be_reissued';
42208
42210
  }>;
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). */
42211
+ /** 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
42212
  is_multi_phone_sync_credential?: boolean | undefined;
42211
42213
  /** 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
42214
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42336,7 +42338,7 @@ export interface Routes {
42336
42338
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42337
42339
  warning_code: 'needs_to_be_reissued';
42338
42340
  }>;
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). */
42341
+ /** 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
42342
  is_multi_phone_sync_credential?: boolean | undefined;
42341
42343
  /** 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
42344
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42518,7 +42520,7 @@ export interface Routes {
42518
42520
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42519
42521
  warning_code: 'needs_to_be_reissued';
42520
42522
  }>;
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). */
42523
+ /** 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
42524
  is_multi_phone_sync_credential?: boolean | undefined;
42523
42525
  /** 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
42526
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -42648,7 +42650,7 @@ export interface Routes {
42648
42650
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42649
42651
  warning_code: 'needs_to_be_reissued';
42650
42652
  }>;
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). */
42653
+ /** 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
42654
  is_multi_phone_sync_credential?: boolean | undefined;
42653
42655
  /** 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
42656
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43439,7 +43441,7 @@ export interface Routes {
43439
43441
  pending_auto_update: boolean;
43440
43442
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43441
43443
  card_format: 'TLCode' | 'rfid48';
43442
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43444
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43443
43445
  card_holder?: string | undefined;
43444
43446
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43445
43447
  number_of_issued_cards: number;
@@ -43539,7 +43541,7 @@ export interface Routes {
43539
43541
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43540
43542
  warning_code: 'needs_to_be_reissued';
43541
43543
  }>;
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). */
43544
+ /** 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
43545
  is_multi_phone_sync_credential?: boolean | undefined;
43544
43546
  /** 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
43547
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43669,7 +43671,7 @@ export interface Routes {
43669
43671
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43670
43672
  warning_code: 'needs_to_be_reissued';
43671
43673
  }>;
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). */
43674
+ /** 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
43675
  is_multi_phone_sync_credential?: boolean | undefined;
43674
43676
  /** 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
43677
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43851,7 +43853,7 @@ export interface Routes {
43851
43853
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43852
43854
  warning_code: 'needs_to_be_reissued';
43853
43855
  }>;
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). */
43856
+ /** 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
43857
  is_multi_phone_sync_credential?: boolean | undefined;
43856
43858
  /** 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
43859
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -43981,7 +43983,7 @@ export interface Routes {
43981
43983
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43982
43984
  warning_code: 'needs_to_be_reissued';
43983
43985
  }>;
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). */
43986
+ /** 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
43987
  is_multi_phone_sync_credential?: boolean | undefined;
43986
43988
  /** 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
43989
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -45433,7 +45435,7 @@ export interface Routes {
45433
45435
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45434
45436
  warning_code: 'needs_to_be_reissued';
45435
45437
  }>;
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). */
45438
+ /** 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
45439
  is_multi_phone_sync_credential?: boolean | undefined;
45438
45440
  /** 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
45441
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -45599,7 +45601,7 @@ export interface Routes {
45599
45601
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45600
45602
  warning_code: 'needs_to_be_reissued';
45601
45603
  }>;
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). */
45604
+ /** 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
45605
  is_multi_phone_sync_credential?: boolean | undefined;
45604
45606
  /** 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
45607
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46080,7 +46082,7 @@ export interface Routes {
46080
46082
  pending_auto_update: boolean;
46081
46083
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46082
46084
  card_format: 'TLCode' | 'rfid48';
46083
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46085
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46084
46086
  card_holder?: string | undefined;
46085
46087
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46086
46088
  number_of_issued_cards: number;
@@ -46180,7 +46182,7 @@ export interface Routes {
46180
46182
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46181
46183
  warning_code: 'needs_to_be_reissued';
46182
46184
  }>;
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). */
46185
+ /** 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
46186
  is_multi_phone_sync_credential?: boolean | undefined;
46185
46187
  /** 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
46188
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46310,7 +46312,7 @@ export interface Routes {
46310
46312
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46311
46313
  warning_code: 'needs_to_be_reissued';
46312
46314
  }>;
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). */
46315
+ /** 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
46316
  is_multi_phone_sync_credential?: boolean | undefined;
46315
46317
  /** 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
46318
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46492,7 +46494,7 @@ export interface Routes {
46492
46494
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46493
46495
  warning_code: 'needs_to_be_reissued';
46494
46496
  }>;
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). */
46497
+ /** 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
46498
  is_multi_phone_sync_credential?: boolean | undefined;
46497
46499
  /** 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
46500
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -46622,7 +46624,7 @@ export interface Routes {
46622
46624
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46623
46625
  warning_code: 'needs_to_be_reissued';
46624
46626
  }>;
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). */
46627
+ /** 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
46628
  is_multi_phone_sync_credential?: boolean | undefined;
46627
46629
  /** 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
46630
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47344,7 +47346,7 @@ export interface Routes {
47344
47346
  pending_auto_update: boolean;
47345
47347
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47346
47348
  card_format: 'TLCode' | 'rfid48';
47347
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47349
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47348
47350
  card_holder?: string | undefined;
47349
47351
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47350
47352
  number_of_issued_cards: number;
@@ -47444,7 +47446,7 @@ export interface Routes {
47444
47446
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47445
47447
  warning_code: 'needs_to_be_reissued';
47446
47448
  }>;
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). */
47449
+ /** 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
47450
  is_multi_phone_sync_credential?: boolean | undefined;
47449
47451
  /** 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
47452
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47574,7 +47576,7 @@ export interface Routes {
47574
47576
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47575
47577
  warning_code: 'needs_to_be_reissued';
47576
47578
  }>;
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). */
47579
+ /** 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
47580
  is_multi_phone_sync_credential?: boolean | undefined;
47579
47581
  /** 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
47582
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47756,7 +47758,7 @@ export interface Routes {
47756
47758
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47757
47759
  warning_code: 'needs_to_be_reissued';
47758
47760
  }>;
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). */
47761
+ /** 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
47762
  is_multi_phone_sync_credential?: boolean | undefined;
47761
47763
  /** 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
47764
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -47886,7 +47888,7 @@ export interface Routes {
47886
47888
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47887
47889
  warning_code: 'needs_to_be_reissued';
47888
47890
  }>;
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). */
47891
+ /** 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
47892
  is_multi_phone_sync_credential?: boolean | undefined;
47891
47893
  /** 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
47894
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -48700,7 +48702,7 @@ export interface Routes {
48700
48702
  pending_auto_update: boolean;
48701
48703
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48702
48704
  card_format: 'TLCode' | 'rfid48';
48703
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48705
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48704
48706
  card_holder?: string | undefined;
48705
48707
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48706
48708
  number_of_issued_cards: number;
@@ -48800,7 +48802,7 @@ export interface Routes {
48800
48802
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48801
48803
  warning_code: 'needs_to_be_reissued';
48802
48804
  }>;
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). */
48805
+ /** 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
48806
  is_multi_phone_sync_credential?: boolean | undefined;
48805
48807
  /** 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
48808
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -48930,7 +48932,7 @@ export interface Routes {
48930
48932
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48931
48933
  warning_code: 'needs_to_be_reissued';
48932
48934
  }>;
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). */
48935
+ /** 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
48936
  is_multi_phone_sync_credential?: boolean | undefined;
48935
48937
  /** 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
48938
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -49112,7 +49114,7 @@ export interface Routes {
49112
49114
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49113
49115
  warning_code: 'needs_to_be_reissued';
49114
49116
  }>;
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). */
49117
+ /** 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
49118
  is_multi_phone_sync_credential?: boolean | undefined;
49117
49119
  /** 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
49120
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -49242,7 +49244,7 @@ export interface Routes {
49242
49244
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49243
49245
  warning_code: 'needs_to_be_reissued';
49244
49246
  }>;
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). */
49247
+ /** 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
49248
  is_multi_phone_sync_credential?: boolean | undefined;
49247
49249
  /** 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
49250
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51119,7 +51121,7 @@ export interface Routes {
51119
51121
  pending_auto_update: boolean;
51120
51122
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51121
51123
  card_format: 'TLCode' | 'rfid48';
51122
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51124
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51123
51125
  card_holder?: string | undefined;
51124
51126
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51125
51127
  number_of_issued_cards: number;
@@ -51219,7 +51221,7 @@ export interface Routes {
51219
51221
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51220
51222
  warning_code: 'needs_to_be_reissued';
51221
51223
  }>;
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). */
51224
+ /** 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
51225
  is_multi_phone_sync_credential?: boolean | undefined;
51224
51226
  /** 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
51227
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51349,7 +51351,7 @@ export interface Routes {
51349
51351
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51350
51352
  warning_code: 'needs_to_be_reissued';
51351
51353
  }>;
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). */
51354
+ /** 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
51355
  is_multi_phone_sync_credential?: boolean | undefined;
51354
51356
  /** 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
51357
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51531,7 +51533,7 @@ export interface Routes {
51531
51533
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51532
51534
  warning_code: 'needs_to_be_reissued';
51533
51535
  }>;
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). */
51536
+ /** 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
51537
  is_multi_phone_sync_credential?: boolean | undefined;
51536
51538
  /** 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
51539
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -51661,7 +51663,7 @@ export interface Routes {
51661
51663
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51662
51664
  warning_code: 'needs_to_be_reissued';
51663
51665
  }>;
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). */
51666
+ /** 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
51667
  is_multi_phone_sync_credential?: boolean | undefined;
51666
51668
  /** 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
51669
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52387,7 +52389,7 @@ export interface Routes {
52387
52389
  pending_auto_update: boolean;
52388
52390
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52389
52391
  card_format: 'TLCode' | 'rfid48';
52390
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52392
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52391
52393
  card_holder?: string | undefined;
52392
52394
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52393
52395
  number_of_issued_cards: number;
@@ -52487,7 +52489,7 @@ export interface Routes {
52487
52489
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52488
52490
  warning_code: 'needs_to_be_reissued';
52489
52491
  }>;
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). */
52492
+ /** 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
52493
  is_multi_phone_sync_credential?: boolean | undefined;
52492
52494
  /** 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
52495
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52617,7 +52619,7 @@ export interface Routes {
52617
52619
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52618
52620
  warning_code: 'needs_to_be_reissued';
52619
52621
  }>;
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). */
52622
+ /** 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
52623
  is_multi_phone_sync_credential?: boolean | undefined;
52622
52624
  /** 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
52625
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52799,7 +52801,7 @@ export interface Routes {
52799
52801
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52800
52802
  warning_code: 'needs_to_be_reissued';
52801
52803
  }>;
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). */
52804
+ /** 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
52805
  is_multi_phone_sync_credential?: boolean | undefined;
52804
52806
  /** 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
52807
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -52929,7 +52931,7 @@ export interface Routes {
52929
52931
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
52930
52932
  warning_code: 'needs_to_be_reissued';
52931
52933
  }>;
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). */
52934
+ /** 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
52935
  is_multi_phone_sync_credential?: boolean | undefined;
52934
52936
  /** 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
52937
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -55944,7 +55946,7 @@ export interface Routes {
55944
55946
  pending_auto_update: boolean;
55945
55947
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55946
55948
  card_format: 'TLCode' | 'rfid48';
55947
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55949
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55948
55950
  card_holder?: string | undefined;
55949
55951
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
55950
55952
  number_of_issued_cards: number;
@@ -56044,7 +56046,7 @@ export interface Routes {
56044
56046
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56045
56047
  warning_code: 'needs_to_be_reissued';
56046
56048
  }>;
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). */
56049
+ /** 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
56050
  is_multi_phone_sync_credential?: boolean | undefined;
56049
56051
  /** 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
56052
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -56174,7 +56176,7 @@ export interface Routes {
56174
56176
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56175
56177
  warning_code: 'needs_to_be_reissued';
56176
56178
  }>;
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). */
56179
+ /** 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
56180
  is_multi_phone_sync_credential?: boolean | undefined;
56179
56181
  /** 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
56182
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -56356,7 +56358,7 @@ export interface Routes {
56356
56358
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56357
56359
  warning_code: 'needs_to_be_reissued';
56358
56360
  }>;
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). */
56361
+ /** 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
56362
  is_multi_phone_sync_credential?: boolean | undefined;
56361
56363
  /** 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
56364
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -56486,7 +56488,7 @@ export interface Routes {
56486
56488
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56487
56489
  warning_code: 'needs_to_be_reissued';
56488
56490
  }>;
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). */
56491
+ /** 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
56492
  is_multi_phone_sync_credential?: boolean | undefined;
56491
56493
  /** 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
56494
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57401,7 +57403,7 @@ export interface Routes {
57401
57403
  pending_auto_update: boolean;
57402
57404
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57403
57405
  card_format: 'TLCode' | 'rfid48';
57404
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57406
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57405
57407
  card_holder?: string | undefined;
57406
57408
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57407
57409
  number_of_issued_cards: number;
@@ -57501,7 +57503,7 @@ export interface Routes {
57501
57503
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57502
57504
  warning_code: 'needs_to_be_reissued';
57503
57505
  }>;
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). */
57506
+ /** 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
57507
  is_multi_phone_sync_credential?: boolean | undefined;
57506
57508
  /** 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
57509
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57631,7 +57633,7 @@ export interface Routes {
57631
57633
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57632
57634
  warning_code: 'needs_to_be_reissued';
57633
57635
  }>;
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). */
57636
+ /** 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
57637
  is_multi_phone_sync_credential?: boolean | undefined;
57636
57638
  /** 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
57639
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57813,7 +57815,7 @@ export interface Routes {
57813
57815
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57814
57816
  warning_code: 'needs_to_be_reissued';
57815
57817
  }>;
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). */
57818
+ /** 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
57819
  is_multi_phone_sync_credential?: boolean | undefined;
57818
57820
  /** 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
57821
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -57943,7 +57945,7 @@ export interface Routes {
57943
57945
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57944
57946
  warning_code: 'needs_to_be_reissued';
57945
57947
  }>;
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). */
57948
+ /** 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
57949
  is_multi_phone_sync_credential?: boolean | undefined;
57948
57950
  /** 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
57951
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -58688,7 +58690,7 @@ export interface Routes {
58688
58690
  pending_auto_update: boolean;
58689
58691
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58690
58692
  card_format: 'TLCode' | 'rfid48';
58691
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58693
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58692
58694
  card_holder?: string | undefined;
58693
58695
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58694
58696
  number_of_issued_cards: number;
@@ -58788,7 +58790,7 @@ export interface Routes {
58788
58790
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58789
58791
  warning_code: 'needs_to_be_reissued';
58790
58792
  }>;
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). */
58793
+ /** 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
58794
  is_multi_phone_sync_credential?: boolean | undefined;
58793
58795
  /** 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
58796
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -58918,7 +58920,7 @@ export interface Routes {
58918
58920
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58919
58921
  warning_code: 'needs_to_be_reissued';
58920
58922
  }>;
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). */
58923
+ /** 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
58924
  is_multi_phone_sync_credential?: boolean | undefined;
58923
58925
  /** 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
58926
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -59100,7 +59102,7 @@ export interface Routes {
59100
59102
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59101
59103
  warning_code: 'needs_to_be_reissued';
59102
59104
  }>;
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). */
59105
+ /** 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
59106
  is_multi_phone_sync_credential?: boolean | undefined;
59105
59107
  /** 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
59108
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -59230,7 +59232,7 @@ export interface Routes {
59230
59232
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59231
59233
  warning_code: 'needs_to_be_reissued';
59232
59234
  }>;
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). */
59235
+ /** 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
59236
  is_multi_phone_sync_credential?: boolean | undefined;
59235
59237
  /** 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
59238
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60076,7 +60078,7 @@ export interface Routes {
60076
60078
  pending_auto_update: boolean;
60077
60079
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60078
60080
  card_format: 'TLCode' | 'rfid48';
60079
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60081
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60080
60082
  card_holder?: string | undefined;
60081
60083
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60082
60084
  number_of_issued_cards: number;
@@ -60176,7 +60178,7 @@ export interface Routes {
60176
60178
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60177
60179
  warning_code: 'needs_to_be_reissued';
60178
60180
  }>;
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). */
60181
+ /** 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
60182
  is_multi_phone_sync_credential?: boolean | undefined;
60181
60183
  /** 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
60184
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60306,7 +60308,7 @@ export interface Routes {
60306
60308
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60307
60309
  warning_code: 'needs_to_be_reissued';
60308
60310
  }>;
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). */
60311
+ /** 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
60312
  is_multi_phone_sync_credential?: boolean | undefined;
60311
60313
  /** 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
60314
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60488,7 +60490,7 @@ export interface Routes {
60488
60490
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60489
60491
  warning_code: 'needs_to_be_reissued';
60490
60492
  }>;
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). */
60493
+ /** 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
60494
  is_multi_phone_sync_credential?: boolean | undefined;
60493
60495
  /** 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
60496
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -60618,7 +60620,7 @@ export interface Routes {
60618
60620
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60619
60621
  warning_code: 'needs_to_be_reissued';
60620
60622
  }>;
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). */
60623
+ /** 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
60624
  is_multi_phone_sync_credential?: boolean | undefined;
60623
60625
  /** 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
60626
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -61891,12 +61893,18 @@ export interface Routes {
61891
61893
  created_at: string;
61892
61894
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
61893
61895
  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. */
61896
+ /** 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
61897
  errors: Array<{
61896
61898
  /** Date and time at which Seam created the error. */
61897
61899
  created_at: string;
61898
61900
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
61899
61901
  message: string;
61902
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
61903
+ error_code: 'issue_with_acs_user';
61904
+ /** ID of the access system user that has an issue. */
61905
+ acs_user_id: string;
61906
+ /** ID of the access system that the user identity is associated with. */
61907
+ acs_system_id: string;
61900
61908
  }>;
61901
61909
  /** 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
61910
  warnings: Array<{
@@ -61945,14 +61953,14 @@ export interface Routes {
61945
61953
  };
61946
61954
  formData: {};
61947
61955
  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).
61956
+ /** 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
61957
  * @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
61958
  enrollment_automation: {
61951
61959
  /** ID of the enrollment automation. */
61952
61960
  enrollment_automation_id: string;
61953
61961
  /** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
61954
61962
  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). */
61963
+ /** 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
61964
  user_identity_id: string;
61957
61965
  /** Date and time at which the enrollment automation was created. */
61958
61966
  created_at: string;
@@ -61980,14 +61988,14 @@ export interface Routes {
61980
61988
  };
61981
61989
  formData: {};
61982
61990
  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).
61991
+ /** 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
61992
  * @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
61993
  enrollment_automation: {
61986
61994
  /** ID of the enrollment automation. */
61987
61995
  enrollment_automation_id: string;
61988
61996
  /** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
61989
61997
  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). */
61998
+ /** 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
61999
  user_identity_id: string;
61992
62000
  /** Date and time at which the enrollment automation was created. */
61993
62001
  created_at: string;
@@ -62012,7 +62020,7 @@ export interface Routes {
62012
62020
  enrollment_automation_id: string;
62013
62021
  /** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
62014
62022
  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). */
62023
+ /** 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
62024
  user_identity_id: string;
62017
62025
  /** Date and time at which the enrollment automation was created. */
62018
62026
  created_at: string;
@@ -62084,12 +62092,18 @@ export interface Routes {
62084
62092
  created_at: string;
62085
62093
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
62086
62094
  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. */
62095
+ /** 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
62096
  errors: Array<{
62089
62097
  /** Date and time at which Seam created the error. */
62090
62098
  created_at: string;
62091
62099
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62092
62100
  message: string;
62101
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62102
+ error_code: 'issue_with_acs_user';
62103
+ /** ID of the access system user that has an issue. */
62104
+ acs_user_id: string;
62105
+ /** ID of the access system that the user identity is associated with. */
62106
+ acs_system_id: string;
62093
62107
  }>;
62094
62108
  /** 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
62109
  warnings: Array<{
@@ -62145,12 +62159,18 @@ export interface Routes {
62145
62159
  created_at: string;
62146
62160
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
62147
62161
  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. */
62162
+ /** 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
62163
  errors: Array<{
62150
62164
  /** Date and time at which Seam created the error. */
62151
62165
  created_at: string;
62152
62166
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62153
62167
  message: string;
62168
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62169
+ error_code: 'issue_with_acs_user';
62170
+ /** ID of the access system user that has an issue. */
62171
+ acs_user_id: string;
62172
+ /** ID of the access system that the user identity is associated with. */
62173
+ acs_system_id: string;
62154
62174
  }>;
62155
62175
  /** 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
62176
  warnings: Array<{
@@ -65202,7 +65222,7 @@ export interface Routes {
65202
65222
  pending_auto_update: boolean;
65203
65223
  /** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65204
65224
  card_format: 'TLCode' | 'rfid48';
65205
- /** Holden of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65225
+ /** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65206
65226
  card_holder?: string | undefined;
65207
65227
  /** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65208
65228
  number_of_issued_cards: number;
@@ -65302,7 +65322,7 @@ export interface Routes {
65302
65322
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65303
65323
  warning_code: 'needs_to_be_reissued';
65304
65324
  }>;
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). */
65325
+ /** 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
65326
  is_multi_phone_sync_credential?: boolean | undefined;
65307
65327
  /** 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
65328
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -65432,7 +65452,7 @@ export interface Routes {
65432
65452
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65433
65453
  warning_code: 'needs_to_be_reissued';
65434
65454
  }>;
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). */
65455
+ /** 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
65456
  is_multi_phone_sync_credential?: boolean | undefined;
65437
65457
  /** 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
65458
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -65614,7 +65634,7 @@ export interface Routes {
65614
65634
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65615
65635
  warning_code: 'needs_to_be_reissued';
65616
65636
  }>;
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). */
65637
+ /** 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
65638
  is_multi_phone_sync_credential?: boolean | undefined;
65619
65639
  /** 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
65640
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
@@ -65744,7 +65764,7 @@ export interface Routes {
65744
65764
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65745
65765
  warning_code: 'needs_to_be_reissued';
65746
65766
  }>;
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). */
65767
+ /** 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
65768
  is_multi_phone_sync_credential?: boolean | undefined;
65749
65769
  /** 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
65770
  is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;