@seamapi/types 1.321.0 → 1.322.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 +49 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +443 -410
- package/lib/seam/connect/models/acs/acs-credential.d.ts +34 -34
- package/lib/seam/connect/models/acs/acs-credential.js +6 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +12 -12
- package/lib/seam/connect/models/acs/acs-user.js +5 -2
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +80 -80
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +34 -34
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +46 -46
- package/lib/seam/connect/openapi.d.ts +28 -0
- package/lib/seam/connect/openapi.js +41 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +301 -296
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +6 -4
- package/src/lib/seam/connect/models/acs/acs-user.ts +5 -2
- package/src/lib/seam/connect/openapi.ts +42 -7
- package/src/lib/seam/connect/route-types.ts +371 -296
|
@@ -188,14 +188,14 @@ 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;
|
|
195
195
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
196
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
196
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
197
197
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
198
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
198
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
199
199
|
/** Visionline-specific metadata for the credential. */
|
|
200
200
|
visionline_metadata?: {
|
|
201
201
|
card_function_type: 'guest' | 'staff';
|
|
@@ -281,14 +281,14 @@ 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;
|
|
288
288
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
289
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
289
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
290
290
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
291
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
291
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
292
292
|
/** Visionline-specific metadata for the credential. */
|
|
293
293
|
visionline_metadata?: {
|
|
294
294
|
card_function_type: 'guest' | 'staff';
|
|
@@ -411,14 +411,14 @@ 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;
|
|
418
418
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
419
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
419
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
420
420
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
421
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
421
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
422
422
|
/** Visionline-specific metadata for the credential. */
|
|
423
423
|
visionline_metadata?: {
|
|
424
424
|
card_function_type: 'guest' | 'staff';
|
|
@@ -504,14 +504,14 @@ 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;
|
|
511
511
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
512
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
512
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
513
513
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
514
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
514
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
515
515
|
/** Visionline-specific metadata for the credential. */
|
|
516
516
|
visionline_metadata?: {
|
|
517
517
|
card_function_type: 'guest' | 'staff';
|
|
@@ -1143,14 +1143,14 @@ 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;
|
|
1150
1150
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
1151
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1151
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
1152
1152
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
1153
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1153
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
1154
1154
|
/** Visionline-specific metadata for the credential. */
|
|
1155
1155
|
visionline_metadata?: {
|
|
1156
1156
|
card_function_type: 'guest' | 'staff';
|
|
@@ -1236,14 +1236,14 @@ 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;
|
|
1243
1243
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
1244
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1244
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
1245
1245
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
1246
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1246
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
1247
1247
|
/** Visionline-specific metadata for the credential. */
|
|
1248
1248
|
visionline_metadata?: {
|
|
1249
1249
|
card_function_type: 'guest' | 'staff';
|
|
@@ -1366,14 +1366,14 @@ 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;
|
|
1373
1373
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
1374
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1374
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
1375
1375
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
1376
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1376
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
1377
1377
|
/** Visionline-specific metadata for the credential. */
|
|
1378
1378
|
visionline_metadata?: {
|
|
1379
1379
|
card_function_type: 'guest' | 'staff';
|
|
@@ -1459,14 +1459,14 @@ 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;
|
|
1466
1466
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
1467
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1467
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
1468
1468
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
1469
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1469
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
1470
1470
|
/** Visionline-specific metadata for the credential. */
|
|
1471
1471
|
visionline_metadata?: {
|
|
1472
1472
|
card_function_type: 'guest' | 'staff';
|
|
@@ -2316,14 +2316,14 @@ 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;
|
|
2323
2323
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
2324
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2324
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
2325
2325
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
2326
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2326
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
2327
2327
|
/** Visionline-specific metadata for the credential. */
|
|
2328
2328
|
visionline_metadata?: {
|
|
2329
2329
|
card_function_type: 'guest' | 'staff';
|
|
@@ -2409,14 +2409,14 @@ 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;
|
|
2416
2416
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
2417
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2417
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
2418
2418
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
2419
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2419
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
2420
2420
|
/** Visionline-specific metadata for the credential. */
|
|
2421
2421
|
visionline_metadata?: {
|
|
2422
2422
|
card_function_type: 'guest' | 'staff';
|
|
@@ -2539,14 +2539,14 @@ 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;
|
|
2546
2546
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
2547
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2547
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
2548
2548
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
2549
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2549
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
2550
2550
|
/** Visionline-specific metadata for the credential. */
|
|
2551
2551
|
visionline_metadata?: {
|
|
2552
2552
|
card_function_type: 'guest' | 'staff';
|
|
@@ -2632,14 +2632,14 @@ 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;
|
|
2639
2639
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
2640
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2640
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
2641
2641
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
2642
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2642
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
2643
2643
|
/** Visionline-specific metadata for the credential. */
|
|
2644
2644
|
visionline_metadata?: {
|
|
2645
2645
|
card_function_type: 'guest' | 'staff';
|
|
@@ -3258,14 +3258,14 @@ 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;
|
|
3265
3265
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
3266
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
3266
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
3267
3267
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
3268
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
3268
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
3269
3269
|
/** Visionline-specific metadata for the credential. */
|
|
3270
3270
|
visionline_metadata?: {
|
|
3271
3271
|
card_function_type: 'guest' | 'staff';
|
|
@@ -3351,14 +3351,14 @@ 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;
|
|
3358
3358
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
3359
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
3359
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
3360
3360
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
3361
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
3361
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
3362
3362
|
/** Visionline-specific metadata for the credential. */
|
|
3363
3363
|
visionline_metadata?: {
|
|
3364
3364
|
card_function_type: 'guest' | 'staff';
|
|
@@ -3481,14 +3481,14 @@ 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;
|
|
3488
3488
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
3489
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
3489
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
3490
3490
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
3491
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
3491
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
3492
3492
|
/** Visionline-specific metadata for the credential. */
|
|
3493
3493
|
visionline_metadata?: {
|
|
3494
3494
|
card_function_type: 'guest' | 'staff';
|
|
@@ -3574,14 +3574,14 @@ 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;
|
|
3581
3581
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
3582
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
3582
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
3583
3583
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
3584
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
3584
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
3585
3585
|
/** Visionline-specific metadata for the credential. */
|
|
3586
3586
|
visionline_metadata?: {
|
|
3587
3587
|
card_function_type: 'guest' | 'staff';
|
|
@@ -4125,9 +4125,9 @@ export interface Routes {
|
|
|
4125
4125
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
4126
4126
|
user_identity_phone_number?: (string | null) | undefined;
|
|
4127
4127
|
/** */
|
|
4128
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
4128
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
4129
4129
|
/** */
|
|
4130
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
4130
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
4131
4131
|
/** Warnings associated with the `acs_user`. */
|
|
4132
4132
|
warnings: Array<{
|
|
4133
4133
|
created_at: string;
|
|
@@ -4423,14 +4423,14 @@ export interface Routes {
|
|
|
4423
4423
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4424
4424
|
message: string;
|
|
4425
4425
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4426
|
-
warning_code: '
|
|
4426
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4427
4427
|
}>;
|
|
4428
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). */
|
|
4429
4429
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
4430
4430
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
4431
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
4431
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
4432
4432
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
4433
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
4433
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
4434
4434
|
/** Visionline-specific metadata for the credential. */
|
|
4435
4435
|
visionline_metadata?: {
|
|
4436
4436
|
card_function_type: 'guest' | 'staff';
|
|
@@ -4484,6 +4484,11 @@ export interface Routes {
|
|
|
4484
4484
|
join_all_guest_acs_entrances?: boolean | undefined;
|
|
4485
4485
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4486
4486
|
} | undefined;
|
|
4487
|
+
/** Salto Space-specific metadata for the new credential. */
|
|
4488
|
+
salto_space_metadata?: {
|
|
4489
|
+
assign_new_key?: boolean | undefined;
|
|
4490
|
+
update_current_key?: boolean | undefined;
|
|
4491
|
+
} | undefined;
|
|
4487
4492
|
/** Date and time at which the validity of the new credential starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
4488
4493
|
starts_at?: string | undefined;
|
|
4489
4494
|
/** Date and time at which the validity of the new credential ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Must be a time in the future and after `starts_at`. */
|
|
@@ -4566,14 +4571,14 @@ export interface Routes {
|
|
|
4566
4571
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4567
4572
|
message: string;
|
|
4568
4573
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4569
|
-
warning_code: '
|
|
4574
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4570
4575
|
}>;
|
|
4571
4576
|
/** 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). */
|
|
4572
4577
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
4573
4578
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
4574
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
4579
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
4575
4580
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
4576
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
4581
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
4577
4582
|
/** Visionline-specific metadata for the credential. */
|
|
4578
4583
|
visionline_metadata?: {
|
|
4579
4584
|
card_function_type: 'guest' | 'staff';
|
|
@@ -4683,14 +4688,14 @@ export interface Routes {
|
|
|
4683
4688
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4684
4689
|
message: string;
|
|
4685
4690
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4686
|
-
warning_code: '
|
|
4691
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4687
4692
|
}>;
|
|
4688
4693
|
/** 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). */
|
|
4689
4694
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
4690
4695
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
4691
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
4696
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
4692
4697
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
4693
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
4698
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
4694
4699
|
/** Visionline-specific metadata for the credential. */
|
|
4695
4700
|
visionline_metadata?: {
|
|
4696
4701
|
card_function_type: 'guest' | 'staff';
|
|
@@ -4804,14 +4809,14 @@ export interface Routes {
|
|
|
4804
4809
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4805
4810
|
message: string;
|
|
4806
4811
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4807
|
-
warning_code: '
|
|
4812
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4808
4813
|
}>;
|
|
4809
4814
|
/** 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). */
|
|
4810
4815
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
4811
4816
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
4812
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
4817
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
4813
4818
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
4814
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
4819
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
4815
4820
|
/** Visionline-specific metadata for the credential. */
|
|
4816
4821
|
visionline_metadata?: {
|
|
4817
4822
|
card_function_type: 'guest' | 'staff';
|
|
@@ -4929,14 +4934,14 @@ export interface Routes {
|
|
|
4929
4934
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4930
4935
|
message: string;
|
|
4931
4936
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4932
|
-
warning_code: '
|
|
4937
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
4933
4938
|
}>;
|
|
4934
4939
|
/** 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). */
|
|
4935
4940
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
4936
4941
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
4937
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
4942
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
4938
4943
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
4939
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
4944
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
4940
4945
|
/** Visionline-specific metadata for the credential. */
|
|
4941
4946
|
visionline_metadata?: {
|
|
4942
4947
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5107,14 +5112,14 @@ export interface Routes {
|
|
|
5107
5112
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5108
5113
|
message: string;
|
|
5109
5114
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5110
|
-
warning_code: '
|
|
5115
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5111
5116
|
}>;
|
|
5112
5117
|
/** 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). */
|
|
5113
5118
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5114
5119
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5115
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5120
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5116
5121
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5117
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5122
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5118
5123
|
/** Visionline-specific metadata for the credential. */
|
|
5119
5124
|
visionline_metadata?: {
|
|
5120
5125
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5216,14 +5221,14 @@ export interface Routes {
|
|
|
5216
5221
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5217
5222
|
message: string;
|
|
5218
5223
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5219
|
-
warning_code: '
|
|
5224
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5220
5225
|
}>;
|
|
5221
5226
|
/** 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). */
|
|
5222
5227
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5223
5228
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5224
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5229
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5225
5230
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5226
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5231
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5227
5232
|
/** Visionline-specific metadata for the credential. */
|
|
5228
5233
|
visionline_metadata?: {
|
|
5229
5234
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5334,14 +5339,14 @@ export interface Routes {
|
|
|
5334
5339
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5335
5340
|
message: string;
|
|
5336
5341
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5337
|
-
warning_code: '
|
|
5342
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5338
5343
|
}>;
|
|
5339
5344
|
/** 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). */
|
|
5340
5345
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5341
5346
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5342
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5347
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5343
5348
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5344
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5349
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5345
5350
|
/** Visionline-specific metadata for the credential. */
|
|
5346
5351
|
visionline_metadata?: {
|
|
5347
5352
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5447,14 +5452,14 @@ export interface Routes {
|
|
|
5447
5452
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5448
5453
|
message: string;
|
|
5449
5454
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5450
|
-
warning_code: '
|
|
5455
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5451
5456
|
}>;
|
|
5452
5457
|
/** 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). */
|
|
5453
5458
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5454
5459
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5455
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5460
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5456
5461
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5457
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5462
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5458
5463
|
/** Visionline-specific metadata for the credential. */
|
|
5459
5464
|
visionline_metadata?: {
|
|
5460
5465
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5646,14 +5651,14 @@ export interface Routes {
|
|
|
5646
5651
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5647
5652
|
message: string;
|
|
5648
5653
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5649
|
-
warning_code: '
|
|
5654
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5650
5655
|
}>;
|
|
5651
5656
|
/** 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). */
|
|
5652
5657
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5653
5658
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5654
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5659
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5655
5660
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5656
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5661
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5657
5662
|
/** Visionline-specific metadata for the credential. */
|
|
5658
5663
|
visionline_metadata?: {
|
|
5659
5664
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5739,14 +5744,14 @@ export interface Routes {
|
|
|
5739
5744
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5740
5745
|
message: string;
|
|
5741
5746
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5742
|
-
warning_code: '
|
|
5747
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5743
5748
|
}>;
|
|
5744
5749
|
/** 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). */
|
|
5745
5750
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5746
5751
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5747
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5752
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5748
5753
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5749
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5754
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5750
5755
|
/** Visionline-specific metadata for the credential. */
|
|
5751
5756
|
visionline_metadata?: {
|
|
5752
5757
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5869,14 +5874,14 @@ export interface Routes {
|
|
|
5869
5874
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5870
5875
|
message: string;
|
|
5871
5876
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5872
|
-
warning_code: '
|
|
5877
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5873
5878
|
}>;
|
|
5874
5879
|
/** 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). */
|
|
5875
5880
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5876
5881
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5877
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5882
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5878
5883
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5879
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5884
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5880
5885
|
/** Visionline-specific metadata for the credential. */
|
|
5881
5886
|
visionline_metadata?: {
|
|
5882
5887
|
card_function_type: 'guest' | 'staff';
|
|
@@ -5962,14 +5967,14 @@ export interface Routes {
|
|
|
5962
5967
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5963
5968
|
message: string;
|
|
5964
5969
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5965
|
-
warning_code: '
|
|
5970
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
5966
5971
|
}>;
|
|
5967
5972
|
/** 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). */
|
|
5968
5973
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
5969
5974
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
5970
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
5975
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
5971
5976
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
5972
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
5977
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
5973
5978
|
/** Visionline-specific metadata for the credential. */
|
|
5974
5979
|
visionline_metadata?: {
|
|
5975
5980
|
card_function_type: 'guest' | 'staff';
|
|
@@ -6491,14 +6496,14 @@ export interface Routes {
|
|
|
6491
6496
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6492
6497
|
message: string;
|
|
6493
6498
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6494
|
-
warning_code: '
|
|
6499
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6495
6500
|
}>;
|
|
6496
6501
|
/** 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). */
|
|
6497
6502
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
6498
6503
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
6499
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
6504
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
6500
6505
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
6501
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
6506
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
6502
6507
|
/** Visionline-specific metadata for the credential. */
|
|
6503
6508
|
visionline_metadata?: {
|
|
6504
6509
|
card_function_type: 'guest' | 'staff';
|
|
@@ -6584,14 +6589,14 @@ export interface Routes {
|
|
|
6584
6589
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6585
6590
|
message: string;
|
|
6586
6591
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6587
|
-
warning_code: '
|
|
6592
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6588
6593
|
}>;
|
|
6589
6594
|
/** 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). */
|
|
6590
6595
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
6591
6596
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
6592
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
6597
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
6593
6598
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
6594
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
6599
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
6595
6600
|
/** Visionline-specific metadata for the credential. */
|
|
6596
6601
|
visionline_metadata?: {
|
|
6597
6602
|
card_function_type: 'guest' | 'staff';
|
|
@@ -6714,14 +6719,14 @@ export interface Routes {
|
|
|
6714
6719
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6715
6720
|
message: string;
|
|
6716
6721
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6717
|
-
warning_code: '
|
|
6722
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6718
6723
|
}>;
|
|
6719
6724
|
/** 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). */
|
|
6720
6725
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
6721
6726
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
6722
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
6727
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
6723
6728
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
6724
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
6729
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
6725
6730
|
/** Visionline-specific metadata for the credential. */
|
|
6726
6731
|
visionline_metadata?: {
|
|
6727
6732
|
card_function_type: 'guest' | 'staff';
|
|
@@ -6807,14 +6812,14 @@ export interface Routes {
|
|
|
6807
6812
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6808
6813
|
message: string;
|
|
6809
6814
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6810
|
-
warning_code: '
|
|
6815
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
6811
6816
|
}>;
|
|
6812
6817
|
/** 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). */
|
|
6813
6818
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
6814
6819
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
6815
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
6820
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
6816
6821
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
6817
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
6822
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
6818
6823
|
/** Visionline-specific metadata for the credential. */
|
|
6819
6824
|
visionline_metadata?: {
|
|
6820
6825
|
card_function_type: 'guest' | 'staff';
|
|
@@ -7415,14 +7420,14 @@ export interface Routes {
|
|
|
7415
7420
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7416
7421
|
message: string;
|
|
7417
7422
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7418
|
-
warning_code: '
|
|
7423
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
7419
7424
|
}>;
|
|
7420
7425
|
/** 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). */
|
|
7421
7426
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
7422
7427
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
7423
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
7428
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
7424
7429
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
7425
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
7430
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
7426
7431
|
/** Visionline-specific metadata for the credential. */
|
|
7427
7432
|
visionline_metadata?: {
|
|
7428
7433
|
card_function_type: 'guest' | 'staff';
|
|
@@ -7898,9 +7903,9 @@ export interface Routes {
|
|
|
7898
7903
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
7899
7904
|
user_identity_phone_number?: (string | null) | undefined;
|
|
7900
7905
|
/** */
|
|
7901
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
7906
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
7902
7907
|
/** */
|
|
7903
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
7908
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
7904
7909
|
/** Warnings associated with the `acs_user`. */
|
|
7905
7910
|
warnings: Array<{
|
|
7906
7911
|
created_at: string;
|
|
@@ -8014,9 +8019,9 @@ export interface Routes {
|
|
|
8014
8019
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
8015
8020
|
user_identity_phone_number?: (string | null) | undefined;
|
|
8016
8021
|
/** */
|
|
8017
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8022
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8018
8023
|
/** */
|
|
8019
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8024
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8020
8025
|
/** Warnings associated with the `acs_user`. */
|
|
8021
8026
|
warnings: Array<{
|
|
8022
8027
|
created_at: string;
|
|
@@ -8125,9 +8130,9 @@ export interface Routes {
|
|
|
8125
8130
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
8126
8131
|
user_identity_phone_number?: (string | null) | undefined;
|
|
8127
8132
|
/** */
|
|
8128
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8133
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8129
8134
|
/** */
|
|
8130
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8135
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8131
8136
|
/** Warnings associated with the `acs_user`. */
|
|
8132
8137
|
warnings: Array<{
|
|
8133
8138
|
created_at: string;
|
|
@@ -8333,9 +8338,9 @@ export interface Routes {
|
|
|
8333
8338
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
8334
8339
|
user_identity_phone_number?: (string | null) | undefined;
|
|
8335
8340
|
/** */
|
|
8336
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8341
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8337
8342
|
/** */
|
|
8338
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8343
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8339
8344
|
/** Warnings associated with the `acs_user`. */
|
|
8340
8345
|
warnings: Array<{
|
|
8341
8346
|
created_at: string;
|
|
@@ -8439,9 +8444,9 @@ export interface Routes {
|
|
|
8439
8444
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
8440
8445
|
user_identity_phone_number?: (string | null) | undefined;
|
|
8441
8446
|
/** */
|
|
8442
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8447
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8443
8448
|
/** */
|
|
8444
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8449
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8445
8450
|
/** Warnings associated with the `acs_user`. */
|
|
8446
8451
|
warnings: Array<{
|
|
8447
8452
|
created_at: string;
|
|
@@ -8709,14 +8714,14 @@ export interface Routes {
|
|
|
8709
8714
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8710
8715
|
message: string;
|
|
8711
8716
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8712
|
-
warning_code: '
|
|
8717
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
8713
8718
|
}>;
|
|
8714
8719
|
/** 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). */
|
|
8715
8720
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
8716
8721
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
8717
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8722
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8718
8723
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
8719
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8724
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8720
8725
|
/** Visionline-specific metadata for the credential. */
|
|
8721
8726
|
visionline_metadata?: {
|
|
8722
8727
|
card_function_type: 'guest' | 'staff';
|
|
@@ -8802,14 +8807,14 @@ export interface Routes {
|
|
|
8802
8807
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8803
8808
|
message: string;
|
|
8804
8809
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8805
|
-
warning_code: '
|
|
8810
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
8806
8811
|
}>;
|
|
8807
8812
|
/** 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). */
|
|
8808
8813
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
8809
8814
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
8810
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8815
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8811
8816
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
8812
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8817
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8813
8818
|
/** Visionline-specific metadata for the credential. */
|
|
8814
8819
|
visionline_metadata?: {
|
|
8815
8820
|
card_function_type: 'guest' | 'staff';
|
|
@@ -8932,14 +8937,14 @@ export interface Routes {
|
|
|
8932
8937
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8933
8938
|
message: string;
|
|
8934
8939
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8935
|
-
warning_code: '
|
|
8940
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
8936
8941
|
}>;
|
|
8937
8942
|
/** 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). */
|
|
8938
8943
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
8939
8944
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
8940
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
8945
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
8941
8946
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
8942
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
8947
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
8943
8948
|
/** Visionline-specific metadata for the credential. */
|
|
8944
8949
|
visionline_metadata?: {
|
|
8945
8950
|
card_function_type: 'guest' | 'staff';
|
|
@@ -9025,14 +9030,14 @@ export interface Routes {
|
|
|
9025
9030
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9026
9031
|
message: string;
|
|
9027
9032
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9028
|
-
warning_code: '
|
|
9033
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9029
9034
|
}>;
|
|
9030
9035
|
/** 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). */
|
|
9031
9036
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
9032
9037
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
9033
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
9038
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
9034
9039
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
9035
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
9040
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
9036
9041
|
/** Visionline-specific metadata for the credential. */
|
|
9037
9042
|
visionline_metadata?: {
|
|
9038
9043
|
card_function_type: 'guest' | 'staff';
|
|
@@ -9513,14 +9518,14 @@ export interface Routes {
|
|
|
9513
9518
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9514
9519
|
message: string;
|
|
9515
9520
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9516
|
-
warning_code: '
|
|
9521
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9517
9522
|
}>;
|
|
9518
9523
|
/** 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). */
|
|
9519
9524
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
9520
9525
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
9521
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
9526
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
9522
9527
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
9523
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
9528
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
9524
9529
|
/** Visionline-specific metadata for the credential. */
|
|
9525
9530
|
visionline_metadata?: {
|
|
9526
9531
|
card_function_type: 'guest' | 'staff';
|
|
@@ -9606,14 +9611,14 @@ export interface Routes {
|
|
|
9606
9611
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9607
9612
|
message: string;
|
|
9608
9613
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9609
|
-
warning_code: '
|
|
9614
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9610
9615
|
}>;
|
|
9611
9616
|
/** 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). */
|
|
9612
9617
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
9613
9618
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
9614
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
9619
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
9615
9620
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
9616
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
9621
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
9617
9622
|
/** Visionline-specific metadata for the credential. */
|
|
9618
9623
|
visionline_metadata?: {
|
|
9619
9624
|
card_function_type: 'guest' | 'staff';
|
|
@@ -9736,14 +9741,14 @@ export interface Routes {
|
|
|
9736
9741
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9737
9742
|
message: string;
|
|
9738
9743
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9739
|
-
warning_code: '
|
|
9744
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9740
9745
|
}>;
|
|
9741
9746
|
/** 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). */
|
|
9742
9747
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
9743
9748
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
9744
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
9749
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
9745
9750
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
9746
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
9751
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
9747
9752
|
/** Visionline-specific metadata for the credential. */
|
|
9748
9753
|
visionline_metadata?: {
|
|
9749
9754
|
card_function_type: 'guest' | 'staff';
|
|
@@ -9829,14 +9834,14 @@ export interface Routes {
|
|
|
9829
9834
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9830
9835
|
message: string;
|
|
9831
9836
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9832
|
-
warning_code: '
|
|
9837
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
9833
9838
|
}>;
|
|
9834
9839
|
/** 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). */
|
|
9835
9840
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
9836
9841
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
9837
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
9842
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
9838
9843
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
9839
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
9844
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
9840
9845
|
/** Visionline-specific metadata for the credential. */
|
|
9841
9846
|
visionline_metadata?: {
|
|
9842
9847
|
card_function_type: 'guest' | 'staff';
|
|
@@ -16585,14 +16590,14 @@ export interface Routes {
|
|
|
16585
16590
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16586
16591
|
message: string;
|
|
16587
16592
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16588
|
-
warning_code: '
|
|
16593
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16589
16594
|
}>;
|
|
16590
16595
|
/** 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). */
|
|
16591
16596
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
16592
16597
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
16593
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
16598
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
16594
16599
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
16595
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
16600
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
16596
16601
|
/** Visionline-specific metadata for the credential. */
|
|
16597
16602
|
visionline_metadata?: {
|
|
16598
16603
|
card_function_type: 'guest' | 'staff';
|
|
@@ -16678,14 +16683,14 @@ export interface Routes {
|
|
|
16678
16683
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16679
16684
|
message: string;
|
|
16680
16685
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16681
|
-
warning_code: '
|
|
16686
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16682
16687
|
}>;
|
|
16683
16688
|
/** 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). */
|
|
16684
16689
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
16685
16690
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
16686
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
16691
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
16687
16692
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
16688
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
16693
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
16689
16694
|
/** Visionline-specific metadata for the credential. */
|
|
16690
16695
|
visionline_metadata?: {
|
|
16691
16696
|
card_function_type: 'guest' | 'staff';
|
|
@@ -16808,14 +16813,14 @@ export interface Routes {
|
|
|
16808
16813
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16809
16814
|
message: string;
|
|
16810
16815
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16811
|
-
warning_code: '
|
|
16816
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16812
16817
|
}>;
|
|
16813
16818
|
/** 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). */
|
|
16814
16819
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
16815
16820
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
16816
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
16821
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
16817
16822
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
16818
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
16823
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
16819
16824
|
/** Visionline-specific metadata for the credential. */
|
|
16820
16825
|
visionline_metadata?: {
|
|
16821
16826
|
card_function_type: 'guest' | 'staff';
|
|
@@ -16901,14 +16906,14 @@ export interface Routes {
|
|
|
16901
16906
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16902
16907
|
message: string;
|
|
16903
16908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16904
|
-
warning_code: '
|
|
16909
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
16905
16910
|
}>;
|
|
16906
16911
|
/** 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). */
|
|
16907
16912
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
16908
16913
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
16909
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
16914
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
16910
16915
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
16911
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
16916
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
16912
16917
|
/** Visionline-specific metadata for the credential. */
|
|
16913
16918
|
visionline_metadata?: {
|
|
16914
16919
|
card_function_type: 'guest' | 'staff';
|
|
@@ -17390,14 +17395,14 @@ export interface Routes {
|
|
|
17390
17395
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17391
17396
|
message: string;
|
|
17392
17397
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17393
|
-
warning_code: '
|
|
17398
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17394
17399
|
}>;
|
|
17395
17400
|
/** 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). */
|
|
17396
17401
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17397
17402
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
17398
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
17403
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
17399
17404
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
17400
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
17405
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
17401
17406
|
/** Visionline-specific metadata for the credential. */
|
|
17402
17407
|
visionline_metadata?: {
|
|
17403
17408
|
card_function_type: 'guest' | 'staff';
|
|
@@ -17483,14 +17488,14 @@ export interface Routes {
|
|
|
17483
17488
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17484
17489
|
message: string;
|
|
17485
17490
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17486
|
-
warning_code: '
|
|
17491
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17487
17492
|
}>;
|
|
17488
17493
|
/** 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). */
|
|
17489
17494
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17490
17495
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
17491
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
17496
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
17492
17497
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
17493
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
17498
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
17494
17499
|
/** Visionline-specific metadata for the credential. */
|
|
17495
17500
|
visionline_metadata?: {
|
|
17496
17501
|
card_function_type: 'guest' | 'staff';
|
|
@@ -17613,14 +17618,14 @@ export interface Routes {
|
|
|
17613
17618
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17614
17619
|
message: string;
|
|
17615
17620
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17616
|
-
warning_code: '
|
|
17621
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17617
17622
|
}>;
|
|
17618
17623
|
/** 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). */
|
|
17619
17624
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17620
17625
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
17621
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
17626
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
17622
17627
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
17623
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
17628
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
17624
17629
|
/** Visionline-specific metadata for the credential. */
|
|
17625
17630
|
visionline_metadata?: {
|
|
17626
17631
|
card_function_type: 'guest' | 'staff';
|
|
@@ -17706,14 +17711,14 @@ export interface Routes {
|
|
|
17706
17711
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17707
17712
|
message: string;
|
|
17708
17713
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17709
|
-
warning_code: '
|
|
17714
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
17710
17715
|
}>;
|
|
17711
17716
|
/** 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). */
|
|
17712
17717
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17713
17718
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
17714
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
17719
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
17715
17720
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
17716
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
17721
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
17717
17722
|
/** Visionline-specific metadata for the credential. */
|
|
17718
17723
|
visionline_metadata?: {
|
|
17719
17724
|
card_function_type: 'guest' | 'staff';
|
|
@@ -19305,14 +19310,14 @@ export interface Routes {
|
|
|
19305
19310
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19306
19311
|
message: string;
|
|
19307
19312
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19308
|
-
warning_code: '
|
|
19313
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19309
19314
|
}>;
|
|
19310
19315
|
/** 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). */
|
|
19311
19316
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
19312
19317
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
19313
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
19318
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
19314
19319
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
19315
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
19320
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
19316
19321
|
/** Visionline-specific metadata for the credential. */
|
|
19317
19322
|
visionline_metadata?: {
|
|
19318
19323
|
card_function_type: 'guest' | 'staff';
|
|
@@ -19398,14 +19403,14 @@ export interface Routes {
|
|
|
19398
19403
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19399
19404
|
message: string;
|
|
19400
19405
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19401
|
-
warning_code: '
|
|
19406
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19402
19407
|
}>;
|
|
19403
19408
|
/** 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). */
|
|
19404
19409
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
19405
19410
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
19406
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
19411
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
19407
19412
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
19408
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
19413
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
19409
19414
|
/** Visionline-specific metadata for the credential. */
|
|
19410
19415
|
visionline_metadata?: {
|
|
19411
19416
|
card_function_type: 'guest' | 'staff';
|
|
@@ -19528,14 +19533,14 @@ export interface Routes {
|
|
|
19528
19533
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19529
19534
|
message: string;
|
|
19530
19535
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19531
|
-
warning_code: '
|
|
19536
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19532
19537
|
}>;
|
|
19533
19538
|
/** 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). */
|
|
19534
19539
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
19535
19540
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
19536
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
19541
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
19537
19542
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
19538
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
19543
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
19539
19544
|
/** Visionline-specific metadata for the credential. */
|
|
19540
19545
|
visionline_metadata?: {
|
|
19541
19546
|
card_function_type: 'guest' | 'staff';
|
|
@@ -19621,14 +19626,14 @@ export interface Routes {
|
|
|
19621
19626
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19622
19627
|
message: string;
|
|
19623
19628
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19624
|
-
warning_code: '
|
|
19629
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
19625
19630
|
}>;
|
|
19626
19631
|
/** 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). */
|
|
19627
19632
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
19628
19633
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
19629
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
19634
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
19630
19635
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
19631
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
19636
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
19632
19637
|
/** Visionline-specific metadata for the credential. */
|
|
19633
19638
|
visionline_metadata?: {
|
|
19634
19639
|
card_function_type: 'guest' | 'staff';
|
|
@@ -20120,14 +20125,14 @@ export interface Routes {
|
|
|
20120
20125
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20121
20126
|
message: string;
|
|
20122
20127
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20123
|
-
warning_code: '
|
|
20128
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20124
20129
|
}>;
|
|
20125
20130
|
/** 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). */
|
|
20126
20131
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
20127
20132
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
20128
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
20133
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
20129
20134
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
20130
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
20135
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
20131
20136
|
/** Visionline-specific metadata for the credential. */
|
|
20132
20137
|
visionline_metadata?: {
|
|
20133
20138
|
card_function_type: 'guest' | 'staff';
|
|
@@ -20213,14 +20218,14 @@ export interface Routes {
|
|
|
20213
20218
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20214
20219
|
message: string;
|
|
20215
20220
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20216
|
-
warning_code: '
|
|
20221
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20217
20222
|
}>;
|
|
20218
20223
|
/** 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). */
|
|
20219
20224
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
20220
20225
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
20221
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
20226
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
20222
20227
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
20223
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
20228
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
20224
20229
|
/** Visionline-specific metadata for the credential. */
|
|
20225
20230
|
visionline_metadata?: {
|
|
20226
20231
|
card_function_type: 'guest' | 'staff';
|
|
@@ -20343,14 +20348,14 @@ export interface Routes {
|
|
|
20343
20348
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20344
20349
|
message: string;
|
|
20345
20350
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20346
|
-
warning_code: '
|
|
20351
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20347
20352
|
}>;
|
|
20348
20353
|
/** 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). */
|
|
20349
20354
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
20350
20355
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
20351
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
20356
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
20352
20357
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
20353
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
20358
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
20354
20359
|
/** Visionline-specific metadata for the credential. */
|
|
20355
20360
|
visionline_metadata?: {
|
|
20356
20361
|
card_function_type: 'guest' | 'staff';
|
|
@@ -20436,14 +20441,14 @@ export interface Routes {
|
|
|
20436
20441
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20437
20442
|
message: string;
|
|
20438
20443
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20439
|
-
warning_code: '
|
|
20444
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20440
20445
|
}>;
|
|
20441
20446
|
/** 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). */
|
|
20442
20447
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
20443
20448
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
20444
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
20449
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
20445
20450
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
20446
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
20451
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
20447
20452
|
/** Visionline-specific metadata for the credential. */
|
|
20448
20453
|
visionline_metadata?: {
|
|
20449
20454
|
card_function_type: 'guest' | 'staff';
|
|
@@ -20974,14 +20979,14 @@ export interface Routes {
|
|
|
20974
20979
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20975
20980
|
message: string;
|
|
20976
20981
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20977
|
-
warning_code: '
|
|
20982
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
20978
20983
|
}>;
|
|
20979
20984
|
/** 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). */
|
|
20980
20985
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
20981
20986
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
20982
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
20987
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
20983
20988
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
20984
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
20989
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
20985
20990
|
/** Visionline-specific metadata for the credential. */
|
|
20986
20991
|
visionline_metadata?: {
|
|
20987
20992
|
card_function_type: 'guest' | 'staff';
|
|
@@ -21067,14 +21072,14 @@ export interface Routes {
|
|
|
21067
21072
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21068
21073
|
message: string;
|
|
21069
21074
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21070
|
-
warning_code: '
|
|
21075
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21071
21076
|
}>;
|
|
21072
21077
|
/** 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). */
|
|
21073
21078
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
21074
21079
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
21075
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
21080
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
21076
21081
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
21077
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
21082
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
21078
21083
|
/** Visionline-specific metadata for the credential. */
|
|
21079
21084
|
visionline_metadata?: {
|
|
21080
21085
|
card_function_type: 'guest' | 'staff';
|
|
@@ -21197,14 +21202,14 @@ export interface Routes {
|
|
|
21197
21202
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21198
21203
|
message: string;
|
|
21199
21204
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21200
|
-
warning_code: '
|
|
21205
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21201
21206
|
}>;
|
|
21202
21207
|
/** 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). */
|
|
21203
21208
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
21204
21209
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
21205
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
21210
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
21206
21211
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
21207
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
21212
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
21208
21213
|
/** Visionline-specific metadata for the credential. */
|
|
21209
21214
|
visionline_metadata?: {
|
|
21210
21215
|
card_function_type: 'guest' | 'staff';
|
|
@@ -21290,14 +21295,14 @@ export interface Routes {
|
|
|
21290
21295
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21291
21296
|
message: string;
|
|
21292
21297
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21293
|
-
warning_code: '
|
|
21298
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21294
21299
|
}>;
|
|
21295
21300
|
/** 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). */
|
|
21296
21301
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
21297
21302
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
21298
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
21303
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
21299
21304
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
21300
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
21305
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
21301
21306
|
/** Visionline-specific metadata for the credential. */
|
|
21302
21307
|
visionline_metadata?: {
|
|
21303
21308
|
card_function_type: 'guest' | 'staff';
|
|
@@ -21963,14 +21968,14 @@ export interface Routes {
|
|
|
21963
21968
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21964
21969
|
message: string;
|
|
21965
21970
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21966
|
-
warning_code: '
|
|
21971
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
21967
21972
|
}>;
|
|
21968
21973
|
/** 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). */
|
|
21969
21974
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
21970
21975
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
21971
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
21976
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
21972
21977
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
21973
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
21978
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
21974
21979
|
/** Visionline-specific metadata for the credential. */
|
|
21975
21980
|
visionline_metadata?: {
|
|
21976
21981
|
card_function_type: 'guest' | 'staff';
|
|
@@ -22056,14 +22061,14 @@ export interface Routes {
|
|
|
22056
22061
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22057
22062
|
message: string;
|
|
22058
22063
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22059
|
-
warning_code: '
|
|
22064
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22060
22065
|
}>;
|
|
22061
22066
|
/** 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). */
|
|
22062
22067
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
22063
22068
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
22064
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
22069
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
22065
22070
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
22066
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
22071
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
22067
22072
|
/** Visionline-specific metadata for the credential. */
|
|
22068
22073
|
visionline_metadata?: {
|
|
22069
22074
|
card_function_type: 'guest' | 'staff';
|
|
@@ -22186,14 +22191,14 @@ export interface Routes {
|
|
|
22186
22191
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22187
22192
|
message: string;
|
|
22188
22193
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22189
|
-
warning_code: '
|
|
22194
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22190
22195
|
}>;
|
|
22191
22196
|
/** 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). */
|
|
22192
22197
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
22193
22198
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
22194
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
22199
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
22195
22200
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
22196
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
22201
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
22197
22202
|
/** Visionline-specific metadata for the credential. */
|
|
22198
22203
|
visionline_metadata?: {
|
|
22199
22204
|
card_function_type: 'guest' | 'staff';
|
|
@@ -22279,14 +22284,14 @@ export interface Routes {
|
|
|
22279
22284
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22280
22285
|
message: string;
|
|
22281
22286
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22282
|
-
warning_code: '
|
|
22287
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22283
22288
|
}>;
|
|
22284
22289
|
/** 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). */
|
|
22285
22290
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
22286
22291
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
22287
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
22292
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
22288
22293
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
22289
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
22294
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
22290
22295
|
/** Visionline-specific metadata for the credential. */
|
|
22291
22296
|
visionline_metadata?: {
|
|
22292
22297
|
card_function_type: 'guest' | 'staff';
|
|
@@ -22774,14 +22779,14 @@ export interface Routes {
|
|
|
22774
22779
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22775
22780
|
message: string;
|
|
22776
22781
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22777
|
-
warning_code: '
|
|
22782
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22778
22783
|
}>;
|
|
22779
22784
|
/** 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). */
|
|
22780
22785
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
22781
22786
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
22782
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
22787
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
22783
22788
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
22784
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
22789
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
22785
22790
|
/** Visionline-specific metadata for the credential. */
|
|
22786
22791
|
visionline_metadata?: {
|
|
22787
22792
|
card_function_type: 'guest' | 'staff';
|
|
@@ -22867,14 +22872,14 @@ export interface Routes {
|
|
|
22867
22872
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22868
22873
|
message: string;
|
|
22869
22874
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22870
|
-
warning_code: '
|
|
22875
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
22871
22876
|
}>;
|
|
22872
22877
|
/** 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). */
|
|
22873
22878
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
22874
22879
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
22875
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
22880
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
22876
22881
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
22877
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
22882
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
22878
22883
|
/** Visionline-specific metadata for the credential. */
|
|
22879
22884
|
visionline_metadata?: {
|
|
22880
22885
|
card_function_type: 'guest' | 'staff';
|
|
@@ -22997,14 +23002,14 @@ export interface Routes {
|
|
|
22997
23002
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22998
23003
|
message: string;
|
|
22999
23004
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23000
|
-
warning_code: '
|
|
23005
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
23001
23006
|
}>;
|
|
23002
23007
|
/** 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). */
|
|
23003
23008
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
23004
23009
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
23005
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
23010
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
23006
23011
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
23007
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
23012
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
23008
23013
|
/** Visionline-specific metadata for the credential. */
|
|
23009
23014
|
visionline_metadata?: {
|
|
23010
23015
|
card_function_type: 'guest' | 'staff';
|
|
@@ -23090,14 +23095,14 @@ export interface Routes {
|
|
|
23090
23095
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23091
23096
|
message: string;
|
|
23092
23097
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23093
|
-
warning_code: '
|
|
23098
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
23094
23099
|
}>;
|
|
23095
23100
|
/** 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). */
|
|
23096
23101
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
23097
23102
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
23098
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
23103
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
23099
23104
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
23100
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
23105
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
23101
23106
|
/** Visionline-specific metadata for the credential. */
|
|
23102
23107
|
visionline_metadata?: {
|
|
23103
23108
|
card_function_type: 'guest' | 'staff';
|
|
@@ -24162,14 +24167,14 @@ export interface Routes {
|
|
|
24162
24167
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24163
24168
|
message: string;
|
|
24164
24169
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24165
|
-
warning_code: '
|
|
24170
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24166
24171
|
}>;
|
|
24167
24172
|
/** 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). */
|
|
24168
24173
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
24169
24174
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
24170
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
24175
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
24171
24176
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
24172
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
24177
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
24173
24178
|
/** Visionline-specific metadata for the credential. */
|
|
24174
24179
|
visionline_metadata?: {
|
|
24175
24180
|
card_function_type: 'guest' | 'staff';
|
|
@@ -24255,14 +24260,14 @@ export interface Routes {
|
|
|
24255
24260
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24256
24261
|
message: string;
|
|
24257
24262
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24258
|
-
warning_code: '
|
|
24263
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24259
24264
|
}>;
|
|
24260
24265
|
/** 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). */
|
|
24261
24266
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
24262
24267
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
24263
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
24268
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
24264
24269
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
24265
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
24270
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
24266
24271
|
/** Visionline-specific metadata for the credential. */
|
|
24267
24272
|
visionline_metadata?: {
|
|
24268
24273
|
card_function_type: 'guest' | 'staff';
|
|
@@ -24385,14 +24390,14 @@ export interface Routes {
|
|
|
24385
24390
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24386
24391
|
message: string;
|
|
24387
24392
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24388
|
-
warning_code: '
|
|
24393
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24389
24394
|
}>;
|
|
24390
24395
|
/** 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). */
|
|
24391
24396
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
24392
24397
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
24393
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
24398
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
24394
24399
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
24395
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
24400
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
24396
24401
|
/** Visionline-specific metadata for the credential. */
|
|
24397
24402
|
visionline_metadata?: {
|
|
24398
24403
|
card_function_type: 'guest' | 'staff';
|
|
@@ -24478,14 +24483,14 @@ export interface Routes {
|
|
|
24478
24483
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24479
24484
|
message: string;
|
|
24480
24485
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24481
|
-
warning_code: '
|
|
24486
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24482
24487
|
}>;
|
|
24483
24488
|
/** 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). */
|
|
24484
24489
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
24485
24490
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
24486
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
24491
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
24487
24492
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
24488
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
24493
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
24489
24494
|
/** Visionline-specific metadata for the credential. */
|
|
24490
24495
|
visionline_metadata?: {
|
|
24491
24496
|
card_function_type: 'guest' | 'staff';
|
|
@@ -24977,14 +24982,14 @@ export interface Routes {
|
|
|
24977
24982
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24978
24983
|
message: string;
|
|
24979
24984
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24980
|
-
warning_code: '
|
|
24985
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
24981
24986
|
}>;
|
|
24982
24987
|
/** 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). */
|
|
24983
24988
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
24984
24989
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
24985
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
24990
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
24986
24991
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
24987
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
24992
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
24988
24993
|
/** Visionline-specific metadata for the credential. */
|
|
24989
24994
|
visionline_metadata?: {
|
|
24990
24995
|
card_function_type: 'guest' | 'staff';
|
|
@@ -25070,14 +25075,14 @@ export interface Routes {
|
|
|
25070
25075
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25071
25076
|
message: string;
|
|
25072
25077
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25073
|
-
warning_code: '
|
|
25078
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
25074
25079
|
}>;
|
|
25075
25080
|
/** 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). */
|
|
25076
25081
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
25077
25082
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
25078
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
25083
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
25079
25084
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
25080
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
25085
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
25081
25086
|
/** Visionline-specific metadata for the credential. */
|
|
25082
25087
|
visionline_metadata?: {
|
|
25083
25088
|
card_function_type: 'guest' | 'staff';
|
|
@@ -25200,14 +25205,14 @@ export interface Routes {
|
|
|
25200
25205
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25201
25206
|
message: string;
|
|
25202
25207
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25203
|
-
warning_code: '
|
|
25208
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
25204
25209
|
}>;
|
|
25205
25210
|
/** 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). */
|
|
25206
25211
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
25207
25212
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
25208
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
25213
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
25209
25214
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
25210
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
25215
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
25211
25216
|
/** Visionline-specific metadata for the credential. */
|
|
25212
25217
|
visionline_metadata?: {
|
|
25213
25218
|
card_function_type: 'guest' | 'staff';
|
|
@@ -25293,14 +25298,14 @@ export interface Routes {
|
|
|
25293
25298
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25294
25299
|
message: string;
|
|
25295
25300
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25296
|
-
warning_code: '
|
|
25301
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
25297
25302
|
}>;
|
|
25298
25303
|
/** 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). */
|
|
25299
25304
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
25300
25305
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
25301
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
25306
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
25302
25307
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
25303
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
25308
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
25304
25309
|
/** Visionline-specific metadata for the credential. */
|
|
25305
25310
|
visionline_metadata?: {
|
|
25306
25311
|
card_function_type: 'guest' | 'staff';
|
|
@@ -26855,14 +26860,14 @@ export interface Routes {
|
|
|
26855
26860
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26856
26861
|
message: string;
|
|
26857
26862
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26858
|
-
warning_code: '
|
|
26863
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
26859
26864
|
}>;
|
|
26860
26865
|
/** 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). */
|
|
26861
26866
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
26862
26867
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
26863
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
26868
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
26864
26869
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
26865
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
26870
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
26866
26871
|
/** Visionline-specific metadata for the credential. */
|
|
26867
26872
|
visionline_metadata?: {
|
|
26868
26873
|
card_function_type: 'guest' | 'staff';
|
|
@@ -26948,14 +26953,14 @@ export interface Routes {
|
|
|
26948
26953
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26949
26954
|
message: string;
|
|
26950
26955
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26951
|
-
warning_code: '
|
|
26956
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
26952
26957
|
}>;
|
|
26953
26958
|
/** 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). */
|
|
26954
26959
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
26955
26960
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
26956
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
26961
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
26957
26962
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
26958
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
26963
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
26959
26964
|
/** Visionline-specific metadata for the credential. */
|
|
26960
26965
|
visionline_metadata?: {
|
|
26961
26966
|
card_function_type: 'guest' | 'staff';
|
|
@@ -27078,14 +27083,14 @@ export interface Routes {
|
|
|
27078
27083
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27079
27084
|
message: string;
|
|
27080
27085
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27081
|
-
warning_code: '
|
|
27086
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27082
27087
|
}>;
|
|
27083
27088
|
/** 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). */
|
|
27084
27089
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
27085
27090
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
27086
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
27091
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
27087
27092
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
27088
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
27093
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
27089
27094
|
/** Visionline-specific metadata for the credential. */
|
|
27090
27095
|
visionline_metadata?: {
|
|
27091
27096
|
card_function_type: 'guest' | 'staff';
|
|
@@ -27171,14 +27176,14 @@ export interface Routes {
|
|
|
27171
27176
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27172
27177
|
message: string;
|
|
27173
27178
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27174
|
-
warning_code: '
|
|
27179
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27175
27180
|
}>;
|
|
27176
27181
|
/** 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). */
|
|
27177
27182
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
27178
27183
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
27179
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
27184
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
27180
27185
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
27181
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
27186
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
27182
27187
|
/** Visionline-specific metadata for the credential. */
|
|
27183
27188
|
visionline_metadata?: {
|
|
27184
27189
|
card_function_type: 'guest' | 'staff';
|
|
@@ -27837,14 +27842,14 @@ export interface Routes {
|
|
|
27837
27842
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27838
27843
|
message: string;
|
|
27839
27844
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27840
|
-
warning_code: '
|
|
27845
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27841
27846
|
}>;
|
|
27842
27847
|
/** 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). */
|
|
27843
27848
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
27844
27849
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
27845
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
27850
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
27846
27851
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
27847
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
27852
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
27848
27853
|
/** Visionline-specific metadata for the credential. */
|
|
27849
27854
|
visionline_metadata?: {
|
|
27850
27855
|
card_function_type: 'guest' | 'staff';
|
|
@@ -27930,14 +27935,14 @@ export interface Routes {
|
|
|
27930
27935
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27931
27936
|
message: string;
|
|
27932
27937
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27933
|
-
warning_code: '
|
|
27938
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
27934
27939
|
}>;
|
|
27935
27940
|
/** 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). */
|
|
27936
27941
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
27937
27942
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
27938
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
27943
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
27939
27944
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
27940
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
27945
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
27941
27946
|
/** Visionline-specific metadata for the credential. */
|
|
27942
27947
|
visionline_metadata?: {
|
|
27943
27948
|
card_function_type: 'guest' | 'staff';
|
|
@@ -28060,14 +28065,14 @@ export interface Routes {
|
|
|
28060
28065
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28061
28066
|
message: string;
|
|
28062
28067
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28063
|
-
warning_code: '
|
|
28068
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28064
28069
|
}>;
|
|
28065
28070
|
/** 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). */
|
|
28066
28071
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
28067
28072
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
28068
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
28073
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
28069
28074
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
28070
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
28075
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
28071
28076
|
/** Visionline-specific metadata for the credential. */
|
|
28072
28077
|
visionline_metadata?: {
|
|
28073
28078
|
card_function_type: 'guest' | 'staff';
|
|
@@ -28153,14 +28158,14 @@ export interface Routes {
|
|
|
28153
28158
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28154
28159
|
message: string;
|
|
28155
28160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28156
|
-
warning_code: '
|
|
28161
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28157
28162
|
}>;
|
|
28158
28163
|
/** 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). */
|
|
28159
28164
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
28160
28165
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
28161
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
28166
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
28162
28167
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
28163
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
28168
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
28164
28169
|
/** Visionline-specific metadata for the credential. */
|
|
28165
28170
|
visionline_metadata?: {
|
|
28166
28171
|
card_function_type: 'guest' | 'staff';
|
|
@@ -28671,14 +28676,14 @@ export interface Routes {
|
|
|
28671
28676
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28672
28677
|
message: string;
|
|
28673
28678
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28674
|
-
warning_code: '
|
|
28679
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28675
28680
|
}>;
|
|
28676
28681
|
/** 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). */
|
|
28677
28682
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
28678
28683
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
28679
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
28684
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
28680
28685
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
28681
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
28686
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
28682
28687
|
/** Visionline-specific metadata for the credential. */
|
|
28683
28688
|
visionline_metadata?: {
|
|
28684
28689
|
card_function_type: 'guest' | 'staff';
|
|
@@ -28764,14 +28769,14 @@ export interface Routes {
|
|
|
28764
28769
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28765
28770
|
message: string;
|
|
28766
28771
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28767
|
-
warning_code: '
|
|
28772
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28768
28773
|
}>;
|
|
28769
28774
|
/** 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). */
|
|
28770
28775
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
28771
28776
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
28772
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
28777
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
28773
28778
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
28774
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
28779
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
28775
28780
|
/** Visionline-specific metadata for the credential. */
|
|
28776
28781
|
visionline_metadata?: {
|
|
28777
28782
|
card_function_type: 'guest' | 'staff';
|
|
@@ -28894,14 +28899,14 @@ export interface Routes {
|
|
|
28894
28899
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28895
28900
|
message: string;
|
|
28896
28901
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28897
|
-
warning_code: '
|
|
28902
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28898
28903
|
}>;
|
|
28899
28904
|
/** 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). */
|
|
28900
28905
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
28901
28906
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
28902
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
28907
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
28903
28908
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
28904
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
28909
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
28905
28910
|
/** Visionline-specific metadata for the credential. */
|
|
28906
28911
|
visionline_metadata?: {
|
|
28907
28912
|
card_function_type: 'guest' | 'staff';
|
|
@@ -28987,14 +28992,14 @@ export interface Routes {
|
|
|
28987
28992
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28988
28993
|
message: string;
|
|
28989
28994
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28990
|
-
warning_code: '
|
|
28995
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
28991
28996
|
}>;
|
|
28992
28997
|
/** 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). */
|
|
28993
28998
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
28994
28999
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
28995
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
29000
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
28996
29001
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
28997
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
29002
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
28998
29003
|
/** Visionline-specific metadata for the credential. */
|
|
28999
29004
|
visionline_metadata?: {
|
|
29000
29005
|
card_function_type: 'guest' | 'staff';
|
|
@@ -30802,9 +30807,9 @@ export interface Routes {
|
|
|
30802
30807
|
/** Phone number of the user identity associated with the `acs_user` in E.164 format (for example, `+15555550100`). */
|
|
30803
30808
|
user_identity_phone_number?: (string | null) | undefined;
|
|
30804
30809
|
/** */
|
|
30805
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
30810
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
30806
30811
|
/** */
|
|
30807
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
30812
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
30808
30813
|
/** Warnings associated with the `acs_user`. */
|
|
30809
30814
|
warnings: Array<{
|
|
30810
30815
|
created_at: string;
|
|
@@ -31221,14 +31226,14 @@ export interface Routes {
|
|
|
31221
31226
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31222
31227
|
message: string;
|
|
31223
31228
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31224
|
-
warning_code: '
|
|
31229
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31225
31230
|
}>;
|
|
31226
31231
|
/** 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). */
|
|
31227
31232
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31228
31233
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
31229
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31234
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
31230
31235
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
31231
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31236
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
31232
31237
|
/** Visionline-specific metadata for the credential. */
|
|
31233
31238
|
visionline_metadata?: {
|
|
31234
31239
|
card_function_type: 'guest' | 'staff';
|
|
@@ -31314,14 +31319,14 @@ export interface Routes {
|
|
|
31314
31319
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31315
31320
|
message: string;
|
|
31316
31321
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31317
|
-
warning_code: '
|
|
31322
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31318
31323
|
}>;
|
|
31319
31324
|
/** 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). */
|
|
31320
31325
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31321
31326
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
31322
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31327
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
31323
31328
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
31324
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31329
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
31325
31330
|
/** Visionline-specific metadata for the credential. */
|
|
31326
31331
|
visionline_metadata?: {
|
|
31327
31332
|
card_function_type: 'guest' | 'staff';
|
|
@@ -31444,14 +31449,14 @@ export interface Routes {
|
|
|
31444
31449
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31445
31450
|
message: string;
|
|
31446
31451
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31447
|
-
warning_code: '
|
|
31452
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31448
31453
|
}>;
|
|
31449
31454
|
/** 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). */
|
|
31450
31455
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31451
31456
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
31452
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31457
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
31453
31458
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
31454
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31459
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
31455
31460
|
/** Visionline-specific metadata for the credential. */
|
|
31456
31461
|
visionline_metadata?: {
|
|
31457
31462
|
card_function_type: 'guest' | 'staff';
|
|
@@ -31537,14 +31542,14 @@ export interface Routes {
|
|
|
31537
31542
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31538
31543
|
message: string;
|
|
31539
31544
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31540
|
-
warning_code: '
|
|
31545
|
+
warning_code: 'unknown_issue_with_acs_credential';
|
|
31541
31546
|
}>;
|
|
31542
31547
|
/** 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). */
|
|
31543
31548
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31544
31549
|
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
31545
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31550
|
+
is_latest_desired_state_synced_with_provider?: (boolean | null) | undefined;
|
|
31546
31551
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
31547
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31552
|
+
latest_desired_state_synced_with_provider_at?: (string | null) | undefined;
|
|
31548
31553
|
/** Visionline-specific metadata for the credential. */
|
|
31549
31554
|
visionline_metadata?: {
|
|
31550
31555
|
card_function_type: 'guest' | 'staff';
|