@seamapi/types 1.431.0 → 1.433.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +118 -63
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +229 -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/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +0 -3
- package/lib/seam/connect/models/devices/device-provider.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 +39 -12
- package/lib/seam/connect/openapi.js +97 -55
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +171 -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/devices/device-provider.ts +0 -3
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +37 -3
- package/src/lib/seam/connect/openapi.ts +104 -55
- package/src/lib/seam/connect/route-types.ts +171 -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?:
|
|
@@ -18660,6 +18660,8 @@ export interface Routes {
|
|
|
18660
18660
|
access_grant_id?: string | undefined
|
|
18661
18661
|
/** ID of the access method for which you want to retrieve all entrances. */
|
|
18662
18662
|
access_method_id?: string | undefined
|
|
18663
|
+
/** ID of the connected account for which you want to retrieve all entrances. */
|
|
18664
|
+
connected_account_id?: string | undefined
|
|
18663
18665
|
}
|
|
18664
18666
|
formData: {}
|
|
18665
18667
|
jsonResponse: {
|
|
@@ -18904,7 +18906,7 @@ export interface Routes {
|
|
|
18904
18906
|
warning_code: 'needs_to_be_reissued'
|
|
18905
18907
|
}
|
|
18906
18908
|
>
|
|
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
|
|
18909
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
18910
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
18909
18911
|
/** Indicates whether the 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
18912
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21236,7 +21238,7 @@ export interface Routes {
|
|
|
21236
21238
|
pending_auto_update: boolean
|
|
21237
21239
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
21238
21240
|
card_format: 'TLCode' | 'rfid48'
|
|
21239
|
-
/**
|
|
21241
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
21240
21242
|
card_holder?: string | undefined
|
|
21241
21243
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
21242
21244
|
number_of_issued_cards: number
|
|
@@ -21357,7 +21359,7 @@ export interface Routes {
|
|
|
21357
21359
|
warning_code: 'needs_to_be_reissued'
|
|
21358
21360
|
}
|
|
21359
21361
|
>
|
|
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
|
|
21362
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
21363
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21362
21364
|
/** Indicates whether the 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
21365
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21516,7 +21518,7 @@ export interface Routes {
|
|
|
21516
21518
|
warning_code: 'needs_to_be_reissued'
|
|
21517
21519
|
}
|
|
21518
21520
|
>
|
|
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
|
|
21521
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
21522
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21521
21523
|
/** Indicates whether the 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
21524
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21737,7 +21739,7 @@ export interface Routes {
|
|
|
21737
21739
|
warning_code: 'needs_to_be_reissued'
|
|
21738
21740
|
}
|
|
21739
21741
|
>
|
|
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
|
|
21742
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
21743
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21742
21744
|
/** Indicates whether the 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
21745
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -21894,7 +21896,7 @@ export interface Routes {
|
|
|
21894
21896
|
warning_code: 'needs_to_be_reissued'
|
|
21895
21897
|
}
|
|
21896
21898
|
>
|
|
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
|
|
21899
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
21900
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
21899
21901
|
/** Indicates whether the 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
21902
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -22670,7 +22672,7 @@ export interface Routes {
|
|
|
22670
22672
|
pending_auto_update: boolean
|
|
22671
22673
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
22672
22674
|
card_format: 'TLCode' | 'rfid48'
|
|
22673
|
-
/**
|
|
22675
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
22674
22676
|
card_holder?: string | undefined
|
|
22675
22677
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
22676
22678
|
number_of_issued_cards: number
|
|
@@ -22791,7 +22793,7 @@ export interface Routes {
|
|
|
22791
22793
|
warning_code: 'needs_to_be_reissued'
|
|
22792
22794
|
}
|
|
22793
22795
|
>
|
|
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
|
|
22796
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
22797
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
22796
22798
|
/** Indicates whether the 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
22799
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -22950,7 +22952,7 @@ export interface Routes {
|
|
|
22950
22952
|
warning_code: 'needs_to_be_reissued'
|
|
22951
22953
|
}
|
|
22952
22954
|
>
|
|
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
|
|
22955
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
22956
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
22955
22957
|
/** Indicates whether the 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
22958
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -23171,7 +23173,7 @@ export interface Routes {
|
|
|
23171
23173
|
warning_code: 'needs_to_be_reissued'
|
|
23172
23174
|
}
|
|
23173
23175
|
>
|
|
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
|
|
23176
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
23177
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
23176
23178
|
/** Indicates whether the 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
23179
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -23328,7 +23330,7 @@ export interface Routes {
|
|
|
23328
23330
|
warning_code: 'needs_to_be_reissued'
|
|
23329
23331
|
}
|
|
23330
23332
|
>
|
|
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
|
|
23333
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
23334
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
23333
23335
|
/** Indicates whether the 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
23336
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39273,7 +39275,7 @@ export interface Routes {
|
|
|
39273
39275
|
pending_auto_update: boolean
|
|
39274
39276
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39275
39277
|
card_format: 'TLCode' | 'rfid48'
|
|
39276
|
-
/**
|
|
39278
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39277
39279
|
card_holder?: string | undefined
|
|
39278
39280
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39279
39281
|
number_of_issued_cards: number
|
|
@@ -39394,7 +39396,7 @@ export interface Routes {
|
|
|
39394
39396
|
warning_code: 'needs_to_be_reissued'
|
|
39395
39397
|
}
|
|
39396
39398
|
>
|
|
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
|
|
39399
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
39400
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39399
39401
|
/** Indicates whether the 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
39402
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39553,7 +39555,7 @@ export interface Routes {
|
|
|
39553
39555
|
warning_code: 'needs_to_be_reissued'
|
|
39554
39556
|
}
|
|
39555
39557
|
>
|
|
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
|
|
39558
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
39559
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39558
39560
|
/** Indicates whether the 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
39561
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39774,7 +39776,7 @@ export interface Routes {
|
|
|
39774
39776
|
warning_code: 'needs_to_be_reissued'
|
|
39775
39777
|
}
|
|
39776
39778
|
>
|
|
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
|
|
39779
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
39780
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39779
39781
|
/** Indicates whether the 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
39782
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -39931,7 +39933,7 @@ export interface Routes {
|
|
|
39931
39933
|
warning_code: 'needs_to_be_reissued'
|
|
39932
39934
|
}
|
|
39933
39935
|
>
|
|
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
|
|
39936
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
39937
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
39936
39938
|
/** Indicates whether the 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
39939
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -40714,7 +40716,7 @@ export interface Routes {
|
|
|
40714
40716
|
pending_auto_update: boolean
|
|
40715
40717
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40716
40718
|
card_format: 'TLCode' | 'rfid48'
|
|
40717
|
-
/**
|
|
40719
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40718
40720
|
card_holder?: string | undefined
|
|
40719
40721
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40720
40722
|
number_of_issued_cards: number
|
|
@@ -40835,7 +40837,7 @@ export interface Routes {
|
|
|
40835
40837
|
warning_code: 'needs_to_be_reissued'
|
|
40836
40838
|
}
|
|
40837
40839
|
>
|
|
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
|
|
40840
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
40841
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
40840
40842
|
/** Indicates whether the 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
40843
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -40994,7 +40996,7 @@ export interface Routes {
|
|
|
40994
40996
|
warning_code: 'needs_to_be_reissued'
|
|
40995
40997
|
}
|
|
40996
40998
|
>
|
|
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
|
|
40999
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
41000
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
40999
41001
|
/** Indicates whether the 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
41002
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -41215,7 +41217,7 @@ export interface Routes {
|
|
|
41215
41217
|
warning_code: 'needs_to_be_reissued'
|
|
41216
41218
|
}
|
|
41217
41219
|
>
|
|
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
|
|
41220
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
41221
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
41220
41222
|
/** Indicates whether the 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
41223
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -41372,7 +41374,7 @@ export interface Routes {
|
|
|
41372
41374
|
warning_code: 'needs_to_be_reissued'
|
|
41373
41375
|
}
|
|
41374
41376
|
>
|
|
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
|
|
41377
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
41378
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
41377
41379
|
/** Indicates whether the 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
41380
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42153,7 +42155,7 @@ export interface Routes {
|
|
|
42153
42155
|
pending_auto_update: boolean
|
|
42154
42156
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42155
42157
|
card_format: 'TLCode' | 'rfid48'
|
|
42156
|
-
/**
|
|
42158
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42157
42159
|
card_holder?: string | undefined
|
|
42158
42160
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42159
42161
|
number_of_issued_cards: number
|
|
@@ -42274,7 +42276,7 @@ export interface Routes {
|
|
|
42274
42276
|
warning_code: 'needs_to_be_reissued'
|
|
42275
42277
|
}
|
|
42276
42278
|
>
|
|
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
|
|
42279
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
42280
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42279
42281
|
/** Indicates whether the 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
42282
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42433,7 +42435,7 @@ export interface Routes {
|
|
|
42433
42435
|
warning_code: 'needs_to_be_reissued'
|
|
42434
42436
|
}
|
|
42435
42437
|
>
|
|
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
|
|
42438
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
42439
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42438
42440
|
/** Indicates whether the 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
42441
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42654,7 +42656,7 @@ export interface Routes {
|
|
|
42654
42656
|
warning_code: 'needs_to_be_reissued'
|
|
42655
42657
|
}
|
|
42656
42658
|
>
|
|
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
|
|
42659
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
42660
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42659
42661
|
/** Indicates whether the 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
42662
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -42811,7 +42813,7 @@ export interface Routes {
|
|
|
42811
42813
|
warning_code: 'needs_to_be_reissued'
|
|
42812
42814
|
}
|
|
42813
42815
|
>
|
|
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
|
|
42816
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
42817
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
42816
42818
|
/** Indicates whether the 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
42819
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -43594,7 +43596,7 @@ export interface Routes {
|
|
|
43594
43596
|
pending_auto_update: boolean
|
|
43595
43597
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43596
43598
|
card_format: 'TLCode' | 'rfid48'
|
|
43597
|
-
/**
|
|
43599
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43598
43600
|
card_holder?: string | undefined
|
|
43599
43601
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43600
43602
|
number_of_issued_cards: number
|
|
@@ -43715,7 +43717,7 @@ export interface Routes {
|
|
|
43715
43717
|
warning_code: 'needs_to_be_reissued'
|
|
43716
43718
|
}
|
|
43717
43719
|
>
|
|
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
|
|
43720
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
43721
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
43720
43722
|
/** Indicates whether the 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
43723
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -43874,7 +43876,7 @@ export interface Routes {
|
|
|
43874
43876
|
warning_code: 'needs_to_be_reissued'
|
|
43875
43877
|
}
|
|
43876
43878
|
>
|
|
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
|
|
43879
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
43880
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
43879
43881
|
/** Indicates whether the 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
43882
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -44095,7 +44097,7 @@ export interface Routes {
|
|
|
44095
44097
|
warning_code: 'needs_to_be_reissued'
|
|
44096
44098
|
}
|
|
44097
44099
|
>
|
|
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
|
|
44100
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
44101
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
44100
44102
|
/** Indicates whether the 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
44103
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -44252,7 +44254,7 @@ export interface Routes {
|
|
|
44252
44254
|
warning_code: 'needs_to_be_reissued'
|
|
44253
44255
|
}
|
|
44254
44256
|
>
|
|
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
|
|
44257
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
44258
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
44257
44259
|
/** Indicates whether the 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
44260
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -47957,7 +47959,7 @@ export interface Routes {
|
|
|
47957
47959
|
pending_auto_update: boolean
|
|
47958
47960
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47959
47961
|
card_format: 'TLCode' | 'rfid48'
|
|
47960
|
-
/**
|
|
47962
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47961
47963
|
card_holder?: string | undefined
|
|
47962
47964
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47963
47965
|
number_of_issued_cards: number
|
|
@@ -48078,7 +48080,7 @@ export interface Routes {
|
|
|
48078
48080
|
warning_code: 'needs_to_be_reissued'
|
|
48079
48081
|
}
|
|
48080
48082
|
>
|
|
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
|
|
48083
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
48084
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48083
48085
|
/** Indicates whether the 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
48086
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -48237,7 +48239,7 @@ export interface Routes {
|
|
|
48237
48239
|
warning_code: 'needs_to_be_reissued'
|
|
48238
48240
|
}
|
|
48239
48241
|
>
|
|
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
|
|
48242
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
48243
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48242
48244
|
/** Indicates whether the 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
48245
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -48458,7 +48460,7 @@ export interface Routes {
|
|
|
48458
48460
|
warning_code: 'needs_to_be_reissued'
|
|
48459
48461
|
}
|
|
48460
48462
|
>
|
|
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
|
|
48463
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
48464
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48463
48465
|
/** Indicates whether the 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
48466
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -48615,7 +48617,7 @@ export interface Routes {
|
|
|
48615
48617
|
warning_code: 'needs_to_be_reissued'
|
|
48616
48618
|
}
|
|
48617
48619
|
>
|
|
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
|
|
48620
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
48621
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
48620
48622
|
/** Indicates whether the 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
48623
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -49417,7 +49419,7 @@ export interface Routes {
|
|
|
49417
49419
|
pending_auto_update: boolean
|
|
49418
49420
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49419
49421
|
card_format: 'TLCode' | 'rfid48'
|
|
49420
|
-
/**
|
|
49422
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49421
49423
|
card_holder?: string | undefined
|
|
49422
49424
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49423
49425
|
number_of_issued_cards: number
|
|
@@ -49538,7 +49540,7 @@ export interface Routes {
|
|
|
49538
49540
|
warning_code: 'needs_to_be_reissued'
|
|
49539
49541
|
}
|
|
49540
49542
|
>
|
|
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
|
|
49543
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
49544
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
49543
49545
|
/** Indicates whether the 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
49546
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -49697,7 +49699,7 @@ export interface Routes {
|
|
|
49697
49699
|
warning_code: 'needs_to_be_reissued'
|
|
49698
49700
|
}
|
|
49699
49701
|
>
|
|
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
|
|
49702
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
49703
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
49702
49704
|
/** Indicates whether the 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
49705
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -49918,7 +49920,7 @@ export interface Routes {
|
|
|
49918
49920
|
warning_code: 'needs_to_be_reissued'
|
|
49919
49921
|
}
|
|
49920
49922
|
>
|
|
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
|
|
49923
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
49924
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
49923
49925
|
/** Indicates whether the 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
49926
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -50075,7 +50077,7 @@ export interface Routes {
|
|
|
50075
50077
|
warning_code: 'needs_to_be_reissued'
|
|
50076
50078
|
}
|
|
50077
50079
|
>
|
|
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
|
|
50080
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
50081
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
50080
50082
|
/** Indicates whether the 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
50083
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -50931,7 +50933,7 @@ export interface Routes {
|
|
|
50931
50933
|
pending_auto_update: boolean
|
|
50932
50934
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50933
50935
|
card_format: 'TLCode' | 'rfid48'
|
|
50934
|
-
/**
|
|
50936
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50935
50937
|
card_holder?: string | undefined
|
|
50936
50938
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50937
50939
|
number_of_issued_cards: number
|
|
@@ -51052,7 +51054,7 @@ export interface Routes {
|
|
|
51052
51054
|
warning_code: 'needs_to_be_reissued'
|
|
51053
51055
|
}
|
|
51054
51056
|
>
|
|
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
|
|
51057
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
51058
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51057
51059
|
/** Indicates whether the 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
51060
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -51211,7 +51213,7 @@ export interface Routes {
|
|
|
51211
51213
|
warning_code: 'needs_to_be_reissued'
|
|
51212
51214
|
}
|
|
51213
51215
|
>
|
|
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
|
|
51216
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
51217
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51216
51218
|
/** Indicates whether the 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
51219
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -51432,7 +51434,7 @@ export interface Routes {
|
|
|
51432
51434
|
warning_code: 'needs_to_be_reissued'
|
|
51433
51435
|
}
|
|
51434
51436
|
>
|
|
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
|
|
51437
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
51438
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51437
51439
|
/** Indicates whether the 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
51440
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -51589,7 +51591,7 @@ export interface Routes {
|
|
|
51589
51591
|
warning_code: 'needs_to_be_reissued'
|
|
51590
51592
|
}
|
|
51591
51593
|
>
|
|
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
|
|
51594
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
51595
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
51594
51596
|
/** Indicates whether the 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
51597
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -53196,7 +53198,7 @@ export interface Routes {
|
|
|
53196
53198
|
warning_code: 'needs_to_be_reissued'
|
|
53197
53199
|
}
|
|
53198
53200
|
>
|
|
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
|
|
53201
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
53202
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
53201
53203
|
/** Indicates whether the 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
53204
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -53390,7 +53392,7 @@ export interface Routes {
|
|
|
53390
53392
|
warning_code: 'needs_to_be_reissued'
|
|
53391
53393
|
}
|
|
53392
53394
|
>
|
|
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
|
|
53395
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
53396
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
53395
53397
|
/** Indicates whether the 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
53398
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -53914,7 +53916,7 @@ export interface Routes {
|
|
|
53914
53916
|
pending_auto_update: boolean
|
|
53915
53917
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53916
53918
|
card_format: 'TLCode' | 'rfid48'
|
|
53917
|
-
/**
|
|
53919
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53918
53920
|
card_holder?: string | undefined
|
|
53919
53921
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53920
53922
|
number_of_issued_cards: number
|
|
@@ -54035,7 +54037,7 @@ export interface Routes {
|
|
|
54035
54037
|
warning_code: 'needs_to_be_reissued'
|
|
54036
54038
|
}
|
|
54037
54039
|
>
|
|
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
|
|
54040
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
54041
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54040
54042
|
/** Indicates whether the 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
54043
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -54194,7 +54196,7 @@ export interface Routes {
|
|
|
54194
54196
|
warning_code: 'needs_to_be_reissued'
|
|
54195
54197
|
}
|
|
54196
54198
|
>
|
|
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
|
|
54199
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
54200
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54199
54201
|
/** Indicates whether the 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
54202
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -54415,7 +54417,7 @@ export interface Routes {
|
|
|
54415
54417
|
warning_code: 'needs_to_be_reissued'
|
|
54416
54418
|
}
|
|
54417
54419
|
>
|
|
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
|
|
54420
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
54421
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54420
54422
|
/** Indicates whether the 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
54423
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -54572,7 +54574,7 @@ export interface Routes {
|
|
|
54572
54574
|
warning_code: 'needs_to_be_reissued'
|
|
54573
54575
|
}
|
|
54574
54576
|
>
|
|
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
|
|
54577
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
54578
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
54577
54579
|
/** Indicates whether the 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
54580
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -55359,7 +55361,7 @@ export interface Routes {
|
|
|
55359
55361
|
pending_auto_update: boolean
|
|
55360
55362
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
55361
55363
|
card_format: 'TLCode' | 'rfid48'
|
|
55362
|
-
/**
|
|
55364
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
55363
55365
|
card_holder?: string | undefined
|
|
55364
55366
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
55365
55367
|
number_of_issued_cards: number
|
|
@@ -55480,7 +55482,7 @@ export interface Routes {
|
|
|
55480
55482
|
warning_code: 'needs_to_be_reissued'
|
|
55481
55483
|
}
|
|
55482
55484
|
>
|
|
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
|
|
55485
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
55486
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
55485
55487
|
/** Indicates whether the 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
55488
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -55639,7 +55641,7 @@ export interface Routes {
|
|
|
55639
55641
|
warning_code: 'needs_to_be_reissued'
|
|
55640
55642
|
}
|
|
55641
55643
|
>
|
|
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
|
|
55644
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
55645
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
55644
55646
|
/** Indicates whether the 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
55647
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -55860,7 +55862,7 @@ export interface Routes {
|
|
|
55860
55862
|
warning_code: 'needs_to_be_reissued'
|
|
55861
55863
|
}
|
|
55862
55864
|
>
|
|
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
|
|
55865
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
55866
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
55865
55867
|
/** Indicates whether the 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
55868
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -56017,7 +56019,7 @@ export interface Routes {
|
|
|
56017
56019
|
warning_code: 'needs_to_be_reissued'
|
|
56018
56020
|
}
|
|
56019
56021
|
>
|
|
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
|
|
56022
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
56023
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
56022
56024
|
/** Indicates whether the 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
56025
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -56898,7 +56900,7 @@ export interface Routes {
|
|
|
56898
56900
|
pending_auto_update: boolean
|
|
56899
56901
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56900
56902
|
card_format: 'TLCode' | 'rfid48'
|
|
56901
|
-
/**
|
|
56903
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56902
56904
|
card_holder?: string | undefined
|
|
56903
56905
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56904
56906
|
number_of_issued_cards: number
|
|
@@ -57019,7 +57021,7 @@ export interface Routes {
|
|
|
57019
57021
|
warning_code: 'needs_to_be_reissued'
|
|
57020
57022
|
}
|
|
57021
57023
|
>
|
|
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
|
|
57024
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
57025
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57024
57026
|
/** Indicates whether the 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
57027
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -57178,7 +57180,7 @@ export interface Routes {
|
|
|
57178
57180
|
warning_code: 'needs_to_be_reissued'
|
|
57179
57181
|
}
|
|
57180
57182
|
>
|
|
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
|
|
57183
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
57184
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57183
57185
|
/** Indicates whether the 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
57186
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -57399,7 +57401,7 @@ export interface Routes {
|
|
|
57399
57401
|
warning_code: 'needs_to_be_reissued'
|
|
57400
57402
|
}
|
|
57401
57403
|
>
|
|
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
|
|
57404
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
57405
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57404
57406
|
/** Indicates whether the 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
57407
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -57556,7 +57558,7 @@ export interface Routes {
|
|
|
57556
57558
|
warning_code: 'needs_to_be_reissued'
|
|
57557
57559
|
}
|
|
57558
57560
|
>
|
|
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
|
|
57561
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
57562
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
57561
57563
|
/** Indicates whether the 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
57564
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -59772,7 +59774,7 @@ export interface Routes {
|
|
|
59772
59774
|
pending_auto_update: boolean
|
|
59773
59775
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59774
59776
|
card_format: 'TLCode' | 'rfid48'
|
|
59775
|
-
/**
|
|
59777
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59776
59778
|
card_holder?: string | undefined
|
|
59777
59779
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59778
59780
|
number_of_issued_cards: number
|
|
@@ -59893,7 +59895,7 @@ export interface Routes {
|
|
|
59893
59895
|
warning_code: 'needs_to_be_reissued'
|
|
59894
59896
|
}
|
|
59895
59897
|
>
|
|
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
|
|
59898
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
59899
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
59898
59900
|
/** Indicates whether the 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
59901
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -60052,7 +60054,7 @@ export interface Routes {
|
|
|
60052
60054
|
warning_code: 'needs_to_be_reissued'
|
|
60053
60055
|
}
|
|
60054
60056
|
>
|
|
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
|
|
60057
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
60058
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
60057
60059
|
/** Indicates whether the 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
60060
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -60273,7 +60275,7 @@ export interface Routes {
|
|
|
60273
60275
|
warning_code: 'needs_to_be_reissued'
|
|
60274
60276
|
}
|
|
60275
60277
|
>
|
|
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
|
|
60278
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
60279
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
60278
60280
|
/** Indicates whether the 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
60281
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -60430,7 +60432,7 @@ export interface Routes {
|
|
|
60430
60432
|
warning_code: 'needs_to_be_reissued'
|
|
60431
60433
|
}
|
|
60432
60434
|
>
|
|
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
|
|
60435
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
60436
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
60435
60437
|
/** Indicates whether the 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
60438
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61221,7 +61223,7 @@ export interface Routes {
|
|
|
61221
61223
|
pending_auto_update: boolean
|
|
61222
61224
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61223
61225
|
card_format: 'TLCode' | 'rfid48'
|
|
61224
|
-
/**
|
|
61226
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61225
61227
|
card_holder?: string | undefined
|
|
61226
61228
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61227
61229
|
number_of_issued_cards: number
|
|
@@ -61342,7 +61344,7 @@ export interface Routes {
|
|
|
61342
61344
|
warning_code: 'needs_to_be_reissued'
|
|
61343
61345
|
}
|
|
61344
61346
|
>
|
|
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
|
|
61347
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
61348
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61347
61349
|
/** Indicates whether the 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
61350
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61501,7 +61503,7 @@ export interface Routes {
|
|
|
61501
61503
|
warning_code: 'needs_to_be_reissued'
|
|
61502
61504
|
}
|
|
61503
61505
|
>
|
|
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
|
|
61506
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
61507
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61506
61508
|
/** Indicates whether the 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
61509
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61722,7 +61724,7 @@ export interface Routes {
|
|
|
61722
61724
|
warning_code: 'needs_to_be_reissued'
|
|
61723
61725
|
}
|
|
61724
61726
|
>
|
|
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
|
|
61727
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
61728
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61727
61729
|
/** Indicates whether the 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
61730
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -61879,7 +61881,7 @@ export interface Routes {
|
|
|
61879
61881
|
warning_code: 'needs_to_be_reissued'
|
|
61880
61882
|
}
|
|
61881
61883
|
>
|
|
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
|
|
61884
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
61885
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
61884
61886
|
/** Indicates whether the 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
61887
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -65564,7 +65566,7 @@ export interface Routes {
|
|
|
65564
65566
|
pending_auto_update: boolean
|
|
65565
65567
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65566
65568
|
card_format: 'TLCode' | 'rfid48'
|
|
65567
|
-
/**
|
|
65569
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65568
65570
|
card_holder?: string | undefined
|
|
65569
65571
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65570
65572
|
number_of_issued_cards: number
|
|
@@ -65685,7 +65687,7 @@ export interface Routes {
|
|
|
65685
65687
|
warning_code: 'needs_to_be_reissued'
|
|
65686
65688
|
}
|
|
65687
65689
|
>
|
|
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
|
|
65690
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
65691
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
65690
65692
|
/** Indicates whether the 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
65693
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -65844,7 +65846,7 @@ export interface Routes {
|
|
|
65844
65846
|
warning_code: 'needs_to_be_reissued'
|
|
65845
65847
|
}
|
|
65846
65848
|
>
|
|
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
|
|
65849
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
65850
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
65849
65851
|
/** Indicates whether the 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
65852
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -66065,7 +66067,7 @@ export interface Routes {
|
|
|
66065
66067
|
warning_code: 'needs_to_be_reissued'
|
|
66066
66068
|
}
|
|
66067
66069
|
>
|
|
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
|
|
66070
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
66071
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
66070
66072
|
/** Indicates whether the 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
66073
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -66222,7 +66224,7 @@ export interface Routes {
|
|
|
66222
66224
|
warning_code: 'needs_to_be_reissued'
|
|
66223
66225
|
}
|
|
66224
66226
|
>
|
|
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
|
|
66227
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
66228
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
66227
66229
|
/** Indicates whether the 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
66230
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67202,7 +67204,7 @@ export interface Routes {
|
|
|
67202
67204
|
pending_auto_update: boolean
|
|
67203
67205
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67204
67206
|
card_format: 'TLCode' | 'rfid48'
|
|
67205
|
-
/**
|
|
67207
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67206
67208
|
card_holder?: string | undefined
|
|
67207
67209
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67208
67210
|
number_of_issued_cards: number
|
|
@@ -67323,7 +67325,7 @@ export interface Routes {
|
|
|
67323
67325
|
warning_code: 'needs_to_be_reissued'
|
|
67324
67326
|
}
|
|
67325
67327
|
>
|
|
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
|
|
67328
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
67329
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67328
67330
|
/** Indicates whether the 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
67331
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67482,7 +67484,7 @@ export interface Routes {
|
|
|
67482
67484
|
warning_code: 'needs_to_be_reissued'
|
|
67483
67485
|
}
|
|
67484
67486
|
>
|
|
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
|
|
67487
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
67488
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67487
67489
|
/** Indicates whether the 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
67490
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67703,7 +67705,7 @@ export interface Routes {
|
|
|
67703
67705
|
warning_code: 'needs_to_be_reissued'
|
|
67704
67706
|
}
|
|
67705
67707
|
>
|
|
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
|
|
67708
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
67709
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67708
67710
|
/** Indicates whether the 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
67711
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -67860,7 +67862,7 @@ export interface Routes {
|
|
|
67860
67862
|
warning_code: 'needs_to_be_reissued'
|
|
67861
67863
|
}
|
|
67862
67864
|
>
|
|
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
|
|
67865
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
67866
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
67865
67867
|
/** Indicates whether the 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
67868
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -68674,7 +68676,7 @@ export interface Routes {
|
|
|
68674
68676
|
pending_auto_update: boolean
|
|
68675
68677
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68676
68678
|
card_format: 'TLCode' | 'rfid48'
|
|
68677
|
-
/**
|
|
68679
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68678
68680
|
card_holder?: string | undefined
|
|
68679
68681
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68680
68682
|
number_of_issued_cards: number
|
|
@@ -68795,7 +68797,7 @@ export interface Routes {
|
|
|
68795
68797
|
warning_code: 'needs_to_be_reissued'
|
|
68796
68798
|
}
|
|
68797
68799
|
>
|
|
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
|
|
68800
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
68801
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
68800
68802
|
/** Indicates whether the 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
68803
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -68954,7 +68956,7 @@ export interface Routes {
|
|
|
68954
68956
|
warning_code: 'needs_to_be_reissued'
|
|
68955
68957
|
}
|
|
68956
68958
|
>
|
|
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
|
|
68959
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
68960
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
68959
68961
|
/** Indicates whether the 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
68962
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -69175,7 +69177,7 @@ export interface Routes {
|
|
|
69175
69177
|
warning_code: 'needs_to_be_reissued'
|
|
69176
69178
|
}
|
|
69177
69179
|
>
|
|
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
|
|
69180
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
69181
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
69180
69182
|
/** Indicates whether the 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
69183
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -69332,7 +69334,7 @@ export interface Routes {
|
|
|
69332
69334
|
warning_code: 'needs_to_be_reissued'
|
|
69333
69335
|
}
|
|
69334
69336
|
>
|
|
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
|
|
69337
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
69338
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
69337
69339
|
/** Indicates whether the 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
69340
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70249,7 +70251,7 @@ export interface Routes {
|
|
|
70249
70251
|
pending_auto_update: boolean
|
|
70250
70252
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70251
70253
|
card_format: 'TLCode' | 'rfid48'
|
|
70252
|
-
/**
|
|
70254
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70253
70255
|
card_holder?: string | undefined
|
|
70254
70256
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70255
70257
|
number_of_issued_cards: number
|
|
@@ -70370,7 +70372,7 @@ export interface Routes {
|
|
|
70370
70372
|
warning_code: 'needs_to_be_reissued'
|
|
70371
70373
|
}
|
|
70372
70374
|
>
|
|
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
|
|
70375
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
70376
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70375
70377
|
/** Indicates whether the 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
70378
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70529,7 +70531,7 @@ export interface Routes {
|
|
|
70529
70531
|
warning_code: 'needs_to_be_reissued'
|
|
70530
70532
|
}
|
|
70531
70533
|
>
|
|
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
|
|
70534
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
70535
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70534
70536
|
/** Indicates whether the 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
70537
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70750,7 +70752,7 @@ export interface Routes {
|
|
|
70750
70752
|
warning_code: 'needs_to_be_reissued'
|
|
70751
70753
|
}
|
|
70752
70754
|
>
|
|
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
|
|
70755
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
70756
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70755
70757
|
/** Indicates whether the 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
70758
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -70907,7 +70909,7 @@ export interface Routes {
|
|
|
70907
70909
|
warning_code: 'needs_to_be_reissued'
|
|
70908
70910
|
}
|
|
70909
70911
|
>
|
|
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
|
|
70912
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
70913
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
70912
70914
|
/** Indicates whether the 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
70915
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -72277,12 +72279,18 @@ export interface Routes {
|
|
|
72277
72279
|
created_at: string
|
|
72278
72280
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
72279
72281
|
workspace_id: string
|
|
72280
|
-
/** Array of errors associated with the user identity. Each error object within the array contains
|
|
72282
|
+
/** 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
72283
|
errors: Array<{
|
|
72282
72284
|
/** Date and time at which Seam created the error. */
|
|
72283
72285
|
created_at: string
|
|
72284
72286
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72285
72287
|
message: string
|
|
72288
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72289
|
+
error_code: 'issue_with_acs_user'
|
|
72290
|
+
/** ID of the access system user that has an issue. */
|
|
72291
|
+
acs_user_id: string
|
|
72292
|
+
/** ID of the access system that the user identity is associated with. */
|
|
72293
|
+
acs_system_id: string
|
|
72286
72294
|
}>
|
|
72287
72295
|
/** 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
72296
|
warnings: Array<{
|
|
@@ -72331,14 +72339,14 @@ export interface Routes {
|
|
|
72331
72339
|
}
|
|
72332
72340
|
formData: {}
|
|
72333
72341
|
jsonResponse: {
|
|
72334
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72342
|
+
/** 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
72343
|
* @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
72344
|
enrollment_automation: {
|
|
72337
72345
|
/** ID of the enrollment automation. */
|
|
72338
72346
|
enrollment_automation_id: string
|
|
72339
72347
|
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
72340
72348
|
credential_manager_acs_system_id: string
|
|
72341
|
-
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72349
|
+
/** 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
72350
|
user_identity_id: string
|
|
72343
72351
|
/** Date and time at which the enrollment automation was created. */
|
|
72344
72352
|
created_at: string
|
|
@@ -72366,14 +72374,14 @@ export interface Routes {
|
|
|
72366
72374
|
}
|
|
72367
72375
|
formData: {}
|
|
72368
72376
|
jsonResponse: {
|
|
72369
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72377
|
+
/** 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
72378
|
* @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
72379
|
enrollment_automation: {
|
|
72372
72380
|
/** ID of the enrollment automation. */
|
|
72373
72381
|
enrollment_automation_id: string
|
|
72374
72382
|
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
72375
72383
|
credential_manager_acs_system_id: string
|
|
72376
|
-
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72384
|
+
/** 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
72385
|
user_identity_id: string
|
|
72378
72386
|
/** Date and time at which the enrollment automation was created. */
|
|
72379
72387
|
created_at: string
|
|
@@ -72398,7 +72406,7 @@ export interface Routes {
|
|
|
72398
72406
|
enrollment_automation_id: string
|
|
72399
72407
|
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
72400
72408
|
credential_manager_acs_system_id: string
|
|
72401
|
-
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access
|
|
72409
|
+
/** 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
72410
|
user_identity_id: string
|
|
72403
72411
|
/** Date and time at which the enrollment automation was created. */
|
|
72404
72412
|
created_at: string
|
|
@@ -72472,12 +72480,18 @@ export interface Routes {
|
|
|
72472
72480
|
created_at: string
|
|
72473
72481
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
72474
72482
|
workspace_id: string
|
|
72475
|
-
/** Array of errors associated with the user identity. Each error object within the array contains
|
|
72483
|
+
/** 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
72484
|
errors: Array<{
|
|
72477
72485
|
/** Date and time at which Seam created the error. */
|
|
72478
72486
|
created_at: string
|
|
72479
72487
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72480
72488
|
message: string
|
|
72489
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72490
|
+
error_code: 'issue_with_acs_user'
|
|
72491
|
+
/** ID of the access system user that has an issue. */
|
|
72492
|
+
acs_user_id: string
|
|
72493
|
+
/** ID of the access system that the user identity is associated with. */
|
|
72494
|
+
acs_system_id: string
|
|
72481
72495
|
}>
|
|
72482
72496
|
/** 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
72497
|
warnings: Array<{
|
|
@@ -72533,12 +72547,18 @@ export interface Routes {
|
|
|
72533
72547
|
created_at: string
|
|
72534
72548
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
72535
72549
|
workspace_id: string
|
|
72536
|
-
/** Array of errors associated with the user identity. Each error object within the array contains
|
|
72550
|
+
/** 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
72551
|
errors: Array<{
|
|
72538
72552
|
/** Date and time at which Seam created the error. */
|
|
72539
72553
|
created_at: string
|
|
72540
72554
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72541
72555
|
message: string
|
|
72556
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72557
|
+
error_code: 'issue_with_acs_user'
|
|
72558
|
+
/** ID of the access system user that has an issue. */
|
|
72559
|
+
acs_user_id: string
|
|
72560
|
+
/** ID of the access system that the user identity is associated with. */
|
|
72561
|
+
acs_system_id: string
|
|
72542
72562
|
}>
|
|
72543
72563
|
/** 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
72564
|
warnings: Array<{
|
|
@@ -76227,7 +76247,7 @@ export interface Routes {
|
|
|
76227
76247
|
pending_auto_update: boolean
|
|
76228
76248
|
/** Format of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
76229
76249
|
card_format: 'TLCode' | 'rfid48'
|
|
76230
|
-
/**
|
|
76250
|
+
/** Holder of the card associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
76231
76251
|
card_holder?: string | undefined
|
|
76232
76252
|
/** Number of issued cards associated with the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
76233
76253
|
number_of_issued_cards: number
|
|
@@ -76348,7 +76368,7 @@ export interface Routes {
|
|
|
76348
76368
|
warning_code: 'needs_to_be_reissued'
|
|
76349
76369
|
}
|
|
76350
76370
|
>
|
|
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
|
|
76371
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
76372
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76353
76373
|
/** Indicates whether the 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
76374
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -76507,7 +76527,7 @@ export interface Routes {
|
|
|
76507
76527
|
warning_code: 'needs_to_be_reissued'
|
|
76508
76528
|
}
|
|
76509
76529
|
>
|
|
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
|
|
76530
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
76531
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76512
76532
|
/** Indicates whether the 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
76533
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -76728,7 +76748,7 @@ export interface Routes {
|
|
|
76728
76748
|
warning_code: 'needs_to_be_reissued'
|
|
76729
76749
|
}
|
|
76730
76750
|
>
|
|
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
|
|
76751
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
76752
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76733
76753
|
/** Indicates whether the 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
76754
|
is_latest_desired_state_synced_with_provider?:
|
|
@@ -76885,7 +76905,7 @@ export interface Routes {
|
|
|
76885
76905
|
warning_code: 'needs_to_be_reissued'
|
|
76886
76906
|
}
|
|
76887
76907
|
>
|
|
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
|
|
76908
|
+
/** Indicates whether the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) is a [multi-phone sync 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
76909
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
76890
76910
|
/** Indicates whether the 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
76911
|
is_latest_desired_state_synced_with_provider?:
|