@seamapi/types 1.316.0 → 1.317.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 +183 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1021 -189
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +12 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +171 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +662 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +15 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +199 -0
- package/src/lib/seam/connect/route-types.ts +752 -0
|
@@ -182,6 +182,13 @@ export interface Routes {
|
|
|
182
182
|
message: string;
|
|
183
183
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184
184
|
warning_code: 'being_deleted';
|
|
185
|
+
} | {
|
|
186
|
+
/** Date and time at which Seam created the warning. */
|
|
187
|
+
created_at: string;
|
|
188
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
189
|
+
message: string;
|
|
190
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191
|
+
warning_code: 'unknown_issue_with_credential';
|
|
185
192
|
}>;
|
|
186
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). */
|
|
187
194
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -268,6 +275,13 @@ export interface Routes {
|
|
|
268
275
|
message: string;
|
|
269
276
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
270
277
|
warning_code: 'being_deleted';
|
|
278
|
+
} | {
|
|
279
|
+
/** Date and time at which Seam created the warning. */
|
|
280
|
+
created_at: string;
|
|
281
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
282
|
+
message: string;
|
|
283
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
284
|
+
warning_code: 'unknown_issue_with_credential';
|
|
271
285
|
}>;
|
|
272
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). */
|
|
273
287
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -391,6 +405,13 @@ export interface Routes {
|
|
|
391
405
|
message: string;
|
|
392
406
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
393
407
|
warning_code: 'being_deleted';
|
|
408
|
+
} | {
|
|
409
|
+
/** Date and time at which Seam created the warning. */
|
|
410
|
+
created_at: string;
|
|
411
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
412
|
+
message: string;
|
|
413
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
414
|
+
warning_code: 'unknown_issue_with_credential';
|
|
394
415
|
}>;
|
|
395
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). */
|
|
396
417
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -477,6 +498,13 @@ export interface Routes {
|
|
|
477
498
|
message: string;
|
|
478
499
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
479
500
|
warning_code: 'being_deleted';
|
|
501
|
+
} | {
|
|
502
|
+
/** Date and time at which Seam created the warning. */
|
|
503
|
+
created_at: string;
|
|
504
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
505
|
+
message: string;
|
|
506
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
507
|
+
warning_code: 'unknown_issue_with_credential';
|
|
480
508
|
}>;
|
|
481
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). */
|
|
482
510
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1109,6 +1137,13 @@ export interface Routes {
|
|
|
1109
1137
|
message: string;
|
|
1110
1138
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1111
1139
|
warning_code: 'being_deleted';
|
|
1140
|
+
} | {
|
|
1141
|
+
/** Date and time at which Seam created the warning. */
|
|
1142
|
+
created_at: string;
|
|
1143
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1144
|
+
message: string;
|
|
1145
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1146
|
+
warning_code: 'unknown_issue_with_credential';
|
|
1112
1147
|
}>;
|
|
1113
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). */
|
|
1114
1149
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1195,6 +1230,13 @@ export interface Routes {
|
|
|
1195
1230
|
message: string;
|
|
1196
1231
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1197
1232
|
warning_code: 'being_deleted';
|
|
1233
|
+
} | {
|
|
1234
|
+
/** Date and time at which Seam created the warning. */
|
|
1235
|
+
created_at: string;
|
|
1236
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1237
|
+
message: string;
|
|
1238
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1239
|
+
warning_code: 'unknown_issue_with_credential';
|
|
1198
1240
|
}>;
|
|
1199
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). */
|
|
1200
1242
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1318,6 +1360,13 @@ export interface Routes {
|
|
|
1318
1360
|
message: string;
|
|
1319
1361
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1320
1362
|
warning_code: 'being_deleted';
|
|
1363
|
+
} | {
|
|
1364
|
+
/** Date and time at which Seam created the warning. */
|
|
1365
|
+
created_at: string;
|
|
1366
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1367
|
+
message: string;
|
|
1368
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1369
|
+
warning_code: 'unknown_issue_with_credential';
|
|
1321
1370
|
}>;
|
|
1322
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). */
|
|
1323
1372
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1404,6 +1453,13 @@ export interface Routes {
|
|
|
1404
1453
|
message: string;
|
|
1405
1454
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1406
1455
|
warning_code: 'being_deleted';
|
|
1456
|
+
} | {
|
|
1457
|
+
/** Date and time at which Seam created the warning. */
|
|
1458
|
+
created_at: string;
|
|
1459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1460
|
+
message: string;
|
|
1461
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1462
|
+
warning_code: 'unknown_issue_with_credential';
|
|
1407
1463
|
}>;
|
|
1408
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). */
|
|
1409
1465
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2254,6 +2310,13 @@ export interface Routes {
|
|
|
2254
2310
|
message: string;
|
|
2255
2311
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2256
2312
|
warning_code: 'being_deleted';
|
|
2313
|
+
} | {
|
|
2314
|
+
/** Date and time at which Seam created the warning. */
|
|
2315
|
+
created_at: string;
|
|
2316
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2317
|
+
message: string;
|
|
2318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2319
|
+
warning_code: 'unknown_issue_with_credential';
|
|
2257
2320
|
}>;
|
|
2258
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). */
|
|
2259
2322
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2340,6 +2403,13 @@ export interface Routes {
|
|
|
2340
2403
|
message: string;
|
|
2341
2404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2342
2405
|
warning_code: 'being_deleted';
|
|
2406
|
+
} | {
|
|
2407
|
+
/** Date and time at which Seam created the warning. */
|
|
2408
|
+
created_at: string;
|
|
2409
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2410
|
+
message: string;
|
|
2411
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2412
|
+
warning_code: 'unknown_issue_with_credential';
|
|
2343
2413
|
}>;
|
|
2344
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). */
|
|
2345
2415
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2463,6 +2533,13 @@ export interface Routes {
|
|
|
2463
2533
|
message: string;
|
|
2464
2534
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2465
2535
|
warning_code: 'being_deleted';
|
|
2536
|
+
} | {
|
|
2537
|
+
/** Date and time at which Seam created the warning. */
|
|
2538
|
+
created_at: string;
|
|
2539
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2540
|
+
message: string;
|
|
2541
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2542
|
+
warning_code: 'unknown_issue_with_credential';
|
|
2466
2543
|
}>;
|
|
2467
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). */
|
|
2468
2545
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2549,6 +2626,13 @@ export interface Routes {
|
|
|
2549
2626
|
message: string;
|
|
2550
2627
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2551
2628
|
warning_code: 'being_deleted';
|
|
2629
|
+
} | {
|
|
2630
|
+
/** Date and time at which Seam created the warning. */
|
|
2631
|
+
created_at: string;
|
|
2632
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2633
|
+
message: string;
|
|
2634
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2635
|
+
warning_code: 'unknown_issue_with_credential';
|
|
2552
2636
|
}>;
|
|
2553
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). */
|
|
2554
2638
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3168,6 +3252,13 @@ export interface Routes {
|
|
|
3168
3252
|
message: string;
|
|
3169
3253
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3170
3254
|
warning_code: 'being_deleted';
|
|
3255
|
+
} | {
|
|
3256
|
+
/** Date and time at which Seam created the warning. */
|
|
3257
|
+
created_at: string;
|
|
3258
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3259
|
+
message: string;
|
|
3260
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3261
|
+
warning_code: 'unknown_issue_with_credential';
|
|
3171
3262
|
}>;
|
|
3172
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). */
|
|
3173
3264
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3254,6 +3345,13 @@ export interface Routes {
|
|
|
3254
3345
|
message: string;
|
|
3255
3346
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3256
3347
|
warning_code: 'being_deleted';
|
|
3348
|
+
} | {
|
|
3349
|
+
/** Date and time at which Seam created the warning. */
|
|
3350
|
+
created_at: string;
|
|
3351
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3352
|
+
message: string;
|
|
3353
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3354
|
+
warning_code: 'unknown_issue_with_credential';
|
|
3257
3355
|
}>;
|
|
3258
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). */
|
|
3259
3357
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3377,6 +3475,13 @@ export interface Routes {
|
|
|
3377
3475
|
message: string;
|
|
3378
3476
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3379
3477
|
warning_code: 'being_deleted';
|
|
3478
|
+
} | {
|
|
3479
|
+
/** Date and time at which Seam created the warning. */
|
|
3480
|
+
created_at: string;
|
|
3481
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3482
|
+
message: string;
|
|
3483
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3484
|
+
warning_code: 'unknown_issue_with_credential';
|
|
3380
3485
|
}>;
|
|
3381
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). */
|
|
3382
3487
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3463,6 +3568,13 @@ export interface Routes {
|
|
|
3463
3568
|
message: string;
|
|
3464
3569
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3465
3570
|
warning_code: 'being_deleted';
|
|
3571
|
+
} | {
|
|
3572
|
+
/** Date and time at which Seam created the warning. */
|
|
3573
|
+
created_at: string;
|
|
3574
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3575
|
+
message: string;
|
|
3576
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3577
|
+
warning_code: 'unknown_issue_with_credential';
|
|
3466
3578
|
}>;
|
|
3467
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). */
|
|
3468
3580
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4270,6 +4382,13 @@ export interface Routes {
|
|
|
4270
4382
|
message: string;
|
|
4271
4383
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4272
4384
|
warning_code: 'being_deleted';
|
|
4385
|
+
} | {
|
|
4386
|
+
/** Date and time at which Seam created the warning. */
|
|
4387
|
+
created_at: string;
|
|
4388
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4389
|
+
message: string;
|
|
4390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4391
|
+
warning_code: 'unknown_issue_with_credential';
|
|
4273
4392
|
}>;
|
|
4274
4393
|
/** 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). */
|
|
4275
4394
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4406,6 +4525,13 @@ export interface Routes {
|
|
|
4406
4525
|
message: string;
|
|
4407
4526
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4408
4527
|
warning_code: 'being_deleted';
|
|
4528
|
+
} | {
|
|
4529
|
+
/** Date and time at which Seam created the warning. */
|
|
4530
|
+
created_at: string;
|
|
4531
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4532
|
+
message: string;
|
|
4533
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4534
|
+
warning_code: 'unknown_issue_with_credential';
|
|
4409
4535
|
}>;
|
|
4410
4536
|
/** 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). */
|
|
4411
4537
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4516,6 +4642,13 @@ export interface Routes {
|
|
|
4516
4642
|
message: string;
|
|
4517
4643
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4518
4644
|
warning_code: 'being_deleted';
|
|
4645
|
+
} | {
|
|
4646
|
+
/** Date and time at which Seam created the warning. */
|
|
4647
|
+
created_at: string;
|
|
4648
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4649
|
+
message: string;
|
|
4650
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4651
|
+
warning_code: 'unknown_issue_with_credential';
|
|
4519
4652
|
}>;
|
|
4520
4653
|
/** 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). */
|
|
4521
4654
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4630,6 +4763,13 @@ export interface Routes {
|
|
|
4630
4763
|
message: string;
|
|
4631
4764
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4632
4765
|
warning_code: 'being_deleted';
|
|
4766
|
+
} | {
|
|
4767
|
+
/** Date and time at which Seam created the warning. */
|
|
4768
|
+
created_at: string;
|
|
4769
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4770
|
+
message: string;
|
|
4771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4772
|
+
warning_code: 'unknown_issue_with_credential';
|
|
4633
4773
|
}>;
|
|
4634
4774
|
/** 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). */
|
|
4635
4775
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4748,6 +4888,13 @@ export interface Routes {
|
|
|
4748
4888
|
message: string;
|
|
4749
4889
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4750
4890
|
warning_code: 'being_deleted';
|
|
4891
|
+
} | {
|
|
4892
|
+
/** Date and time at which Seam created the warning. */
|
|
4893
|
+
created_at: string;
|
|
4894
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4895
|
+
message: string;
|
|
4896
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4897
|
+
warning_code: 'unknown_issue_with_credential';
|
|
4751
4898
|
}>;
|
|
4752
4899
|
/** 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). */
|
|
4753
4900
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4920,6 +5067,13 @@ export interface Routes {
|
|
|
4920
5067
|
message: string;
|
|
4921
5068
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4922
5069
|
warning_code: 'being_deleted';
|
|
5070
|
+
} | {
|
|
5071
|
+
/** Date and time at which Seam created the warning. */
|
|
5072
|
+
created_at: string;
|
|
5073
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5074
|
+
message: string;
|
|
5075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5076
|
+
warning_code: 'unknown_issue_with_credential';
|
|
4923
5077
|
}>;
|
|
4924
5078
|
/** 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). */
|
|
4925
5079
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5022,6 +5176,13 @@ export interface Routes {
|
|
|
5022
5176
|
message: string;
|
|
5023
5177
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5024
5178
|
warning_code: 'being_deleted';
|
|
5179
|
+
} | {
|
|
5180
|
+
/** Date and time at which Seam created the warning. */
|
|
5181
|
+
created_at: string;
|
|
5182
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5183
|
+
message: string;
|
|
5184
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5185
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5025
5186
|
}>;
|
|
5026
5187
|
/** 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). */
|
|
5027
5188
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5133,6 +5294,13 @@ export interface Routes {
|
|
|
5133
5294
|
message: string;
|
|
5134
5295
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5135
5296
|
warning_code: 'being_deleted';
|
|
5297
|
+
} | {
|
|
5298
|
+
/** Date and time at which Seam created the warning. */
|
|
5299
|
+
created_at: string;
|
|
5300
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5301
|
+
message: string;
|
|
5302
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5303
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5136
5304
|
}>;
|
|
5137
5305
|
/** 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). */
|
|
5138
5306
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5239,6 +5407,13 @@ export interface Routes {
|
|
|
5239
5407
|
message: string;
|
|
5240
5408
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5241
5409
|
warning_code: 'being_deleted';
|
|
5410
|
+
} | {
|
|
5411
|
+
/** Date and time at which Seam created the warning. */
|
|
5412
|
+
created_at: string;
|
|
5413
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5414
|
+
message: string;
|
|
5415
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5416
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5242
5417
|
}>;
|
|
5243
5418
|
/** 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). */
|
|
5244
5419
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5431,6 +5606,13 @@ export interface Routes {
|
|
|
5431
5606
|
message: string;
|
|
5432
5607
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5433
5608
|
warning_code: 'being_deleted';
|
|
5609
|
+
} | {
|
|
5610
|
+
/** Date and time at which Seam created the warning. */
|
|
5611
|
+
created_at: string;
|
|
5612
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5613
|
+
message: string;
|
|
5614
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5615
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5434
5616
|
}>;
|
|
5435
5617
|
/** 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). */
|
|
5436
5618
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5517,6 +5699,13 @@ export interface Routes {
|
|
|
5517
5699
|
message: string;
|
|
5518
5700
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5519
5701
|
warning_code: 'being_deleted';
|
|
5702
|
+
} | {
|
|
5703
|
+
/** Date and time at which Seam created the warning. */
|
|
5704
|
+
created_at: string;
|
|
5705
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5706
|
+
message: string;
|
|
5707
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5708
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5520
5709
|
}>;
|
|
5521
5710
|
/** 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). */
|
|
5522
5711
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5640,6 +5829,13 @@ export interface Routes {
|
|
|
5640
5829
|
message: string;
|
|
5641
5830
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5642
5831
|
warning_code: 'being_deleted';
|
|
5832
|
+
} | {
|
|
5833
|
+
/** Date and time at which Seam created the warning. */
|
|
5834
|
+
created_at: string;
|
|
5835
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5836
|
+
message: string;
|
|
5837
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5838
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5643
5839
|
}>;
|
|
5644
5840
|
/** 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). */
|
|
5645
5841
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5726,6 +5922,13 @@ export interface Routes {
|
|
|
5726
5922
|
message: string;
|
|
5727
5923
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5728
5924
|
warning_code: 'being_deleted';
|
|
5925
|
+
} | {
|
|
5926
|
+
/** Date and time at which Seam created the warning. */
|
|
5927
|
+
created_at: string;
|
|
5928
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5929
|
+
message: string;
|
|
5930
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5931
|
+
warning_code: 'unknown_issue_with_credential';
|
|
5729
5932
|
}>;
|
|
5730
5933
|
/** 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). */
|
|
5731
5934
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6250,6 +6453,13 @@ export interface Routes {
|
|
|
6250
6453
|
message: string;
|
|
6251
6454
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6252
6455
|
warning_code: 'being_deleted';
|
|
6456
|
+
} | {
|
|
6457
|
+
/** Date and time at which Seam created the warning. */
|
|
6458
|
+
created_at: string;
|
|
6459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6460
|
+
message: string;
|
|
6461
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6462
|
+
warning_code: 'unknown_issue_with_credential';
|
|
6253
6463
|
}>;
|
|
6254
6464
|
/** 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). */
|
|
6255
6465
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6336,6 +6546,13 @@ export interface Routes {
|
|
|
6336
6546
|
message: string;
|
|
6337
6547
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6338
6548
|
warning_code: 'being_deleted';
|
|
6549
|
+
} | {
|
|
6550
|
+
/** Date and time at which Seam created the warning. */
|
|
6551
|
+
created_at: string;
|
|
6552
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6553
|
+
message: string;
|
|
6554
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6555
|
+
warning_code: 'unknown_issue_with_credential';
|
|
6339
6556
|
}>;
|
|
6340
6557
|
/** 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). */
|
|
6341
6558
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6459,6 +6676,13 @@ export interface Routes {
|
|
|
6459
6676
|
message: string;
|
|
6460
6677
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6461
6678
|
warning_code: 'being_deleted';
|
|
6679
|
+
} | {
|
|
6680
|
+
/** Date and time at which Seam created the warning. */
|
|
6681
|
+
created_at: string;
|
|
6682
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6683
|
+
message: string;
|
|
6684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6685
|
+
warning_code: 'unknown_issue_with_credential';
|
|
6462
6686
|
}>;
|
|
6463
6687
|
/** 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). */
|
|
6464
6688
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6545,6 +6769,13 @@ export interface Routes {
|
|
|
6545
6769
|
message: string;
|
|
6546
6770
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6547
6771
|
warning_code: 'being_deleted';
|
|
6772
|
+
} | {
|
|
6773
|
+
/** Date and time at which Seam created the warning. */
|
|
6774
|
+
created_at: string;
|
|
6775
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6776
|
+
message: string;
|
|
6777
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6778
|
+
warning_code: 'unknown_issue_with_credential';
|
|
6548
6779
|
}>;
|
|
6549
6780
|
/** 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). */
|
|
6550
6781
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7148,6 +7379,13 @@ export interface Routes {
|
|
|
7148
7379
|
message: string;
|
|
7149
7380
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7150
7381
|
warning_code: 'being_deleted';
|
|
7382
|
+
} | {
|
|
7383
|
+
/** Date and time at which Seam created the warning. */
|
|
7384
|
+
created_at: string;
|
|
7385
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7386
|
+
message: string;
|
|
7387
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7388
|
+
warning_code: 'unknown_issue_with_credential';
|
|
7151
7389
|
}>;
|
|
7152
7390
|
/** 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). */
|
|
7153
7391
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8439,6 +8677,13 @@ export interface Routes {
|
|
|
8439
8677
|
message: string;
|
|
8440
8678
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8441
8679
|
warning_code: 'being_deleted';
|
|
8680
|
+
} | {
|
|
8681
|
+
/** Date and time at which Seam created the warning. */
|
|
8682
|
+
created_at: string;
|
|
8683
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8684
|
+
message: string;
|
|
8685
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8686
|
+
warning_code: 'unknown_issue_with_credential';
|
|
8442
8687
|
}>;
|
|
8443
8688
|
/** 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). */
|
|
8444
8689
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8525,6 +8770,13 @@ export interface Routes {
|
|
|
8525
8770
|
message: string;
|
|
8526
8771
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8527
8772
|
warning_code: 'being_deleted';
|
|
8773
|
+
} | {
|
|
8774
|
+
/** Date and time at which Seam created the warning. */
|
|
8775
|
+
created_at: string;
|
|
8776
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8777
|
+
message: string;
|
|
8778
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8779
|
+
warning_code: 'unknown_issue_with_credential';
|
|
8528
8780
|
}>;
|
|
8529
8781
|
/** 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). */
|
|
8530
8782
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8648,6 +8900,13 @@ export interface Routes {
|
|
|
8648
8900
|
message: string;
|
|
8649
8901
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8650
8902
|
warning_code: 'being_deleted';
|
|
8903
|
+
} | {
|
|
8904
|
+
/** Date and time at which Seam created the warning. */
|
|
8905
|
+
created_at: string;
|
|
8906
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8907
|
+
message: string;
|
|
8908
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8909
|
+
warning_code: 'unknown_issue_with_credential';
|
|
8651
8910
|
}>;
|
|
8652
8911
|
/** 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). */
|
|
8653
8912
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8734,6 +8993,13 @@ export interface Routes {
|
|
|
8734
8993
|
message: string;
|
|
8735
8994
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8736
8995
|
warning_code: 'being_deleted';
|
|
8996
|
+
} | {
|
|
8997
|
+
/** Date and time at which Seam created the warning. */
|
|
8998
|
+
created_at: string;
|
|
8999
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9000
|
+
message: string;
|
|
9001
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9002
|
+
warning_code: 'unknown_issue_with_credential';
|
|
8737
9003
|
}>;
|
|
8738
9004
|
/** 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). */
|
|
8739
9005
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9215,6 +9481,13 @@ export interface Routes {
|
|
|
9215
9481
|
message: string;
|
|
9216
9482
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9217
9483
|
warning_code: 'being_deleted';
|
|
9484
|
+
} | {
|
|
9485
|
+
/** Date and time at which Seam created the warning. */
|
|
9486
|
+
created_at: string;
|
|
9487
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9488
|
+
message: string;
|
|
9489
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9490
|
+
warning_code: 'unknown_issue_with_credential';
|
|
9218
9491
|
}>;
|
|
9219
9492
|
/** 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). */
|
|
9220
9493
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9301,6 +9574,13 @@ export interface Routes {
|
|
|
9301
9574
|
message: string;
|
|
9302
9575
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9303
9576
|
warning_code: 'being_deleted';
|
|
9577
|
+
} | {
|
|
9578
|
+
/** Date and time at which Seam created the warning. */
|
|
9579
|
+
created_at: string;
|
|
9580
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9581
|
+
message: string;
|
|
9582
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9583
|
+
warning_code: 'unknown_issue_with_credential';
|
|
9304
9584
|
}>;
|
|
9305
9585
|
/** 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). */
|
|
9306
9586
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9424,6 +9704,13 @@ export interface Routes {
|
|
|
9424
9704
|
message: string;
|
|
9425
9705
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9426
9706
|
warning_code: 'being_deleted';
|
|
9707
|
+
} | {
|
|
9708
|
+
/** Date and time at which Seam created the warning. */
|
|
9709
|
+
created_at: string;
|
|
9710
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9711
|
+
message: string;
|
|
9712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9713
|
+
warning_code: 'unknown_issue_with_credential';
|
|
9427
9714
|
}>;
|
|
9428
9715
|
/** 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). */
|
|
9429
9716
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9510,6 +9797,13 @@ export interface Routes {
|
|
|
9510
9797
|
message: string;
|
|
9511
9798
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9512
9799
|
warning_code: 'being_deleted';
|
|
9800
|
+
} | {
|
|
9801
|
+
/** Date and time at which Seam created the warning. */
|
|
9802
|
+
created_at: string;
|
|
9803
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9804
|
+
message: string;
|
|
9805
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9806
|
+
warning_code: 'unknown_issue_with_credential';
|
|
9513
9807
|
}>;
|
|
9514
9808
|
/** 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). */
|
|
9515
9809
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16247,10 +16541,17 @@ export interface Routes {
|
|
|
16247
16541
|
message: string;
|
|
16248
16542
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16249
16543
|
warning_code: 'being_deleted';
|
|
16250
|
-
}
|
|
16251
|
-
|
|
16252
|
-
|
|
16253
|
-
|
|
16544
|
+
} | {
|
|
16545
|
+
/** Date and time at which Seam created the warning. */
|
|
16546
|
+
created_at: string;
|
|
16547
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16548
|
+
message: string;
|
|
16549
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16550
|
+
warning_code: 'unknown_issue_with_credential';
|
|
16551
|
+
}>;
|
|
16552
|
+
/** 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). */
|
|
16553
|
+
is_multi_phone_sync_credential?: boolean | undefined;
|
|
16554
|
+
/** Indicates whether the latest state of the credential has been synced from Seam to the provider. */
|
|
16254
16555
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
16255
16556
|
/** Date and time at which the state of the credential was most recently synced from Seam to the provider. */
|
|
16256
16557
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -16333,6 +16634,13 @@ export interface Routes {
|
|
|
16333
16634
|
message: string;
|
|
16334
16635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16335
16636
|
warning_code: 'being_deleted';
|
|
16637
|
+
} | {
|
|
16638
|
+
/** Date and time at which Seam created the warning. */
|
|
16639
|
+
created_at: string;
|
|
16640
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16641
|
+
message: string;
|
|
16642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16643
|
+
warning_code: 'unknown_issue_with_credential';
|
|
16336
16644
|
}>;
|
|
16337
16645
|
/** 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). */
|
|
16338
16646
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16456,6 +16764,13 @@ export interface Routes {
|
|
|
16456
16764
|
message: string;
|
|
16457
16765
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16458
16766
|
warning_code: 'being_deleted';
|
|
16767
|
+
} | {
|
|
16768
|
+
/** Date and time at which Seam created the warning. */
|
|
16769
|
+
created_at: string;
|
|
16770
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16771
|
+
message: string;
|
|
16772
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16773
|
+
warning_code: 'unknown_issue_with_credential';
|
|
16459
16774
|
}>;
|
|
16460
16775
|
/** 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). */
|
|
16461
16776
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -16542,6 +16857,13 @@ export interface Routes {
|
|
|
16542
16857
|
message: string;
|
|
16543
16858
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16544
16859
|
warning_code: 'being_deleted';
|
|
16860
|
+
} | {
|
|
16861
|
+
/** Date and time at which Seam created the warning. */
|
|
16862
|
+
created_at: string;
|
|
16863
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16864
|
+
message: string;
|
|
16865
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16866
|
+
warning_code: 'unknown_issue_with_credential';
|
|
16545
16867
|
}>;
|
|
16546
16868
|
/** 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). */
|
|
16547
16869
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17024,6 +17346,13 @@ export interface Routes {
|
|
|
17024
17346
|
message: string;
|
|
17025
17347
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17026
17348
|
warning_code: 'being_deleted';
|
|
17349
|
+
} | {
|
|
17350
|
+
/** Date and time at which Seam created the warning. */
|
|
17351
|
+
created_at: string;
|
|
17352
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17353
|
+
message: string;
|
|
17354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17355
|
+
warning_code: 'unknown_issue_with_credential';
|
|
17027
17356
|
}>;
|
|
17028
17357
|
/** 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). */
|
|
17029
17358
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17110,6 +17439,13 @@ export interface Routes {
|
|
|
17110
17439
|
message: string;
|
|
17111
17440
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17112
17441
|
warning_code: 'being_deleted';
|
|
17442
|
+
} | {
|
|
17443
|
+
/** Date and time at which Seam created the warning. */
|
|
17444
|
+
created_at: string;
|
|
17445
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17446
|
+
message: string;
|
|
17447
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17448
|
+
warning_code: 'unknown_issue_with_credential';
|
|
17113
17449
|
}>;
|
|
17114
17450
|
/** 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). */
|
|
17115
17451
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17233,6 +17569,13 @@ export interface Routes {
|
|
|
17233
17569
|
message: string;
|
|
17234
17570
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17235
17571
|
warning_code: 'being_deleted';
|
|
17572
|
+
} | {
|
|
17573
|
+
/** Date and time at which Seam created the warning. */
|
|
17574
|
+
created_at: string;
|
|
17575
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17576
|
+
message: string;
|
|
17577
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17578
|
+
warning_code: 'unknown_issue_with_credential';
|
|
17236
17579
|
}>;
|
|
17237
17580
|
/** 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). */
|
|
17238
17581
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17319,6 +17662,13 @@ export interface Routes {
|
|
|
17319
17662
|
message: string;
|
|
17320
17663
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17321
17664
|
warning_code: 'being_deleted';
|
|
17665
|
+
} | {
|
|
17666
|
+
/** Date and time at which Seam created the warning. */
|
|
17667
|
+
created_at: string;
|
|
17668
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17669
|
+
message: string;
|
|
17670
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17671
|
+
warning_code: 'unknown_issue_with_credential';
|
|
17322
17672
|
}>;
|
|
17323
17673
|
/** 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). */
|
|
17324
17674
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18911,6 +19261,13 @@ export interface Routes {
|
|
|
18911
19261
|
message: string;
|
|
18912
19262
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18913
19263
|
warning_code: 'being_deleted';
|
|
19264
|
+
} | {
|
|
19265
|
+
/** Date and time at which Seam created the warning. */
|
|
19266
|
+
created_at: string;
|
|
19267
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19268
|
+
message: string;
|
|
19269
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19270
|
+
warning_code: 'unknown_issue_with_credential';
|
|
18914
19271
|
}>;
|
|
18915
19272
|
/** 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). */
|
|
18916
19273
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18997,6 +19354,13 @@ export interface Routes {
|
|
|
18997
19354
|
message: string;
|
|
18998
19355
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18999
19356
|
warning_code: 'being_deleted';
|
|
19357
|
+
} | {
|
|
19358
|
+
/** Date and time at which Seam created the warning. */
|
|
19359
|
+
created_at: string;
|
|
19360
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19361
|
+
message: string;
|
|
19362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19363
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19000
19364
|
}>;
|
|
19001
19365
|
/** 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). */
|
|
19002
19366
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19120,6 +19484,13 @@ export interface Routes {
|
|
|
19120
19484
|
message: string;
|
|
19121
19485
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19122
19486
|
warning_code: 'being_deleted';
|
|
19487
|
+
} | {
|
|
19488
|
+
/** Date and time at which Seam created the warning. */
|
|
19489
|
+
created_at: string;
|
|
19490
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19491
|
+
message: string;
|
|
19492
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19493
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19123
19494
|
}>;
|
|
19124
19495
|
/** 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). */
|
|
19125
19496
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19206,6 +19577,13 @@ export interface Routes {
|
|
|
19206
19577
|
message: string;
|
|
19207
19578
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19208
19579
|
warning_code: 'being_deleted';
|
|
19580
|
+
} | {
|
|
19581
|
+
/** Date and time at which Seam created the warning. */
|
|
19582
|
+
created_at: string;
|
|
19583
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19584
|
+
message: string;
|
|
19585
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19586
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19209
19587
|
}>;
|
|
19210
19588
|
/** 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). */
|
|
19211
19589
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19698,6 +20076,13 @@ export interface Routes {
|
|
|
19698
20076
|
message: string;
|
|
19699
20077
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19700
20078
|
warning_code: 'being_deleted';
|
|
20079
|
+
} | {
|
|
20080
|
+
/** Date and time at which Seam created the warning. */
|
|
20081
|
+
created_at: string;
|
|
20082
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20083
|
+
message: string;
|
|
20084
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20085
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19701
20086
|
}>;
|
|
19702
20087
|
/** 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). */
|
|
19703
20088
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19784,6 +20169,13 @@ export interface Routes {
|
|
|
19784
20169
|
message: string;
|
|
19785
20170
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19786
20171
|
warning_code: 'being_deleted';
|
|
20172
|
+
} | {
|
|
20173
|
+
/** Date and time at which Seam created the warning. */
|
|
20174
|
+
created_at: string;
|
|
20175
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20176
|
+
message: string;
|
|
20177
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20178
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19787
20179
|
}>;
|
|
19788
20180
|
/** 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). */
|
|
19789
20181
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19907,6 +20299,13 @@ export interface Routes {
|
|
|
19907
20299
|
message: string;
|
|
19908
20300
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19909
20301
|
warning_code: 'being_deleted';
|
|
20302
|
+
} | {
|
|
20303
|
+
/** Date and time at which Seam created the warning. */
|
|
20304
|
+
created_at: string;
|
|
20305
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20306
|
+
message: string;
|
|
20307
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20308
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19910
20309
|
}>;
|
|
19911
20310
|
/** 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). */
|
|
19912
20311
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19993,6 +20392,13 @@ export interface Routes {
|
|
|
19993
20392
|
message: string;
|
|
19994
20393
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19995
20394
|
warning_code: 'being_deleted';
|
|
20395
|
+
} | {
|
|
20396
|
+
/** Date and time at which Seam created the warning. */
|
|
20397
|
+
created_at: string;
|
|
20398
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20399
|
+
message: string;
|
|
20400
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20401
|
+
warning_code: 'unknown_issue_with_credential';
|
|
19996
20402
|
}>;
|
|
19997
20403
|
/** 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). */
|
|
19998
20404
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20524,6 +20930,13 @@ export interface Routes {
|
|
|
20524
20930
|
message: string;
|
|
20525
20931
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20526
20932
|
warning_code: 'being_deleted';
|
|
20933
|
+
} | {
|
|
20934
|
+
/** Date and time at which Seam created the warning. */
|
|
20935
|
+
created_at: string;
|
|
20936
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20937
|
+
message: string;
|
|
20938
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20939
|
+
warning_code: 'unknown_issue_with_credential';
|
|
20527
20940
|
}>;
|
|
20528
20941
|
/** 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). */
|
|
20529
20942
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20610,6 +21023,13 @@ export interface Routes {
|
|
|
20610
21023
|
message: string;
|
|
20611
21024
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20612
21025
|
warning_code: 'being_deleted';
|
|
21026
|
+
} | {
|
|
21027
|
+
/** Date and time at which Seam created the warning. */
|
|
21028
|
+
created_at: string;
|
|
21029
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21030
|
+
message: string;
|
|
21031
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21032
|
+
warning_code: 'unknown_issue_with_credential';
|
|
20613
21033
|
}>;
|
|
20614
21034
|
/** 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). */
|
|
20615
21035
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20733,6 +21153,13 @@ export interface Routes {
|
|
|
20733
21153
|
message: string;
|
|
20734
21154
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20735
21155
|
warning_code: 'being_deleted';
|
|
21156
|
+
} | {
|
|
21157
|
+
/** Date and time at which Seam created the warning. */
|
|
21158
|
+
created_at: string;
|
|
21159
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21160
|
+
message: string;
|
|
21161
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21162
|
+
warning_code: 'unknown_issue_with_credential';
|
|
20736
21163
|
}>;
|
|
20737
21164
|
/** 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). */
|
|
20738
21165
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20819,6 +21246,13 @@ export interface Routes {
|
|
|
20819
21246
|
message: string;
|
|
20820
21247
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20821
21248
|
warning_code: 'being_deleted';
|
|
21249
|
+
} | {
|
|
21250
|
+
/** Date and time at which Seam created the warning. */
|
|
21251
|
+
created_at: string;
|
|
21252
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21253
|
+
message: string;
|
|
21254
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21255
|
+
warning_code: 'unknown_issue_with_credential';
|
|
20822
21256
|
}>;
|
|
20823
21257
|
/** 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). */
|
|
20824
21258
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21485,6 +21919,13 @@ export interface Routes {
|
|
|
21485
21919
|
message: string;
|
|
21486
21920
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21487
21921
|
warning_code: 'being_deleted';
|
|
21922
|
+
} | {
|
|
21923
|
+
/** Date and time at which Seam created the warning. */
|
|
21924
|
+
created_at: string;
|
|
21925
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21926
|
+
message: string;
|
|
21927
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21928
|
+
warning_code: 'unknown_issue_with_credential';
|
|
21488
21929
|
}>;
|
|
21489
21930
|
/** 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). */
|
|
21490
21931
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21571,6 +22012,13 @@ export interface Routes {
|
|
|
21571
22012
|
message: string;
|
|
21572
22013
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21573
22014
|
warning_code: 'being_deleted';
|
|
22015
|
+
} | {
|
|
22016
|
+
/** Date and time at which Seam created the warning. */
|
|
22017
|
+
created_at: string;
|
|
22018
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22019
|
+
message: string;
|
|
22020
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22021
|
+
warning_code: 'unknown_issue_with_credential';
|
|
21574
22022
|
}>;
|
|
21575
22023
|
/** 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). */
|
|
21576
22024
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21694,6 +22142,13 @@ export interface Routes {
|
|
|
21694
22142
|
message: string;
|
|
21695
22143
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21696
22144
|
warning_code: 'being_deleted';
|
|
22145
|
+
} | {
|
|
22146
|
+
/** Date and time at which Seam created the warning. */
|
|
22147
|
+
created_at: string;
|
|
22148
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22149
|
+
message: string;
|
|
22150
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22151
|
+
warning_code: 'unknown_issue_with_credential';
|
|
21697
22152
|
}>;
|
|
21698
22153
|
/** 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). */
|
|
21699
22154
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21780,6 +22235,13 @@ export interface Routes {
|
|
|
21780
22235
|
message: string;
|
|
21781
22236
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21782
22237
|
warning_code: 'being_deleted';
|
|
22238
|
+
} | {
|
|
22239
|
+
/** Date and time at which Seam created the warning. */
|
|
22240
|
+
created_at: string;
|
|
22241
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22242
|
+
message: string;
|
|
22243
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22244
|
+
warning_code: 'unknown_issue_with_credential';
|
|
21783
22245
|
}>;
|
|
21784
22246
|
/** 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). */
|
|
21785
22247
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22268,6 +22730,13 @@ export interface Routes {
|
|
|
22268
22730
|
message: string;
|
|
22269
22731
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22270
22732
|
warning_code: 'being_deleted';
|
|
22733
|
+
} | {
|
|
22734
|
+
/** Date and time at which Seam created the warning. */
|
|
22735
|
+
created_at: string;
|
|
22736
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22737
|
+
message: string;
|
|
22738
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22739
|
+
warning_code: 'unknown_issue_with_credential';
|
|
22271
22740
|
}>;
|
|
22272
22741
|
/** 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). */
|
|
22273
22742
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22354,6 +22823,13 @@ export interface Routes {
|
|
|
22354
22823
|
message: string;
|
|
22355
22824
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22356
22825
|
warning_code: 'being_deleted';
|
|
22826
|
+
} | {
|
|
22827
|
+
/** Date and time at which Seam created the warning. */
|
|
22828
|
+
created_at: string;
|
|
22829
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22830
|
+
message: string;
|
|
22831
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22832
|
+
warning_code: 'unknown_issue_with_credential';
|
|
22357
22833
|
}>;
|
|
22358
22834
|
/** 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). */
|
|
22359
22835
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22477,6 +22953,13 @@ export interface Routes {
|
|
|
22477
22953
|
message: string;
|
|
22478
22954
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22479
22955
|
warning_code: 'being_deleted';
|
|
22956
|
+
} | {
|
|
22957
|
+
/** Date and time at which Seam created the warning. */
|
|
22958
|
+
created_at: string;
|
|
22959
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22960
|
+
message: string;
|
|
22961
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22962
|
+
warning_code: 'unknown_issue_with_credential';
|
|
22480
22963
|
}>;
|
|
22481
22964
|
/** 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). */
|
|
22482
22965
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22563,6 +23046,13 @@ export interface Routes {
|
|
|
22563
23046
|
message: string;
|
|
22564
23047
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22565
23048
|
warning_code: 'being_deleted';
|
|
23049
|
+
} | {
|
|
23050
|
+
/** Date and time at which Seam created the warning. */
|
|
23051
|
+
created_at: string;
|
|
23052
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23053
|
+
message: string;
|
|
23054
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23055
|
+
warning_code: 'unknown_issue_with_credential';
|
|
22566
23056
|
}>;
|
|
22567
23057
|
/** 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). */
|
|
22568
23058
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23628,6 +24118,13 @@ export interface Routes {
|
|
|
23628
24118
|
message: string;
|
|
23629
24119
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23630
24120
|
warning_code: 'being_deleted';
|
|
24121
|
+
} | {
|
|
24122
|
+
/** Date and time at which Seam created the warning. */
|
|
24123
|
+
created_at: string;
|
|
24124
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24125
|
+
message: string;
|
|
24126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24127
|
+
warning_code: 'unknown_issue_with_credential';
|
|
23631
24128
|
}>;
|
|
23632
24129
|
/** 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). */
|
|
23633
24130
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23714,6 +24211,13 @@ export interface Routes {
|
|
|
23714
24211
|
message: string;
|
|
23715
24212
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23716
24213
|
warning_code: 'being_deleted';
|
|
24214
|
+
} | {
|
|
24215
|
+
/** Date and time at which Seam created the warning. */
|
|
24216
|
+
created_at: string;
|
|
24217
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24218
|
+
message: string;
|
|
24219
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24220
|
+
warning_code: 'unknown_issue_with_credential';
|
|
23717
24221
|
}>;
|
|
23718
24222
|
/** 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). */
|
|
23719
24223
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23837,6 +24341,13 @@ export interface Routes {
|
|
|
23837
24341
|
message: string;
|
|
23838
24342
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23839
24343
|
warning_code: 'being_deleted';
|
|
24344
|
+
} | {
|
|
24345
|
+
/** Date and time at which Seam created the warning. */
|
|
24346
|
+
created_at: string;
|
|
24347
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24348
|
+
message: string;
|
|
24349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24350
|
+
warning_code: 'unknown_issue_with_credential';
|
|
23840
24351
|
}>;
|
|
23841
24352
|
/** 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). */
|
|
23842
24353
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23923,6 +24434,13 @@ export interface Routes {
|
|
|
23923
24434
|
message: string;
|
|
23924
24435
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23925
24436
|
warning_code: 'being_deleted';
|
|
24437
|
+
} | {
|
|
24438
|
+
/** Date and time at which Seam created the warning. */
|
|
24439
|
+
created_at: string;
|
|
24440
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24441
|
+
message: string;
|
|
24442
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24443
|
+
warning_code: 'unknown_issue_with_credential';
|
|
23926
24444
|
}>;
|
|
23927
24445
|
/** 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). */
|
|
23928
24446
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24415,6 +24933,13 @@ export interface Routes {
|
|
|
24415
24933
|
message: string;
|
|
24416
24934
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24417
24935
|
warning_code: 'being_deleted';
|
|
24936
|
+
} | {
|
|
24937
|
+
/** Date and time at which Seam created the warning. */
|
|
24938
|
+
created_at: string;
|
|
24939
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24940
|
+
message: string;
|
|
24941
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24942
|
+
warning_code: 'unknown_issue_with_credential';
|
|
24418
24943
|
}>;
|
|
24419
24944
|
/** 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). */
|
|
24420
24945
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24501,6 +25026,13 @@ export interface Routes {
|
|
|
24501
25026
|
message: string;
|
|
24502
25027
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24503
25028
|
warning_code: 'being_deleted';
|
|
25029
|
+
} | {
|
|
25030
|
+
/** Date and time at which Seam created the warning. */
|
|
25031
|
+
created_at: string;
|
|
25032
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25033
|
+
message: string;
|
|
25034
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25035
|
+
warning_code: 'unknown_issue_with_credential';
|
|
24504
25036
|
}>;
|
|
24505
25037
|
/** 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). */
|
|
24506
25038
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24624,6 +25156,13 @@ export interface Routes {
|
|
|
24624
25156
|
message: string;
|
|
24625
25157
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24626
25158
|
warning_code: 'being_deleted';
|
|
25159
|
+
} | {
|
|
25160
|
+
/** Date and time at which Seam created the warning. */
|
|
25161
|
+
created_at: string;
|
|
25162
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25163
|
+
message: string;
|
|
25164
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25165
|
+
warning_code: 'unknown_issue_with_credential';
|
|
24627
25166
|
}>;
|
|
24628
25167
|
/** 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). */
|
|
24629
25168
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24710,6 +25249,13 @@ export interface Routes {
|
|
|
24710
25249
|
message: string;
|
|
24711
25250
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24712
25251
|
warning_code: 'being_deleted';
|
|
25252
|
+
} | {
|
|
25253
|
+
/** Date and time at which Seam created the warning. */
|
|
25254
|
+
created_at: string;
|
|
25255
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25256
|
+
message: string;
|
|
25257
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25258
|
+
warning_code: 'unknown_issue_with_credential';
|
|
24713
25259
|
}>;
|
|
24714
25260
|
/** 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). */
|
|
24715
25261
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26265,6 +26811,13 @@ export interface Routes {
|
|
|
26265
26811
|
message: string;
|
|
26266
26812
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26267
26813
|
warning_code: 'being_deleted';
|
|
26814
|
+
} | {
|
|
26815
|
+
/** Date and time at which Seam created the warning. */
|
|
26816
|
+
created_at: string;
|
|
26817
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26818
|
+
message: string;
|
|
26819
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26820
|
+
warning_code: 'unknown_issue_with_credential';
|
|
26268
26821
|
}>;
|
|
26269
26822
|
/** 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). */
|
|
26270
26823
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26351,6 +26904,13 @@ export interface Routes {
|
|
|
26351
26904
|
message: string;
|
|
26352
26905
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26353
26906
|
warning_code: 'being_deleted';
|
|
26907
|
+
} | {
|
|
26908
|
+
/** Date and time at which Seam created the warning. */
|
|
26909
|
+
created_at: string;
|
|
26910
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26911
|
+
message: string;
|
|
26912
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26913
|
+
warning_code: 'unknown_issue_with_credential';
|
|
26354
26914
|
}>;
|
|
26355
26915
|
/** 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). */
|
|
26356
26916
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26474,6 +27034,13 @@ export interface Routes {
|
|
|
26474
27034
|
message: string;
|
|
26475
27035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26476
27036
|
warning_code: 'being_deleted';
|
|
27037
|
+
} | {
|
|
27038
|
+
/** Date and time at which Seam created the warning. */
|
|
27039
|
+
created_at: string;
|
|
27040
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27041
|
+
message: string;
|
|
27042
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27043
|
+
warning_code: 'unknown_issue_with_credential';
|
|
26477
27044
|
}>;
|
|
26478
27045
|
/** 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). */
|
|
26479
27046
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26560,6 +27127,13 @@ export interface Routes {
|
|
|
26560
27127
|
message: string;
|
|
26561
27128
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26562
27129
|
warning_code: 'being_deleted';
|
|
27130
|
+
} | {
|
|
27131
|
+
/** Date and time at which Seam created the warning. */
|
|
27132
|
+
created_at: string;
|
|
27133
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27134
|
+
message: string;
|
|
27135
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27136
|
+
warning_code: 'unknown_issue_with_credential';
|
|
26563
27137
|
}>;
|
|
26564
27138
|
/** 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). */
|
|
26565
27139
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27219,6 +27793,13 @@ export interface Routes {
|
|
|
27219
27793
|
message: string;
|
|
27220
27794
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27221
27795
|
warning_code: 'being_deleted';
|
|
27796
|
+
} | {
|
|
27797
|
+
/** Date and time at which Seam created the warning. */
|
|
27798
|
+
created_at: string;
|
|
27799
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27800
|
+
message: string;
|
|
27801
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27802
|
+
warning_code: 'unknown_issue_with_credential';
|
|
27222
27803
|
}>;
|
|
27223
27804
|
/** 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). */
|
|
27224
27805
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27305,6 +27886,13 @@ export interface Routes {
|
|
|
27305
27886
|
message: string;
|
|
27306
27887
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27307
27888
|
warning_code: 'being_deleted';
|
|
27889
|
+
} | {
|
|
27890
|
+
/** Date and time at which Seam created the warning. */
|
|
27891
|
+
created_at: string;
|
|
27892
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27893
|
+
message: string;
|
|
27894
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27895
|
+
warning_code: 'unknown_issue_with_credential';
|
|
27308
27896
|
}>;
|
|
27309
27897
|
/** 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). */
|
|
27310
27898
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27428,6 +28016,13 @@ export interface Routes {
|
|
|
27428
28016
|
message: string;
|
|
27429
28017
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27430
28018
|
warning_code: 'being_deleted';
|
|
28019
|
+
} | {
|
|
28020
|
+
/** Date and time at which Seam created the warning. */
|
|
28021
|
+
created_at: string;
|
|
28022
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28023
|
+
message: string;
|
|
28024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28025
|
+
warning_code: 'unknown_issue_with_credential';
|
|
27431
28026
|
}>;
|
|
27432
28027
|
/** 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). */
|
|
27433
28028
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -27514,6 +28109,13 @@ export interface Routes {
|
|
|
27514
28109
|
message: string;
|
|
27515
28110
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27516
28111
|
warning_code: 'being_deleted';
|
|
28112
|
+
} | {
|
|
28113
|
+
/** Date and time at which Seam created the warning. */
|
|
28114
|
+
created_at: string;
|
|
28115
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28116
|
+
message: string;
|
|
28117
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28118
|
+
warning_code: 'unknown_issue_with_credential';
|
|
27517
28119
|
}>;
|
|
27518
28120
|
/** 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). */
|
|
27519
28121
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28025,6 +28627,13 @@ export interface Routes {
|
|
|
28025
28627
|
message: string;
|
|
28026
28628
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28027
28629
|
warning_code: 'being_deleted';
|
|
28630
|
+
} | {
|
|
28631
|
+
/** Date and time at which Seam created the warning. */
|
|
28632
|
+
created_at: string;
|
|
28633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28634
|
+
message: string;
|
|
28635
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28636
|
+
warning_code: 'unknown_issue_with_credential';
|
|
28028
28637
|
}>;
|
|
28029
28638
|
/** 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). */
|
|
28030
28639
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28111,6 +28720,13 @@ export interface Routes {
|
|
|
28111
28720
|
message: string;
|
|
28112
28721
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28113
28722
|
warning_code: 'being_deleted';
|
|
28723
|
+
} | {
|
|
28724
|
+
/** Date and time at which Seam created the warning. */
|
|
28725
|
+
created_at: string;
|
|
28726
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28727
|
+
message: string;
|
|
28728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28729
|
+
warning_code: 'unknown_issue_with_credential';
|
|
28114
28730
|
}>;
|
|
28115
28731
|
/** 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). */
|
|
28116
28732
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28234,6 +28850,13 @@ export interface Routes {
|
|
|
28234
28850
|
message: string;
|
|
28235
28851
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28236
28852
|
warning_code: 'being_deleted';
|
|
28853
|
+
} | {
|
|
28854
|
+
/** Date and time at which Seam created the warning. */
|
|
28855
|
+
created_at: string;
|
|
28856
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28857
|
+
message: string;
|
|
28858
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28859
|
+
warning_code: 'unknown_issue_with_credential';
|
|
28237
28860
|
}>;
|
|
28238
28861
|
/** 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). */
|
|
28239
28862
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28320,6 +28943,13 @@ export interface Routes {
|
|
|
28320
28943
|
message: string;
|
|
28321
28944
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28322
28945
|
warning_code: 'being_deleted';
|
|
28946
|
+
} | {
|
|
28947
|
+
/** Date and time at which Seam created the warning. */
|
|
28948
|
+
created_at: string;
|
|
28949
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28950
|
+
message: string;
|
|
28951
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28952
|
+
warning_code: 'unknown_issue_with_credential';
|
|
28323
28953
|
}>;
|
|
28324
28954
|
/** 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). */
|
|
28325
28955
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30548,6 +31178,13 @@ export interface Routes {
|
|
|
30548
31178
|
message: string;
|
|
30549
31179
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30550
31180
|
warning_code: 'being_deleted';
|
|
31181
|
+
} | {
|
|
31182
|
+
/** Date and time at which Seam created the warning. */
|
|
31183
|
+
created_at: string;
|
|
31184
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31185
|
+
message: string;
|
|
31186
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31187
|
+
warning_code: 'unknown_issue_with_credential';
|
|
30551
31188
|
}>;
|
|
30552
31189
|
/** 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). */
|
|
30553
31190
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30634,6 +31271,13 @@ export interface Routes {
|
|
|
30634
31271
|
message: string;
|
|
30635
31272
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30636
31273
|
warning_code: 'being_deleted';
|
|
31274
|
+
} | {
|
|
31275
|
+
/** Date and time at which Seam created the warning. */
|
|
31276
|
+
created_at: string;
|
|
31277
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31278
|
+
message: string;
|
|
31279
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31280
|
+
warning_code: 'unknown_issue_with_credential';
|
|
30637
31281
|
}>;
|
|
30638
31282
|
/** 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). */
|
|
30639
31283
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30757,6 +31401,13 @@ export interface Routes {
|
|
|
30757
31401
|
message: string;
|
|
30758
31402
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30759
31403
|
warning_code: 'being_deleted';
|
|
31404
|
+
} | {
|
|
31405
|
+
/** Date and time at which Seam created the warning. */
|
|
31406
|
+
created_at: string;
|
|
31407
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31408
|
+
message: string;
|
|
31409
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31410
|
+
warning_code: 'unknown_issue_with_credential';
|
|
30760
31411
|
}>;
|
|
30761
31412
|
/** 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). */
|
|
30762
31413
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30843,6 +31494,13 @@ export interface Routes {
|
|
|
30843
31494
|
message: string;
|
|
30844
31495
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30845
31496
|
warning_code: 'being_deleted';
|
|
31497
|
+
} | {
|
|
31498
|
+
/** Date and time at which Seam created the warning. */
|
|
31499
|
+
created_at: string;
|
|
31500
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31501
|
+
message: string;
|
|
31502
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31503
|
+
warning_code: 'unknown_issue_with_credential';
|
|
30846
31504
|
}>;
|
|
30847
31505
|
/** 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). */
|
|
30848
31506
|
is_multi_phone_sync_credential?: boolean | undefined;
|