@seamapi/types 1.328.0 → 1.329.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +250 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1038 -59
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +9 -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/events/acs/credentials.d.ts +61 -0
- package/lib/seam/connect/models/events/acs/credentials.js +6 -0
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/devices.js +5 -4
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/openapi.d.ts +88 -1
- package/lib/seam/connect/openapi.js +225 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +698 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +12 -0
- package/src/lib/seam/connect/models/events/acs/credentials.ts +9 -0
- package/src/lib/seam/connect/models/events/devices.ts +9 -4
- package/src/lib/seam/connect/openapi.ts +260 -4
- package/src/lib/seam/connect/route-types.ts +794 -8
|
@@ -190,6 +190,13 @@ export interface Routes {
|
|
|
190
190
|
message: string;
|
|
191
191
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
192
192
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
193
|
+
} | {
|
|
194
|
+
/** Date and time at which Seam created the warning. */
|
|
195
|
+
created_at: string;
|
|
196
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
197
|
+
message: string;
|
|
198
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
199
|
+
warning_code: 'needs_to_be_reissued';
|
|
193
200
|
}>;
|
|
194
201
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
195
202
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -283,6 +290,13 @@ export interface Routes {
|
|
|
283
290
|
message: string;
|
|
284
291
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
285
292
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
293
|
+
} | {
|
|
294
|
+
/** Date and time at which Seam created the warning. */
|
|
295
|
+
created_at: string;
|
|
296
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
297
|
+
message: string;
|
|
298
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
299
|
+
warning_code: 'needs_to_be_reissued';
|
|
286
300
|
}>;
|
|
287
301
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
288
302
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -413,6 +427,13 @@ export interface Routes {
|
|
|
413
427
|
message: string;
|
|
414
428
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
415
429
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
430
|
+
} | {
|
|
431
|
+
/** Date and time at which Seam created the warning. */
|
|
432
|
+
created_at: string;
|
|
433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
434
|
+
message: string;
|
|
435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
436
|
+
warning_code: 'needs_to_be_reissued';
|
|
416
437
|
}>;
|
|
417
438
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
418
439
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -506,6 +527,13 @@ export interface Routes {
|
|
|
506
527
|
message: string;
|
|
507
528
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
508
529
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
530
|
+
} | {
|
|
531
|
+
/** Date and time at which Seam created the warning. */
|
|
532
|
+
created_at: string;
|
|
533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
534
|
+
message: string;
|
|
535
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
536
|
+
warning_code: 'needs_to_be_reissued';
|
|
509
537
|
}>;
|
|
510
538
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
511
539
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1269,6 +1297,13 @@ export interface Routes {
|
|
|
1269
1297
|
message: string;
|
|
1270
1298
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1271
1299
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1300
|
+
} | {
|
|
1301
|
+
/** Date and time at which Seam created the warning. */
|
|
1302
|
+
created_at: string;
|
|
1303
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1304
|
+
message: string;
|
|
1305
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1306
|
+
warning_code: 'needs_to_be_reissued';
|
|
1272
1307
|
}>;
|
|
1273
1308
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1274
1309
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1362,6 +1397,13 @@ export interface Routes {
|
|
|
1362
1397
|
message: string;
|
|
1363
1398
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1364
1399
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1400
|
+
} | {
|
|
1401
|
+
/** Date and time at which Seam created the warning. */
|
|
1402
|
+
created_at: string;
|
|
1403
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1404
|
+
message: string;
|
|
1405
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1406
|
+
warning_code: 'needs_to_be_reissued';
|
|
1365
1407
|
}>;
|
|
1366
1408
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1367
1409
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1492,6 +1534,13 @@ export interface Routes {
|
|
|
1492
1534
|
message: string;
|
|
1493
1535
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1494
1536
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1537
|
+
} | {
|
|
1538
|
+
/** Date and time at which Seam created the warning. */
|
|
1539
|
+
created_at: string;
|
|
1540
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1541
|
+
message: string;
|
|
1542
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1543
|
+
warning_code: 'needs_to_be_reissued';
|
|
1495
1544
|
}>;
|
|
1496
1545
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1497
1546
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1585,6 +1634,13 @@ export interface Routes {
|
|
|
1585
1634
|
message: string;
|
|
1586
1635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1587
1636
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1637
|
+
} | {
|
|
1638
|
+
/** Date and time at which Seam created the warning. */
|
|
1639
|
+
created_at: string;
|
|
1640
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1641
|
+
message: string;
|
|
1642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1643
|
+
warning_code: 'needs_to_be_reissued';
|
|
1588
1644
|
}>;
|
|
1589
1645
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1590
1646
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2752,6 +2808,13 @@ export interface Routes {
|
|
|
2752
2808
|
message: string;
|
|
2753
2809
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2754
2810
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
2811
|
+
} | {
|
|
2812
|
+
/** Date and time at which Seam created the warning. */
|
|
2813
|
+
created_at: string;
|
|
2814
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2815
|
+
message: string;
|
|
2816
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2817
|
+
warning_code: 'needs_to_be_reissued';
|
|
2755
2818
|
}>;
|
|
2756
2819
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2757
2820
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2845,6 +2908,13 @@ export interface Routes {
|
|
|
2845
2908
|
message: string;
|
|
2846
2909
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2847
2910
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
2911
|
+
} | {
|
|
2912
|
+
/** Date and time at which Seam created the warning. */
|
|
2913
|
+
created_at: string;
|
|
2914
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2915
|
+
message: string;
|
|
2916
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2917
|
+
warning_code: 'needs_to_be_reissued';
|
|
2848
2918
|
}>;
|
|
2849
2919
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2850
2920
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2975,6 +3045,13 @@ export interface Routes {
|
|
|
2975
3045
|
message: string;
|
|
2976
3046
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2977
3047
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
3048
|
+
} | {
|
|
3049
|
+
/** Date and time at which Seam created the warning. */
|
|
3050
|
+
created_at: string;
|
|
3051
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3052
|
+
message: string;
|
|
3053
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3054
|
+
warning_code: 'needs_to_be_reissued';
|
|
2978
3055
|
}>;
|
|
2979
3056
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
2980
3057
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3068,6 +3145,13 @@ export interface Routes {
|
|
|
3068
3145
|
message: string;
|
|
3069
3146
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3070
3147
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
3148
|
+
} | {
|
|
3149
|
+
/** Date and time at which Seam created the warning. */
|
|
3150
|
+
created_at: string;
|
|
3151
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3152
|
+
message: string;
|
|
3153
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3154
|
+
warning_code: 'needs_to_be_reissued';
|
|
3071
3155
|
}>;
|
|
3072
3156
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3073
3157
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3818,6 +3902,13 @@ export interface Routes {
|
|
|
3818
3902
|
message: string;
|
|
3819
3903
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3820
3904
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
3905
|
+
} | {
|
|
3906
|
+
/** Date and time at which Seam created the warning. */
|
|
3907
|
+
created_at: string;
|
|
3908
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3909
|
+
message: string;
|
|
3910
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3911
|
+
warning_code: 'needs_to_be_reissued';
|
|
3821
3912
|
}>;
|
|
3822
3913
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3823
3914
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3911,6 +4002,13 @@ export interface Routes {
|
|
|
3911
4002
|
message: string;
|
|
3912
4003
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3913
4004
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
4005
|
+
} | {
|
|
4006
|
+
/** Date and time at which Seam created the warning. */
|
|
4007
|
+
created_at: string;
|
|
4008
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4009
|
+
message: string;
|
|
4010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4011
|
+
warning_code: 'needs_to_be_reissued';
|
|
3914
4012
|
}>;
|
|
3915
4013
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3916
4014
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4041,6 +4139,13 @@ export interface Routes {
|
|
|
4041
4139
|
message: string;
|
|
4042
4140
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4043
4141
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
4142
|
+
} | {
|
|
4143
|
+
/** Date and time at which Seam created the warning. */
|
|
4144
|
+
created_at: string;
|
|
4145
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4146
|
+
message: string;
|
|
4147
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4148
|
+
warning_code: 'needs_to_be_reissued';
|
|
4044
4149
|
}>;
|
|
4045
4150
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4046
4151
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4134,6 +4239,13 @@ export interface Routes {
|
|
|
4134
4239
|
message: string;
|
|
4135
4240
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4136
4241
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
4242
|
+
} | {
|
|
4243
|
+
/** Date and time at which Seam created the warning. */
|
|
4244
|
+
created_at: string;
|
|
4245
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4246
|
+
message: string;
|
|
4247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4248
|
+
warning_code: 'needs_to_be_reissued';
|
|
4137
4249
|
}>;
|
|
4138
4250
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4139
4251
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4983,6 +5095,13 @@ export interface Routes {
|
|
|
4983
5095
|
message: string;
|
|
4984
5096
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4985
5097
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5098
|
+
} | {
|
|
5099
|
+
/** Date and time at which Seam created the warning. */
|
|
5100
|
+
created_at: string;
|
|
5101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5102
|
+
message: string;
|
|
5103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5104
|
+
warning_code: 'needs_to_be_reissued';
|
|
4986
5105
|
}>;
|
|
4987
5106
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4988
5107
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5131,6 +5250,13 @@ export interface Routes {
|
|
|
5131
5250
|
message: string;
|
|
5132
5251
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5133
5252
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5253
|
+
} | {
|
|
5254
|
+
/** Date and time at which Seam created the warning. */
|
|
5255
|
+
created_at: string;
|
|
5256
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5257
|
+
message: string;
|
|
5258
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5259
|
+
warning_code: 'needs_to_be_reissued';
|
|
5134
5260
|
}>;
|
|
5135
5261
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5136
5262
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5248,6 +5374,13 @@ export interface Routes {
|
|
|
5248
5374
|
message: string;
|
|
5249
5375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5250
5376
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5377
|
+
} | {
|
|
5378
|
+
/** Date and time at which Seam created the warning. */
|
|
5379
|
+
created_at: string;
|
|
5380
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5381
|
+
message: string;
|
|
5382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5383
|
+
warning_code: 'needs_to_be_reissued';
|
|
5251
5384
|
}>;
|
|
5252
5385
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5253
5386
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5369,6 +5502,13 @@ export interface Routes {
|
|
|
5369
5502
|
message: string;
|
|
5370
5503
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5371
5504
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5505
|
+
} | {
|
|
5506
|
+
/** Date and time at which Seam created the warning. */
|
|
5507
|
+
created_at: string;
|
|
5508
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5509
|
+
message: string;
|
|
5510
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5511
|
+
warning_code: 'needs_to_be_reissued';
|
|
5372
5512
|
}>;
|
|
5373
5513
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5374
5514
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5494,6 +5634,13 @@ export interface Routes {
|
|
|
5494
5634
|
message: string;
|
|
5495
5635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5496
5636
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5637
|
+
} | {
|
|
5638
|
+
/** Date and time at which Seam created the warning. */
|
|
5639
|
+
created_at: string;
|
|
5640
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5641
|
+
message: string;
|
|
5642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5643
|
+
warning_code: 'needs_to_be_reissued';
|
|
5497
5644
|
}>;
|
|
5498
5645
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5499
5646
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5671,6 +5818,13 @@ export interface Routes {
|
|
|
5671
5818
|
message: string;
|
|
5672
5819
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5673
5820
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5821
|
+
} | {
|
|
5822
|
+
/** Date and time at which Seam created the warning. */
|
|
5823
|
+
created_at: string;
|
|
5824
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5825
|
+
message: string;
|
|
5826
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5827
|
+
warning_code: 'needs_to_be_reissued';
|
|
5674
5828
|
}>;
|
|
5675
5829
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5676
5830
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5780,6 +5934,13 @@ export interface Routes {
|
|
|
5780
5934
|
message: string;
|
|
5781
5935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5782
5936
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5937
|
+
} | {
|
|
5938
|
+
/** Date and time at which Seam created the warning. */
|
|
5939
|
+
created_at: string;
|
|
5940
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5941
|
+
message: string;
|
|
5942
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5943
|
+
warning_code: 'needs_to_be_reissued';
|
|
5783
5944
|
}>;
|
|
5784
5945
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5785
5946
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5898,6 +6059,13 @@ export interface Routes {
|
|
|
5898
6059
|
message: string;
|
|
5899
6060
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5900
6061
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6062
|
+
} | {
|
|
6063
|
+
/** Date and time at which Seam created the warning. */
|
|
6064
|
+
created_at: string;
|
|
6065
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6066
|
+
message: string;
|
|
6067
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6068
|
+
warning_code: 'needs_to_be_reissued';
|
|
5901
6069
|
}>;
|
|
5902
6070
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
5903
6071
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6011,6 +6179,13 @@ export interface Routes {
|
|
|
6011
6179
|
message: string;
|
|
6012
6180
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6013
6181
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6182
|
+
} | {
|
|
6183
|
+
/** Date and time at which Seam created the warning. */
|
|
6184
|
+
created_at: string;
|
|
6185
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6186
|
+
message: string;
|
|
6187
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6188
|
+
warning_code: 'needs_to_be_reissued';
|
|
6014
6189
|
}>;
|
|
6015
6190
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6016
6191
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6211,6 +6386,13 @@ export interface Routes {
|
|
|
6211
6386
|
message: string;
|
|
6212
6387
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6213
6388
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6389
|
+
} | {
|
|
6390
|
+
/** Date and time at which Seam created the warning. */
|
|
6391
|
+
created_at: string;
|
|
6392
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6393
|
+
message: string;
|
|
6394
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6395
|
+
warning_code: 'needs_to_be_reissued';
|
|
6214
6396
|
}>;
|
|
6215
6397
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6216
6398
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6304,6 +6486,13 @@ export interface Routes {
|
|
|
6304
6486
|
message: string;
|
|
6305
6487
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6306
6488
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6489
|
+
} | {
|
|
6490
|
+
/** Date and time at which Seam created the warning. */
|
|
6491
|
+
created_at: string;
|
|
6492
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6493
|
+
message: string;
|
|
6494
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6495
|
+
warning_code: 'needs_to_be_reissued';
|
|
6307
6496
|
}>;
|
|
6308
6497
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6309
6498
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6434,6 +6623,13 @@ export interface Routes {
|
|
|
6434
6623
|
message: string;
|
|
6435
6624
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6436
6625
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6626
|
+
} | {
|
|
6627
|
+
/** Date and time at which Seam created the warning. */
|
|
6628
|
+
created_at: string;
|
|
6629
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6630
|
+
message: string;
|
|
6631
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6632
|
+
warning_code: 'needs_to_be_reissued';
|
|
6437
6633
|
}>;
|
|
6438
6634
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6439
6635
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6527,6 +6723,13 @@ export interface Routes {
|
|
|
6527
6723
|
message: string;
|
|
6528
6724
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6529
6725
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6726
|
+
} | {
|
|
6727
|
+
/** Date and time at which Seam created the warning. */
|
|
6728
|
+
created_at: string;
|
|
6729
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6730
|
+
message: string;
|
|
6731
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6732
|
+
warning_code: 'needs_to_be_reissued';
|
|
6530
6733
|
}>;
|
|
6531
6734
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
6532
6735
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7063,6 +7266,13 @@ export interface Routes {
|
|
|
7063
7266
|
message: string;
|
|
7064
7267
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7065
7268
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7269
|
+
} | {
|
|
7270
|
+
/** Date and time at which Seam created the warning. */
|
|
7271
|
+
created_at: string;
|
|
7272
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7273
|
+
message: string;
|
|
7274
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7275
|
+
warning_code: 'needs_to_be_reissued';
|
|
7066
7276
|
}>;
|
|
7067
7277
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
7068
7278
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7156,6 +7366,13 @@ export interface Routes {
|
|
|
7156
7366
|
message: string;
|
|
7157
7367
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7158
7368
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7369
|
+
} | {
|
|
7370
|
+
/** Date and time at which Seam created the warning. */
|
|
7371
|
+
created_at: string;
|
|
7372
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7373
|
+
message: string;
|
|
7374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7375
|
+
warning_code: 'needs_to_be_reissued';
|
|
7159
7376
|
}>;
|
|
7160
7377
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
7161
7378
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7286,6 +7503,13 @@ export interface Routes {
|
|
|
7286
7503
|
message: string;
|
|
7287
7504
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7288
7505
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7506
|
+
} | {
|
|
7507
|
+
/** Date and time at which Seam created the warning. */
|
|
7508
|
+
created_at: string;
|
|
7509
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7510
|
+
message: string;
|
|
7511
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7512
|
+
warning_code: 'needs_to_be_reissued';
|
|
7289
7513
|
}>;
|
|
7290
7514
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
7291
7515
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7379,6 +7603,13 @@ export interface Routes {
|
|
|
7379
7603
|
message: string;
|
|
7380
7604
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7381
7605
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7606
|
+
} | {
|
|
7607
|
+
/** Date and time at which Seam created the warning. */
|
|
7608
|
+
created_at: string;
|
|
7609
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7610
|
+
message: string;
|
|
7611
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7612
|
+
warning_code: 'needs_to_be_reissued';
|
|
7382
7613
|
}>;
|
|
7383
7614
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
7384
7615
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8001,6 +8232,13 @@ export interface Routes {
|
|
|
8001
8232
|
message: string;
|
|
8002
8233
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8003
8234
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
8235
|
+
} | {
|
|
8236
|
+
/** Date and time at which Seam created the warning. */
|
|
8237
|
+
created_at: string;
|
|
8238
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8239
|
+
message: string;
|
|
8240
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8241
|
+
warning_code: 'needs_to_be_reissued';
|
|
8004
8242
|
}>;
|
|
8005
8243
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8006
8244
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9295,6 +9533,13 @@ export interface Routes {
|
|
|
9295
9533
|
message: string;
|
|
9296
9534
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9297
9535
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9536
|
+
} | {
|
|
9537
|
+
/** Date and time at which Seam created the warning. */
|
|
9538
|
+
created_at: string;
|
|
9539
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9540
|
+
message: string;
|
|
9541
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9542
|
+
warning_code: 'needs_to_be_reissued';
|
|
9298
9543
|
}>;
|
|
9299
9544
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9300
9545
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9388,6 +9633,13 @@ export interface Routes {
|
|
|
9388
9633
|
message: string;
|
|
9389
9634
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9390
9635
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9636
|
+
} | {
|
|
9637
|
+
/** Date and time at which Seam created the warning. */
|
|
9638
|
+
created_at: string;
|
|
9639
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9640
|
+
message: string;
|
|
9641
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9642
|
+
warning_code: 'needs_to_be_reissued';
|
|
9391
9643
|
}>;
|
|
9392
9644
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9393
9645
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9518,6 +9770,13 @@ export interface Routes {
|
|
|
9518
9770
|
message: string;
|
|
9519
9771
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9520
9772
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9773
|
+
} | {
|
|
9774
|
+
/** Date and time at which Seam created the warning. */
|
|
9775
|
+
created_at: string;
|
|
9776
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9777
|
+
message: string;
|
|
9778
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9779
|
+
warning_code: 'needs_to_be_reissued';
|
|
9521
9780
|
}>;
|
|
9522
9781
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9523
9782
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9611,6 +9870,13 @@ export interface Routes {
|
|
|
9611
9870
|
message: string;
|
|
9612
9871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9613
9872
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9873
|
+
} | {
|
|
9874
|
+
/** Date and time at which Seam created the warning. */
|
|
9875
|
+
created_at: string;
|
|
9876
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9877
|
+
message: string;
|
|
9878
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9879
|
+
warning_code: 'needs_to_be_reissued';
|
|
9614
9880
|
}>;
|
|
9615
9881
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9616
9882
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10099,6 +10365,13 @@ export interface Routes {
|
|
|
10099
10365
|
message: string;
|
|
10100
10366
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10101
10367
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10368
|
+
} | {
|
|
10369
|
+
/** Date and time at which Seam created the warning. */
|
|
10370
|
+
created_at: string;
|
|
10371
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10372
|
+
message: string;
|
|
10373
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10374
|
+
warning_code: 'needs_to_be_reissued';
|
|
10102
10375
|
}>;
|
|
10103
10376
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
10104
10377
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10192,6 +10465,13 @@ export interface Routes {
|
|
|
10192
10465
|
message: string;
|
|
10193
10466
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10194
10467
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10468
|
+
} | {
|
|
10469
|
+
/** Date and time at which Seam created the warning. */
|
|
10470
|
+
created_at: string;
|
|
10471
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10472
|
+
message: string;
|
|
10473
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10474
|
+
warning_code: 'needs_to_be_reissued';
|
|
10195
10475
|
}>;
|
|
10196
10476
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
10197
10477
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10322,6 +10602,13 @@ export interface Routes {
|
|
|
10322
10602
|
message: string;
|
|
10323
10603
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10324
10604
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10605
|
+
} | {
|
|
10606
|
+
/** Date and time at which Seam created the warning. */
|
|
10607
|
+
created_at: string;
|
|
10608
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10609
|
+
message: string;
|
|
10610
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10611
|
+
warning_code: 'needs_to_be_reissued';
|
|
10325
10612
|
}>;
|
|
10326
10613
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
10327
10614
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10415,6 +10702,13 @@ export interface Routes {
|
|
|
10415
10702
|
message: string;
|
|
10416
10703
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10417
10704
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10705
|
+
} | {
|
|
10706
|
+
/** Date and time at which Seam created the warning. */
|
|
10707
|
+
created_at: string;
|
|
10708
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10709
|
+
message: string;
|
|
10710
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10711
|
+
warning_code: 'needs_to_be_reissued';
|
|
10418
10712
|
}>;
|
|
10419
10713
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
10420
10714
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -13216,6 +13510,21 @@ export interface Routes {
|
|
|
13216
13510
|
acs_system_id: string;
|
|
13217
13511
|
acs_credential_id: string;
|
|
13218
13512
|
event_type: 'acs_credential.issued';
|
|
13513
|
+
} | {
|
|
13514
|
+
/** ID of the event. */
|
|
13515
|
+
event_id: string;
|
|
13516
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
13517
|
+
workspace_id: string;
|
|
13518
|
+
/** Date and time at which the event was created. */
|
|
13519
|
+
created_at: string;
|
|
13520
|
+
/** Date and time at which the event occurred. */
|
|
13521
|
+
occurred_at: string;
|
|
13522
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
13523
|
+
connected_account_id?: string | undefined;
|
|
13524
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
13525
|
+
acs_system_id: string;
|
|
13526
|
+
acs_credential_id: string;
|
|
13527
|
+
event_type: 'acs_credential.reissued';
|
|
13219
13528
|
} | {
|
|
13220
13529
|
/** ID of the event. */
|
|
13221
13530
|
event_id: string;
|
|
@@ -13984,13 +14293,13 @@ export interface Routes {
|
|
|
13984
14293
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
13985
14294
|
connected_account_id: string;
|
|
13986
14295
|
event_type: 'thermostat.temperature_reached_set_point';
|
|
13987
|
-
/** Temperature, in °C, reported by the thermostat. */
|
|
14296
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
13988
14297
|
temperature_celsius: number;
|
|
13989
|
-
/** Temperature, in °F, reported by the thermostat. */
|
|
14298
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
13990
14299
|
temperature_fahrenheit: number;
|
|
13991
|
-
/** Desired temperature, in °C,
|
|
14300
|
+
/** Desired temperature, in °C, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
13992
14301
|
desired_temperature_celsius?: number | undefined;
|
|
13993
|
-
/** Desired temperature, in °F,
|
|
14302
|
+
/** Desired temperature, in °F, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
13994
14303
|
desired_temperature_fahrenheit?: number | undefined;
|
|
13995
14304
|
} | {
|
|
13996
14305
|
/** ID of the event. */
|
|
@@ -14035,8 +14344,8 @@ export interface Routes {
|
|
|
14035
14344
|
acs_system_ids?: string[] | undefined;
|
|
14036
14345
|
access_code_id?: string | undefined;
|
|
14037
14346
|
access_code_ids?: string[] | undefined;
|
|
14038
|
-
event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
|
|
14039
|
-
event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
|
|
14347
|
+
event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
|
|
14348
|
+
event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
|
|
14040
14349
|
connected_account_id?: string | undefined;
|
|
14041
14350
|
connect_webview_id?: string | undefined;
|
|
14042
14351
|
limit?: number;
|
|
@@ -14394,6 +14703,21 @@ export interface Routes {
|
|
|
14394
14703
|
acs_system_id: string;
|
|
14395
14704
|
acs_credential_id: string;
|
|
14396
14705
|
event_type: 'acs_credential.issued';
|
|
14706
|
+
} | {
|
|
14707
|
+
/** ID of the event. */
|
|
14708
|
+
event_id: string;
|
|
14709
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14710
|
+
workspace_id: string;
|
|
14711
|
+
/** Date and time at which the event was created. */
|
|
14712
|
+
created_at: string;
|
|
14713
|
+
/** Date and time at which the event occurred. */
|
|
14714
|
+
occurred_at: string;
|
|
14715
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14716
|
+
connected_account_id?: string | undefined;
|
|
14717
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
14718
|
+
acs_system_id: string;
|
|
14719
|
+
acs_credential_id: string;
|
|
14720
|
+
event_type: 'acs_credential.reissued';
|
|
14397
14721
|
} | {
|
|
14398
14722
|
/** ID of the event. */
|
|
14399
14723
|
event_id: string;
|
|
@@ -15162,13 +15486,13 @@ export interface Routes {
|
|
|
15162
15486
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15163
15487
|
connected_account_id: string;
|
|
15164
15488
|
event_type: 'thermostat.temperature_reached_set_point';
|
|
15165
|
-
/** Temperature, in °C, reported by the thermostat. */
|
|
15489
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
15166
15490
|
temperature_celsius: number;
|
|
15167
|
-
/** Temperature, in °F, reported by the thermostat. */
|
|
15491
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
15168
15492
|
temperature_fahrenheit: number;
|
|
15169
|
-
/** Desired temperature, in °C,
|
|
15493
|
+
/** Desired temperature, in °C, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
15170
15494
|
desired_temperature_celsius?: number | undefined;
|
|
15171
|
-
/** Desired temperature, in °F,
|
|
15495
|
+
/** Desired temperature, in °F, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
15172
15496
|
desired_temperature_fahrenheit?: number | undefined;
|
|
15173
15497
|
} | {
|
|
15174
15498
|
/** ID of the event. */
|
|
@@ -17749,6 +18073,13 @@ export interface Routes {
|
|
|
17749
18073
|
message: string;
|
|
17750
18074
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17751
18075
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18076
|
+
} | {
|
|
18077
|
+
/** Date and time at which Seam created the warning. */
|
|
18078
|
+
created_at: string;
|
|
18079
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18080
|
+
message: string;
|
|
18081
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18082
|
+
warning_code: 'needs_to_be_reissued';
|
|
17752
18083
|
}>;
|
|
17753
18084
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17754
18085
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17842,6 +18173,13 @@ export interface Routes {
|
|
|
17842
18173
|
message: string;
|
|
17843
18174
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17844
18175
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18176
|
+
} | {
|
|
18177
|
+
/** Date and time at which Seam created the warning. */
|
|
18178
|
+
created_at: string;
|
|
18179
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18180
|
+
message: string;
|
|
18181
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18182
|
+
warning_code: 'needs_to_be_reissued';
|
|
17845
18183
|
}>;
|
|
17846
18184
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17847
18185
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17972,6 +18310,13 @@ export interface Routes {
|
|
|
17972
18310
|
message: string;
|
|
17973
18311
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17974
18312
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18313
|
+
} | {
|
|
18314
|
+
/** Date and time at which Seam created the warning. */
|
|
18315
|
+
created_at: string;
|
|
18316
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18317
|
+
message: string;
|
|
18318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18319
|
+
warning_code: 'needs_to_be_reissued';
|
|
17975
18320
|
}>;
|
|
17976
18321
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17977
18322
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18065,6 +18410,13 @@ export interface Routes {
|
|
|
18065
18410
|
message: string;
|
|
18066
18411
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18067
18412
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18413
|
+
} | {
|
|
18414
|
+
/** Date and time at which Seam created the warning. */
|
|
18415
|
+
created_at: string;
|
|
18416
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18417
|
+
message: string;
|
|
18418
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18419
|
+
warning_code: 'needs_to_be_reissued';
|
|
18068
18420
|
}>;
|
|
18069
18421
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18070
18422
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18555,6 +18907,13 @@ export interface Routes {
|
|
|
18555
18907
|
message: string;
|
|
18556
18908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18557
18909
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18910
|
+
} | {
|
|
18911
|
+
/** Date and time at which Seam created the warning. */
|
|
18912
|
+
created_at: string;
|
|
18913
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18914
|
+
message: string;
|
|
18915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18916
|
+
warning_code: 'needs_to_be_reissued';
|
|
18558
18917
|
}>;
|
|
18559
18918
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18560
18919
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18648,6 +19007,13 @@ export interface Routes {
|
|
|
18648
19007
|
message: string;
|
|
18649
19008
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18650
19009
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
19010
|
+
} | {
|
|
19011
|
+
/** Date and time at which Seam created the warning. */
|
|
19012
|
+
created_at: string;
|
|
19013
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19014
|
+
message: string;
|
|
19015
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19016
|
+
warning_code: 'needs_to_be_reissued';
|
|
18651
19017
|
}>;
|
|
18652
19018
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18653
19019
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18778,6 +19144,13 @@ export interface Routes {
|
|
|
18778
19144
|
message: string;
|
|
18779
19145
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18780
19146
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
19147
|
+
} | {
|
|
19148
|
+
/** Date and time at which Seam created the warning. */
|
|
19149
|
+
created_at: string;
|
|
19150
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19151
|
+
message: string;
|
|
19152
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19153
|
+
warning_code: 'needs_to_be_reissued';
|
|
18781
19154
|
}>;
|
|
18782
19155
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18783
19156
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18871,6 +19244,13 @@ export interface Routes {
|
|
|
18871
19244
|
message: string;
|
|
18872
19245
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18873
19246
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
19247
|
+
} | {
|
|
19248
|
+
/** Date and time at which Seam created the warning. */
|
|
19249
|
+
created_at: string;
|
|
19250
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19251
|
+
message: string;
|
|
19252
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19253
|
+
warning_code: 'needs_to_be_reissued';
|
|
18874
19254
|
}>;
|
|
18875
19255
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18876
19256
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20600,6 +20980,13 @@ export interface Routes {
|
|
|
20600
20980
|
message: string;
|
|
20601
20981
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20602
20982
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
20983
|
+
} | {
|
|
20984
|
+
/** Date and time at which Seam created the warning. */
|
|
20985
|
+
created_at: string;
|
|
20986
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20987
|
+
message: string;
|
|
20988
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20989
|
+
warning_code: 'needs_to_be_reissued';
|
|
20603
20990
|
}>;
|
|
20604
20991
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20605
20992
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20693,6 +21080,13 @@ export interface Routes {
|
|
|
20693
21080
|
message: string;
|
|
20694
21081
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20695
21082
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21083
|
+
} | {
|
|
21084
|
+
/** Date and time at which Seam created the warning. */
|
|
21085
|
+
created_at: string;
|
|
21086
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21087
|
+
message: string;
|
|
21088
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21089
|
+
warning_code: 'needs_to_be_reissued';
|
|
20696
21090
|
}>;
|
|
20697
21091
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20698
21092
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20823,6 +21217,13 @@ export interface Routes {
|
|
|
20823
21217
|
message: string;
|
|
20824
21218
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20825
21219
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21220
|
+
} | {
|
|
21221
|
+
/** Date and time at which Seam created the warning. */
|
|
21222
|
+
created_at: string;
|
|
21223
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21224
|
+
message: string;
|
|
21225
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21226
|
+
warning_code: 'needs_to_be_reissued';
|
|
20826
21227
|
}>;
|
|
20827
21228
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20828
21229
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20916,6 +21317,13 @@ export interface Routes {
|
|
|
20916
21317
|
message: string;
|
|
20917
21318
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20918
21319
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21320
|
+
} | {
|
|
21321
|
+
/** Date and time at which Seam created the warning. */
|
|
21322
|
+
created_at: string;
|
|
21323
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21324
|
+
message: string;
|
|
21325
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21326
|
+
warning_code: 'needs_to_be_reissued';
|
|
20919
21327
|
}>;
|
|
20920
21328
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20921
21329
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21417,6 +21825,13 @@ export interface Routes {
|
|
|
21417
21825
|
message: string;
|
|
21418
21826
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21419
21827
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21828
|
+
} | {
|
|
21829
|
+
/** Date and time at which Seam created the warning. */
|
|
21830
|
+
created_at: string;
|
|
21831
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21832
|
+
message: string;
|
|
21833
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21834
|
+
warning_code: 'needs_to_be_reissued';
|
|
21420
21835
|
}>;
|
|
21421
21836
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21422
21837
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21510,6 +21925,13 @@ export interface Routes {
|
|
|
21510
21925
|
message: string;
|
|
21511
21926
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21512
21927
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21928
|
+
} | {
|
|
21929
|
+
/** Date and time at which Seam created the warning. */
|
|
21930
|
+
created_at: string;
|
|
21931
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21932
|
+
message: string;
|
|
21933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21934
|
+
warning_code: 'needs_to_be_reissued';
|
|
21513
21935
|
}>;
|
|
21514
21936
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21515
21937
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21640,6 +22062,13 @@ export interface Routes {
|
|
|
21640
22062
|
message: string;
|
|
21641
22063
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21642
22064
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22065
|
+
} | {
|
|
22066
|
+
/** Date and time at which Seam created the warning. */
|
|
22067
|
+
created_at: string;
|
|
22068
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22069
|
+
message: string;
|
|
22070
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22071
|
+
warning_code: 'needs_to_be_reissued';
|
|
21643
22072
|
}>;
|
|
21644
22073
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21645
22074
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21733,6 +22162,13 @@ export interface Routes {
|
|
|
21733
22162
|
message: string;
|
|
21734
22163
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21735
22164
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22165
|
+
} | {
|
|
22166
|
+
/** Date and time at which Seam created the warning. */
|
|
22167
|
+
created_at: string;
|
|
22168
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22169
|
+
message: string;
|
|
22170
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22171
|
+
warning_code: 'needs_to_be_reissued';
|
|
21736
22172
|
}>;
|
|
21737
22173
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
21738
22174
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22273,6 +22709,13 @@ export interface Routes {
|
|
|
22273
22709
|
message: string;
|
|
22274
22710
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22275
22711
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22712
|
+
} | {
|
|
22713
|
+
/** Date and time at which Seam created the warning. */
|
|
22714
|
+
created_at: string;
|
|
22715
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22716
|
+
message: string;
|
|
22717
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22718
|
+
warning_code: 'needs_to_be_reissued';
|
|
22276
22719
|
}>;
|
|
22277
22720
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22278
22721
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22366,6 +22809,13 @@ export interface Routes {
|
|
|
22366
22809
|
message: string;
|
|
22367
22810
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22368
22811
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22812
|
+
} | {
|
|
22813
|
+
/** Date and time at which Seam created the warning. */
|
|
22814
|
+
created_at: string;
|
|
22815
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22816
|
+
message: string;
|
|
22817
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22818
|
+
warning_code: 'needs_to_be_reissued';
|
|
22369
22819
|
}>;
|
|
22370
22820
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22371
22821
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22496,6 +22946,13 @@ export interface Routes {
|
|
|
22496
22946
|
message: string;
|
|
22497
22947
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22498
22948
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22949
|
+
} | {
|
|
22950
|
+
/** Date and time at which Seam created the warning. */
|
|
22951
|
+
created_at: string;
|
|
22952
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22953
|
+
message: string;
|
|
22954
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22955
|
+
warning_code: 'needs_to_be_reissued';
|
|
22499
22956
|
}>;
|
|
22500
22957
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
22501
22958
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22589,6 +23046,13 @@ export interface Routes {
|
|
|
22589
23046
|
message: string;
|
|
22590
23047
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22591
23048
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
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: 'needs_to_be_reissued';
|
|
22592
23056
|
}>;
|
|
22593
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). */
|
|
22594
23058
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23386,6 +23850,13 @@ export interface Routes {
|
|
|
23386
23850
|
message: string;
|
|
23387
23851
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23388
23852
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
23853
|
+
} | {
|
|
23854
|
+
/** Date and time at which Seam created the warning. */
|
|
23855
|
+
created_at: string;
|
|
23856
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23857
|
+
message: string;
|
|
23858
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23859
|
+
warning_code: 'needs_to_be_reissued';
|
|
23389
23860
|
}>;
|
|
23390
23861
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
23391
23862
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23479,6 +23950,13 @@ export interface Routes {
|
|
|
23479
23950
|
message: string;
|
|
23480
23951
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23481
23952
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
23953
|
+
} | {
|
|
23954
|
+
/** Date and time at which Seam created the warning. */
|
|
23955
|
+
created_at: string;
|
|
23956
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23957
|
+
message: string;
|
|
23958
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23959
|
+
warning_code: 'needs_to_be_reissued';
|
|
23482
23960
|
}>;
|
|
23483
23961
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
23484
23962
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23609,6 +24087,13 @@ export interface Routes {
|
|
|
23609
24087
|
message: string;
|
|
23610
24088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23611
24089
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24090
|
+
} | {
|
|
24091
|
+
/** Date and time at which Seam created the warning. */
|
|
24092
|
+
created_at: string;
|
|
24093
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24094
|
+
message: string;
|
|
24095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24096
|
+
warning_code: 'needs_to_be_reissued';
|
|
23612
24097
|
}>;
|
|
23613
24098
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
23614
24099
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23702,6 +24187,13 @@ export interface Routes {
|
|
|
23702
24187
|
message: string;
|
|
23703
24188
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23704
24189
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24190
|
+
} | {
|
|
24191
|
+
/** Date and time at which Seam created the warning. */
|
|
24192
|
+
created_at: string;
|
|
24193
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24194
|
+
message: string;
|
|
24195
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24196
|
+
warning_code: 'needs_to_be_reissued';
|
|
23705
24197
|
}>;
|
|
23706
24198
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
23707
24199
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24198,6 +24690,13 @@ export interface Routes {
|
|
|
24198
24690
|
message: string;
|
|
24199
24691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24200
24692
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24693
|
+
} | {
|
|
24694
|
+
/** Date and time at which Seam created the warning. */
|
|
24695
|
+
created_at: string;
|
|
24696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24697
|
+
message: string;
|
|
24698
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24699
|
+
warning_code: 'needs_to_be_reissued';
|
|
24201
24700
|
}>;
|
|
24202
24701
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24203
24702
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24291,6 +24790,13 @@ export interface Routes {
|
|
|
24291
24790
|
message: string;
|
|
24292
24791
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24293
24792
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24793
|
+
} | {
|
|
24794
|
+
/** Date and time at which Seam created the warning. */
|
|
24795
|
+
created_at: string;
|
|
24796
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24797
|
+
message: string;
|
|
24798
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24799
|
+
warning_code: 'needs_to_be_reissued';
|
|
24294
24800
|
}>;
|
|
24295
24801
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24296
24802
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24421,6 +24927,13 @@ export interface Routes {
|
|
|
24421
24927
|
message: string;
|
|
24422
24928
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24423
24929
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24930
|
+
} | {
|
|
24931
|
+
/** Date and time at which Seam created the warning. */
|
|
24932
|
+
created_at: string;
|
|
24933
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24934
|
+
message: string;
|
|
24935
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24936
|
+
warning_code: 'needs_to_be_reissued';
|
|
24424
24937
|
}>;
|
|
24425
24938
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24426
24939
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24514,6 +25027,13 @@ export interface Routes {
|
|
|
24514
25027
|
message: string;
|
|
24515
25028
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24516
25029
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
25030
|
+
} | {
|
|
25031
|
+
/** Date and time at which Seam created the warning. */
|
|
25032
|
+
created_at: string;
|
|
25033
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25034
|
+
message: string;
|
|
25035
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25036
|
+
warning_code: 'needs_to_be_reissued';
|
|
24517
25037
|
}>;
|
|
24518
25038
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24519
25039
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25652,6 +26172,13 @@ export interface Routes {
|
|
|
25652
26172
|
message: string;
|
|
25653
26173
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25654
26174
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26175
|
+
} | {
|
|
26176
|
+
/** Date and time at which Seam created the warning. */
|
|
26177
|
+
created_at: string;
|
|
26178
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26179
|
+
message: string;
|
|
26180
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26181
|
+
warning_code: 'needs_to_be_reissued';
|
|
25655
26182
|
}>;
|
|
25656
26183
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25657
26184
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25745,6 +26272,13 @@ export interface Routes {
|
|
|
25745
26272
|
message: string;
|
|
25746
26273
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25747
26274
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26275
|
+
} | {
|
|
26276
|
+
/** Date and time at which Seam created the warning. */
|
|
26277
|
+
created_at: string;
|
|
26278
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26279
|
+
message: string;
|
|
26280
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26281
|
+
warning_code: 'needs_to_be_reissued';
|
|
25748
26282
|
}>;
|
|
25749
26283
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25750
26284
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25875,6 +26409,13 @@ export interface Routes {
|
|
|
25875
26409
|
message: string;
|
|
25876
26410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25877
26411
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26412
|
+
} | {
|
|
26413
|
+
/** Date and time at which Seam created the warning. */
|
|
26414
|
+
created_at: string;
|
|
26415
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26416
|
+
message: string;
|
|
26417
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26418
|
+
warning_code: 'needs_to_be_reissued';
|
|
25878
26419
|
}>;
|
|
25879
26420
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25880
26421
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25968,6 +26509,13 @@ export interface Routes {
|
|
|
25968
26509
|
message: string;
|
|
25969
26510
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25970
26511
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26512
|
+
} | {
|
|
26513
|
+
/** Date and time at which Seam created the warning. */
|
|
26514
|
+
created_at: string;
|
|
26515
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26516
|
+
message: string;
|
|
26517
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26518
|
+
warning_code: 'needs_to_be_reissued';
|
|
25971
26519
|
}>;
|
|
25972
26520
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25973
26521
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26468,6 +27016,13 @@ export interface Routes {
|
|
|
26468
27016
|
message: string;
|
|
26469
27017
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26470
27018
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27019
|
+
} | {
|
|
27020
|
+
/** Date and time at which Seam created the warning. */
|
|
27021
|
+
created_at: string;
|
|
27022
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27023
|
+
message: string;
|
|
27024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27025
|
+
warning_code: 'needs_to_be_reissued';
|
|
26471
27026
|
}>;
|
|
26472
27027
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26473
27028
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26561,6 +27116,13 @@ export interface Routes {
|
|
|
26561
27116
|
message: string;
|
|
26562
27117
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26563
27118
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27119
|
+
} | {
|
|
27120
|
+
/** Date and time at which Seam created the warning. */
|
|
27121
|
+
created_at: string;
|
|
27122
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27123
|
+
message: string;
|
|
27124
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27125
|
+
warning_code: 'needs_to_be_reissued';
|
|
26564
27126
|
}>;
|
|
26565
27127
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26566
27128
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26691,6 +27253,13 @@ export interface Routes {
|
|
|
26691
27253
|
message: string;
|
|
26692
27254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26693
27255
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27256
|
+
} | {
|
|
27257
|
+
/** Date and time at which Seam created the warning. */
|
|
27258
|
+
created_at: string;
|
|
27259
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27260
|
+
message: string;
|
|
27261
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27262
|
+
warning_code: 'needs_to_be_reissued';
|
|
26694
27263
|
}>;
|
|
26695
27264
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26696
27265
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26784,6 +27353,13 @@ export interface Routes {
|
|
|
26784
27353
|
message: string;
|
|
26785
27354
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26786
27355
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27356
|
+
} | {
|
|
27357
|
+
/** Date and time at which Seam created the warning. */
|
|
27358
|
+
created_at: string;
|
|
27359
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27360
|
+
message: string;
|
|
27361
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27362
|
+
warning_code: 'needs_to_be_reissued';
|
|
26787
27363
|
}>;
|
|
26788
27364
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26789
27365
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28475,6 +29051,13 @@ export interface Routes {
|
|
|
28475
29051
|
message: string;
|
|
28476
29052
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28477
29053
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29054
|
+
} | {
|
|
29055
|
+
/** Date and time at which Seam created the warning. */
|
|
29056
|
+
created_at: string;
|
|
29057
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29058
|
+
message: string;
|
|
29059
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29060
|
+
warning_code: 'needs_to_be_reissued';
|
|
28478
29061
|
}>;
|
|
28479
29062
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28480
29063
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28568,6 +29151,13 @@ export interface Routes {
|
|
|
28568
29151
|
message: string;
|
|
28569
29152
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28570
29153
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29154
|
+
} | {
|
|
29155
|
+
/** Date and time at which Seam created the warning. */
|
|
29156
|
+
created_at: string;
|
|
29157
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29158
|
+
message: string;
|
|
29159
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29160
|
+
warning_code: 'needs_to_be_reissued';
|
|
28571
29161
|
}>;
|
|
28572
29162
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28573
29163
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28698,6 +29288,13 @@ export interface Routes {
|
|
|
28698
29288
|
message: string;
|
|
28699
29289
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28700
29290
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29291
|
+
} | {
|
|
29292
|
+
/** Date and time at which Seam created the warning. */
|
|
29293
|
+
created_at: string;
|
|
29294
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29295
|
+
message: string;
|
|
29296
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29297
|
+
warning_code: 'needs_to_be_reissued';
|
|
28701
29298
|
}>;
|
|
28702
29299
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28703
29300
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28791,6 +29388,13 @@ export interface Routes {
|
|
|
28791
29388
|
message: string;
|
|
28792
29389
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28793
29390
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29391
|
+
} | {
|
|
29392
|
+
/** Date and time at which Seam created the warning. */
|
|
29393
|
+
created_at: string;
|
|
29394
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29395
|
+
message: string;
|
|
29396
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29397
|
+
warning_code: 'needs_to_be_reissued';
|
|
28794
29398
|
}>;
|
|
28795
29399
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
28796
29400
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29467,6 +30071,13 @@ export interface Routes {
|
|
|
29467
30071
|
message: string;
|
|
29468
30072
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29469
30073
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30074
|
+
} | {
|
|
30075
|
+
/** Date and time at which Seam created the warning. */
|
|
30076
|
+
created_at: string;
|
|
30077
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30078
|
+
message: string;
|
|
30079
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30080
|
+
warning_code: 'needs_to_be_reissued';
|
|
29470
30081
|
}>;
|
|
29471
30082
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29472
30083
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29560,6 +30171,13 @@ export interface Routes {
|
|
|
29560
30171
|
message: string;
|
|
29561
30172
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29562
30173
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30174
|
+
} | {
|
|
30175
|
+
/** Date and time at which Seam created the warning. */
|
|
30176
|
+
created_at: string;
|
|
30177
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30178
|
+
message: string;
|
|
30179
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30180
|
+
warning_code: 'needs_to_be_reissued';
|
|
29563
30181
|
}>;
|
|
29564
30182
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29565
30183
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29690,6 +30308,13 @@ export interface Routes {
|
|
|
29690
30308
|
message: string;
|
|
29691
30309
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29692
30310
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30311
|
+
} | {
|
|
30312
|
+
/** Date and time at which Seam created the warning. */
|
|
30313
|
+
created_at: string;
|
|
30314
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30315
|
+
message: string;
|
|
30316
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30317
|
+
warning_code: 'needs_to_be_reissued';
|
|
29693
30318
|
}>;
|
|
29694
30319
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29695
30320
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29783,6 +30408,13 @@ export interface Routes {
|
|
|
29783
30408
|
message: string;
|
|
29784
30409
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29785
30410
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30411
|
+
} | {
|
|
30412
|
+
/** Date and time at which Seam created the warning. */
|
|
30413
|
+
created_at: string;
|
|
30414
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30415
|
+
message: string;
|
|
30416
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30417
|
+
warning_code: 'needs_to_be_reissued';
|
|
29786
30418
|
}>;
|
|
29787
30419
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29788
30420
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30302,6 +30934,13 @@ export interface Routes {
|
|
|
30302
30934
|
message: string;
|
|
30303
30935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30304
30936
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30937
|
+
} | {
|
|
30938
|
+
/** Date and time at which Seam created the warning. */
|
|
30939
|
+
created_at: string;
|
|
30940
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30941
|
+
message: string;
|
|
30942
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30943
|
+
warning_code: 'needs_to_be_reissued';
|
|
30305
30944
|
}>;
|
|
30306
30945
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30307
30946
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30395,6 +31034,13 @@ export interface Routes {
|
|
|
30395
31034
|
message: string;
|
|
30396
31035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30397
31036
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
31037
|
+
} | {
|
|
31038
|
+
/** Date and time at which Seam created the warning. */
|
|
31039
|
+
created_at: string;
|
|
31040
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31041
|
+
message: string;
|
|
31042
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31043
|
+
warning_code: 'needs_to_be_reissued';
|
|
30398
31044
|
}>;
|
|
30399
31045
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30400
31046
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30525,6 +31171,13 @@ export interface Routes {
|
|
|
30525
31171
|
message: string;
|
|
30526
31172
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30527
31173
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
31174
|
+
} | {
|
|
31175
|
+
/** Date and time at which Seam created the warning. */
|
|
31176
|
+
created_at: string;
|
|
31177
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31178
|
+
message: string;
|
|
31179
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31180
|
+
warning_code: 'needs_to_be_reissued';
|
|
30528
31181
|
}>;
|
|
30529
31182
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30530
31183
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30618,6 +31271,13 @@ export interface Routes {
|
|
|
30618
31271
|
message: string;
|
|
30619
31272
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30620
31273
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
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: 'needs_to_be_reissued';
|
|
30621
31281
|
}>;
|
|
30622
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). */
|
|
30623
31283
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -32985,6 +33645,13 @@ export interface Routes {
|
|
|
32985
33645
|
message: string;
|
|
32986
33646
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32987
33647
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33648
|
+
} | {
|
|
33649
|
+
/** Date and time at which Seam created the warning. */
|
|
33650
|
+
created_at: string;
|
|
33651
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33652
|
+
message: string;
|
|
33653
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33654
|
+
warning_code: 'needs_to_be_reissued';
|
|
32988
33655
|
}>;
|
|
32989
33656
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
32990
33657
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -33078,6 +33745,13 @@ export interface Routes {
|
|
|
33078
33745
|
message: string;
|
|
33079
33746
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33080
33747
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33748
|
+
} | {
|
|
33749
|
+
/** Date and time at which Seam created the warning. */
|
|
33750
|
+
created_at: string;
|
|
33751
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33752
|
+
message: string;
|
|
33753
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33754
|
+
warning_code: 'needs_to_be_reissued';
|
|
33081
33755
|
}>;
|
|
33082
33756
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
33083
33757
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -33208,6 +33882,13 @@ export interface Routes {
|
|
|
33208
33882
|
message: string;
|
|
33209
33883
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33210
33884
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33885
|
+
} | {
|
|
33886
|
+
/** Date and time at which Seam created the warning. */
|
|
33887
|
+
created_at: string;
|
|
33888
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33889
|
+
message: string;
|
|
33890
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33891
|
+
warning_code: 'needs_to_be_reissued';
|
|
33211
33892
|
}>;
|
|
33212
33893
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
33213
33894
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -33301,6 +33982,13 @@ export interface Routes {
|
|
|
33301
33982
|
message: string;
|
|
33302
33983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33303
33984
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33985
|
+
} | {
|
|
33986
|
+
/** Date and time at which Seam created the warning. */
|
|
33987
|
+
created_at: string;
|
|
33988
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33989
|
+
message: string;
|
|
33990
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33991
|
+
warning_code: 'needs_to_be_reissued';
|
|
33304
33992
|
}>;
|
|
33305
33993
|
/** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
33306
33994
|
is_multi_phone_sync_credential?: boolean | undefined;
|