@seamapi/types 1.431.0 → 1.432.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +104 -60
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +222 -166
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +2 -2
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +2 -2
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +57 -4
- package/lib/seam/connect/models/user-identities/user-identity.js +27 -3
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +34 -12
- package/lib/seam/connect/openapi.js +83 -55
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +169 -151
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -2
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +37 -3
- package/src/lib/seam/connect/openapi.ts +88 -55
- package/src/lib/seam/connect/route-types.ts +169 -151
|
@@ -181,7 +181,7 @@ export interface Routes {
|
|
|
181
181
|
pending_auto_update: boolean
|
|
182
182
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
183
183
|
card_format: 'TLCode' | 'rfid48'
|
|
184
|
-
/**
|
|
184
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
185
185
|
card_holder?: string | undefined
|
|
186
186
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
187
187
|
number_of_issued_cards: number
|
|
@@ -302,7 +302,7 @@ export interface Routes {
|
|
|
302
302
|
warning_code: 'needs_to_be_reissued'
|
|
303
303
|
}
|
|
304
304
|
>
|
|
305
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
305
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
306
306
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
307
307
|
/** 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. */
|
|
308
308
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -461,7 +461,7 @@ export interface Routes {
|
|
|
461
461
|
warning_code: 'needs_to_be_reissued'
|
|
462
462
|
}
|
|
463
463
|
>
|
|
464
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
464
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
465
465
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
466
466
|
/** 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. */
|
|
467
467
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -682,7 +682,7 @@ export interface Routes {
|
|
|
682
682
|
warning_code: 'needs_to_be_reissued'
|
|
683
683
|
}
|
|
684
684
|
>
|
|
685
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
685
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
686
686
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
687
687
|
/** 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. */
|
|
688
688
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -839,7 +839,7 @@ export interface Routes {
|
|
|
839
839
|
warning_code: 'needs_to_be_reissued'
|
|
840
840
|
}
|
|
841
841
|
>
|
|
842
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
842
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
843
843
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
844
844
|
/** 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. */
|
|
845
845
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -2800,7 +2800,7 @@ export interface Routes {
|
|
|
2800
2800
|
pending_auto_update: boolean
|
|
2801
2801
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2802
2802
|
card_format: 'TLCode' | 'rfid48'
|
|
2803
|
-
/**
|
|
2803
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2804
2804
|
card_holder?: string | undefined
|
|
2805
2805
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2806
2806
|
number_of_issued_cards: number
|
|
@@ -2921,7 +2921,7 @@ export interface Routes {
|
|
|
2921
2921
|
warning_code: 'needs_to_be_reissued'
|
|
2922
2922
|
}
|
|
2923
2923
|
>
|
|
2924
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
2924
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
2925
2925
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
2926
2926
|
/** 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. */
|
|
2927
2927
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -3080,7 +3080,7 @@ export interface Routes {
|
|
|
3080
3080
|
warning_code: 'needs_to_be_reissued'
|
|
3081
3081
|
}
|
|
3082
3082
|
>
|
|
3083
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
3083
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
3084
3084
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
3085
3085
|
/** 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. */
|
|
3086
3086
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -3301,7 +3301,7 @@ export interface Routes {
|
|
|
3301
3301
|
warning_code: 'needs_to_be_reissued'
|
|
3302
3302
|
}
|
|
3303
3303
|
>
|
|
3304
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
3304
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
3305
3305
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
3306
3306
|
/** 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. */
|
|
3307
3307
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -3458,7 +3458,7 @@ export interface Routes {
|
|
|
3458
3458
|
warning_code: 'needs_to_be_reissued'
|
|
3459
3459
|
}
|
|
3460
3460
|
>
|
|
3461
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
3461
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
3462
3462
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
3463
3463
|
/** 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. */
|
|
3464
3464
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -7188,7 +7188,7 @@ export interface Routes {
|
|
|
7188
7188
|
pending_auto_update: boolean
|
|
7189
7189
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7190
7190
|
card_format: 'TLCode' | 'rfid48'
|
|
7191
|
-
/**
|
|
7191
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7192
7192
|
card_holder?: string | undefined
|
|
7193
7193
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7194
7194
|
number_of_issued_cards: number
|
|
@@ -7309,7 +7309,7 @@ export interface Routes {
|
|
|
7309
7309
|
warning_code: 'needs_to_be_reissued'
|
|
7310
7310
|
}
|
|
7311
7311
|
>
|
|
7312
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
7312
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
7313
7313
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
7314
7314
|
/** 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. */
|
|
7315
7315
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -7468,7 +7468,7 @@ export interface Routes {
|
|
|
7468
7468
|
warning_code: 'needs_to_be_reissued'
|
|
7469
7469
|
}
|
|
7470
7470
|
>
|
|
7471
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
7471
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
7472
7472
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
7473
7473
|
/** 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. */
|
|
7474
7474
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -7689,7 +7689,7 @@ export interface Routes {
|
|
|
7689
7689
|
warning_code: 'needs_to_be_reissued'
|
|
7690
7690
|
}
|
|
7691
7691
|
>
|
|
7692
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
7692
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
7693
7693
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
7694
7694
|
/** 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. */
|
|
7695
7695
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -7846,7 +7846,7 @@ export interface Routes {
|
|
|
7846
7846
|
warning_code: 'needs_to_be_reissued'
|
|
7847
7847
|
}
|
|
7848
7848
|
>
|
|
7849
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
7849
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
7850
7850
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
7851
7851
|
/** 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. */
|
|
7852
7852
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -9815,7 +9815,7 @@ export interface Routes {
|
|
|
9815
9815
|
pending_auto_update: boolean
|
|
9816
9816
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9817
9817
|
card_format: 'TLCode' | 'rfid48'
|
|
9818
|
-
/**
|
|
9818
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9819
9819
|
card_holder?: string | undefined
|
|
9820
9820
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9821
9821
|
number_of_issued_cards: number
|
|
@@ -9936,7 +9936,7 @@ export interface Routes {
|
|
|
9936
9936
|
warning_code: 'needs_to_be_reissued'
|
|
9937
9937
|
}
|
|
9938
9938
|
>
|
|
9939
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
9939
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
9940
9940
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
9941
9941
|
/** 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. */
|
|
9942
9942
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -10095,7 +10095,7 @@ export interface Routes {
|
|
|
10095
10095
|
warning_code: 'needs_to_be_reissued'
|
|
10096
10096
|
}
|
|
10097
10097
|
>
|
|
10098
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
10098
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
10099
10099
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
10100
10100
|
/** 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. */
|
|
10101
10101
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -10316,7 +10316,7 @@ export interface Routes {
|
|
|
10316
10316
|
warning_code: 'needs_to_be_reissued'
|
|
10317
10317
|
}
|
|
10318
10318
|
>
|
|
10319
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
10319
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
10320
10320
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
10321
10321
|
/** 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. */
|
|
10322
10322
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -10473,7 +10473,7 @@ export interface Routes {
|
|
|
10473
10473
|
warning_code: 'needs_to_be_reissued'
|
|
10474
10474
|
}
|
|
10475
10475
|
>
|
|
10476
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
10476
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
10477
10477
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
10478
10478
|
/** 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. */
|
|
10479
10479
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -11521,7 +11521,7 @@ export interface Routes {
|
|
|
11521
11521
|
pending_auto_update: boolean
|
|
11522
11522
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11523
11523
|
card_format: 'TLCode' | 'rfid48'
|
|
11524
|
-
/**
|
|
11524
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11525
11525
|
card_holder?: string | undefined
|
|
11526
11526
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11527
11527
|
number_of_issued_cards: number
|
|
@@ -11642,7 +11642,7 @@ export interface Routes {
|
|
|
11642
11642
|
warning_code: 'needs_to_be_reissued'
|
|
11643
11643
|
}
|
|
11644
11644
|
>
|
|
11645
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
11645
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
11646
11646
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
11647
11647
|
/** 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. */
|
|
11648
11648
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -11801,7 +11801,7 @@ export interface Routes {
|
|
|
11801
11801
|
warning_code: 'needs_to_be_reissued'
|
|
11802
11802
|
}
|
|
11803
11803
|
>
|
|
11804
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
11804
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
11805
11805
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
11806
11806
|
/** 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. */
|
|
11807
11807
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -12022,7 +12022,7 @@ export interface Routes {
|
|
|
12022
12022
|
warning_code: 'needs_to_be_reissued'
|
|
12023
12023
|
}
|
|
12024
12024
|
>
|
|
12025
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
12025
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
12026
12026
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
12027
12027
|
/** 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. */
|
|
12028
12028
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -12179,7 +12179,7 @@ export interface Routes {
|
|
|
12179
12179
|
warning_code: 'needs_to_be_reissued'
|
|
12180
12180
|
}
|
|
12181
12181
|
>
|
|
12182
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
12182
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
12183
12183
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
12184
12184
|
/** 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. */
|
|
12185
12185
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -13728,7 +13728,7 @@ export interface Routes {
|
|
|
13728
13728
|
warning_code: 'needs_to_be_reissued'
|
|
13729
13729
|
}
|
|
13730
13730
|
>
|
|
13731
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
13731
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
13732
13732
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
13733
13733
|
/** 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. */
|
|
13734
13734
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -13798,7 +13798,7 @@ export interface Routes {
|
|
|
13798
13798
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
13799
13799
|
/** 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). */
|
|
13800
13800
|
code?: string | undefined
|
|
13801
|
-
/** Indicates whether the new credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
13801
|
+
/** 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). */
|
|
13802
13802
|
is_multi_phone_sync_credential?: boolean
|
|
13803
13803
|
/** 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. */
|
|
13804
13804
|
allowed_acs_entrance_ids?: string[]
|
|
@@ -13957,7 +13957,7 @@ export interface Routes {
|
|
|
13957
13957
|
warning_code: 'needs_to_be_reissued'
|
|
13958
13958
|
}
|
|
13959
13959
|
>
|
|
13960
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
13960
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
13961
13961
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
13962
13962
|
/** 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. */
|
|
13963
13963
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -14140,7 +14140,7 @@ export interface Routes {
|
|
|
14140
14140
|
warning_code: 'needs_to_be_reissued'
|
|
14141
14141
|
}
|
|
14142
14142
|
>
|
|
14143
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
14143
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
14144
14144
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
14145
14145
|
/** 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. */
|
|
14146
14146
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -14327,7 +14327,7 @@ export interface Routes {
|
|
|
14327
14327
|
warning_code: 'needs_to_be_reissued'
|
|
14328
14328
|
}
|
|
14329
14329
|
>
|
|
14330
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
14330
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
14331
14331
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
14332
14332
|
/** 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. */
|
|
14333
14333
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -14521,7 +14521,7 @@ export interface Routes {
|
|
|
14521
14521
|
warning_code: 'needs_to_be_reissued'
|
|
14522
14522
|
}
|
|
14523
14523
|
>
|
|
14524
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
14524
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
14525
14525
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
14526
14526
|
/** 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. */
|
|
14527
14527
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -14832,7 +14832,7 @@ export interface Routes {
|
|
|
14832
14832
|
warning_code: 'needs_to_be_reissued'
|
|
14833
14833
|
}
|
|
14834
14834
|
>
|
|
14835
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
14835
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
14836
14836
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
14837
14837
|
/** 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. */
|
|
14838
14838
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -15003,7 +15003,7 @@ export interface Routes {
|
|
|
15003
15003
|
warning_code: 'needs_to_be_reissued'
|
|
15004
15004
|
}
|
|
15005
15005
|
>
|
|
15006
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
15006
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
15007
15007
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
15008
15008
|
/** 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. */
|
|
15009
15009
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -15188,7 +15188,7 @@ export interface Routes {
|
|
|
15188
15188
|
warning_code: 'needs_to_be_reissued'
|
|
15189
15189
|
}
|
|
15190
15190
|
>
|
|
15191
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
15191
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
15192
15192
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
15193
15193
|
/** 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. */
|
|
15194
15194
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -15367,7 +15367,7 @@ export interface Routes {
|
|
|
15367
15367
|
warning_code: 'needs_to_be_reissued'
|
|
15368
15368
|
}
|
|
15369
15369
|
>
|
|
15370
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
15370
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
15371
15371
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
15372
15372
|
/** 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. */
|
|
15373
15373
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -15567,7 +15567,7 @@ export interface Routes {
|
|
|
15567
15567
|
pending_auto_update: boolean
|
|
15568
15568
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15569
15569
|
card_format: 'TLCode' | 'rfid48'
|
|
15570
|
-
/**
|
|
15570
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15571
15571
|
card_holder?: string | undefined
|
|
15572
15572
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15573
15573
|
number_of_issued_cards: number
|
|
@@ -15688,7 +15688,7 @@ export interface Routes {
|
|
|
15688
15688
|
warning_code: 'needs_to_be_reissued'
|
|
15689
15689
|
}
|
|
15690
15690
|
>
|
|
15691
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
15691
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
15692
15692
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
15693
15693
|
/** 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. */
|
|
15694
15694
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -15847,7 +15847,7 @@ export interface Routes {
|
|
|
15847
15847
|
warning_code: 'needs_to_be_reissued'
|
|
15848
15848
|
}
|
|
15849
15849
|
>
|
|
15850
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
15850
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
15851
15851
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
15852
15852
|
/** 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. */
|
|
15853
15853
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -16068,7 +16068,7 @@ export interface Routes {
|
|
|
16068
16068
|
warning_code: 'needs_to_be_reissued'
|
|
16069
16069
|
}
|
|
16070
16070
|
>
|
|
16071
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
16071
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
16072
16072
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
16073
16073
|
/** 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. */
|
|
16074
16074
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -16225,7 +16225,7 @@ export interface Routes {
|
|
|
16225
16225
|
warning_code: 'needs_to_be_reissued'
|
|
16226
16226
|
}
|
|
16227
16227
|
>
|
|
16228
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
16228
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
16229
16229
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
16230
16230
|
/** 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. */
|
|
16231
16231
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -17107,7 +17107,7 @@ export interface Routes {
|
|
|
17107
17107
|
pending_auto_update: boolean
|
|
17108
17108
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17109
17109
|
card_format: 'TLCode' | 'rfid48'
|
|
17110
|
-
/**
|
|
17110
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17111
17111
|
card_holder?: string | undefined
|
|
17112
17112
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17113
17113
|
number_of_issued_cards: number
|
|
@@ -17228,7 +17228,7 @@ export interface Routes {
|
|
|
17228
17228
|
warning_code: 'needs_to_be_reissued'
|
|
17229
17229
|
}
|
|
17230
17230
|
>
|
|
17231
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
17231
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
17232
17232
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
17233
17233
|
/** 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. */
|
|
17234
17234
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -17387,7 +17387,7 @@ export interface Routes {
|
|
|
17387
17387
|
warning_code: 'needs_to_be_reissued'
|
|
17388
17388
|
}
|
|
17389
17389
|
>
|
|
17390
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
17390
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
17391
17391
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
17392
17392
|
/** 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. */
|
|
17393
17393
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -17608,7 +17608,7 @@ export interface Routes {
|
|
|
17608
17608
|
warning_code: 'needs_to_be_reissued'
|
|
17609
17609
|
}
|
|
17610
17610
|
>
|
|
17611
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
17611
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
17612
17612
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
17613
17613
|
/** 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. */
|
|
17614
17614
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -17765,7 +17765,7 @@ export interface Routes {
|
|
|
17765
17765
|
warning_code: 'needs_to_be_reissued'
|
|
17766
17766
|
}
|
|
17767
17767
|
>
|
|
17768
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
17768
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
17769
17769
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
17770
17770
|
/** 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. */
|
|
17771
17771
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -18904,7 +18904,7 @@ export interface Routes {
|
|
|
18904
18904
|
warning_code: 'needs_to_be_reissued'
|
|
18905
18905
|
}
|
|
18906
18906
|
>
|
|
18907
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
18907
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
18908
18908
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
18909
18909
|
/** 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. */
|
|
18910
18910
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21236,7 +21236,7 @@ export interface Routes {
|
|
|
21236
21236
|
pending_auto_update: boolean
|
|
21237
21237
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
21238
21238
|
card_format: 'TLCode' | 'rfid48'
|
|
21239
|
-
/**
|
|
21239
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
21240
21240
|
card_holder?: string | undefined
|
|
21241
21241
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
21242
21242
|
number_of_issued_cards: number
|
|
@@ -21357,7 +21357,7 @@ export interface Routes {
|
|
|
21357
21357
|
warning_code: 'needs_to_be_reissued'
|
|
21358
21358
|
}
|
|
21359
21359
|
>
|
|
21360
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
21360
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
21361
21361
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21362
21362
|
/** 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. */
|
|
21363
21363
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21516,7 +21516,7 @@ export interface Routes {
|
|
|
21516
21516
|
warning_code: 'needs_to_be_reissued'
|
|
21517
21517
|
}
|
|
21518
21518
|
>
|
|
21519
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
21519
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
21520
21520
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21521
21521
|
/** 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. */
|
|
21522
21522
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21737,7 +21737,7 @@ export interface Routes {
|
|
|
21737
21737
|
warning_code: 'needs_to_be_reissued'
|
|
21738
21738
|
}
|
|
21739
21739
|
>
|
|
21740
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
21740
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
21741
21741
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21742
21742
|
/** 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. */
|
|
21743
21743
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21894,7 +21894,7 @@ export interface Routes {
|
|
|
21894
21894
|
warning_code: 'needs_to_be_reissued'
|
|
21895
21895
|
}
|
|
21896
21896
|
>
|
|
21897
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
21897
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
21898
21898
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21899
21899
|
/** 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. */
|
|
21900
21900
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -22670,7 +22670,7 @@ export interface Routes {
|
|
|
22670
22670
|
pending_auto_update: boolean
|
|
22671
22671
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
22672
22672
|
card_format: 'TLCode' | 'rfid48'
|
|
22673
|
-
/**
|
|
22673
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
22674
22674
|
card_holder?: string | undefined
|
|
22675
22675
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
22676
22676
|
number_of_issued_cards: number
|
|
@@ -22791,7 +22791,7 @@ export interface Routes {
|
|
|
22791
22791
|
warning_code: 'needs_to_be_reissued'
|
|
22792
22792
|
}
|
|
22793
22793
|
>
|
|
22794
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
22794
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
22795
22795
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
22796
22796
|
/** 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. */
|
|
22797
22797
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -22950,7 +22950,7 @@ export interface Routes {
|
|
|
22950
22950
|
warning_code: 'needs_to_be_reissued'
|
|
22951
22951
|
}
|
|
22952
22952
|
>
|
|
22953
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
22953
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
22954
22954
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
22955
22955
|
/** 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. */
|
|
22956
22956
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -23171,7 +23171,7 @@ export interface Routes {
|
|
|
23171
23171
|
warning_code: 'needs_to_be_reissued'
|
|
23172
23172
|
}
|
|
23173
23173
|
>
|
|
23174
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
23174
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
23175
23175
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
23176
23176
|
/** 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. */
|
|
23177
23177
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -23328,7 +23328,7 @@ export interface Routes {
|
|
|
23328
23328
|
warning_code: 'needs_to_be_reissued'
|
|
23329
23329
|
}
|
|
23330
23330
|
>
|
|
23331
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
23331
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
23332
23332
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
23333
23333
|
/** 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. */
|
|
23334
23334
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39273,7 +39273,7 @@ export interface Routes {
|
|
|
39273
39273
|
pending_auto_update: boolean
|
|
39274
39274
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39275
39275
|
card_format: 'TLCode' | 'rfid48'
|
|
39276
|
-
/**
|
|
39276
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39277
39277
|
card_holder?: string | undefined
|
|
39278
39278
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39279
39279
|
number_of_issued_cards: number
|
|
@@ -39394,7 +39394,7 @@ export interface Routes {
|
|
|
39394
39394
|
warning_code: 'needs_to_be_reissued'
|
|
39395
39395
|
}
|
|
39396
39396
|
>
|
|
39397
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
39397
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
39398
39398
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39399
39399
|
/** 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. */
|
|
39400
39400
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39553,7 +39553,7 @@ export interface Routes {
|
|
|
39553
39553
|
warning_code: 'needs_to_be_reissued'
|
|
39554
39554
|
}
|
|
39555
39555
|
>
|
|
39556
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
39556
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
39557
39557
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39558
39558
|
/** 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. */
|
|
39559
39559
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39774,7 +39774,7 @@ export interface Routes {
|
|
|
39774
39774
|
warning_code: 'needs_to_be_reissued'
|
|
39775
39775
|
}
|
|
39776
39776
|
>
|
|
39777
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
39777
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
39778
39778
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39779
39779
|
/** 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. */
|
|
39780
39780
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39931,7 +39931,7 @@ export interface Routes {
|
|
|
39931
39931
|
warning_code: 'needs_to_be_reissued'
|
|
39932
39932
|
}
|
|
39933
39933
|
>
|
|
39934
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
39934
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
39935
39935
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39936
39936
|
/** 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. */
|
|
39937
39937
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -40714,7 +40714,7 @@ export interface Routes {
|
|
|
40714
40714
|
pending_auto_update: boolean
|
|
40715
40715
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40716
40716
|
card_format: 'TLCode' | 'rfid48'
|
|
40717
|
-
/**
|
|
40717
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40718
40718
|
card_holder?: string | undefined
|
|
40719
40719
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40720
40720
|
number_of_issued_cards: number
|
|
@@ -40835,7 +40835,7 @@ export interface Routes {
|
|
|
40835
40835
|
warning_code: 'needs_to_be_reissued'
|
|
40836
40836
|
}
|
|
40837
40837
|
>
|
|
40838
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
40838
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
40839
40839
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
40840
40840
|
/** 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. */
|
|
40841
40841
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -40994,7 +40994,7 @@ export interface Routes {
|
|
|
40994
40994
|
warning_code: 'needs_to_be_reissued'
|
|
40995
40995
|
}
|
|
40996
40996
|
>
|
|
40997
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
40997
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
40998
40998
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
40999
40999
|
/** 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. */
|
|
41000
41000
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -41215,7 +41215,7 @@ export interface Routes {
|
|
|
41215
41215
|
warning_code: 'needs_to_be_reissued'
|
|
41216
41216
|
}
|
|
41217
41217
|
>
|
|
41218
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
41218
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
41219
41219
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
41220
41220
|
/** 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. */
|
|
41221
41221
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -41372,7 +41372,7 @@ export interface Routes {
|
|
|
41372
41372
|
warning_code: 'needs_to_be_reissued'
|
|
41373
41373
|
}
|
|
41374
41374
|
>
|
|
41375
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
41375
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
41376
41376
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
41377
41377
|
/** 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. */
|
|
41378
41378
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42153,7 +42153,7 @@ export interface Routes {
|
|
|
42153
42153
|
pending_auto_update: boolean
|
|
42154
42154
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42155
42155
|
card_format: 'TLCode' | 'rfid48'
|
|
42156
|
-
/**
|
|
42156
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42157
42157
|
card_holder?: string | undefined
|
|
42158
42158
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42159
42159
|
number_of_issued_cards: number
|
|
@@ -42274,7 +42274,7 @@ export interface Routes {
|
|
|
42274
42274
|
warning_code: 'needs_to_be_reissued'
|
|
42275
42275
|
}
|
|
42276
42276
|
>
|
|
42277
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
42277
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
42278
42278
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42279
42279
|
/** 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. */
|
|
42280
42280
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42433,7 +42433,7 @@ export interface Routes {
|
|
|
42433
42433
|
warning_code: 'needs_to_be_reissued'
|
|
42434
42434
|
}
|
|
42435
42435
|
>
|
|
42436
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
42436
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
42437
42437
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42438
42438
|
/** 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. */
|
|
42439
42439
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42654,7 +42654,7 @@ export interface Routes {
|
|
|
42654
42654
|
warning_code: 'needs_to_be_reissued'
|
|
42655
42655
|
}
|
|
42656
42656
|
>
|
|
42657
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
42657
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
42658
42658
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42659
42659
|
/** 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. */
|
|
42660
42660
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42811,7 +42811,7 @@ export interface Routes {
|
|
|
42811
42811
|
warning_code: 'needs_to_be_reissued'
|
|
42812
42812
|
}
|
|
42813
42813
|
>
|
|
42814
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
42814
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
42815
42815
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42816
42816
|
/** 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. */
|
|
42817
42817
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -43594,7 +43594,7 @@ export interface Routes {
|
|
|
43594
43594
|
pending_auto_update: boolean
|
|
43595
43595
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43596
43596
|
card_format: 'TLCode' | 'rfid48'
|
|
43597
|
-
/**
|
|
43597
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43598
43598
|
card_holder?: string | undefined
|
|
43599
43599
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43600
43600
|
number_of_issued_cards: number
|
|
@@ -43715,7 +43715,7 @@ export interface Routes {
|
|
|
43715
43715
|
warning_code: 'needs_to_be_reissued'
|
|
43716
43716
|
}
|
|
43717
43717
|
>
|
|
43718
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
43718
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
43719
43719
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
43720
43720
|
/** 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. */
|
|
43721
43721
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -43874,7 +43874,7 @@ export interface Routes {
|
|
|
43874
43874
|
warning_code: 'needs_to_be_reissued'
|
|
43875
43875
|
}
|
|
43876
43876
|
>
|
|
43877
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
43877
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
43878
43878
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
43879
43879
|
/** 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. */
|
|
43880
43880
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -44095,7 +44095,7 @@ export interface Routes {
|
|
|
44095
44095
|
warning_code: 'needs_to_be_reissued'
|
|
44096
44096
|
}
|
|
44097
44097
|
>
|
|
44098
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
44098
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
44099
44099
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
44100
44100
|
/** 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. */
|
|
44101
44101
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -44252,7 +44252,7 @@ export interface Routes {
|
|
|
44252
44252
|
warning_code: 'needs_to_be_reissued'
|
|
44253
44253
|
}
|
|
44254
44254
|
>
|
|
44255
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
44255
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
44256
44256
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
44257
44257
|
/** 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. */
|
|
44258
44258
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -47957,7 +47957,7 @@ export interface Routes {
|
|
|
47957
47957
|
pending_auto_update: boolean
|
|
47958
47958
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47959
47959
|
card_format: 'TLCode' | 'rfid48'
|
|
47960
|
-
/**
|
|
47960
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47961
47961
|
card_holder?: string | undefined
|
|
47962
47962
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47963
47963
|
number_of_issued_cards: number
|
|
@@ -48078,7 +48078,7 @@ export interface Routes {
|
|
|
48078
48078
|
warning_code: 'needs_to_be_reissued'
|
|
48079
48079
|
}
|
|
48080
48080
|
>
|
|
48081
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
48081
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
48082
48082
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48083
48083
|
/** 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. */
|
|
48084
48084
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -48237,7 +48237,7 @@ export interface Routes {
|
|
|
48237
48237
|
warning_code: 'needs_to_be_reissued'
|
|
48238
48238
|
}
|
|
48239
48239
|
>
|
|
48240
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
48240
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
48241
48241
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48242
48242
|
/** 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. */
|
|
48243
48243
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -48458,7 +48458,7 @@ export interface Routes {
|
|
|
48458
48458
|
warning_code: 'needs_to_be_reissued'
|
|
48459
48459
|
}
|
|
48460
48460
|
>
|
|
48461
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
48461
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
48462
48462
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48463
48463
|
/** 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. */
|
|
48464
48464
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -48615,7 +48615,7 @@ export interface Routes {
|
|
|
48615
48615
|
warning_code: 'needs_to_be_reissued'
|
|
48616
48616
|
}
|
|
48617
48617
|
>
|
|
48618
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
48618
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
48619
48619
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48620
48620
|
/** 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. */
|
|
48621
48621
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -49417,7 +49417,7 @@ export interface Routes {
|
|
|
49417
49417
|
pending_auto_update: boolean
|
|
49418
49418
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49419
49419
|
card_format: 'TLCode' | 'rfid48'
|
|
49420
|
-
/**
|
|
49420
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49421
49421
|
card_holder?: string | undefined
|
|
49422
49422
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49423
49423
|
number_of_issued_cards: number
|
|
@@ -49538,7 +49538,7 @@ export interface Routes {
|
|
|
49538
49538
|
warning_code: 'needs_to_be_reissued'
|
|
49539
49539
|
}
|
|
49540
49540
|
>
|
|
49541
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
49541
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
49542
49542
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
49543
49543
|
/** 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. */
|
|
49544
49544
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -49697,7 +49697,7 @@ export interface Routes {
|
|
|
49697
49697
|
warning_code: 'needs_to_be_reissued'
|
|
49698
49698
|
}
|
|
49699
49699
|
>
|
|
49700
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
49700
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
49701
49701
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
49702
49702
|
/** 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. */
|
|
49703
49703
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -49918,7 +49918,7 @@ export interface Routes {
|
|
|
49918
49918
|
warning_code: 'needs_to_be_reissued'
|
|
49919
49919
|
}
|
|
49920
49920
|
>
|
|
49921
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
49921
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
49922
49922
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
49923
49923
|
/** 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. */
|
|
49924
49924
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -50075,7 +50075,7 @@ export interface Routes {
|
|
|
50075
50075
|
warning_code: 'needs_to_be_reissued'
|
|
50076
50076
|
}
|
|
50077
50077
|
>
|
|
50078
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
50078
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
50079
50079
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
50080
50080
|
/** 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. */
|
|
50081
50081
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -50931,7 +50931,7 @@ export interface Routes {
|
|
|
50931
50931
|
pending_auto_update: boolean
|
|
50932
50932
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50933
50933
|
card_format: 'TLCode' | 'rfid48'
|
|
50934
|
-
/**
|
|
50934
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50935
50935
|
card_holder?: string | undefined
|
|
50936
50936
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50937
50937
|
number_of_issued_cards: number
|
|
@@ -51052,7 +51052,7 @@ export interface Routes {
|
|
|
51052
51052
|
warning_code: 'needs_to_be_reissued'
|
|
51053
51053
|
}
|
|
51054
51054
|
>
|
|
51055
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
51055
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
51056
51056
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51057
51057
|
/** 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. */
|
|
51058
51058
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -51211,7 +51211,7 @@ export interface Routes {
|
|
|
51211
51211
|
warning_code: 'needs_to_be_reissued'
|
|
51212
51212
|
}
|
|
51213
51213
|
>
|
|
51214
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
51214
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
51215
51215
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51216
51216
|
/** 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. */
|
|
51217
51217
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -51432,7 +51432,7 @@ export interface Routes {
|
|
|
51432
51432
|
warning_code: 'needs_to_be_reissued'
|
|
51433
51433
|
}
|
|
51434
51434
|
>
|
|
51435
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
51435
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
51436
51436
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51437
51437
|
/** 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. */
|
|
51438
51438
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -51589,7 +51589,7 @@ export interface Routes {
|
|
|
51589
51589
|
warning_code: 'needs_to_be_reissued'
|
|
51590
51590
|
}
|
|
51591
51591
|
>
|
|
51592
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
51592
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
51593
51593
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51594
51594
|
/** 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. */
|
|
51595
51595
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -53196,7 +53196,7 @@ export interface Routes {
|
|
|
53196
53196
|
warning_code: 'needs_to_be_reissued'
|
|
53197
53197
|
}
|
|
53198
53198
|
>
|
|
53199
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
53199
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
53200
53200
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
53201
53201
|
/** 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. */
|
|
53202
53202
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -53390,7 +53390,7 @@ export interface Routes {
|
|
|
53390
53390
|
warning_code: 'needs_to_be_reissued'
|
|
53391
53391
|
}
|
|
53392
53392
|
>
|
|
53393
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
53393
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
53394
53394
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
53395
53395
|
/** 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. */
|
|
53396
53396
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -53914,7 +53914,7 @@ export interface Routes {
|
|
|
53914
53914
|
pending_auto_update: boolean
|
|
53915
53915
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53916
53916
|
card_format: 'TLCode' | 'rfid48'
|
|
53917
|
-
/**
|
|
53917
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53918
53918
|
card_holder?: string | undefined
|
|
53919
53919
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53920
53920
|
number_of_issued_cards: number
|
|
@@ -54035,7 +54035,7 @@ export interface Routes {
|
|
|
54035
54035
|
warning_code: 'needs_to_be_reissued'
|
|
54036
54036
|
}
|
|
54037
54037
|
>
|
|
54038
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
54038
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
54039
54039
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54040
54040
|
/** 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. */
|
|
54041
54041
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -54194,7 +54194,7 @@ export interface Routes {
|
|
|
54194
54194
|
warning_code: 'needs_to_be_reissued'
|
|
54195
54195
|
}
|
|
54196
54196
|
>
|
|
54197
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
54197
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
54198
54198
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54199
54199
|
/** 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. */
|
|
54200
54200
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -54415,7 +54415,7 @@ export interface Routes {
|
|
|
54415
54415
|
warning_code: 'needs_to_be_reissued'
|
|
54416
54416
|
}
|
|
54417
54417
|
>
|
|
54418
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
54418
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
54419
54419
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54420
54420
|
/** 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. */
|
|
54421
54421
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -54572,7 +54572,7 @@ export interface Routes {
|
|
|
54572
54572
|
warning_code: 'needs_to_be_reissued'
|
|
54573
54573
|
}
|
|
54574
54574
|
>
|
|
54575
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
54575
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
54576
54576
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54577
54577
|
/** 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. */
|
|
54578
54578
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -55359,7 +55359,7 @@ export interface Routes {
|
|
|
55359
55359
|
pending_auto_update: boolean
|
|
55360
55360
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
55361
55361
|
card_format: 'TLCode' | 'rfid48'
|
|
55362
|
-
/**
|
|
55362
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
55363
55363
|
card_holder?: string | undefined
|
|
55364
55364
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
55365
55365
|
number_of_issued_cards: number
|
|
@@ -55480,7 +55480,7 @@ export interface Routes {
|
|
|
55480
55480
|
warning_code: 'needs_to_be_reissued'
|
|
55481
55481
|
}
|
|
55482
55482
|
>
|
|
55483
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
55483
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
55484
55484
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
55485
55485
|
/** 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. */
|
|
55486
55486
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -55639,7 +55639,7 @@ export interface Routes {
|
|
|
55639
55639
|
warning_code: 'needs_to_be_reissued'
|
|
55640
55640
|
}
|
|
55641
55641
|
>
|
|
55642
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
55642
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
55643
55643
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
55644
55644
|
/** 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. */
|
|
55645
55645
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -55860,7 +55860,7 @@ export interface Routes {
|
|
|
55860
55860
|
warning_code: 'needs_to_be_reissued'
|
|
55861
55861
|
}
|
|
55862
55862
|
>
|
|
55863
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
55863
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
55864
55864
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
55865
55865
|
/** 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. */
|
|
55866
55866
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -56017,7 +56017,7 @@ export interface Routes {
|
|
|
56017
56017
|
warning_code: 'needs_to_be_reissued'
|
|
56018
56018
|
}
|
|
56019
56019
|
>
|
|
56020
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
56020
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
56021
56021
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
56022
56022
|
/** 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. */
|
|
56023
56023
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -56898,7 +56898,7 @@ export interface Routes {
|
|
|
56898
56898
|
pending_auto_update: boolean
|
|
56899
56899
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56900
56900
|
card_format: 'TLCode' | 'rfid48'
|
|
56901
|
-
/**
|
|
56901
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56902
56902
|
card_holder?: string | undefined
|
|
56903
56903
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56904
56904
|
number_of_issued_cards: number
|
|
@@ -57019,7 +57019,7 @@ export interface Routes {
|
|
|
57019
57019
|
warning_code: 'needs_to_be_reissued'
|
|
57020
57020
|
}
|
|
57021
57021
|
>
|
|
57022
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
57022
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
57023
57023
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57024
57024
|
/** 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. */
|
|
57025
57025
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -57178,7 +57178,7 @@ export interface Routes {
|
|
|
57178
57178
|
warning_code: 'needs_to_be_reissued'
|
|
57179
57179
|
}
|
|
57180
57180
|
>
|
|
57181
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
57181
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
57182
57182
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57183
57183
|
/** 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. */
|
|
57184
57184
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -57399,7 +57399,7 @@ export interface Routes {
|
|
|
57399
57399
|
warning_code: 'needs_to_be_reissued'
|
|
57400
57400
|
}
|
|
57401
57401
|
>
|
|
57402
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
57402
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
57403
57403
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57404
57404
|
/** 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. */
|
|
57405
57405
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -57556,7 +57556,7 @@ export interface Routes {
|
|
|
57556
57556
|
warning_code: 'needs_to_be_reissued'
|
|
57557
57557
|
}
|
|
57558
57558
|
>
|
|
57559
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
57559
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
57560
57560
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57561
57561
|
/** 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. */
|
|
57562
57562
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -59772,7 +59772,7 @@ export interface Routes {
|
|
|
59772
59772
|
pending_auto_update: boolean
|
|
59773
59773
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59774
59774
|
card_format: 'TLCode' | 'rfid48'
|
|
59775
|
-
/**
|
|
59775
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59776
59776
|
card_holder?: string | undefined
|
|
59777
59777
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59778
59778
|
number_of_issued_cards: number
|
|
@@ -59893,7 +59893,7 @@ export interface Routes {
|
|
|
59893
59893
|
warning_code: 'needs_to_be_reissued'
|
|
59894
59894
|
}
|
|
59895
59895
|
>
|
|
59896
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
59896
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
59897
59897
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
59898
59898
|
/** 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. */
|
|
59899
59899
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -60052,7 +60052,7 @@ export interface Routes {
|
|
|
60052
60052
|
warning_code: 'needs_to_be_reissued'
|
|
60053
60053
|
}
|
|
60054
60054
|
>
|
|
60055
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
60055
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
60056
60056
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
60057
60057
|
/** 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. */
|
|
60058
60058
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -60273,7 +60273,7 @@ export interface Routes {
|
|
|
60273
60273
|
warning_code: 'needs_to_be_reissued'
|
|
60274
60274
|
}
|
|
60275
60275
|
>
|
|
60276
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
60276
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
60277
60277
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
60278
60278
|
/** 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. */
|
|
60279
60279
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -60430,7 +60430,7 @@ export interface Routes {
|
|
|
60430
60430
|
warning_code: 'needs_to_be_reissued'
|
|
60431
60431
|
}
|
|
60432
60432
|
>
|
|
60433
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
60433
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
60434
60434
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
60435
60435
|
/** 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. */
|
|
60436
60436
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61221,7 +61221,7 @@ export interface Routes {
|
|
|
61221
61221
|
pending_auto_update: boolean
|
|
61222
61222
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61223
61223
|
card_format: 'TLCode' | 'rfid48'
|
|
61224
|
-
/**
|
|
61224
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61225
61225
|
card_holder?: string | undefined
|
|
61226
61226
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61227
61227
|
number_of_issued_cards: number
|
|
@@ -61342,7 +61342,7 @@ export interface Routes {
|
|
|
61342
61342
|
warning_code: 'needs_to_be_reissued'
|
|
61343
61343
|
}
|
|
61344
61344
|
>
|
|
61345
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
61345
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
61346
61346
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61347
61347
|
/** 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. */
|
|
61348
61348
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61501,7 +61501,7 @@ export interface Routes {
|
|
|
61501
61501
|
warning_code: 'needs_to_be_reissued'
|
|
61502
61502
|
}
|
|
61503
61503
|
>
|
|
61504
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
61504
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
61505
61505
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61506
61506
|
/** 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. */
|
|
61507
61507
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61722,7 +61722,7 @@ export interface Routes {
|
|
|
61722
61722
|
warning_code: 'needs_to_be_reissued'
|
|
61723
61723
|
}
|
|
61724
61724
|
>
|
|
61725
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
61725
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
61726
61726
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61727
61727
|
/** 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. */
|
|
61728
61728
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61879,7 +61879,7 @@ export interface Routes {
|
|
|
61879
61879
|
warning_code: 'needs_to_be_reissued'
|
|
61880
61880
|
}
|
|
61881
61881
|
>
|
|
61882
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
61882
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
61883
61883
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61884
61884
|
/** 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. */
|
|
61885
61885
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -65564,7 +65564,7 @@ export interface Routes {
|
|
|
65564
65564
|
pending_auto_update: boolean
|
|
65565
65565
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65566
65566
|
card_format: 'TLCode' | 'rfid48'
|
|
65567
|
-
/**
|
|
65567
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65568
65568
|
card_holder?: string | undefined
|
|
65569
65569
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65570
65570
|
number_of_issued_cards: number
|
|
@@ -65685,7 +65685,7 @@ export interface Routes {
|
|
|
65685
65685
|
warning_code: 'needs_to_be_reissued'
|
|
65686
65686
|
}
|
|
65687
65687
|
>
|
|
65688
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
65688
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
65689
65689
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
65690
65690
|
/** 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. */
|
|
65691
65691
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -65844,7 +65844,7 @@ export interface Routes {
|
|
|
65844
65844
|
warning_code: 'needs_to_be_reissued'
|
|
65845
65845
|
}
|
|
65846
65846
|
>
|
|
65847
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
65847
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
65848
65848
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
65849
65849
|
/** 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. */
|
|
65850
65850
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -66065,7 +66065,7 @@ export interface Routes {
|
|
|
66065
66065
|
warning_code: 'needs_to_be_reissued'
|
|
66066
66066
|
}
|
|
66067
66067
|
>
|
|
66068
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
66068
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
66069
66069
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
66070
66070
|
/** 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. */
|
|
66071
66071
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -66222,7 +66222,7 @@ export interface Routes {
|
|
|
66222
66222
|
warning_code: 'needs_to_be_reissued'
|
|
66223
66223
|
}
|
|
66224
66224
|
>
|
|
66225
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
66225
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
66226
66226
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
66227
66227
|
/** 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. */
|
|
66228
66228
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67202,7 +67202,7 @@ export interface Routes {
|
|
|
67202
67202
|
pending_auto_update: boolean
|
|
67203
67203
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67204
67204
|
card_format: 'TLCode' | 'rfid48'
|
|
67205
|
-
/**
|
|
67205
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67206
67206
|
card_holder?: string | undefined
|
|
67207
67207
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67208
67208
|
number_of_issued_cards: number
|
|
@@ -67323,7 +67323,7 @@ export interface Routes {
|
|
|
67323
67323
|
warning_code: 'needs_to_be_reissued'
|
|
67324
67324
|
}
|
|
67325
67325
|
>
|
|
67326
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
67326
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
67327
67327
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67328
67328
|
/** 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. */
|
|
67329
67329
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67482,7 +67482,7 @@ export interface Routes {
|
|
|
67482
67482
|
warning_code: 'needs_to_be_reissued'
|
|
67483
67483
|
}
|
|
67484
67484
|
>
|
|
67485
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
67485
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
67486
67486
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67487
67487
|
/** 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. */
|
|
67488
67488
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67703,7 +67703,7 @@ export interface Routes {
|
|
|
67703
67703
|
warning_code: 'needs_to_be_reissued'
|
|
67704
67704
|
}
|
|
67705
67705
|
>
|
|
67706
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
67706
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
67707
67707
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67708
67708
|
/** 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. */
|
|
67709
67709
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67860,7 +67860,7 @@ export interface Routes {
|
|
|
67860
67860
|
warning_code: 'needs_to_be_reissued'
|
|
67861
67861
|
}
|
|
67862
67862
|
>
|
|
67863
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
67863
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
67864
67864
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67865
67865
|
/** 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. */
|
|
67866
67866
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -68674,7 +68674,7 @@ export interface Routes {
|
|
|
68674
68674
|
pending_auto_update: boolean
|
|
68675
68675
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68676
68676
|
card_format: 'TLCode' | 'rfid48'
|
|
68677
|
-
/**
|
|
68677
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68678
68678
|
card_holder?: string | undefined
|
|
68679
68679
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68680
68680
|
number_of_issued_cards: number
|
|
@@ -68795,7 +68795,7 @@ export interface Routes {
|
|
|
68795
68795
|
warning_code: 'needs_to_be_reissued'
|
|
68796
68796
|
}
|
|
68797
68797
|
>
|
|
68798
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
68798
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
68799
68799
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
68800
68800
|
/** 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. */
|
|
68801
68801
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -68954,7 +68954,7 @@ export interface Routes {
|
|
|
68954
68954
|
warning_code: 'needs_to_be_reissued'
|
|
68955
68955
|
}
|
|
68956
68956
|
>
|
|
68957
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
68957
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
68958
68958
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
68959
68959
|
/** 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. */
|
|
68960
68960
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -69175,7 +69175,7 @@ export interface Routes {
|
|
|
69175
69175
|
warning_code: 'needs_to_be_reissued'
|
|
69176
69176
|
}
|
|
69177
69177
|
>
|
|
69178
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
69178
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
69179
69179
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
69180
69180
|
/** 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. */
|
|
69181
69181
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -69332,7 +69332,7 @@ export interface Routes {
|
|
|
69332
69332
|
warning_code: 'needs_to_be_reissued'
|
|
69333
69333
|
}
|
|
69334
69334
|
>
|
|
69335
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
69335
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
69336
69336
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
69337
69337
|
/** 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. */
|
|
69338
69338
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70249,7 +70249,7 @@ export interface Routes {
|
|
|
70249
70249
|
pending_auto_update: boolean
|
|
70250
70250
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70251
70251
|
card_format: 'TLCode' | 'rfid48'
|
|
70252
|
-
/**
|
|
70252
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70253
70253
|
card_holder?: string | undefined
|
|
70254
70254
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70255
70255
|
number_of_issued_cards: number
|
|
@@ -70370,7 +70370,7 @@ export interface Routes {
|
|
|
70370
70370
|
warning_code: 'needs_to_be_reissued'
|
|
70371
70371
|
}
|
|
70372
70372
|
>
|
|
70373
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
70373
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
70374
70374
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70375
70375
|
/** 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. */
|
|
70376
70376
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70529,7 +70529,7 @@ export interface Routes {
|
|
|
70529
70529
|
warning_code: 'needs_to_be_reissued'
|
|
70530
70530
|
}
|
|
70531
70531
|
>
|
|
70532
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
70532
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
70533
70533
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70534
70534
|
/** 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. */
|
|
70535
70535
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70750,7 +70750,7 @@ export interface Routes {
|
|
|
70750
70750
|
warning_code: 'needs_to_be_reissued'
|
|
70751
70751
|
}
|
|
70752
70752
|
>
|
|
70753
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
70753
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
70754
70754
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70755
70755
|
/** 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. */
|
|
70756
70756
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70907,7 +70907,7 @@ export interface Routes {
|
|
|
70907
70907
|
warning_code: 'needs_to_be_reissued'
|
|
70908
70908
|
}
|
|
70909
70909
|
>
|
|
70910
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
70910
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
70911
70911
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70912
70912
|
/** 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. */
|
|
70913
70913
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -72277,12 +72277,18 @@ export interface Routes {
|
|
|
72277
72277
|
created_at: string
|
|
72278
72278
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
72279
72279
|
workspace_id: string
|
|
72280
|
-
/** Array of errors associated with the user identity. Each error object within the array contains
|
|
72280
|
+
/** 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. */
|
|
72281
72281
|
errors: Array<{
|
|
72282
72282
|
/** Date and time at which Seam created the error. */
|
|
72283
72283
|
created_at: string
|
|
72284
72284
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72285
72285
|
message: string
|
|
72286
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72287
|
+
error_code: 'issue_with_acs_user'
|
|
72288
|
+
/** ID of the access system user that has an issue. */
|
|
72289
|
+
acs_user_id: string
|
|
72290
|
+
/** ID of the access system that the user identity is associated with. */
|
|
72291
|
+
acs_system_id: string
|
|
72286
72292
|
}>
|
|
72287
72293
|
/** 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. */
|
|
72288
72294
|
warnings: Array<{
|
|
@@ -72331,14 +72337,14 @@ export interface Routes {
|
|
|
72331
72337
|
}
|
|
72332
72338
|
formData: {}
|
|
72333
72339
|
jsonResponse: {
|
|
72334
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72340
|
+
/** 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/).
|
|
72335
72341
|
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
|
|
72336
72342
|
enrollment_automation: {
|
|
72337
72343
|
/** ID of the enrollment automation. */
|
|
72338
72344
|
enrollment_automation_id: string
|
|
72339
72345
|
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
72340
72346
|
credential_manager_acs_system_id: string
|
|
72341
|
-
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72347
|
+
/** 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). */
|
|
72342
72348
|
user_identity_id: string
|
|
72343
72349
|
/** Date and time at which the enrollment automation was created. */
|
|
72344
72350
|
created_at: string
|
|
@@ -72366,14 +72372,14 @@ export interface Routes {
|
|
|
72366
72372
|
}
|
|
72367
72373
|
formData: {}
|
|
72368
72374
|
jsonResponse: {
|
|
72369
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72375
|
+
/** 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/).
|
|
72370
72376
|
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
|
|
72371
72377
|
enrollment_automation: {
|
|
72372
72378
|
/** ID of the enrollment automation. */
|
|
72373
72379
|
enrollment_automation_id: string
|
|
72374
72380
|
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
72375
72381
|
credential_manager_acs_system_id: string
|
|
72376
|
-
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72382
|
+
/** 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). */
|
|
72377
72383
|
user_identity_id: string
|
|
72378
72384
|
/** Date and time at which the enrollment automation was created. */
|
|
72379
72385
|
created_at: string
|
|
@@ -72398,7 +72404,7 @@ export interface Routes {
|
|
|
72398
72404
|
enrollment_automation_id: string
|
|
72399
72405
|
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
72400
72406
|
credential_manager_acs_system_id: string
|
|
72401
|
-
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72407
|
+
/** 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). */
|
|
72402
72408
|
user_identity_id: string
|
|
72403
72409
|
/** Date and time at which the enrollment automation was created. */
|
|
72404
72410
|
created_at: string
|
|
@@ -72472,12 +72478,18 @@ export interface Routes {
|
|
|
72472
72478
|
created_at: string
|
|
72473
72479
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
72474
72480
|
workspace_id: string
|
|
72475
|
-
/** Array of errors associated with the user identity. Each error object within the array contains
|
|
72481
|
+
/** 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. */
|
|
72476
72482
|
errors: Array<{
|
|
72477
72483
|
/** Date and time at which Seam created the error. */
|
|
72478
72484
|
created_at: string
|
|
72479
72485
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72480
72486
|
message: string
|
|
72487
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72488
|
+
error_code: 'issue_with_acs_user'
|
|
72489
|
+
/** ID of the access system user that has an issue. */
|
|
72490
|
+
acs_user_id: string
|
|
72491
|
+
/** ID of the access system that the user identity is associated with. */
|
|
72492
|
+
acs_system_id: string
|
|
72481
72493
|
}>
|
|
72482
72494
|
/** 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. */
|
|
72483
72495
|
warnings: Array<{
|
|
@@ -72533,12 +72545,18 @@ export interface Routes {
|
|
|
72533
72545
|
created_at: string
|
|
72534
72546
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
72535
72547
|
workspace_id: string
|
|
72536
|
-
/** Array of errors associated with the user identity. Each error object within the array contains
|
|
72548
|
+
/** 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. */
|
|
72537
72549
|
errors: Array<{
|
|
72538
72550
|
/** Date and time at which Seam created the error. */
|
|
72539
72551
|
created_at: string
|
|
72540
72552
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72541
72553
|
message: string
|
|
72554
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72555
|
+
error_code: 'issue_with_acs_user'
|
|
72556
|
+
/** ID of the access system user that has an issue. */
|
|
72557
|
+
acs_user_id: string
|
|
72558
|
+
/** ID of the access system that the user identity is associated with. */
|
|
72559
|
+
acs_system_id: string
|
|
72542
72560
|
}>
|
|
72543
72561
|
/** 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. */
|
|
72544
72562
|
warnings: Array<{
|
|
@@ -76227,7 +76245,7 @@ export interface Routes {
|
|
|
76227
76245
|
pending_auto_update: boolean
|
|
76228
76246
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
76229
76247
|
card_format: 'TLCode' | 'rfid48'
|
|
76230
|
-
/**
|
|
76248
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
76231
76249
|
card_holder?: string | undefined
|
|
76232
76250
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
76233
76251
|
number_of_issued_cards: number
|
|
@@ -76348,7 +76366,7 @@ export interface Routes {
|
|
|
76348
76366
|
warning_code: 'needs_to_be_reissued'
|
|
76349
76367
|
}
|
|
76350
76368
|
>
|
|
76351
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
76369
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
76352
76370
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76353
76371
|
/** 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. */
|
|
76354
76372
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -76507,7 +76525,7 @@ export interface Routes {
|
|
|
76507
76525
|
warning_code: 'needs_to_be_reissued'
|
|
76508
76526
|
}
|
|
76509
76527
|
>
|
|
76510
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
76528
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
76511
76529
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76512
76530
|
/** 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. */
|
|
76513
76531
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -76728,7 +76746,7 @@ export interface Routes {
|
|
|
76728
76746
|
warning_code: 'needs_to_be_reissued'
|
|
76729
76747
|
}
|
|
76730
76748
|
>
|
|
76731
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
76749
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
76732
76750
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76733
76751
|
/** 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. */
|
|
76734
76752
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -76885,7 +76903,7 @@ export interface Routes {
|
|
|
76885
76903
|
warning_code: 'needs_to_be_reissued'
|
|
76886
76904
|
}
|
|
76887
76905
|
>
|
|
76888
|
-
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
76906
|
+
/** Indicates whether the [credential](https://docs.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). */
|
|
76889
76907
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76890
76908
|
/** 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. */
|
|
76891
76909
|
is_latest_desired_state_synced_with_provider?:
|