@seamapi/types 1.320.0 → 1.321.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +140 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +315 -188
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +105 -13
- package/lib/seam/connect/models/acs/acs-access-group.js +28 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +22 -22
- package/lib/seam/connect/models/acs/acs-credential.js +4 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -10
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -6
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -2
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +32 -32
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +14 -14
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
- package/lib/seam/connect/openapi.d.ts +75 -12
- package/lib/seam/connect/openapi.js +101 -12
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +138 -112
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +45 -0
- package/src/lib/seam/connect/models/acs/acs-credential.ts +4 -4
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -2
- package/src/lib/seam/connect/openapi.ts +114 -12
- package/src/lib/seam/connect/route-types.ts +138 -104
|
@@ -188,7 +188,7 @@ export interface Routes {
|
|
|
188
188
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
189
189
|
message: string;
|
|
190
190
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191
|
-
warning_code: '
|
|
191
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
192
192
|
}>;
|
|
193
193
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
194
194
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -281,7 +281,7 @@ export interface Routes {
|
|
|
281
281
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
282
282
|
message: string;
|
|
283
283
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
284
|
-
warning_code: '
|
|
284
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
285
285
|
}>;
|
|
286
286
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
287
287
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -411,7 +411,7 @@ export interface Routes {
|
|
|
411
411
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
412
412
|
message: string;
|
|
413
413
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
414
|
-
warning_code: '
|
|
414
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
415
415
|
}>;
|
|
416
416
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
417
417
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -504,7 +504,7 @@ export interface Routes {
|
|
|
504
504
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
505
505
|
message: string;
|
|
506
506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
507
|
-
warning_code: '
|
|
507
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
508
508
|
}>;
|
|
509
509
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
510
510
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1143,7 +1143,7 @@ export interface Routes {
|
|
|
1143
1143
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1144
1144
|
message: string;
|
|
1145
1145
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1146
|
-
warning_code: '
|
|
1146
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
1147
1147
|
}>;
|
|
1148
1148
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1149
1149
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1236,7 +1236,7 @@ export interface Routes {
|
|
|
1236
1236
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1237
1237
|
message: string;
|
|
1238
1238
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1239
|
-
warning_code: '
|
|
1239
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
1240
1240
|
}>;
|
|
1241
1241
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1242
1242
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1366,7 +1366,7 @@ export interface Routes {
|
|
|
1366
1366
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1367
1367
|
message: string;
|
|
1368
1368
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1369
|
-
warning_code: '
|
|
1369
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
1370
1370
|
}>;
|
|
1371
1371
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1372
1372
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1459,7 +1459,7 @@ export interface Routes {
|
|
|
1459
1459
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1460
1460
|
message: string;
|
|
1461
1461
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1462
|
-
warning_code: '
|
|
1462
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
1463
1463
|
}>;
|
|
1464
1464
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1465
1465
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2316,7 +2316,7 @@ export interface Routes {
|
|
|
2316
2316
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2317
2317
|
message: string;
|
|
2318
2318
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2319
|
-
warning_code: '
|
|
2319
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
2320
2320
|
}>;
|
|
2321
2321
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2322
2322
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2409,7 +2409,7 @@ export interface Routes {
|
|
|
2409
2409
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2410
2410
|
message: string;
|
|
2411
2411
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2412
|
-
warning_code: '
|
|
2412
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
2413
2413
|
}>;
|
|
2414
2414
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2415
2415
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2539,7 +2539,7 @@ export interface Routes {
|
|
|
2539
2539
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2540
2540
|
message: string;
|
|
2541
2541
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2542
|
-
warning_code: '
|
|
2542
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
2543
2543
|
}>;
|
|
2544
2544
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2545
2545
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2632,7 +2632,7 @@ export interface Routes {
|
|
|
2632
2632
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2633
2633
|
message: string;
|
|
2634
2634
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2635
|
-
warning_code: '
|
|
2635
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
2636
2636
|
}>;
|
|
2637
2637
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2638
2638
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3258,7 +3258,7 @@ export interface Routes {
|
|
|
3258
3258
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3259
3259
|
message: string;
|
|
3260
3260
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3261
|
-
warning_code: '
|
|
3261
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
3262
3262
|
}>;
|
|
3263
3263
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3264
3264
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3351,7 +3351,7 @@ export interface Routes {
|
|
|
3351
3351
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3352
3352
|
message: string;
|
|
3353
3353
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3354
|
-
warning_code: '
|
|
3354
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
3355
3355
|
}>;
|
|
3356
3356
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3357
3357
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3481,7 +3481,7 @@ export interface Routes {
|
|
|
3481
3481
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3482
3482
|
message: string;
|
|
3483
3483
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3484
|
-
warning_code: '
|
|
3484
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
3485
3485
|
}>;
|
|
3486
3486
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3487
3487
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3574,7 +3574,7 @@ export interface Routes {
|
|
|
3574
3574
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3575
3575
|
message: string;
|
|
3576
3576
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3577
|
-
warning_code: '
|
|
3577
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
3578
3578
|
}>;
|
|
3579
3579
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3580
3580
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3941,17 +3941,26 @@ export interface Routes {
|
|
|
3941
3941
|
name: string;
|
|
3942
3942
|
/**
|
|
3943
3943
|
* @deprecated Use `external_type`. */
|
|
3944
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
3944
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
3945
3945
|
/**
|
|
3946
3946
|
* @deprecated Use `external_type_display_name`. */
|
|
3947
3947
|
access_group_type_display_name: string;
|
|
3948
3948
|
display_name: string;
|
|
3949
3949
|
/** Brand-specific terminology for the access group type. */
|
|
3950
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
3950
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
3951
3951
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
3952
3952
|
external_type_display_name: string;
|
|
3953
3953
|
/** Date and time at which the access group was created. */
|
|
3954
3954
|
created_at: string;
|
|
3955
|
+
/** Warnings associated with the `acs_access_group`. */
|
|
3956
|
+
warnings: Array<{
|
|
3957
|
+
/** Date and time at which Seam created the warning. */
|
|
3958
|
+
created_at: string;
|
|
3959
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3960
|
+
message: string;
|
|
3961
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3962
|
+
warning_code: 'unknown_issue_with_acs_access_group';
|
|
3963
|
+
}>;
|
|
3955
3964
|
is_managed: true;
|
|
3956
3965
|
};
|
|
3957
3966
|
};
|
|
@@ -3980,17 +3989,26 @@ export interface Routes {
|
|
|
3980
3989
|
name: string;
|
|
3981
3990
|
/**
|
|
3982
3991
|
* @deprecated Use `external_type`. */
|
|
3983
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
3992
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
3984
3993
|
/**
|
|
3985
3994
|
* @deprecated Use `external_type_display_name`. */
|
|
3986
3995
|
access_group_type_display_name: string;
|
|
3987
3996
|
display_name: string;
|
|
3988
3997
|
/** Brand-specific terminology for the access group type. */
|
|
3989
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
3998
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
3990
3999
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
3991
4000
|
external_type_display_name: string;
|
|
3992
4001
|
/** Date and time at which the access group was created. */
|
|
3993
4002
|
created_at: string;
|
|
4003
|
+
/** Warnings associated with the `acs_access_group`. */
|
|
4004
|
+
warnings: Array<{
|
|
4005
|
+
/** Date and time at which Seam created the warning. */
|
|
4006
|
+
created_at: string;
|
|
4007
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4008
|
+
message: string;
|
|
4009
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4010
|
+
warning_code: 'unknown_issue_with_acs_access_group';
|
|
4011
|
+
}>;
|
|
3994
4012
|
is_managed: true;
|
|
3995
4013
|
}>;
|
|
3996
4014
|
};
|
|
@@ -4046,8 +4064,6 @@ export interface Routes {
|
|
|
4046
4064
|
dormakaba_community_metadata?: {
|
|
4047
4065
|
access_point_name: string;
|
|
4048
4066
|
common_area_number?: number | undefined;
|
|
4049
|
-
inner_access_points_names?: string[] | undefined;
|
|
4050
|
-
lease_ids?: string[] | undefined;
|
|
4051
4067
|
} | undefined;
|
|
4052
4068
|
assa_abloy_vostio_metadata?: {
|
|
4053
4069
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -4203,17 +4219,26 @@ export interface Routes {
|
|
|
4203
4219
|
name: string;
|
|
4204
4220
|
/**
|
|
4205
4221
|
* @deprecated Use `external_type`. */
|
|
4206
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
4222
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
4207
4223
|
/**
|
|
4208
4224
|
* @deprecated Use `external_type_display_name`. */
|
|
4209
4225
|
access_group_type_display_name: string;
|
|
4210
4226
|
display_name: string;
|
|
4211
4227
|
/** Brand-specific terminology for the access group type. */
|
|
4212
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
4228
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
4213
4229
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
4214
4230
|
external_type_display_name: string;
|
|
4215
4231
|
/** Date and time at which the access group was created. */
|
|
4216
4232
|
created_at: string;
|
|
4233
|
+
/** Warnings associated with the `acs_access_group`. */
|
|
4234
|
+
warnings: Array<{
|
|
4235
|
+
/** Date and time at which Seam created the warning. */
|
|
4236
|
+
created_at: string;
|
|
4237
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4238
|
+
message: string;
|
|
4239
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4240
|
+
warning_code: 'unknown_issue_with_acs_access_group';
|
|
4241
|
+
}>;
|
|
4217
4242
|
is_managed: false;
|
|
4218
4243
|
};
|
|
4219
4244
|
};
|
|
@@ -4242,17 +4267,26 @@ export interface Routes {
|
|
|
4242
4267
|
name: string;
|
|
4243
4268
|
/**
|
|
4244
4269
|
* @deprecated Use `external_type`. */
|
|
4245
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
4270
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
4246
4271
|
/**
|
|
4247
4272
|
* @deprecated Use `external_type_display_name`. */
|
|
4248
4273
|
access_group_type_display_name: string;
|
|
4249
4274
|
display_name: string;
|
|
4250
4275
|
/** Brand-specific terminology for the access group type. */
|
|
4251
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group';
|
|
4276
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
|
|
4252
4277
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
4253
4278
|
external_type_display_name: string;
|
|
4254
4279
|
/** Date and time at which the access group was created. */
|
|
4255
4280
|
created_at: string;
|
|
4281
|
+
/** Warnings associated with the `acs_access_group`. */
|
|
4282
|
+
warnings: Array<{
|
|
4283
|
+
/** Date and time at which Seam created the warning. */
|
|
4284
|
+
created_at: string;
|
|
4285
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4286
|
+
message: string;
|
|
4287
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4288
|
+
warning_code: 'unknown_issue_with_acs_access_group';
|
|
4289
|
+
}>;
|
|
4256
4290
|
is_managed: false;
|
|
4257
4291
|
}>;
|
|
4258
4292
|
};
|
|
@@ -4389,7 +4423,7 @@ export interface Routes {
|
|
|
4389
4423
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4390
4424
|
message: string;
|
|
4391
4425
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4392
|
-
warning_code: '
|
|
4426
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4393
4427
|
}>;
|
|
4394
4428
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4395
4429
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4532,7 +4566,7 @@ export interface Routes {
|
|
|
4532
4566
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4533
4567
|
message: string;
|
|
4534
4568
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4535
|
-
warning_code: '
|
|
4569
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4536
4570
|
}>;
|
|
4537
4571
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4538
4572
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4649,7 +4683,7 @@ export interface Routes {
|
|
|
4649
4683
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4650
4684
|
message: string;
|
|
4651
4685
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4652
|
-
warning_code: '
|
|
4686
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4653
4687
|
}>;
|
|
4654
4688
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4655
4689
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4770,7 +4804,7 @@ export interface Routes {
|
|
|
4770
4804
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4771
4805
|
message: string;
|
|
4772
4806
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4773
|
-
warning_code: '
|
|
4807
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4774
4808
|
}>;
|
|
4775
4809
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4776
4810
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4895,7 +4929,7 @@ export interface Routes {
|
|
|
4895
4929
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4896
4930
|
message: string;
|
|
4897
4931
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4898
|
-
warning_code: '
|
|
4932
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4899
4933
|
}>;
|
|
4900
4934
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4901
4935
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4969,8 +5003,6 @@ export interface Routes {
|
|
|
4969
5003
|
dormakaba_community_metadata?: {
|
|
4970
5004
|
access_point_name: string;
|
|
4971
5005
|
common_area_number?: number | undefined;
|
|
4972
|
-
inner_access_points_names?: string[] | undefined;
|
|
4973
|
-
lease_ids?: string[] | undefined;
|
|
4974
5006
|
} | undefined;
|
|
4975
5007
|
assa_abloy_vostio_metadata?: {
|
|
4976
5008
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -5075,7 +5107,7 @@ export interface Routes {
|
|
|
5075
5107
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5076
5108
|
message: string;
|
|
5077
5109
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5078
|
-
warning_code: '
|
|
5110
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5079
5111
|
}>;
|
|
5080
5112
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5081
5113
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5184,7 +5216,7 @@ export interface Routes {
|
|
|
5184
5216
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5185
5217
|
message: string;
|
|
5186
5218
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5187
|
-
warning_code: '
|
|
5219
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5188
5220
|
}>;
|
|
5189
5221
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5190
5222
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5302,7 +5334,7 @@ export interface Routes {
|
|
|
5302
5334
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5303
5335
|
message: string;
|
|
5304
5336
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5305
|
-
warning_code: '
|
|
5337
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5306
5338
|
}>;
|
|
5307
5339
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5308
5340
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5415,7 +5447,7 @@ export interface Routes {
|
|
|
5415
5447
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5416
5448
|
message: string;
|
|
5417
5449
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5418
|
-
warning_code: '
|
|
5450
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5419
5451
|
}>;
|
|
5420
5452
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5421
5453
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5614,7 +5646,7 @@ export interface Routes {
|
|
|
5614
5646
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5615
5647
|
message: string;
|
|
5616
5648
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5617
|
-
warning_code: '
|
|
5649
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5618
5650
|
}>;
|
|
5619
5651
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5620
5652
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5707,7 +5739,7 @@ export interface Routes {
|
|
|
5707
5739
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5708
5740
|
message: string;
|
|
5709
5741
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5710
|
-
warning_code: '
|
|
5742
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5711
5743
|
}>;
|
|
5712
5744
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5713
5745
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5837,7 +5869,7 @@ export interface Routes {
|
|
|
5837
5869
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5838
5870
|
message: string;
|
|
5839
5871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5840
|
-
warning_code: '
|
|
5872
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5841
5873
|
}>;
|
|
5842
5874
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5843
5875
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5930,7 +5962,7 @@ export interface Routes {
|
|
|
5930
5962
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5931
5963
|
message: string;
|
|
5932
5964
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5933
|
-
warning_code: '
|
|
5965
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5934
5966
|
}>;
|
|
5935
5967
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5936
5968
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6459,7 +6491,7 @@ export interface Routes {
|
|
|
6459
6491
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6460
6492
|
message: string;
|
|
6461
6493
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6462
|
-
warning_code: '
|
|
6494
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6463
6495
|
}>;
|
|
6464
6496
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6465
6497
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6552,7 +6584,7 @@ export interface Routes {
|
|
|
6552
6584
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6553
6585
|
message: string;
|
|
6554
6586
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6555
|
-
warning_code: '
|
|
6587
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6556
6588
|
}>;
|
|
6557
6589
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6558
6590
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6682,7 +6714,7 @@ export interface Routes {
|
|
|
6682
6714
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6683
6715
|
message: string;
|
|
6684
6716
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6685
|
-
warning_code: '
|
|
6717
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6686
6718
|
}>;
|
|
6687
6719
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6688
6720
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6775,7 +6807,7 @@ export interface Routes {
|
|
|
6775
6807
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6776
6808
|
message: string;
|
|
6777
6809
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6778
|
-
warning_code: '
|
|
6810
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6779
6811
|
}>;
|
|
6780
6812
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6781
6813
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7204,8 +7236,6 @@ export interface Routes {
|
|
|
7204
7236
|
dormakaba_community_metadata?: {
|
|
7205
7237
|
access_point_name: string;
|
|
7206
7238
|
common_area_number?: number | undefined;
|
|
7207
|
-
inner_access_points_names?: string[] | undefined;
|
|
7208
|
-
lease_ids?: string[] | undefined;
|
|
7209
7239
|
} | undefined;
|
|
7210
7240
|
assa_abloy_vostio_metadata?: {
|
|
7211
7241
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -7285,8 +7315,6 @@ export interface Routes {
|
|
|
7285
7315
|
dormakaba_community_metadata?: {
|
|
7286
7316
|
access_point_name: string;
|
|
7287
7317
|
common_area_number?: number | undefined;
|
|
7288
|
-
inner_access_points_names?: string[] | undefined;
|
|
7289
|
-
lease_ids?: string[] | undefined;
|
|
7290
7318
|
} | undefined;
|
|
7291
7319
|
assa_abloy_vostio_metadata?: {
|
|
7292
7320
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -7387,7 +7415,7 @@ export interface Routes {
|
|
|
7387
7415
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7388
7416
|
message: string;
|
|
7389
7417
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7390
|
-
warning_code: '
|
|
7418
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
7391
7419
|
}>;
|
|
7392
7420
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
7393
7421
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8206,8 +8234,6 @@ export interface Routes {
|
|
|
8206
8234
|
dormakaba_community_metadata?: {
|
|
8207
8235
|
access_point_name: string;
|
|
8208
8236
|
common_area_number?: number | undefined;
|
|
8209
|
-
inner_access_points_names?: string[] | undefined;
|
|
8210
|
-
lease_ids?: string[] | undefined;
|
|
8211
8237
|
} | undefined;
|
|
8212
8238
|
assa_abloy_vostio_metadata?: {
|
|
8213
8239
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -8683,7 +8709,7 @@ export interface Routes {
|
|
|
8683
8709
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8684
8710
|
message: string;
|
|
8685
8711
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8686
|
-
warning_code: '
|
|
8712
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
8687
8713
|
}>;
|
|
8688
8714
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8689
8715
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8776,7 +8802,7 @@ export interface Routes {
|
|
|
8776
8802
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8777
8803
|
message: string;
|
|
8778
8804
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8779
|
-
warning_code: '
|
|
8805
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
8780
8806
|
}>;
|
|
8781
8807
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8782
8808
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8906,7 +8932,7 @@ export interface Routes {
|
|
|
8906
8932
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8907
8933
|
message: string;
|
|
8908
8934
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8909
|
-
warning_code: '
|
|
8935
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
8910
8936
|
}>;
|
|
8911
8937
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8912
8938
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8999,7 +9025,7 @@ export interface Routes {
|
|
|
8999
9025
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9000
9026
|
message: string;
|
|
9001
9027
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9002
|
-
warning_code: '
|
|
9028
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9003
9029
|
}>;
|
|
9004
9030
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9005
9031
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9487,7 +9513,7 @@ export interface Routes {
|
|
|
9487
9513
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9488
9514
|
message: string;
|
|
9489
9515
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9490
|
-
warning_code: '
|
|
9516
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9491
9517
|
}>;
|
|
9492
9518
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9493
9519
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9580,7 +9606,7 @@ export interface Routes {
|
|
|
9580
9606
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9581
9607
|
message: string;
|
|
9582
9608
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9583
|
-
warning_code: '
|
|
9609
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9584
9610
|
}>;
|
|
9585
9611
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9586
9612
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9710,7 +9736,7 @@ export interface Routes {
|
|
|
9710
9736
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9711
9737
|
message: string;
|
|
9712
9738
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9713
|
-
warning_code: '
|
|
9739
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9714
9740
|
}>;
|
|
9715
9741
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9716
9742
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9803,7 +9829,7 @@ export interface Routes {
|
|
|
9803
9829
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9804
9830
|
message: string;
|
|
9805
9831
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9806
|
-
warning_code: '
|
|
9832
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9807
9833
|
}>;
|
|
9808
9834
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9809
9835
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16559,7 +16585,7 @@ export interface Routes {
|
|
|
16559
16585
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16560
16586
|
message: string;
|
|
16561
16587
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16562
|
-
warning_code: '
|
|
16588
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16563
16589
|
}>;
|
|
16564
16590
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
16565
16591
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16652,7 +16678,7 @@ export interface Routes {
|
|
|
16652
16678
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16653
16679
|
message: string;
|
|
16654
16680
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16655
|
-
warning_code: '
|
|
16681
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16656
16682
|
}>;
|
|
16657
16683
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
16658
16684
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16782,7 +16808,7 @@ export interface Routes {
|
|
|
16782
16808
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16783
16809
|
message: string;
|
|
16784
16810
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16785
|
-
warning_code: '
|
|
16811
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16786
16812
|
}>;
|
|
16787
16813
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
16788
16814
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16875,7 +16901,7 @@ export interface Routes {
|
|
|
16875
16901
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16876
16902
|
message: string;
|
|
16877
16903
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16878
|
-
warning_code: '
|
|
16904
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16879
16905
|
}>;
|
|
16880
16906
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
16881
16907
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17364,7 +17390,7 @@ export interface Routes {
|
|
|
17364
17390
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17365
17391
|
message: string;
|
|
17366
17392
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17367
|
-
warning_code: '
|
|
17393
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17368
17394
|
}>;
|
|
17369
17395
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17370
17396
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17457,7 +17483,7 @@ export interface Routes {
|
|
|
17457
17483
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17458
17484
|
message: string;
|
|
17459
17485
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17460
|
-
warning_code: '
|
|
17486
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17461
17487
|
}>;
|
|
17462
17488
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17463
17489
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17587,7 +17613,7 @@ export interface Routes {
|
|
|
17587
17613
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17588
17614
|
message: string;
|
|
17589
17615
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17590
|
-
warning_code: '
|
|
17616
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17591
17617
|
}>;
|
|
17592
17618
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17593
17619
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17680,7 +17706,7 @@ export interface Routes {
|
|
|
17680
17706
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17681
17707
|
message: string;
|
|
17682
17708
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17683
|
-
warning_code: '
|
|
17709
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17684
17710
|
}>;
|
|
17685
17711
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17686
17712
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19279,7 +19305,7 @@ export interface Routes {
|
|
|
19279
19305
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19280
19306
|
message: string;
|
|
19281
19307
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19282
|
-
warning_code: '
|
|
19308
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19283
19309
|
}>;
|
|
19284
19310
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
19285
19311
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19372,7 +19398,7 @@ export interface Routes {
|
|
|
19372
19398
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19373
19399
|
message: string;
|
|
19374
19400
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19375
|
-
warning_code: '
|
|
19401
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19376
19402
|
}>;
|
|
19377
19403
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
19378
19404
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19502,7 +19528,7 @@ export interface Routes {
|
|
|
19502
19528
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19503
19529
|
message: string;
|
|
19504
19530
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19505
|
-
warning_code: '
|
|
19531
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19506
19532
|
}>;
|
|
19507
19533
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
19508
19534
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19595,7 +19621,7 @@ export interface Routes {
|
|
|
19595
19621
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19596
19622
|
message: string;
|
|
19597
19623
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19598
|
-
warning_code: '
|
|
19624
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19599
19625
|
}>;
|
|
19600
19626
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
19601
19627
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20094,7 +20120,7 @@ export interface Routes {
|
|
|
20094
20120
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20095
20121
|
message: string;
|
|
20096
20122
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20097
|
-
warning_code: '
|
|
20123
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20098
20124
|
}>;
|
|
20099
20125
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20100
20126
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20187,7 +20213,7 @@ export interface Routes {
|
|
|
20187
20213
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20188
20214
|
message: string;
|
|
20189
20215
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20190
|
-
warning_code: '
|
|
20216
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20191
20217
|
}>;
|
|
20192
20218
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20193
20219
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20317,7 +20343,7 @@ export interface Routes {
|
|
|
20317
20343
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20318
20344
|
message: string;
|
|
20319
20345
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20320
|
-
warning_code: '
|
|
20346
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20321
20347
|
}>;
|
|
20322
20348
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20323
20349
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20410,7 +20436,7 @@ export interface Routes {
|
|
|
20410
20436
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20411
20437
|
message: string;
|
|
20412
20438
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20413
|
-
warning_code: '
|
|
20439
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20414
20440
|
}>;
|
|
20415
20441
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20416
20442
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20948,7 +20974,7 @@ export interface Routes {
|
|
|
20948
20974
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20949
20975
|
message: string;
|
|
20950
20976
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20951
|
-
warning_code: '
|
|
20977
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20952
20978
|
}>;
|
|
20953
20979
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20954
20980
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21041,7 +21067,7 @@ export interface Routes {
|
|
|
21041
21067
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21042
21068
|
message: string;
|
|
21043
21069
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21044
|
-
warning_code: '
|
|
21070
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21045
21071
|
}>;
|
|
21046
21072
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21047
21073
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21171,7 +21197,7 @@ export interface Routes {
|
|
|
21171
21197
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21172
21198
|
message: string;
|
|
21173
21199
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21174
|
-
warning_code: '
|
|
21200
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21175
21201
|
}>;
|
|
21176
21202
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21177
21203
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21264,7 +21290,7 @@ export interface Routes {
|
|
|
21264
21290
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21265
21291
|
message: string;
|
|
21266
21292
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21267
|
-
warning_code: '
|
|
21293
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21268
21294
|
}>;
|
|
21269
21295
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21270
21296
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21937,7 +21963,7 @@ export interface Routes {
|
|
|
21937
21963
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21938
21964
|
message: string;
|
|
21939
21965
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21940
|
-
warning_code: '
|
|
21966
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21941
21967
|
}>;
|
|
21942
21968
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21943
21969
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22030,7 +22056,7 @@ export interface Routes {
|
|
|
22030
22056
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22031
22057
|
message: string;
|
|
22032
22058
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22033
|
-
warning_code: '
|
|
22059
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22034
22060
|
}>;
|
|
22035
22061
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22036
22062
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22160,7 +22186,7 @@ export interface Routes {
|
|
|
22160
22186
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22161
22187
|
message: string;
|
|
22162
22188
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22163
|
-
warning_code: '
|
|
22189
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22164
22190
|
}>;
|
|
22165
22191
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22166
22192
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22253,7 +22279,7 @@ export interface Routes {
|
|
|
22253
22279
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22254
22280
|
message: string;
|
|
22255
22281
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22256
|
-
warning_code: '
|
|
22282
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22257
22283
|
}>;
|
|
22258
22284
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22259
22285
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22748,7 +22774,7 @@ export interface Routes {
|
|
|
22748
22774
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22749
22775
|
message: string;
|
|
22750
22776
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22751
|
-
warning_code: '
|
|
22777
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22752
22778
|
}>;
|
|
22753
22779
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22754
22780
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22841,7 +22867,7 @@ export interface Routes {
|
|
|
22841
22867
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22842
22868
|
message: string;
|
|
22843
22869
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22844
|
-
warning_code: '
|
|
22870
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22845
22871
|
}>;
|
|
22846
22872
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22847
22873
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22971,7 +22997,7 @@ export interface Routes {
|
|
|
22971
22997
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22972
22998
|
message: string;
|
|
22973
22999
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22974
|
-
warning_code: '
|
|
23000
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22975
23001
|
}>;
|
|
22976
23002
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22977
23003
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23064,7 +23090,7 @@ export interface Routes {
|
|
|
23064
23090
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23065
23091
|
message: string;
|
|
23066
23092
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23067
|
-
warning_code: '
|
|
23093
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
23068
23094
|
}>;
|
|
23069
23095
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
23070
23096
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24136,7 +24162,7 @@ export interface Routes {
|
|
|
24136
24162
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24137
24163
|
message: string;
|
|
24138
24164
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24139
|
-
warning_code: '
|
|
24165
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24140
24166
|
}>;
|
|
24141
24167
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24142
24168
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24229,7 +24255,7 @@ export interface Routes {
|
|
|
24229
24255
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24230
24256
|
message: string;
|
|
24231
24257
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24232
|
-
warning_code: '
|
|
24258
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24233
24259
|
}>;
|
|
24234
24260
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24235
24261
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24359,7 +24385,7 @@ export interface Routes {
|
|
|
24359
24385
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24360
24386
|
message: string;
|
|
24361
24387
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24362
|
-
warning_code: '
|
|
24388
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24363
24389
|
}>;
|
|
24364
24390
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24365
24391
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24452,7 +24478,7 @@ export interface Routes {
|
|
|
24452
24478
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24453
24479
|
message: string;
|
|
24454
24480
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24455
|
-
warning_code: '
|
|
24481
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24456
24482
|
}>;
|
|
24457
24483
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24458
24484
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24951,7 +24977,7 @@ export interface Routes {
|
|
|
24951
24977
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24952
24978
|
message: string;
|
|
24953
24979
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24954
|
-
warning_code: '
|
|
24980
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24955
24981
|
}>;
|
|
24956
24982
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24957
24983
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25044,7 +25070,7 @@ export interface Routes {
|
|
|
25044
25070
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25045
25071
|
message: string;
|
|
25046
25072
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25047
|
-
warning_code: '
|
|
25073
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
25048
25074
|
}>;
|
|
25049
25075
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25050
25076
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25174,7 +25200,7 @@ export interface Routes {
|
|
|
25174
25200
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25175
25201
|
message: string;
|
|
25176
25202
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25177
|
-
warning_code: '
|
|
25203
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
25178
25204
|
}>;
|
|
25179
25205
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25180
25206
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25267,7 +25293,7 @@ export interface Routes {
|
|
|
25267
25293
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25268
25294
|
message: string;
|
|
25269
25295
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25270
|
-
warning_code: '
|
|
25296
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
25271
25297
|
}>;
|
|
25272
25298
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25273
25299
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26829,7 +26855,7 @@ export interface Routes {
|
|
|
26829
26855
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26830
26856
|
message: string;
|
|
26831
26857
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26832
|
-
warning_code: '
|
|
26858
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
26833
26859
|
}>;
|
|
26834
26860
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26835
26861
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26922,7 +26948,7 @@ export interface Routes {
|
|
|
26922
26948
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26923
26949
|
message: string;
|
|
26924
26950
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26925
|
-
warning_code: '
|
|
26951
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
26926
26952
|
}>;
|
|
26927
26953
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26928
26954
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27052,7 +27078,7 @@ export interface Routes {
|
|
|
27052
27078
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27053
27079
|
message: string;
|
|
27054
27080
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27055
|
-
warning_code: '
|
|
27081
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27056
27082
|
}>;
|
|
27057
27083
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
27058
27084
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27145,7 +27171,7 @@ export interface Routes {
|
|
|
27145
27171
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27146
27172
|
message: string;
|
|
27147
27173
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27148
|
-
warning_code: '
|
|
27174
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27149
27175
|
}>;
|
|
27150
27176
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
27151
27177
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27811,7 +27837,7 @@ export interface Routes {
|
|
|
27811
27837
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27812
27838
|
message: string;
|
|
27813
27839
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27814
|
-
warning_code: '
|
|
27840
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27815
27841
|
}>;
|
|
27816
27842
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
27817
27843
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27904,7 +27930,7 @@ export interface Routes {
|
|
|
27904
27930
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27905
27931
|
message: string;
|
|
27906
27932
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27907
|
-
warning_code: '
|
|
27933
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27908
27934
|
}>;
|
|
27909
27935
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
27910
27936
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28034,7 +28060,7 @@ export interface Routes {
|
|
|
28034
28060
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28035
28061
|
message: string;
|
|
28036
28062
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28037
|
-
warning_code: '
|
|
28063
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28038
28064
|
}>;
|
|
28039
28065
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28040
28066
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28127,7 +28153,7 @@ export interface Routes {
|
|
|
28127
28153
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28128
28154
|
message: string;
|
|
28129
28155
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28130
|
-
warning_code: '
|
|
28156
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28131
28157
|
}>;
|
|
28132
28158
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28133
28159
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28645,7 +28671,7 @@ export interface Routes {
|
|
|
28645
28671
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28646
28672
|
message: string;
|
|
28647
28673
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28648
|
-
warning_code: '
|
|
28674
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28649
28675
|
}>;
|
|
28650
28676
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28651
28677
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28738,7 +28764,7 @@ export interface Routes {
|
|
|
28738
28764
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28739
28765
|
message: string;
|
|
28740
28766
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28741
|
-
warning_code: '
|
|
28767
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28742
28768
|
}>;
|
|
28743
28769
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28744
28770
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28868,7 +28894,7 @@ export interface Routes {
|
|
|
28868
28894
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28869
28895
|
message: string;
|
|
28870
28896
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28871
|
-
warning_code: '
|
|
28897
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28872
28898
|
}>;
|
|
28873
28899
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28874
28900
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28961,7 +28987,7 @@ export interface Routes {
|
|
|
28961
28987
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28962
28988
|
message: string;
|
|
28963
28989
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28964
|
-
warning_code: '
|
|
28990
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28965
28991
|
}>;
|
|
28966
28992
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28967
28993
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -31195,7 +31221,7 @@ export interface Routes {
|
|
|
31195
31221
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31196
31222
|
message: string;
|
|
31197
31223
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31198
|
-
warning_code: '
|
|
31224
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31199
31225
|
}>;
|
|
31200
31226
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31201
31227
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -31288,7 +31314,7 @@ export interface Routes {
|
|
|
31288
31314
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31289
31315
|
message: string;
|
|
31290
31316
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31291
|
-
warning_code: '
|
|
31317
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31292
31318
|
}>;
|
|
31293
31319
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31294
31320
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -31418,7 +31444,7 @@ export interface Routes {
|
|
|
31418
31444
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31419
31445
|
message: string;
|
|
31420
31446
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31421
|
-
warning_code: '
|
|
31447
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31422
31448
|
}>;
|
|
31423
31449
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31424
31450
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -31511,7 +31537,7 @@ export interface Routes {
|
|
|
31511
31537
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31512
31538
|
message: string;
|
|
31513
31539
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31514
|
-
warning_code: '
|
|
31540
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31515
31541
|
}>;
|
|
31516
31542
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31517
31543
|
is_multi_phone_sync_credential?: boolean | undefined;
|