@seamapi/types 1.999.0 → 1.1000.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/seam/connect/models/acs/acs-credential.d.ts +96 -0
- package/lib/seam/connect/models/acs/acs-credential.js +13 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +239 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +86 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +110 -0
- package/lib/seam/connect/models/action-attempts/scan-to-assign-credential.d.ts +43 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +98 -0
- package/lib/seam/connect/openapi.js +280 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1980 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +16 -0
- package/src/lib/seam/connect/openapi.ts +326 -0
- package/src/lib/seam/connect/route-types.ts +2160 -0
|
@@ -327,6 +327,18 @@ export type Routes = {
|
|
|
327
327
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
328
328
|
warning_code: 'needs_to_be_reissued'
|
|
329
329
|
}
|
|
330
|
+
| {
|
|
331
|
+
/** Date and time at which Seam created the warning. */
|
|
332
|
+
created_at: string
|
|
333
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
334
|
+
message: string
|
|
335
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
336
|
+
warning_code: 'requested_code_unavailable'
|
|
337
|
+
/** The originally requested PIN code that could not be used. */
|
|
338
|
+
original_code: string
|
|
339
|
+
/** The PIN code that was assigned instead. */
|
|
340
|
+
new_code: string
|
|
341
|
+
}
|
|
330
342
|
)[]
|
|
331
343
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
332
344
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -517,6 +529,18 @@ export type Routes = {
|
|
|
517
529
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
518
530
|
warning_code: 'needs_to_be_reissued'
|
|
519
531
|
}
|
|
532
|
+
| {
|
|
533
|
+
/** Date and time at which Seam created the warning. */
|
|
534
|
+
created_at: string
|
|
535
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
536
|
+
message: string
|
|
537
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
538
|
+
warning_code: 'requested_code_unavailable'
|
|
539
|
+
/** The originally requested PIN code that could not be used. */
|
|
540
|
+
original_code: string
|
|
541
|
+
/** The PIN code that was assigned instead. */
|
|
542
|
+
new_code: string
|
|
543
|
+
}
|
|
520
544
|
)[]
|
|
521
545
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
522
546
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -782,6 +806,18 @@ export type Routes = {
|
|
|
782
806
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
783
807
|
warning_code: 'needs_to_be_reissued'
|
|
784
808
|
}
|
|
809
|
+
| {
|
|
810
|
+
/** Date and time at which Seam created the warning. */
|
|
811
|
+
created_at: string
|
|
812
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
813
|
+
message: string
|
|
814
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
815
|
+
warning_code: 'requested_code_unavailable'
|
|
816
|
+
/** The originally requested PIN code that could not be used. */
|
|
817
|
+
original_code: string
|
|
818
|
+
/** The PIN code that was assigned instead. */
|
|
819
|
+
new_code: string
|
|
820
|
+
}
|
|
785
821
|
)[]
|
|
786
822
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
787
823
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -968,6 +1004,18 @@ export type Routes = {
|
|
|
968
1004
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
969
1005
|
warning_code: 'needs_to_be_reissued'
|
|
970
1006
|
}
|
|
1007
|
+
| {
|
|
1008
|
+
/** Date and time at which Seam created the warning. */
|
|
1009
|
+
created_at: string
|
|
1010
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1011
|
+
message: string
|
|
1012
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1013
|
+
warning_code: 'requested_code_unavailable'
|
|
1014
|
+
/** The originally requested PIN code that could not be used. */
|
|
1015
|
+
original_code: string
|
|
1016
|
+
/** The PIN code that was assigned instead. */
|
|
1017
|
+
new_code: string
|
|
1018
|
+
}
|
|
971
1019
|
)[]
|
|
972
1020
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
973
1021
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1244,6 +1292,18 @@ export type Routes = {
|
|
|
1244
1292
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1245
1293
|
warning_code: 'needs_to_be_reissued'
|
|
1246
1294
|
}
|
|
1295
|
+
| {
|
|
1296
|
+
/** Date and time at which Seam created the warning. */
|
|
1297
|
+
created_at: string
|
|
1298
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1299
|
+
message: string
|
|
1300
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1301
|
+
warning_code: 'requested_code_unavailable'
|
|
1302
|
+
/** The originally requested PIN code that could not be used. */
|
|
1303
|
+
original_code: string
|
|
1304
|
+
/** The PIN code that was assigned instead. */
|
|
1305
|
+
new_code: string
|
|
1306
|
+
}
|
|
1247
1307
|
)[]
|
|
1248
1308
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
1249
1309
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3453,6 +3513,18 @@ export type Routes = {
|
|
|
3453
3513
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3454
3514
|
warning_code: 'needs_to_be_reissued'
|
|
3455
3515
|
}
|
|
3516
|
+
| {
|
|
3517
|
+
/** Date and time at which Seam created the warning. */
|
|
3518
|
+
created_at: string
|
|
3519
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3520
|
+
message: string
|
|
3521
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3522
|
+
warning_code: 'requested_code_unavailable'
|
|
3523
|
+
/** The originally requested PIN code that could not be used. */
|
|
3524
|
+
original_code: string
|
|
3525
|
+
/** The PIN code that was assigned instead. */
|
|
3526
|
+
new_code: string
|
|
3527
|
+
}
|
|
3456
3528
|
)[]
|
|
3457
3529
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3458
3530
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3643,6 +3715,18 @@ export type Routes = {
|
|
|
3643
3715
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3644
3716
|
warning_code: 'needs_to_be_reissued'
|
|
3645
3717
|
}
|
|
3718
|
+
| {
|
|
3719
|
+
/** Date and time at which Seam created the warning. */
|
|
3720
|
+
created_at: string
|
|
3721
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3722
|
+
message: string
|
|
3723
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3724
|
+
warning_code: 'requested_code_unavailable'
|
|
3725
|
+
/** The originally requested PIN code that could not be used. */
|
|
3726
|
+
original_code: string
|
|
3727
|
+
/** The PIN code that was assigned instead. */
|
|
3728
|
+
new_code: string
|
|
3729
|
+
}
|
|
3646
3730
|
)[]
|
|
3647
3731
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3648
3732
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3908,6 +3992,18 @@ export type Routes = {
|
|
|
3908
3992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3909
3993
|
warning_code: 'needs_to_be_reissued'
|
|
3910
3994
|
}
|
|
3995
|
+
| {
|
|
3996
|
+
/** Date and time at which Seam created the warning. */
|
|
3997
|
+
created_at: string
|
|
3998
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3999
|
+
message: string
|
|
4000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4001
|
+
warning_code: 'requested_code_unavailable'
|
|
4002
|
+
/** The originally requested PIN code that could not be used. */
|
|
4003
|
+
original_code: string
|
|
4004
|
+
/** The PIN code that was assigned instead. */
|
|
4005
|
+
new_code: string
|
|
4006
|
+
}
|
|
3911
4007
|
)[]
|
|
3912
4008
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
3913
4009
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4094,6 +4190,18 @@ export type Routes = {
|
|
|
4094
4190
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4095
4191
|
warning_code: 'needs_to_be_reissued'
|
|
4096
4192
|
}
|
|
4193
|
+
| {
|
|
4194
|
+
/** Date and time at which Seam created the warning. */
|
|
4195
|
+
created_at: string
|
|
4196
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4197
|
+
message: string
|
|
4198
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4199
|
+
warning_code: 'requested_code_unavailable'
|
|
4200
|
+
/** The originally requested PIN code that could not be used. */
|
|
4201
|
+
original_code: string
|
|
4202
|
+
/** The PIN code that was assigned instead. */
|
|
4203
|
+
new_code: string
|
|
4204
|
+
}
|
|
4097
4205
|
)[]
|
|
4098
4206
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4099
4207
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4370,6 +4478,18 @@ export type Routes = {
|
|
|
4370
4478
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4371
4479
|
warning_code: 'needs_to_be_reissued'
|
|
4372
4480
|
}
|
|
4481
|
+
| {
|
|
4482
|
+
/** Date and time at which Seam created the warning. */
|
|
4483
|
+
created_at: string
|
|
4484
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4485
|
+
message: string
|
|
4486
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4487
|
+
warning_code: 'requested_code_unavailable'
|
|
4488
|
+
/** The originally requested PIN code that could not be used. */
|
|
4489
|
+
original_code: string
|
|
4490
|
+
/** The PIN code that was assigned instead. */
|
|
4491
|
+
new_code: string
|
|
4492
|
+
}
|
|
4373
4493
|
)[]
|
|
4374
4494
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
4375
4495
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8205,6 +8325,18 @@ export type Routes = {
|
|
|
8205
8325
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8206
8326
|
warning_code: 'needs_to_be_reissued'
|
|
8207
8327
|
}
|
|
8328
|
+
| {
|
|
8329
|
+
/** Date and time at which Seam created the warning. */
|
|
8330
|
+
created_at: string
|
|
8331
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8332
|
+
message: string
|
|
8333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8334
|
+
warning_code: 'requested_code_unavailable'
|
|
8335
|
+
/** The originally requested PIN code that could not be used. */
|
|
8336
|
+
original_code: string
|
|
8337
|
+
/** The PIN code that was assigned instead. */
|
|
8338
|
+
new_code: string
|
|
8339
|
+
}
|
|
8208
8340
|
)[]
|
|
8209
8341
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8210
8342
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8395,6 +8527,18 @@ export type Routes = {
|
|
|
8395
8527
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8396
8528
|
warning_code: 'needs_to_be_reissued'
|
|
8397
8529
|
}
|
|
8530
|
+
| {
|
|
8531
|
+
/** Date and time at which Seam created the warning. */
|
|
8532
|
+
created_at: string
|
|
8533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8534
|
+
message: string
|
|
8535
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8536
|
+
warning_code: 'requested_code_unavailable'
|
|
8537
|
+
/** The originally requested PIN code that could not be used. */
|
|
8538
|
+
original_code: string
|
|
8539
|
+
/** The PIN code that was assigned instead. */
|
|
8540
|
+
new_code: string
|
|
8541
|
+
}
|
|
8398
8542
|
)[]
|
|
8399
8543
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8400
8544
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8660,6 +8804,18 @@ export type Routes = {
|
|
|
8660
8804
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8661
8805
|
warning_code: 'needs_to_be_reissued'
|
|
8662
8806
|
}
|
|
8807
|
+
| {
|
|
8808
|
+
/** Date and time at which Seam created the warning. */
|
|
8809
|
+
created_at: string
|
|
8810
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8811
|
+
message: string
|
|
8812
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8813
|
+
warning_code: 'requested_code_unavailable'
|
|
8814
|
+
/** The originally requested PIN code that could not be used. */
|
|
8815
|
+
original_code: string
|
|
8816
|
+
/** The PIN code that was assigned instead. */
|
|
8817
|
+
new_code: string
|
|
8818
|
+
}
|
|
8663
8819
|
)[]
|
|
8664
8820
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8665
8821
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8846,6 +9002,18 @@ export type Routes = {
|
|
|
8846
9002
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8847
9003
|
warning_code: 'needs_to_be_reissued'
|
|
8848
9004
|
}
|
|
9005
|
+
| {
|
|
9006
|
+
/** Date and time at which Seam created the warning. */
|
|
9007
|
+
created_at: string
|
|
9008
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9009
|
+
message: string
|
|
9010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9011
|
+
warning_code: 'requested_code_unavailable'
|
|
9012
|
+
/** The originally requested PIN code that could not be used. */
|
|
9013
|
+
original_code: string
|
|
9014
|
+
/** The PIN code that was assigned instead. */
|
|
9015
|
+
new_code: string
|
|
9016
|
+
}
|
|
8849
9017
|
)[]
|
|
8850
9018
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
8851
9019
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -9122,6 +9290,18 @@ export type Routes = {
|
|
|
9122
9290
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9123
9291
|
warning_code: 'needs_to_be_reissued'
|
|
9124
9292
|
}
|
|
9293
|
+
| {
|
|
9294
|
+
/** Date and time at which Seam created the warning. */
|
|
9295
|
+
created_at: string
|
|
9296
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9297
|
+
message: string
|
|
9298
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9299
|
+
warning_code: 'requested_code_unavailable'
|
|
9300
|
+
/** The originally requested PIN code that could not be used. */
|
|
9301
|
+
original_code: string
|
|
9302
|
+
/** The PIN code that was assigned instead. */
|
|
9303
|
+
new_code: string
|
|
9304
|
+
}
|
|
9125
9305
|
)[]
|
|
9126
9306
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
9127
9307
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11182,6 +11362,18 @@ export type Routes = {
|
|
|
11182
11362
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11183
11363
|
warning_code: 'needs_to_be_reissued'
|
|
11184
11364
|
}
|
|
11365
|
+
| {
|
|
11366
|
+
/** Date and time at which Seam created the warning. */
|
|
11367
|
+
created_at: string
|
|
11368
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11369
|
+
message: string
|
|
11370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11371
|
+
warning_code: 'requested_code_unavailable'
|
|
11372
|
+
/** The originally requested PIN code that could not be used. */
|
|
11373
|
+
original_code: string
|
|
11374
|
+
/** The PIN code that was assigned instead. */
|
|
11375
|
+
new_code: string
|
|
11376
|
+
}
|
|
11185
11377
|
)[]
|
|
11186
11378
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
11187
11379
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11372,6 +11564,18 @@ export type Routes = {
|
|
|
11372
11564
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11373
11565
|
warning_code: 'needs_to_be_reissued'
|
|
11374
11566
|
}
|
|
11567
|
+
| {
|
|
11568
|
+
/** Date and time at which Seam created the warning. */
|
|
11569
|
+
created_at: string
|
|
11570
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11571
|
+
message: string
|
|
11572
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11573
|
+
warning_code: 'requested_code_unavailable'
|
|
11574
|
+
/** The originally requested PIN code that could not be used. */
|
|
11575
|
+
original_code: string
|
|
11576
|
+
/** The PIN code that was assigned instead. */
|
|
11577
|
+
new_code: string
|
|
11578
|
+
}
|
|
11375
11579
|
)[]
|
|
11376
11580
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
11377
11581
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11637,6 +11841,18 @@ export type Routes = {
|
|
|
11637
11841
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11638
11842
|
warning_code: 'needs_to_be_reissued'
|
|
11639
11843
|
}
|
|
11844
|
+
| {
|
|
11845
|
+
/** Date and time at which Seam created the warning. */
|
|
11846
|
+
created_at: string
|
|
11847
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11848
|
+
message: string
|
|
11849
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11850
|
+
warning_code: 'requested_code_unavailable'
|
|
11851
|
+
/** The originally requested PIN code that could not be used. */
|
|
11852
|
+
original_code: string
|
|
11853
|
+
/** The PIN code that was assigned instead. */
|
|
11854
|
+
new_code: string
|
|
11855
|
+
}
|
|
11640
11856
|
)[]
|
|
11641
11857
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
11642
11858
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11823,6 +12039,18 @@ export type Routes = {
|
|
|
11823
12039
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11824
12040
|
warning_code: 'needs_to_be_reissued'
|
|
11825
12041
|
}
|
|
12042
|
+
| {
|
|
12043
|
+
/** Date and time at which Seam created the warning. */
|
|
12044
|
+
created_at: string
|
|
12045
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12046
|
+
message: string
|
|
12047
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12048
|
+
warning_code: 'requested_code_unavailable'
|
|
12049
|
+
/** The originally requested PIN code that could not be used. */
|
|
12050
|
+
original_code: string
|
|
12051
|
+
/** The PIN code that was assigned instead. */
|
|
12052
|
+
new_code: string
|
|
12053
|
+
}
|
|
11826
12054
|
)[]
|
|
11827
12055
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
11828
12056
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -12099,6 +12327,18 @@ export type Routes = {
|
|
|
12099
12327
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12100
12328
|
warning_code: 'needs_to_be_reissued'
|
|
12101
12329
|
}
|
|
12330
|
+
| {
|
|
12331
|
+
/** Date and time at which Seam created the warning. */
|
|
12332
|
+
created_at: string
|
|
12333
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12334
|
+
message: string
|
|
12335
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12336
|
+
warning_code: 'requested_code_unavailable'
|
|
12337
|
+
/** The originally requested PIN code that could not be used. */
|
|
12338
|
+
original_code: string
|
|
12339
|
+
/** The PIN code that was assigned instead. */
|
|
12340
|
+
new_code: string
|
|
12341
|
+
}
|
|
12102
12342
|
)[]
|
|
12103
12343
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
12104
12344
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -17879,6 +18119,18 @@ export type Routes = {
|
|
|
17879
18119
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17880
18120
|
warning_code: 'needs_to_be_reissued'
|
|
17881
18121
|
}
|
|
18122
|
+
| {
|
|
18123
|
+
/** Date and time at which Seam created the warning. */
|
|
18124
|
+
created_at: string
|
|
18125
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18126
|
+
message: string
|
|
18127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18128
|
+
warning_code: 'requested_code_unavailable'
|
|
18129
|
+
/** The originally requested PIN code that could not be used. */
|
|
18130
|
+
original_code: string
|
|
18131
|
+
/** The PIN code that was assigned instead. */
|
|
18132
|
+
new_code: string
|
|
18133
|
+
}
|
|
17882
18134
|
)[]
|
|
17883
18135
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
17884
18136
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -18069,6 +18321,18 @@ export type Routes = {
|
|
|
18069
18321
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18070
18322
|
warning_code: 'needs_to_be_reissued'
|
|
18071
18323
|
}
|
|
18324
|
+
| {
|
|
18325
|
+
/** Date and time at which Seam created the warning. */
|
|
18326
|
+
created_at: string
|
|
18327
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18328
|
+
message: string
|
|
18329
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18330
|
+
warning_code: 'requested_code_unavailable'
|
|
18331
|
+
/** The originally requested PIN code that could not be used. */
|
|
18332
|
+
original_code: string
|
|
18333
|
+
/** The PIN code that was assigned instead. */
|
|
18334
|
+
new_code: string
|
|
18335
|
+
}
|
|
18072
18336
|
)[]
|
|
18073
18337
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18074
18338
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -18334,6 +18598,18 @@ export type Routes = {
|
|
|
18334
18598
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18335
18599
|
warning_code: 'needs_to_be_reissued'
|
|
18336
18600
|
}
|
|
18601
|
+
| {
|
|
18602
|
+
/** Date and time at which Seam created the warning. */
|
|
18603
|
+
created_at: string
|
|
18604
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18605
|
+
message: string
|
|
18606
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18607
|
+
warning_code: 'requested_code_unavailable'
|
|
18608
|
+
/** The originally requested PIN code that could not be used. */
|
|
18609
|
+
original_code: string
|
|
18610
|
+
/** The PIN code that was assigned instead. */
|
|
18611
|
+
new_code: string
|
|
18612
|
+
}
|
|
18337
18613
|
)[]
|
|
18338
18614
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18339
18615
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -18520,6 +18796,18 @@ export type Routes = {
|
|
|
18520
18796
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18521
18797
|
warning_code: 'needs_to_be_reissued'
|
|
18522
18798
|
}
|
|
18799
|
+
| {
|
|
18800
|
+
/** Date and time at which Seam created the warning. */
|
|
18801
|
+
created_at: string
|
|
18802
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18803
|
+
message: string
|
|
18804
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18805
|
+
warning_code: 'requested_code_unavailable'
|
|
18806
|
+
/** The originally requested PIN code that could not be used. */
|
|
18807
|
+
original_code: string
|
|
18808
|
+
/** The PIN code that was assigned instead. */
|
|
18809
|
+
new_code: string
|
|
18810
|
+
}
|
|
18523
18811
|
)[]
|
|
18524
18812
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18525
18813
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -18796,6 +19084,18 @@ export type Routes = {
|
|
|
18796
19084
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18797
19085
|
warning_code: 'needs_to_be_reissued'
|
|
18798
19086
|
}
|
|
19087
|
+
| {
|
|
19088
|
+
/** Date and time at which Seam created the warning. */
|
|
19089
|
+
created_at: string
|
|
19090
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19091
|
+
message: string
|
|
19092
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19093
|
+
warning_code: 'requested_code_unavailable'
|
|
19094
|
+
/** The originally requested PIN code that could not be used. */
|
|
19095
|
+
original_code: string
|
|
19096
|
+
/** The PIN code that was assigned instead. */
|
|
19097
|
+
new_code: string
|
|
19098
|
+
}
|
|
18799
19099
|
)[]
|
|
18800
19100
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
18801
19101
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -19987,6 +20287,18 @@ export type Routes = {
|
|
|
19987
20287
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19988
20288
|
warning_code: 'needs_to_be_reissued'
|
|
19989
20289
|
}
|
|
20290
|
+
| {
|
|
20291
|
+
/** Date and time at which Seam created the warning. */
|
|
20292
|
+
created_at: string
|
|
20293
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20294
|
+
message: string
|
|
20295
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20296
|
+
warning_code: 'requested_code_unavailable'
|
|
20297
|
+
/** The originally requested PIN code that could not be used. */
|
|
20298
|
+
original_code: string
|
|
20299
|
+
/** The PIN code that was assigned instead. */
|
|
20300
|
+
new_code: string
|
|
20301
|
+
}
|
|
19990
20302
|
)[]
|
|
19991
20303
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
19992
20304
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20177,6 +20489,18 @@ export type Routes = {
|
|
|
20177
20489
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20178
20490
|
warning_code: 'needs_to_be_reissued'
|
|
20179
20491
|
}
|
|
20492
|
+
| {
|
|
20493
|
+
/** Date and time at which Seam created the warning. */
|
|
20494
|
+
created_at: string
|
|
20495
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20496
|
+
message: string
|
|
20497
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20498
|
+
warning_code: 'requested_code_unavailable'
|
|
20499
|
+
/** The originally requested PIN code that could not be used. */
|
|
20500
|
+
original_code: string
|
|
20501
|
+
/** The PIN code that was assigned instead. */
|
|
20502
|
+
new_code: string
|
|
20503
|
+
}
|
|
20180
20504
|
)[]
|
|
20181
20505
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20182
20506
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20442,6 +20766,18 @@ export type Routes = {
|
|
|
20442
20766
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20443
20767
|
warning_code: 'needs_to_be_reissued'
|
|
20444
20768
|
}
|
|
20769
|
+
| {
|
|
20770
|
+
/** Date and time at which Seam created the warning. */
|
|
20771
|
+
created_at: string
|
|
20772
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20773
|
+
message: string
|
|
20774
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20775
|
+
warning_code: 'requested_code_unavailable'
|
|
20776
|
+
/** The originally requested PIN code that could not be used. */
|
|
20777
|
+
original_code: string
|
|
20778
|
+
/** The PIN code that was assigned instead. */
|
|
20779
|
+
new_code: string
|
|
20780
|
+
}
|
|
20445
20781
|
)[]
|
|
20446
20782
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20447
20783
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20628,6 +20964,18 @@ export type Routes = {
|
|
|
20628
20964
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20629
20965
|
warning_code: 'needs_to_be_reissued'
|
|
20630
20966
|
}
|
|
20967
|
+
| {
|
|
20968
|
+
/** Date and time at which Seam created the warning. */
|
|
20969
|
+
created_at: string
|
|
20970
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20971
|
+
message: string
|
|
20972
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20973
|
+
warning_code: 'requested_code_unavailable'
|
|
20974
|
+
/** The originally requested PIN code that could not be used. */
|
|
20975
|
+
original_code: string
|
|
20976
|
+
/** The PIN code that was assigned instead. */
|
|
20977
|
+
new_code: string
|
|
20978
|
+
}
|
|
20631
20979
|
)[]
|
|
20632
20980
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20633
20981
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -20904,6 +21252,18 @@ export type Routes = {
|
|
|
20904
21252
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20905
21253
|
warning_code: 'needs_to_be_reissued'
|
|
20906
21254
|
}
|
|
21255
|
+
| {
|
|
21256
|
+
/** Date and time at which Seam created the warning. */
|
|
21257
|
+
created_at: string
|
|
21258
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21259
|
+
message: string
|
|
21260
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21261
|
+
warning_code: 'requested_code_unavailable'
|
|
21262
|
+
/** The originally requested PIN code that could not be used. */
|
|
21263
|
+
original_code: string
|
|
21264
|
+
/** The PIN code that was assigned instead. */
|
|
21265
|
+
new_code: string
|
|
21266
|
+
}
|
|
20907
21267
|
)[]
|
|
20908
21268
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
20909
21269
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -24777,6 +25137,18 @@ export type Routes = {
|
|
|
24777
25137
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24778
25138
|
warning_code: 'needs_to_be_reissued'
|
|
24779
25139
|
}
|
|
25140
|
+
| {
|
|
25141
|
+
/** Date and time at which Seam created the warning. */
|
|
25142
|
+
created_at: string
|
|
25143
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25144
|
+
message: string
|
|
25145
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25146
|
+
warning_code: 'requested_code_unavailable'
|
|
25147
|
+
/** The originally requested PIN code that could not be used. */
|
|
25148
|
+
original_code: string
|
|
25149
|
+
/** The PIN code that was assigned instead. */
|
|
25150
|
+
new_code: string
|
|
25151
|
+
}
|
|
24780
25152
|
)[]
|
|
24781
25153
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
24782
25154
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25315,6 +25687,18 @@ export type Routes = {
|
|
|
25315
25687
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25316
25688
|
warning_code: 'needs_to_be_reissued'
|
|
25317
25689
|
}
|
|
25690
|
+
| {
|
|
25691
|
+
/** Date and time at which Seam created the warning. */
|
|
25692
|
+
created_at: string
|
|
25693
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25694
|
+
message: string
|
|
25695
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25696
|
+
warning_code: 'requested_code_unavailable'
|
|
25697
|
+
/** The originally requested PIN code that could not be used. */
|
|
25698
|
+
original_code: string
|
|
25699
|
+
/** The PIN code that was assigned instead. */
|
|
25700
|
+
new_code: string
|
|
25701
|
+
}
|
|
25318
25702
|
)[]
|
|
25319
25703
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25320
25704
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25505,6 +25889,18 @@ export type Routes = {
|
|
|
25505
25889
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25506
25890
|
warning_code: 'needs_to_be_reissued'
|
|
25507
25891
|
}
|
|
25892
|
+
| {
|
|
25893
|
+
/** Date and time at which Seam created the warning. */
|
|
25894
|
+
created_at: string
|
|
25895
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25896
|
+
message: string
|
|
25897
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25898
|
+
warning_code: 'requested_code_unavailable'
|
|
25899
|
+
/** The originally requested PIN code that could not be used. */
|
|
25900
|
+
original_code: string
|
|
25901
|
+
/** The PIN code that was assigned instead. */
|
|
25902
|
+
new_code: string
|
|
25903
|
+
}
|
|
25508
25904
|
)[]
|
|
25509
25905
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25510
25906
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25770,6 +26166,18 @@ export type Routes = {
|
|
|
25770
26166
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25771
26167
|
warning_code: 'needs_to_be_reissued'
|
|
25772
26168
|
}
|
|
26169
|
+
| {
|
|
26170
|
+
/** Date and time at which Seam created the warning. */
|
|
26171
|
+
created_at: string
|
|
26172
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26173
|
+
message: string
|
|
26174
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26175
|
+
warning_code: 'requested_code_unavailable'
|
|
26176
|
+
/** The originally requested PIN code that could not be used. */
|
|
26177
|
+
original_code: string
|
|
26178
|
+
/** The PIN code that was assigned instead. */
|
|
26179
|
+
new_code: string
|
|
26180
|
+
}
|
|
25773
26181
|
)[]
|
|
25774
26182
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25775
26183
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25956,6 +26364,18 @@ export type Routes = {
|
|
|
25956
26364
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25957
26365
|
warning_code: 'needs_to_be_reissued'
|
|
25958
26366
|
}
|
|
26367
|
+
| {
|
|
26368
|
+
/** Date and time at which Seam created the warning. */
|
|
26369
|
+
created_at: string
|
|
26370
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26371
|
+
message: string
|
|
26372
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26373
|
+
warning_code: 'requested_code_unavailable'
|
|
26374
|
+
/** The originally requested PIN code that could not be used. */
|
|
26375
|
+
original_code: string
|
|
26376
|
+
/** The PIN code that was assigned instead. */
|
|
26377
|
+
new_code: string
|
|
26378
|
+
}
|
|
25959
26379
|
)[]
|
|
25960
26380
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
25961
26381
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26232,6 +26652,18 @@ export type Routes = {
|
|
|
26232
26652
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26233
26653
|
warning_code: 'needs_to_be_reissued'
|
|
26234
26654
|
}
|
|
26655
|
+
| {
|
|
26656
|
+
/** Date and time at which Seam created the warning. */
|
|
26657
|
+
created_at: string
|
|
26658
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26659
|
+
message: string
|
|
26660
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26661
|
+
warning_code: 'requested_code_unavailable'
|
|
26662
|
+
/** The originally requested PIN code that could not be used. */
|
|
26663
|
+
original_code: string
|
|
26664
|
+
/** The PIN code that was assigned instead. */
|
|
26665
|
+
new_code: string
|
|
26666
|
+
}
|
|
26235
26667
|
)[]
|
|
26236
26668
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
26237
26669
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29117,6 +29549,18 @@ export type Routes = {
|
|
|
29117
29549
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29118
29550
|
warning_code: 'needs_to_be_reissued'
|
|
29119
29551
|
}
|
|
29552
|
+
| {
|
|
29553
|
+
/** Date and time at which Seam created the warning. */
|
|
29554
|
+
created_at: string
|
|
29555
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29556
|
+
message: string
|
|
29557
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29558
|
+
warning_code: 'requested_code_unavailable'
|
|
29559
|
+
/** The originally requested PIN code that could not be used. */
|
|
29560
|
+
original_code: string
|
|
29561
|
+
/** The PIN code that was assigned instead. */
|
|
29562
|
+
new_code: string
|
|
29563
|
+
}
|
|
29120
29564
|
)[]
|
|
29121
29565
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29122
29566
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29375,6 +29819,18 @@ export type Routes = {
|
|
|
29375
29819
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29376
29820
|
warning_code: 'needs_to_be_reissued'
|
|
29377
29821
|
}
|
|
29822
|
+
| {
|
|
29823
|
+
/** Date and time at which Seam created the warning. */
|
|
29824
|
+
created_at: string
|
|
29825
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29826
|
+
message: string
|
|
29827
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29828
|
+
warning_code: 'requested_code_unavailable'
|
|
29829
|
+
/** The originally requested PIN code that could not be used. */
|
|
29830
|
+
original_code: string
|
|
29831
|
+
/** The PIN code that was assigned instead. */
|
|
29832
|
+
new_code: string
|
|
29833
|
+
}
|
|
29378
29834
|
)[]
|
|
29379
29835
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29380
29836
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29580,6 +30036,18 @@ export type Routes = {
|
|
|
29580
30036
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29581
30037
|
warning_code: 'needs_to_be_reissued'
|
|
29582
30038
|
}
|
|
30039
|
+
| {
|
|
30040
|
+
/** Date and time at which Seam created the warning. */
|
|
30041
|
+
created_at: string
|
|
30042
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30043
|
+
message: string
|
|
30044
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30045
|
+
warning_code: 'requested_code_unavailable'
|
|
30046
|
+
/** The originally requested PIN code that could not be used. */
|
|
30047
|
+
original_code: string
|
|
30048
|
+
/** The PIN code that was assigned instead. */
|
|
30049
|
+
new_code: string
|
|
30050
|
+
}
|
|
29583
30051
|
)[]
|
|
29584
30052
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29585
30053
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29790,6 +30258,18 @@ export type Routes = {
|
|
|
29790
30258
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29791
30259
|
warning_code: 'needs_to_be_reissued'
|
|
29792
30260
|
}
|
|
30261
|
+
| {
|
|
30262
|
+
/** Date and time at which Seam created the warning. */
|
|
30263
|
+
created_at: string
|
|
30264
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30265
|
+
message: string
|
|
30266
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30267
|
+
warning_code: 'requested_code_unavailable'
|
|
30268
|
+
/** The originally requested PIN code that could not be used. */
|
|
30269
|
+
original_code: string
|
|
30270
|
+
/** The PIN code that was assigned instead. */
|
|
30271
|
+
new_code: string
|
|
30272
|
+
}
|
|
29793
30273
|
)[]
|
|
29794
30274
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
29795
30275
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30008,6 +30488,18 @@ export type Routes = {
|
|
|
30008
30488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30009
30489
|
warning_code: 'needs_to_be_reissued'
|
|
30010
30490
|
}
|
|
30491
|
+
| {
|
|
30492
|
+
/** Date and time at which Seam created the warning. */
|
|
30493
|
+
created_at: string
|
|
30494
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30495
|
+
message: string
|
|
30496
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30497
|
+
warning_code: 'requested_code_unavailable'
|
|
30498
|
+
/** The originally requested PIN code that could not be used. */
|
|
30499
|
+
original_code: string
|
|
30500
|
+
/** The PIN code that was assigned instead. */
|
|
30501
|
+
new_code: string
|
|
30502
|
+
}
|
|
30011
30503
|
)[]
|
|
30012
30504
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30013
30505
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30495,6 +30987,18 @@ export type Routes = {
|
|
|
30495
30987
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30496
30988
|
warning_code: 'needs_to_be_reissued'
|
|
30497
30989
|
}
|
|
30990
|
+
| {
|
|
30991
|
+
/** Date and time at which Seam created the warning. */
|
|
30992
|
+
created_at: string
|
|
30993
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30994
|
+
message: string
|
|
30995
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30996
|
+
warning_code: 'requested_code_unavailable'
|
|
30997
|
+
/** The originally requested PIN code that could not be used. */
|
|
30998
|
+
original_code: string
|
|
30999
|
+
/** The PIN code that was assigned instead. */
|
|
31000
|
+
new_code: string
|
|
31001
|
+
}
|
|
30498
31002
|
)[]
|
|
30499
31003
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30500
31004
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30686,6 +31190,18 @@ export type Routes = {
|
|
|
30686
31190
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30687
31191
|
warning_code: 'needs_to_be_reissued'
|
|
30688
31192
|
}
|
|
31193
|
+
| {
|
|
31194
|
+
/** Date and time at which Seam created the warning. */
|
|
31195
|
+
created_at: string
|
|
31196
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31197
|
+
message: string
|
|
31198
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31199
|
+
warning_code: 'requested_code_unavailable'
|
|
31200
|
+
/** The originally requested PIN code that could not be used. */
|
|
31201
|
+
original_code: string
|
|
31202
|
+
/** The PIN code that was assigned instead. */
|
|
31203
|
+
new_code: string
|
|
31204
|
+
}
|
|
30689
31205
|
)[]
|
|
30690
31206
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30691
31207
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30894,6 +31410,18 @@ export type Routes = {
|
|
|
30894
31410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30895
31411
|
warning_code: 'needs_to_be_reissued'
|
|
30896
31412
|
}
|
|
31413
|
+
| {
|
|
31414
|
+
/** Date and time at which Seam created the warning. */
|
|
31415
|
+
created_at: string
|
|
31416
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31417
|
+
message: string
|
|
31418
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31419
|
+
warning_code: 'requested_code_unavailable'
|
|
31420
|
+
/** The originally requested PIN code that could not be used. */
|
|
31421
|
+
original_code: string
|
|
31422
|
+
/** The PIN code that was assigned instead. */
|
|
31423
|
+
new_code: string
|
|
31424
|
+
}
|
|
30897
31425
|
)[]
|
|
30898
31426
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
30899
31427
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -31094,6 +31622,18 @@ export type Routes = {
|
|
|
31094
31622
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31095
31623
|
warning_code: 'needs_to_be_reissued'
|
|
31096
31624
|
}
|
|
31625
|
+
| {
|
|
31626
|
+
/** Date and time at which Seam created the warning. */
|
|
31627
|
+
created_at: string
|
|
31628
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31629
|
+
message: string
|
|
31630
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31631
|
+
warning_code: 'requested_code_unavailable'
|
|
31632
|
+
/** The originally requested PIN code that could not be used. */
|
|
31633
|
+
original_code: string
|
|
31634
|
+
/** The PIN code that was assigned instead. */
|
|
31635
|
+
new_code: string
|
|
31636
|
+
}
|
|
31097
31637
|
)[]
|
|
31098
31638
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31099
31639
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -31452,6 +31992,18 @@ export type Routes = {
|
|
|
31452
31992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31453
31993
|
warning_code: 'needs_to_be_reissued'
|
|
31454
31994
|
}
|
|
31995
|
+
| {
|
|
31996
|
+
/** Date and time at which Seam created the warning. */
|
|
31997
|
+
created_at: string
|
|
31998
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31999
|
+
message: string
|
|
32000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32001
|
+
warning_code: 'requested_code_unavailable'
|
|
32002
|
+
/** The originally requested PIN code that could not be used. */
|
|
32003
|
+
original_code: string
|
|
32004
|
+
/** The PIN code that was assigned instead. */
|
|
32005
|
+
new_code: string
|
|
32006
|
+
}
|
|
31455
32007
|
)[]
|
|
31456
32008
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31457
32009
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -31642,6 +32194,18 @@ export type Routes = {
|
|
|
31642
32194
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31643
32195
|
warning_code: 'needs_to_be_reissued'
|
|
31644
32196
|
}
|
|
32197
|
+
| {
|
|
32198
|
+
/** Date and time at which Seam created the warning. */
|
|
32199
|
+
created_at: string
|
|
32200
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32201
|
+
message: string
|
|
32202
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32203
|
+
warning_code: 'requested_code_unavailable'
|
|
32204
|
+
/** The originally requested PIN code that could not be used. */
|
|
32205
|
+
original_code: string
|
|
32206
|
+
/** The PIN code that was assigned instead. */
|
|
32207
|
+
new_code: string
|
|
32208
|
+
}
|
|
31645
32209
|
)[]
|
|
31646
32210
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31647
32211
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -31907,6 +32471,18 @@ export type Routes = {
|
|
|
31907
32471
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31908
32472
|
warning_code: 'needs_to_be_reissued'
|
|
31909
32473
|
}
|
|
32474
|
+
| {
|
|
32475
|
+
/** Date and time at which Seam created the warning. */
|
|
32476
|
+
created_at: string
|
|
32477
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32478
|
+
message: string
|
|
32479
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32480
|
+
warning_code: 'requested_code_unavailable'
|
|
32481
|
+
/** The originally requested PIN code that could not be used. */
|
|
32482
|
+
original_code: string
|
|
32483
|
+
/** The PIN code that was assigned instead. */
|
|
32484
|
+
new_code: string
|
|
32485
|
+
}
|
|
31910
32486
|
)[]
|
|
31911
32487
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
31912
32488
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32093,6 +32669,18 @@ export type Routes = {
|
|
|
32093
32669
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32094
32670
|
warning_code: 'needs_to_be_reissued'
|
|
32095
32671
|
}
|
|
32672
|
+
| {
|
|
32673
|
+
/** Date and time at which Seam created the warning. */
|
|
32674
|
+
created_at: string
|
|
32675
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32676
|
+
message: string
|
|
32677
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32678
|
+
warning_code: 'requested_code_unavailable'
|
|
32679
|
+
/** The originally requested PIN code that could not be used. */
|
|
32680
|
+
original_code: string
|
|
32681
|
+
/** The PIN code that was assigned instead. */
|
|
32682
|
+
new_code: string
|
|
32683
|
+
}
|
|
32096
32684
|
)[]
|
|
32097
32685
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
32098
32686
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32369,6 +32957,18 @@ export type Routes = {
|
|
|
32369
32957
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32370
32958
|
warning_code: 'needs_to_be_reissued'
|
|
32371
32959
|
}
|
|
32960
|
+
| {
|
|
32961
|
+
/** Date and time at which Seam created the warning. */
|
|
32962
|
+
created_at: string
|
|
32963
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32964
|
+
message: string
|
|
32965
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32966
|
+
warning_code: 'requested_code_unavailable'
|
|
32967
|
+
/** The originally requested PIN code that could not be used. */
|
|
32968
|
+
original_code: string
|
|
32969
|
+
/** The PIN code that was assigned instead. */
|
|
32970
|
+
new_code: string
|
|
32971
|
+
}
|
|
32372
32972
|
)[]
|
|
32373
32973
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
32374
32974
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -33655,6 +34255,18 @@ export type Routes = {
|
|
|
33655
34255
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33656
34256
|
warning_code: 'needs_to_be_reissued'
|
|
33657
34257
|
}
|
|
34258
|
+
| {
|
|
34259
|
+
/** Date and time at which Seam created the warning. */
|
|
34260
|
+
created_at: string
|
|
34261
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34262
|
+
message: string
|
|
34263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34264
|
+
warning_code: 'requested_code_unavailable'
|
|
34265
|
+
/** The originally requested PIN code that could not be used. */
|
|
34266
|
+
original_code: string
|
|
34267
|
+
/** The PIN code that was assigned instead. */
|
|
34268
|
+
new_code: string
|
|
34269
|
+
}
|
|
33658
34270
|
)[]
|
|
33659
34271
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
33660
34272
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -33845,6 +34457,18 @@ export type Routes = {
|
|
|
33845
34457
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33846
34458
|
warning_code: 'needs_to_be_reissued'
|
|
33847
34459
|
}
|
|
34460
|
+
| {
|
|
34461
|
+
/** Date and time at which Seam created the warning. */
|
|
34462
|
+
created_at: string
|
|
34463
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34464
|
+
message: string
|
|
34465
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34466
|
+
warning_code: 'requested_code_unavailable'
|
|
34467
|
+
/** The originally requested PIN code that could not be used. */
|
|
34468
|
+
original_code: string
|
|
34469
|
+
/** The PIN code that was assigned instead. */
|
|
34470
|
+
new_code: string
|
|
34471
|
+
}
|
|
33848
34472
|
)[]
|
|
33849
34473
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
33850
34474
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34110,6 +34734,18 @@ export type Routes = {
|
|
|
34110
34734
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34111
34735
|
warning_code: 'needs_to_be_reissued'
|
|
34112
34736
|
}
|
|
34737
|
+
| {
|
|
34738
|
+
/** Date and time at which Seam created the warning. */
|
|
34739
|
+
created_at: string
|
|
34740
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34741
|
+
message: string
|
|
34742
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34743
|
+
warning_code: 'requested_code_unavailable'
|
|
34744
|
+
/** The originally requested PIN code that could not be used. */
|
|
34745
|
+
original_code: string
|
|
34746
|
+
/** The PIN code that was assigned instead. */
|
|
34747
|
+
new_code: string
|
|
34748
|
+
}
|
|
34113
34749
|
)[]
|
|
34114
34750
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
34115
34751
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34296,6 +34932,18 @@ export type Routes = {
|
|
|
34296
34932
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34297
34933
|
warning_code: 'needs_to_be_reissued'
|
|
34298
34934
|
}
|
|
34935
|
+
| {
|
|
34936
|
+
/** Date and time at which Seam created the warning. */
|
|
34937
|
+
created_at: string
|
|
34938
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34939
|
+
message: string
|
|
34940
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34941
|
+
warning_code: 'requested_code_unavailable'
|
|
34942
|
+
/** The originally requested PIN code that could not be used. */
|
|
34943
|
+
original_code: string
|
|
34944
|
+
/** The PIN code that was assigned instead. */
|
|
34945
|
+
new_code: string
|
|
34946
|
+
}
|
|
34299
34947
|
)[]
|
|
34300
34948
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
34301
34949
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -34572,6 +35220,18 @@ export type Routes = {
|
|
|
34572
35220
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34573
35221
|
warning_code: 'needs_to_be_reissued'
|
|
34574
35222
|
}
|
|
35223
|
+
| {
|
|
35224
|
+
/** Date and time at which Seam created the warning. */
|
|
35225
|
+
created_at: string
|
|
35226
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35227
|
+
message: string
|
|
35228
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35229
|
+
warning_code: 'requested_code_unavailable'
|
|
35230
|
+
/** The originally requested PIN code that could not be used. */
|
|
35231
|
+
original_code: string
|
|
35232
|
+
/** The PIN code that was assigned instead. */
|
|
35233
|
+
new_code: string
|
|
35234
|
+
}
|
|
34575
35235
|
)[]
|
|
34576
35236
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
34577
35237
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35750,6 +36410,18 @@ export type Routes = {
|
|
|
35750
36410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35751
36411
|
warning_code: 'needs_to_be_reissued'
|
|
35752
36412
|
}
|
|
36413
|
+
| {
|
|
36414
|
+
/** Date and time at which Seam created the warning. */
|
|
36415
|
+
created_at: string
|
|
36416
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36417
|
+
message: string
|
|
36418
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36419
|
+
warning_code: 'requested_code_unavailable'
|
|
36420
|
+
/** The originally requested PIN code that could not be used. */
|
|
36421
|
+
original_code: string
|
|
36422
|
+
/** The PIN code that was assigned instead. */
|
|
36423
|
+
new_code: string
|
|
36424
|
+
}
|
|
35753
36425
|
)[]
|
|
35754
36426
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
35755
36427
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35940,6 +36612,18 @@ export type Routes = {
|
|
|
35940
36612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35941
36613
|
warning_code: 'needs_to_be_reissued'
|
|
35942
36614
|
}
|
|
36615
|
+
| {
|
|
36616
|
+
/** Date and time at which Seam created the warning. */
|
|
36617
|
+
created_at: string
|
|
36618
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36619
|
+
message: string
|
|
36620
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36621
|
+
warning_code: 'requested_code_unavailable'
|
|
36622
|
+
/** The originally requested PIN code that could not be used. */
|
|
36623
|
+
original_code: string
|
|
36624
|
+
/** The PIN code that was assigned instead. */
|
|
36625
|
+
new_code: string
|
|
36626
|
+
}
|
|
35943
36627
|
)[]
|
|
35944
36628
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
35945
36629
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36205,6 +36889,18 @@ export type Routes = {
|
|
|
36205
36889
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36206
36890
|
warning_code: 'needs_to_be_reissued'
|
|
36207
36891
|
}
|
|
36892
|
+
| {
|
|
36893
|
+
/** Date and time at which Seam created the warning. */
|
|
36894
|
+
created_at: string
|
|
36895
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36896
|
+
message: string
|
|
36897
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36898
|
+
warning_code: 'requested_code_unavailable'
|
|
36899
|
+
/** The originally requested PIN code that could not be used. */
|
|
36900
|
+
original_code: string
|
|
36901
|
+
/** The PIN code that was assigned instead. */
|
|
36902
|
+
new_code: string
|
|
36903
|
+
}
|
|
36208
36904
|
)[]
|
|
36209
36905
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36210
36906
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36391,6 +37087,18 @@ export type Routes = {
|
|
|
36391
37087
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36392
37088
|
warning_code: 'needs_to_be_reissued'
|
|
36393
37089
|
}
|
|
37090
|
+
| {
|
|
37091
|
+
/** Date and time at which Seam created the warning. */
|
|
37092
|
+
created_at: string
|
|
37093
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37094
|
+
message: string
|
|
37095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37096
|
+
warning_code: 'requested_code_unavailable'
|
|
37097
|
+
/** The originally requested PIN code that could not be used. */
|
|
37098
|
+
original_code: string
|
|
37099
|
+
/** The PIN code that was assigned instead. */
|
|
37100
|
+
new_code: string
|
|
37101
|
+
}
|
|
36394
37102
|
)[]
|
|
36395
37103
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36396
37104
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36667,6 +37375,18 @@ export type Routes = {
|
|
|
36667
37375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36668
37376
|
warning_code: 'needs_to_be_reissued'
|
|
36669
37377
|
}
|
|
37378
|
+
| {
|
|
37379
|
+
/** Date and time at which Seam created the warning. */
|
|
37380
|
+
created_at: string
|
|
37381
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37382
|
+
message: string
|
|
37383
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37384
|
+
warning_code: 'requested_code_unavailable'
|
|
37385
|
+
/** The originally requested PIN code that could not be used. */
|
|
37386
|
+
original_code: string
|
|
37387
|
+
/** The PIN code that was assigned instead. */
|
|
37388
|
+
new_code: string
|
|
37389
|
+
}
|
|
36670
37390
|
)[]
|
|
36671
37391
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
36672
37392
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -38368,6 +39088,18 @@ export type Routes = {
|
|
|
38368
39088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38369
39089
|
warning_code: 'needs_to_be_reissued'
|
|
38370
39090
|
}
|
|
39091
|
+
| {
|
|
39092
|
+
/** Date and time at which Seam created the warning. */
|
|
39093
|
+
created_at: string
|
|
39094
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39095
|
+
message: string
|
|
39096
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39097
|
+
warning_code: 'requested_code_unavailable'
|
|
39098
|
+
/** The originally requested PIN code that could not be used. */
|
|
39099
|
+
original_code: string
|
|
39100
|
+
/** The PIN code that was assigned instead. */
|
|
39101
|
+
new_code: string
|
|
39102
|
+
}
|
|
38371
39103
|
)[]
|
|
38372
39104
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38373
39105
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -38724,6 +39456,18 @@ export type Routes = {
|
|
|
38724
39456
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38725
39457
|
warning_code: 'needs_to_be_reissued'
|
|
38726
39458
|
}
|
|
39459
|
+
| {
|
|
39460
|
+
/** Date and time at which Seam created the warning. */
|
|
39461
|
+
created_at: string
|
|
39462
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39463
|
+
message: string
|
|
39464
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39465
|
+
warning_code: 'requested_code_unavailable'
|
|
39466
|
+
/** The originally requested PIN code that could not be used. */
|
|
39467
|
+
original_code: string
|
|
39468
|
+
/** The PIN code that was assigned instead. */
|
|
39469
|
+
new_code: string
|
|
39470
|
+
}
|
|
38727
39471
|
)[]
|
|
38728
39472
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38729
39473
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -38914,6 +39658,18 @@ export type Routes = {
|
|
|
38914
39658
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38915
39659
|
warning_code: 'needs_to_be_reissued'
|
|
38916
39660
|
}
|
|
39661
|
+
| {
|
|
39662
|
+
/** Date and time at which Seam created the warning. */
|
|
39663
|
+
created_at: string
|
|
39664
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39665
|
+
message: string
|
|
39666
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39667
|
+
warning_code: 'requested_code_unavailable'
|
|
39668
|
+
/** The originally requested PIN code that could not be used. */
|
|
39669
|
+
original_code: string
|
|
39670
|
+
/** The PIN code that was assigned instead. */
|
|
39671
|
+
new_code: string
|
|
39672
|
+
}
|
|
38917
39673
|
)[]
|
|
38918
39674
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
38919
39675
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -39179,6 +39935,18 @@ export type Routes = {
|
|
|
39179
39935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39180
39936
|
warning_code: 'needs_to_be_reissued'
|
|
39181
39937
|
}
|
|
39938
|
+
| {
|
|
39939
|
+
/** Date and time at which Seam created the warning. */
|
|
39940
|
+
created_at: string
|
|
39941
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39942
|
+
message: string
|
|
39943
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39944
|
+
warning_code: 'requested_code_unavailable'
|
|
39945
|
+
/** The originally requested PIN code that could not be used. */
|
|
39946
|
+
original_code: string
|
|
39947
|
+
/** The PIN code that was assigned instead. */
|
|
39948
|
+
new_code: string
|
|
39949
|
+
}
|
|
39182
39950
|
)[]
|
|
39183
39951
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
39184
39952
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -39365,6 +40133,18 @@ export type Routes = {
|
|
|
39365
40133
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39366
40134
|
warning_code: 'needs_to_be_reissued'
|
|
39367
40135
|
}
|
|
40136
|
+
| {
|
|
40137
|
+
/** Date and time at which Seam created the warning. */
|
|
40138
|
+
created_at: string
|
|
40139
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40140
|
+
message: string
|
|
40141
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40142
|
+
warning_code: 'requested_code_unavailable'
|
|
40143
|
+
/** The originally requested PIN code that could not be used. */
|
|
40144
|
+
original_code: string
|
|
40145
|
+
/** The PIN code that was assigned instead. */
|
|
40146
|
+
new_code: string
|
|
40147
|
+
}
|
|
39368
40148
|
)[]
|
|
39369
40149
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
39370
40150
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -39641,6 +40421,18 @@ export type Routes = {
|
|
|
39641
40421
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39642
40422
|
warning_code: 'needs_to_be_reissued'
|
|
39643
40423
|
}
|
|
40424
|
+
| {
|
|
40425
|
+
/** Date and time at which Seam created the warning. */
|
|
40426
|
+
created_at: string
|
|
40427
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40428
|
+
message: string
|
|
40429
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40430
|
+
warning_code: 'requested_code_unavailable'
|
|
40431
|
+
/** The originally requested PIN code that could not be used. */
|
|
40432
|
+
original_code: string
|
|
40433
|
+
/** The PIN code that was assigned instead. */
|
|
40434
|
+
new_code: string
|
|
40435
|
+
}
|
|
39644
40436
|
)[]
|
|
39645
40437
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
39646
40438
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -43619,6 +44411,18 @@ export type Routes = {
|
|
|
43619
44411
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43620
44412
|
warning_code: 'needs_to_be_reissued'
|
|
43621
44413
|
}
|
|
44414
|
+
| {
|
|
44415
|
+
/** Date and time at which Seam created the warning. */
|
|
44416
|
+
created_at: string
|
|
44417
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44418
|
+
message: string
|
|
44419
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44420
|
+
warning_code: 'requested_code_unavailable'
|
|
44421
|
+
/** The originally requested PIN code that could not be used. */
|
|
44422
|
+
original_code: string
|
|
44423
|
+
/** The PIN code that was assigned instead. */
|
|
44424
|
+
new_code: string
|
|
44425
|
+
}
|
|
43622
44426
|
)[]
|
|
43623
44427
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
43624
44428
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -43809,6 +44613,18 @@ export type Routes = {
|
|
|
43809
44613
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43810
44614
|
warning_code: 'needs_to_be_reissued'
|
|
43811
44615
|
}
|
|
44616
|
+
| {
|
|
44617
|
+
/** Date and time at which Seam created the warning. */
|
|
44618
|
+
created_at: string
|
|
44619
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44620
|
+
message: string
|
|
44621
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44622
|
+
warning_code: 'requested_code_unavailable'
|
|
44623
|
+
/** The originally requested PIN code that could not be used. */
|
|
44624
|
+
original_code: string
|
|
44625
|
+
/** The PIN code that was assigned instead. */
|
|
44626
|
+
new_code: string
|
|
44627
|
+
}
|
|
43812
44628
|
)[]
|
|
43813
44629
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
43814
44630
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -44074,6 +44890,18 @@ export type Routes = {
|
|
|
44074
44890
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44075
44891
|
warning_code: 'needs_to_be_reissued'
|
|
44076
44892
|
}
|
|
44893
|
+
| {
|
|
44894
|
+
/** Date and time at which Seam created the warning. */
|
|
44895
|
+
created_at: string
|
|
44896
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44897
|
+
message: string
|
|
44898
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44899
|
+
warning_code: 'requested_code_unavailable'
|
|
44900
|
+
/** The originally requested PIN code that could not be used. */
|
|
44901
|
+
original_code: string
|
|
44902
|
+
/** The PIN code that was assigned instead. */
|
|
44903
|
+
new_code: string
|
|
44904
|
+
}
|
|
44077
44905
|
)[]
|
|
44078
44906
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44079
44907
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -44260,6 +45088,18 @@ export type Routes = {
|
|
|
44260
45088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44261
45089
|
warning_code: 'needs_to_be_reissued'
|
|
44262
45090
|
}
|
|
45091
|
+
| {
|
|
45092
|
+
/** Date and time at which Seam created the warning. */
|
|
45093
|
+
created_at: string
|
|
45094
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45095
|
+
message: string
|
|
45096
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45097
|
+
warning_code: 'requested_code_unavailable'
|
|
45098
|
+
/** The originally requested PIN code that could not be used. */
|
|
45099
|
+
original_code: string
|
|
45100
|
+
/** The PIN code that was assigned instead. */
|
|
45101
|
+
new_code: string
|
|
45102
|
+
}
|
|
44263
45103
|
)[]
|
|
44264
45104
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44265
45105
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -44536,6 +45376,18 @@ export type Routes = {
|
|
|
44536
45376
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44537
45377
|
warning_code: 'needs_to_be_reissued'
|
|
44538
45378
|
}
|
|
45379
|
+
| {
|
|
45380
|
+
/** Date and time at which Seam created the warning. */
|
|
45381
|
+
created_at: string
|
|
45382
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45383
|
+
message: string
|
|
45384
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45385
|
+
warning_code: 'requested_code_unavailable'
|
|
45386
|
+
/** The originally requested PIN code that could not be used. */
|
|
45387
|
+
original_code: string
|
|
45388
|
+
/** The PIN code that was assigned instead. */
|
|
45389
|
+
new_code: string
|
|
45390
|
+
}
|
|
44539
45391
|
)[]
|
|
44540
45392
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
44541
45393
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -45704,6 +46556,18 @@ export type Routes = {
|
|
|
45704
46556
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45705
46557
|
warning_code: 'needs_to_be_reissued'
|
|
45706
46558
|
}
|
|
46559
|
+
| {
|
|
46560
|
+
/** Date and time at which Seam created the warning. */
|
|
46561
|
+
created_at: string
|
|
46562
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46563
|
+
message: string
|
|
46564
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46565
|
+
warning_code: 'requested_code_unavailable'
|
|
46566
|
+
/** The originally requested PIN code that could not be used. */
|
|
46567
|
+
original_code: string
|
|
46568
|
+
/** The PIN code that was assigned instead. */
|
|
46569
|
+
new_code: string
|
|
46570
|
+
}
|
|
45707
46571
|
)[]
|
|
45708
46572
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
45709
46573
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -45894,6 +46758,18 @@ export type Routes = {
|
|
|
45894
46758
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45895
46759
|
warning_code: 'needs_to_be_reissued'
|
|
45896
46760
|
}
|
|
46761
|
+
| {
|
|
46762
|
+
/** Date and time at which Seam created the warning. */
|
|
46763
|
+
created_at: string
|
|
46764
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46765
|
+
message: string
|
|
46766
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46767
|
+
warning_code: 'requested_code_unavailable'
|
|
46768
|
+
/** The originally requested PIN code that could not be used. */
|
|
46769
|
+
original_code: string
|
|
46770
|
+
/** The PIN code that was assigned instead. */
|
|
46771
|
+
new_code: string
|
|
46772
|
+
}
|
|
45897
46773
|
)[]
|
|
45898
46774
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
45899
46775
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -46159,6 +47035,18 @@ export type Routes = {
|
|
|
46159
47035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46160
47036
|
warning_code: 'needs_to_be_reissued'
|
|
46161
47037
|
}
|
|
47038
|
+
| {
|
|
47039
|
+
/** Date and time at which Seam created the warning. */
|
|
47040
|
+
created_at: string
|
|
47041
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47042
|
+
message: string
|
|
47043
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47044
|
+
warning_code: 'requested_code_unavailable'
|
|
47045
|
+
/** The originally requested PIN code that could not be used. */
|
|
47046
|
+
original_code: string
|
|
47047
|
+
/** The PIN code that was assigned instead. */
|
|
47048
|
+
new_code: string
|
|
47049
|
+
}
|
|
46162
47050
|
)[]
|
|
46163
47051
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
46164
47052
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -46345,6 +47233,18 @@ export type Routes = {
|
|
|
46345
47233
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46346
47234
|
warning_code: 'needs_to_be_reissued'
|
|
46347
47235
|
}
|
|
47236
|
+
| {
|
|
47237
|
+
/** Date and time at which Seam created the warning. */
|
|
47238
|
+
created_at: string
|
|
47239
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47240
|
+
message: string
|
|
47241
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47242
|
+
warning_code: 'requested_code_unavailable'
|
|
47243
|
+
/** The originally requested PIN code that could not be used. */
|
|
47244
|
+
original_code: string
|
|
47245
|
+
/** The PIN code that was assigned instead. */
|
|
47246
|
+
new_code: string
|
|
47247
|
+
}
|
|
46348
47248
|
)[]
|
|
46349
47249
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
46350
47250
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -46621,6 +47521,18 @@ export type Routes = {
|
|
|
46621
47521
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46622
47522
|
warning_code: 'needs_to_be_reissued'
|
|
46623
47523
|
}
|
|
47524
|
+
| {
|
|
47525
|
+
/** Date and time at which Seam created the warning. */
|
|
47526
|
+
created_at: string
|
|
47527
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47528
|
+
message: string
|
|
47529
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47530
|
+
warning_code: 'requested_code_unavailable'
|
|
47531
|
+
/** The originally requested PIN code that could not be used. */
|
|
47532
|
+
original_code: string
|
|
47533
|
+
/** The PIN code that was assigned instead. */
|
|
47534
|
+
new_code: string
|
|
47535
|
+
}
|
|
46624
47536
|
)[]
|
|
46625
47537
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
46626
47538
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -65111,6 +66023,18 @@ export type Routes = {
|
|
|
65111
66023
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65112
66024
|
warning_code: 'needs_to_be_reissued'
|
|
65113
66025
|
}
|
|
66026
|
+
| {
|
|
66027
|
+
/** Date and time at which Seam created the warning. */
|
|
66028
|
+
created_at: string
|
|
66029
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66030
|
+
message: string
|
|
66031
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66032
|
+
warning_code: 'requested_code_unavailable'
|
|
66033
|
+
/** The originally requested PIN code that could not be used. */
|
|
66034
|
+
original_code: string
|
|
66035
|
+
/** The PIN code that was assigned instead. */
|
|
66036
|
+
new_code: string
|
|
66037
|
+
}
|
|
65114
66038
|
)[]
|
|
65115
66039
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
65116
66040
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -65301,6 +66225,18 @@ export type Routes = {
|
|
|
65301
66225
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65302
66226
|
warning_code: 'needs_to_be_reissued'
|
|
65303
66227
|
}
|
|
66228
|
+
| {
|
|
66229
|
+
/** Date and time at which Seam created the warning. */
|
|
66230
|
+
created_at: string
|
|
66231
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66232
|
+
message: string
|
|
66233
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66234
|
+
warning_code: 'requested_code_unavailable'
|
|
66235
|
+
/** The originally requested PIN code that could not be used. */
|
|
66236
|
+
original_code: string
|
|
66237
|
+
/** The PIN code that was assigned instead. */
|
|
66238
|
+
new_code: string
|
|
66239
|
+
}
|
|
65304
66240
|
)[]
|
|
65305
66241
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
65306
66242
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -65566,6 +66502,18 @@ export type Routes = {
|
|
|
65566
66502
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65567
66503
|
warning_code: 'needs_to_be_reissued'
|
|
65568
66504
|
}
|
|
66505
|
+
| {
|
|
66506
|
+
/** Date and time at which Seam created the warning. */
|
|
66507
|
+
created_at: string
|
|
66508
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66509
|
+
message: string
|
|
66510
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66511
|
+
warning_code: 'requested_code_unavailable'
|
|
66512
|
+
/** The originally requested PIN code that could not be used. */
|
|
66513
|
+
original_code: string
|
|
66514
|
+
/** The PIN code that was assigned instead. */
|
|
66515
|
+
new_code: string
|
|
66516
|
+
}
|
|
65569
66517
|
)[]
|
|
65570
66518
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
65571
66519
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -65752,6 +66700,18 @@ export type Routes = {
|
|
|
65752
66700
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65753
66701
|
warning_code: 'needs_to_be_reissued'
|
|
65754
66702
|
}
|
|
66703
|
+
| {
|
|
66704
|
+
/** Date and time at which Seam created the warning. */
|
|
66705
|
+
created_at: string
|
|
66706
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66707
|
+
message: string
|
|
66708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66709
|
+
warning_code: 'requested_code_unavailable'
|
|
66710
|
+
/** The originally requested PIN code that could not be used. */
|
|
66711
|
+
original_code: string
|
|
66712
|
+
/** The PIN code that was assigned instead. */
|
|
66713
|
+
new_code: string
|
|
66714
|
+
}
|
|
65755
66715
|
)[]
|
|
65756
66716
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
65757
66717
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -66028,6 +66988,18 @@ export type Routes = {
|
|
|
66028
66988
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66029
66989
|
warning_code: 'needs_to_be_reissued'
|
|
66030
66990
|
}
|
|
66991
|
+
| {
|
|
66992
|
+
/** Date and time at which Seam created the warning. */
|
|
66993
|
+
created_at: string
|
|
66994
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66995
|
+
message: string
|
|
66996
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66997
|
+
warning_code: 'requested_code_unavailable'
|
|
66998
|
+
/** The originally requested PIN code that could not be used. */
|
|
66999
|
+
original_code: string
|
|
67000
|
+
/** The PIN code that was assigned instead. */
|
|
67001
|
+
new_code: string
|
|
67002
|
+
}
|
|
66031
67003
|
)[]
|
|
66032
67004
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
66033
67005
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -74907,6 +75879,18 @@ export type Routes = {
|
|
|
74907
75879
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
74908
75880
|
warning_code: 'needs_to_be_reissued'
|
|
74909
75881
|
}
|
|
75882
|
+
| {
|
|
75883
|
+
/** Date and time at which Seam created the warning. */
|
|
75884
|
+
created_at: string
|
|
75885
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75886
|
+
message: string
|
|
75887
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75888
|
+
warning_code: 'requested_code_unavailable'
|
|
75889
|
+
/** The originally requested PIN code that could not be used. */
|
|
75890
|
+
original_code: string
|
|
75891
|
+
/** The PIN code that was assigned instead. */
|
|
75892
|
+
new_code: string
|
|
75893
|
+
}
|
|
74910
75894
|
)[]
|
|
74911
75895
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
74912
75896
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -75097,6 +76081,18 @@ export type Routes = {
|
|
|
75097
76081
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75098
76082
|
warning_code: 'needs_to_be_reissued'
|
|
75099
76083
|
}
|
|
76084
|
+
| {
|
|
76085
|
+
/** Date and time at which Seam created the warning. */
|
|
76086
|
+
created_at: string
|
|
76087
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76088
|
+
message: string
|
|
76089
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76090
|
+
warning_code: 'requested_code_unavailable'
|
|
76091
|
+
/** The originally requested PIN code that could not be used. */
|
|
76092
|
+
original_code: string
|
|
76093
|
+
/** The PIN code that was assigned instead. */
|
|
76094
|
+
new_code: string
|
|
76095
|
+
}
|
|
75100
76096
|
)[]
|
|
75101
76097
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
75102
76098
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -75362,6 +76358,18 @@ export type Routes = {
|
|
|
75362
76358
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75363
76359
|
warning_code: 'needs_to_be_reissued'
|
|
75364
76360
|
}
|
|
76361
|
+
| {
|
|
76362
|
+
/** Date and time at which Seam created the warning. */
|
|
76363
|
+
created_at: string
|
|
76364
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76365
|
+
message: string
|
|
76366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76367
|
+
warning_code: 'requested_code_unavailable'
|
|
76368
|
+
/** The originally requested PIN code that could not be used. */
|
|
76369
|
+
original_code: string
|
|
76370
|
+
/** The PIN code that was assigned instead. */
|
|
76371
|
+
new_code: string
|
|
76372
|
+
}
|
|
75365
76373
|
)[]
|
|
75366
76374
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
75367
76375
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -75548,6 +76556,18 @@ export type Routes = {
|
|
|
75548
76556
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75549
76557
|
warning_code: 'needs_to_be_reissued'
|
|
75550
76558
|
}
|
|
76559
|
+
| {
|
|
76560
|
+
/** Date and time at which Seam created the warning. */
|
|
76561
|
+
created_at: string
|
|
76562
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76563
|
+
message: string
|
|
76564
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76565
|
+
warning_code: 'requested_code_unavailable'
|
|
76566
|
+
/** The originally requested PIN code that could not be used. */
|
|
76567
|
+
original_code: string
|
|
76568
|
+
/** The PIN code that was assigned instead. */
|
|
76569
|
+
new_code: string
|
|
76570
|
+
}
|
|
75551
76571
|
)[]
|
|
75552
76572
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
75553
76573
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -75824,6 +76844,18 @@ export type Routes = {
|
|
|
75824
76844
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75825
76845
|
warning_code: 'needs_to_be_reissued'
|
|
75826
76846
|
}
|
|
76847
|
+
| {
|
|
76848
|
+
/** Date and time at which Seam created the warning. */
|
|
76849
|
+
created_at: string
|
|
76850
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76851
|
+
message: string
|
|
76852
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76853
|
+
warning_code: 'requested_code_unavailable'
|
|
76854
|
+
/** The originally requested PIN code that could not be used. */
|
|
76855
|
+
original_code: string
|
|
76856
|
+
/** The PIN code that was assigned instead. */
|
|
76857
|
+
new_code: string
|
|
76858
|
+
}
|
|
75827
76859
|
)[]
|
|
75828
76860
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
75829
76861
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -76993,6 +78025,18 @@ export type Routes = {
|
|
|
76993
78025
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76994
78026
|
warning_code: 'needs_to_be_reissued'
|
|
76995
78027
|
}
|
|
78028
|
+
| {
|
|
78029
|
+
/** Date and time at which Seam created the warning. */
|
|
78030
|
+
created_at: string
|
|
78031
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78032
|
+
message: string
|
|
78033
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78034
|
+
warning_code: 'requested_code_unavailable'
|
|
78035
|
+
/** The originally requested PIN code that could not be used. */
|
|
78036
|
+
original_code: string
|
|
78037
|
+
/** The PIN code that was assigned instead. */
|
|
78038
|
+
new_code: string
|
|
78039
|
+
}
|
|
76996
78040
|
)[]
|
|
76997
78041
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
76998
78042
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -77183,6 +78227,18 @@ export type Routes = {
|
|
|
77183
78227
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77184
78228
|
warning_code: 'needs_to_be_reissued'
|
|
77185
78229
|
}
|
|
78230
|
+
| {
|
|
78231
|
+
/** Date and time at which Seam created the warning. */
|
|
78232
|
+
created_at: string
|
|
78233
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78234
|
+
message: string
|
|
78235
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78236
|
+
warning_code: 'requested_code_unavailable'
|
|
78237
|
+
/** The originally requested PIN code that could not be used. */
|
|
78238
|
+
original_code: string
|
|
78239
|
+
/** The PIN code that was assigned instead. */
|
|
78240
|
+
new_code: string
|
|
78241
|
+
}
|
|
77186
78242
|
)[]
|
|
77187
78243
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
77188
78244
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -77448,6 +78504,18 @@ export type Routes = {
|
|
|
77448
78504
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77449
78505
|
warning_code: 'needs_to_be_reissued'
|
|
77450
78506
|
}
|
|
78507
|
+
| {
|
|
78508
|
+
/** Date and time at which Seam created the warning. */
|
|
78509
|
+
created_at: string
|
|
78510
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78511
|
+
message: string
|
|
78512
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78513
|
+
warning_code: 'requested_code_unavailable'
|
|
78514
|
+
/** The originally requested PIN code that could not be used. */
|
|
78515
|
+
original_code: string
|
|
78516
|
+
/** The PIN code that was assigned instead. */
|
|
78517
|
+
new_code: string
|
|
78518
|
+
}
|
|
77451
78519
|
)[]
|
|
77452
78520
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
77453
78521
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -77634,6 +78702,18 @@ export type Routes = {
|
|
|
77634
78702
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77635
78703
|
warning_code: 'needs_to_be_reissued'
|
|
77636
78704
|
}
|
|
78705
|
+
| {
|
|
78706
|
+
/** Date and time at which Seam created the warning. */
|
|
78707
|
+
created_at: string
|
|
78708
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78709
|
+
message: string
|
|
78710
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78711
|
+
warning_code: 'requested_code_unavailable'
|
|
78712
|
+
/** The originally requested PIN code that could not be used. */
|
|
78713
|
+
original_code: string
|
|
78714
|
+
/** The PIN code that was assigned instead. */
|
|
78715
|
+
new_code: string
|
|
78716
|
+
}
|
|
77637
78717
|
)[]
|
|
77638
78718
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
77639
78719
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -77910,6 +78990,18 @@ export type Routes = {
|
|
|
77910
78990
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77911
78991
|
warning_code: 'needs_to_be_reissued'
|
|
77912
78992
|
}
|
|
78993
|
+
| {
|
|
78994
|
+
/** Date and time at which Seam created the warning. */
|
|
78995
|
+
created_at: string
|
|
78996
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78997
|
+
message: string
|
|
78998
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78999
|
+
warning_code: 'requested_code_unavailable'
|
|
79000
|
+
/** The originally requested PIN code that could not be used. */
|
|
79001
|
+
original_code: string
|
|
79002
|
+
/** The PIN code that was assigned instead. */
|
|
79003
|
+
new_code: string
|
|
79004
|
+
}
|
|
77913
79005
|
)[]
|
|
77914
79006
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
77915
79007
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -79077,6 +80169,18 @@ export type Routes = {
|
|
|
79077
80169
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79078
80170
|
warning_code: 'needs_to_be_reissued'
|
|
79079
80171
|
}
|
|
80172
|
+
| {
|
|
80173
|
+
/** Date and time at which Seam created the warning. */
|
|
80174
|
+
created_at: string
|
|
80175
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80176
|
+
message: string
|
|
80177
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80178
|
+
warning_code: 'requested_code_unavailable'
|
|
80179
|
+
/** The originally requested PIN code that could not be used. */
|
|
80180
|
+
original_code: string
|
|
80181
|
+
/** The PIN code that was assigned instead. */
|
|
80182
|
+
new_code: string
|
|
80183
|
+
}
|
|
79080
80184
|
)[]
|
|
79081
80185
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
79082
80186
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -79267,6 +80371,18 @@ export type Routes = {
|
|
|
79267
80371
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79268
80372
|
warning_code: 'needs_to_be_reissued'
|
|
79269
80373
|
}
|
|
80374
|
+
| {
|
|
80375
|
+
/** Date and time at which Seam created the warning. */
|
|
80376
|
+
created_at: string
|
|
80377
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80378
|
+
message: string
|
|
80379
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80380
|
+
warning_code: 'requested_code_unavailable'
|
|
80381
|
+
/** The originally requested PIN code that could not be used. */
|
|
80382
|
+
original_code: string
|
|
80383
|
+
/** The PIN code that was assigned instead. */
|
|
80384
|
+
new_code: string
|
|
80385
|
+
}
|
|
79270
80386
|
)[]
|
|
79271
80387
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
79272
80388
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -79532,6 +80648,18 @@ export type Routes = {
|
|
|
79532
80648
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79533
80649
|
warning_code: 'needs_to_be_reissued'
|
|
79534
80650
|
}
|
|
80651
|
+
| {
|
|
80652
|
+
/** Date and time at which Seam created the warning. */
|
|
80653
|
+
created_at: string
|
|
80654
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80655
|
+
message: string
|
|
80656
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80657
|
+
warning_code: 'requested_code_unavailable'
|
|
80658
|
+
/** The originally requested PIN code that could not be used. */
|
|
80659
|
+
original_code: string
|
|
80660
|
+
/** The PIN code that was assigned instead. */
|
|
80661
|
+
new_code: string
|
|
80662
|
+
}
|
|
79535
80663
|
)[]
|
|
79536
80664
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
79537
80665
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -79718,6 +80846,18 @@ export type Routes = {
|
|
|
79718
80846
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79719
80847
|
warning_code: 'needs_to_be_reissued'
|
|
79720
80848
|
}
|
|
80849
|
+
| {
|
|
80850
|
+
/** Date and time at which Seam created the warning. */
|
|
80851
|
+
created_at: string
|
|
80852
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80853
|
+
message: string
|
|
80854
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80855
|
+
warning_code: 'requested_code_unavailable'
|
|
80856
|
+
/** The originally requested PIN code that could not be used. */
|
|
80857
|
+
original_code: string
|
|
80858
|
+
/** The PIN code that was assigned instead. */
|
|
80859
|
+
new_code: string
|
|
80860
|
+
}
|
|
79721
80861
|
)[]
|
|
79722
80862
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
79723
80863
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -79994,6 +81134,18 @@ export type Routes = {
|
|
|
79994
81134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79995
81135
|
warning_code: 'needs_to_be_reissued'
|
|
79996
81136
|
}
|
|
81137
|
+
| {
|
|
81138
|
+
/** Date and time at which Seam created the warning. */
|
|
81139
|
+
created_at: string
|
|
81140
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81141
|
+
message: string
|
|
81142
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81143
|
+
warning_code: 'requested_code_unavailable'
|
|
81144
|
+
/** The originally requested PIN code that could not be used. */
|
|
81145
|
+
original_code: string
|
|
81146
|
+
/** The PIN code that was assigned instead. */
|
|
81147
|
+
new_code: string
|
|
81148
|
+
}
|
|
79997
81149
|
)[]
|
|
79998
81150
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
79999
81151
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -81163,6 +82315,18 @@ export type Routes = {
|
|
|
81163
82315
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81164
82316
|
warning_code: 'needs_to_be_reissued'
|
|
81165
82317
|
}
|
|
82318
|
+
| {
|
|
82319
|
+
/** Date and time at which Seam created the warning. */
|
|
82320
|
+
created_at: string
|
|
82321
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82322
|
+
message: string
|
|
82323
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82324
|
+
warning_code: 'requested_code_unavailable'
|
|
82325
|
+
/** The originally requested PIN code that could not be used. */
|
|
82326
|
+
original_code: string
|
|
82327
|
+
/** The PIN code that was assigned instead. */
|
|
82328
|
+
new_code: string
|
|
82329
|
+
}
|
|
81166
82330
|
)[]
|
|
81167
82331
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
81168
82332
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -81353,6 +82517,18 @@ export type Routes = {
|
|
|
81353
82517
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81354
82518
|
warning_code: 'needs_to_be_reissued'
|
|
81355
82519
|
}
|
|
82520
|
+
| {
|
|
82521
|
+
/** Date and time at which Seam created the warning. */
|
|
82522
|
+
created_at: string
|
|
82523
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82524
|
+
message: string
|
|
82525
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82526
|
+
warning_code: 'requested_code_unavailable'
|
|
82527
|
+
/** The originally requested PIN code that could not be used. */
|
|
82528
|
+
original_code: string
|
|
82529
|
+
/** The PIN code that was assigned instead. */
|
|
82530
|
+
new_code: string
|
|
82531
|
+
}
|
|
81356
82532
|
)[]
|
|
81357
82533
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
81358
82534
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -81618,6 +82794,18 @@ export type Routes = {
|
|
|
81618
82794
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81619
82795
|
warning_code: 'needs_to_be_reissued'
|
|
81620
82796
|
}
|
|
82797
|
+
| {
|
|
82798
|
+
/** Date and time at which Seam created the warning. */
|
|
82799
|
+
created_at: string
|
|
82800
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82801
|
+
message: string
|
|
82802
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82803
|
+
warning_code: 'requested_code_unavailable'
|
|
82804
|
+
/** The originally requested PIN code that could not be used. */
|
|
82805
|
+
original_code: string
|
|
82806
|
+
/** The PIN code that was assigned instead. */
|
|
82807
|
+
new_code: string
|
|
82808
|
+
}
|
|
81621
82809
|
)[]
|
|
81622
82810
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
81623
82811
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -81804,6 +82992,18 @@ export type Routes = {
|
|
|
81804
82992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81805
82993
|
warning_code: 'needs_to_be_reissued'
|
|
81806
82994
|
}
|
|
82995
|
+
| {
|
|
82996
|
+
/** Date and time at which Seam created the warning. */
|
|
82997
|
+
created_at: string
|
|
82998
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82999
|
+
message: string
|
|
83000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83001
|
+
warning_code: 'requested_code_unavailable'
|
|
83002
|
+
/** The originally requested PIN code that could not be used. */
|
|
83003
|
+
original_code: string
|
|
83004
|
+
/** The PIN code that was assigned instead. */
|
|
83005
|
+
new_code: string
|
|
83006
|
+
}
|
|
81807
83007
|
)[]
|
|
81808
83008
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
81809
83009
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -82080,6 +83280,18 @@ export type Routes = {
|
|
|
82080
83280
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82081
83281
|
warning_code: 'needs_to_be_reissued'
|
|
82082
83282
|
}
|
|
83283
|
+
| {
|
|
83284
|
+
/** Date and time at which Seam created the warning. */
|
|
83285
|
+
created_at: string
|
|
83286
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83287
|
+
message: string
|
|
83288
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83289
|
+
warning_code: 'requested_code_unavailable'
|
|
83290
|
+
/** The originally requested PIN code that could not be used. */
|
|
83291
|
+
original_code: string
|
|
83292
|
+
/** The PIN code that was assigned instead. */
|
|
83293
|
+
new_code: string
|
|
83294
|
+
}
|
|
82083
83295
|
)[]
|
|
82084
83296
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
82085
83297
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -87065,6 +88277,18 @@ export type Routes = {
|
|
|
87065
88277
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
87066
88278
|
warning_code: 'needs_to_be_reissued'
|
|
87067
88279
|
}
|
|
88280
|
+
| {
|
|
88281
|
+
/** Date and time at which Seam created the warning. */
|
|
88282
|
+
created_at: string
|
|
88283
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88284
|
+
message: string
|
|
88285
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88286
|
+
warning_code: 'requested_code_unavailable'
|
|
88287
|
+
/** The originally requested PIN code that could not be used. */
|
|
88288
|
+
original_code: string
|
|
88289
|
+
/** The PIN code that was assigned instead. */
|
|
88290
|
+
new_code: string
|
|
88291
|
+
}
|
|
87068
88292
|
)[]
|
|
87069
88293
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
87070
88294
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -87255,6 +88479,18 @@ export type Routes = {
|
|
|
87255
88479
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
87256
88480
|
warning_code: 'needs_to_be_reissued'
|
|
87257
88481
|
}
|
|
88482
|
+
| {
|
|
88483
|
+
/** Date and time at which Seam created the warning. */
|
|
88484
|
+
created_at: string
|
|
88485
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88486
|
+
message: string
|
|
88487
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88488
|
+
warning_code: 'requested_code_unavailable'
|
|
88489
|
+
/** The originally requested PIN code that could not be used. */
|
|
88490
|
+
original_code: string
|
|
88491
|
+
/** The PIN code that was assigned instead. */
|
|
88492
|
+
new_code: string
|
|
88493
|
+
}
|
|
87258
88494
|
)[]
|
|
87259
88495
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
87260
88496
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -87520,6 +88756,18 @@ export type Routes = {
|
|
|
87520
88756
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
87521
88757
|
warning_code: 'needs_to_be_reissued'
|
|
87522
88758
|
}
|
|
88759
|
+
| {
|
|
88760
|
+
/** Date and time at which Seam created the warning. */
|
|
88761
|
+
created_at: string
|
|
88762
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88763
|
+
message: string
|
|
88764
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88765
|
+
warning_code: 'requested_code_unavailable'
|
|
88766
|
+
/** The originally requested PIN code that could not be used. */
|
|
88767
|
+
original_code: string
|
|
88768
|
+
/** The PIN code that was assigned instead. */
|
|
88769
|
+
new_code: string
|
|
88770
|
+
}
|
|
87523
88771
|
)[]
|
|
87524
88772
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
87525
88773
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -87706,6 +88954,18 @@ export type Routes = {
|
|
|
87706
88954
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
87707
88955
|
warning_code: 'needs_to_be_reissued'
|
|
87708
88956
|
}
|
|
88957
|
+
| {
|
|
88958
|
+
/** Date and time at which Seam created the warning. */
|
|
88959
|
+
created_at: string
|
|
88960
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88961
|
+
message: string
|
|
88962
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88963
|
+
warning_code: 'requested_code_unavailable'
|
|
88964
|
+
/** The originally requested PIN code that could not be used. */
|
|
88965
|
+
original_code: string
|
|
88966
|
+
/** The PIN code that was assigned instead. */
|
|
88967
|
+
new_code: string
|
|
88968
|
+
}
|
|
87709
88969
|
)[]
|
|
87710
88970
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
87711
88971
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -87982,6 +89242,18 @@ export type Routes = {
|
|
|
87982
89242
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
87983
89243
|
warning_code: 'needs_to_be_reissued'
|
|
87984
89244
|
}
|
|
89245
|
+
| {
|
|
89246
|
+
/** Date and time at which Seam created the warning. */
|
|
89247
|
+
created_at: string
|
|
89248
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89249
|
+
message: string
|
|
89250
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89251
|
+
warning_code: 'requested_code_unavailable'
|
|
89252
|
+
/** The originally requested PIN code that could not be used. */
|
|
89253
|
+
original_code: string
|
|
89254
|
+
/** The PIN code that was assigned instead. */
|
|
89255
|
+
new_code: string
|
|
89256
|
+
}
|
|
87985
89257
|
)[]
|
|
87986
89258
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
87987
89259
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -89170,6 +90442,18 @@ export type Routes = {
|
|
|
89170
90442
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89171
90443
|
warning_code: 'needs_to_be_reissued'
|
|
89172
90444
|
}
|
|
90445
|
+
| {
|
|
90446
|
+
/** Date and time at which Seam created the warning. */
|
|
90447
|
+
created_at: string
|
|
90448
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90449
|
+
message: string
|
|
90450
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90451
|
+
warning_code: 'requested_code_unavailable'
|
|
90452
|
+
/** The originally requested PIN code that could not be used. */
|
|
90453
|
+
original_code: string
|
|
90454
|
+
/** The PIN code that was assigned instead. */
|
|
90455
|
+
new_code: string
|
|
90456
|
+
}
|
|
89173
90457
|
)[]
|
|
89174
90458
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
89175
90459
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -89360,6 +90644,18 @@ export type Routes = {
|
|
|
89360
90644
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89361
90645
|
warning_code: 'needs_to_be_reissued'
|
|
89362
90646
|
}
|
|
90647
|
+
| {
|
|
90648
|
+
/** Date and time at which Seam created the warning. */
|
|
90649
|
+
created_at: string
|
|
90650
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90651
|
+
message: string
|
|
90652
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90653
|
+
warning_code: 'requested_code_unavailable'
|
|
90654
|
+
/** The originally requested PIN code that could not be used. */
|
|
90655
|
+
original_code: string
|
|
90656
|
+
/** The PIN code that was assigned instead. */
|
|
90657
|
+
new_code: string
|
|
90658
|
+
}
|
|
89363
90659
|
)[]
|
|
89364
90660
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
89365
90661
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -89625,6 +90921,18 @@ export type Routes = {
|
|
|
89625
90921
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89626
90922
|
warning_code: 'needs_to_be_reissued'
|
|
89627
90923
|
}
|
|
90924
|
+
| {
|
|
90925
|
+
/** Date and time at which Seam created the warning. */
|
|
90926
|
+
created_at: string
|
|
90927
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90928
|
+
message: string
|
|
90929
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90930
|
+
warning_code: 'requested_code_unavailable'
|
|
90931
|
+
/** The originally requested PIN code that could not be used. */
|
|
90932
|
+
original_code: string
|
|
90933
|
+
/** The PIN code that was assigned instead. */
|
|
90934
|
+
new_code: string
|
|
90935
|
+
}
|
|
89628
90936
|
)[]
|
|
89629
90937
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
89630
90938
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -89811,6 +91119,18 @@ export type Routes = {
|
|
|
89811
91119
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89812
91120
|
warning_code: 'needs_to_be_reissued'
|
|
89813
91121
|
}
|
|
91122
|
+
| {
|
|
91123
|
+
/** Date and time at which Seam created the warning. */
|
|
91124
|
+
created_at: string
|
|
91125
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91126
|
+
message: string
|
|
91127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91128
|
+
warning_code: 'requested_code_unavailable'
|
|
91129
|
+
/** The originally requested PIN code that could not be used. */
|
|
91130
|
+
original_code: string
|
|
91131
|
+
/** The PIN code that was assigned instead. */
|
|
91132
|
+
new_code: string
|
|
91133
|
+
}
|
|
89814
91134
|
)[]
|
|
89815
91135
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
89816
91136
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -90087,6 +91407,18 @@ export type Routes = {
|
|
|
90087
91407
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90088
91408
|
warning_code: 'needs_to_be_reissued'
|
|
90089
91409
|
}
|
|
91410
|
+
| {
|
|
91411
|
+
/** Date and time at which Seam created the warning. */
|
|
91412
|
+
created_at: string
|
|
91413
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91414
|
+
message: string
|
|
91415
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91416
|
+
warning_code: 'requested_code_unavailable'
|
|
91417
|
+
/** The originally requested PIN code that could not be used. */
|
|
91418
|
+
original_code: string
|
|
91419
|
+
/** The PIN code that was assigned instead. */
|
|
91420
|
+
new_code: string
|
|
91421
|
+
}
|
|
90090
91422
|
)[]
|
|
90091
91423
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
90092
91424
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -91331,6 +92663,18 @@ export type Routes = {
|
|
|
91331
92663
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91332
92664
|
warning_code: 'needs_to_be_reissued'
|
|
91333
92665
|
}
|
|
92666
|
+
| {
|
|
92667
|
+
/** Date and time at which Seam created the warning. */
|
|
92668
|
+
created_at: string
|
|
92669
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92670
|
+
message: string
|
|
92671
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92672
|
+
warning_code: 'requested_code_unavailable'
|
|
92673
|
+
/** The originally requested PIN code that could not be used. */
|
|
92674
|
+
original_code: string
|
|
92675
|
+
/** The PIN code that was assigned instead. */
|
|
92676
|
+
new_code: string
|
|
92677
|
+
}
|
|
91334
92678
|
)[]
|
|
91335
92679
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
91336
92680
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -91521,6 +92865,18 @@ export type Routes = {
|
|
|
91521
92865
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91522
92866
|
warning_code: 'needs_to_be_reissued'
|
|
91523
92867
|
}
|
|
92868
|
+
| {
|
|
92869
|
+
/** Date and time at which Seam created the warning. */
|
|
92870
|
+
created_at: string
|
|
92871
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92872
|
+
message: string
|
|
92873
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92874
|
+
warning_code: 'requested_code_unavailable'
|
|
92875
|
+
/** The originally requested PIN code that could not be used. */
|
|
92876
|
+
original_code: string
|
|
92877
|
+
/** The PIN code that was assigned instead. */
|
|
92878
|
+
new_code: string
|
|
92879
|
+
}
|
|
91524
92880
|
)[]
|
|
91525
92881
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
91526
92882
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -91786,6 +93142,18 @@ export type Routes = {
|
|
|
91786
93142
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91787
93143
|
warning_code: 'needs_to_be_reissued'
|
|
91788
93144
|
}
|
|
93145
|
+
| {
|
|
93146
|
+
/** Date and time at which Seam created the warning. */
|
|
93147
|
+
created_at: string
|
|
93148
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93149
|
+
message: string
|
|
93150
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93151
|
+
warning_code: 'requested_code_unavailable'
|
|
93152
|
+
/** The originally requested PIN code that could not be used. */
|
|
93153
|
+
original_code: string
|
|
93154
|
+
/** The PIN code that was assigned instead. */
|
|
93155
|
+
new_code: string
|
|
93156
|
+
}
|
|
91789
93157
|
)[]
|
|
91790
93158
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
91791
93159
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -91972,6 +93340,18 @@ export type Routes = {
|
|
|
91972
93340
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91973
93341
|
warning_code: 'needs_to_be_reissued'
|
|
91974
93342
|
}
|
|
93343
|
+
| {
|
|
93344
|
+
/** Date and time at which Seam created the warning. */
|
|
93345
|
+
created_at: string
|
|
93346
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93347
|
+
message: string
|
|
93348
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93349
|
+
warning_code: 'requested_code_unavailable'
|
|
93350
|
+
/** The originally requested PIN code that could not be used. */
|
|
93351
|
+
original_code: string
|
|
93352
|
+
/** The PIN code that was assigned instead. */
|
|
93353
|
+
new_code: string
|
|
93354
|
+
}
|
|
91975
93355
|
)[]
|
|
91976
93356
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
91977
93357
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -92248,6 +93628,18 @@ export type Routes = {
|
|
|
92248
93628
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92249
93629
|
warning_code: 'needs_to_be_reissued'
|
|
92250
93630
|
}
|
|
93631
|
+
| {
|
|
93632
|
+
/** Date and time at which Seam created the warning. */
|
|
93633
|
+
created_at: string
|
|
93634
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93635
|
+
message: string
|
|
93636
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93637
|
+
warning_code: 'requested_code_unavailable'
|
|
93638
|
+
/** The originally requested PIN code that could not be used. */
|
|
93639
|
+
original_code: string
|
|
93640
|
+
/** The PIN code that was assigned instead. */
|
|
93641
|
+
new_code: string
|
|
93642
|
+
}
|
|
92251
93643
|
)[]
|
|
92252
93644
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
92253
93645
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -95412,6 +96804,18 @@ export type Routes = {
|
|
|
95412
96804
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95413
96805
|
warning_code: 'needs_to_be_reissued'
|
|
95414
96806
|
}
|
|
96807
|
+
| {
|
|
96808
|
+
/** Date and time at which Seam created the warning. */
|
|
96809
|
+
created_at: string
|
|
96810
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96811
|
+
message: string
|
|
96812
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96813
|
+
warning_code: 'requested_code_unavailable'
|
|
96814
|
+
/** The originally requested PIN code that could not be used. */
|
|
96815
|
+
original_code: string
|
|
96816
|
+
/** The PIN code that was assigned instead. */
|
|
96817
|
+
new_code: string
|
|
96818
|
+
}
|
|
95415
96819
|
)[]
|
|
95416
96820
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
95417
96821
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -95602,6 +97006,18 @@ export type Routes = {
|
|
|
95602
97006
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95603
97007
|
warning_code: 'needs_to_be_reissued'
|
|
95604
97008
|
}
|
|
97009
|
+
| {
|
|
97010
|
+
/** Date and time at which Seam created the warning. */
|
|
97011
|
+
created_at: string
|
|
97012
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97013
|
+
message: string
|
|
97014
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97015
|
+
warning_code: 'requested_code_unavailable'
|
|
97016
|
+
/** The originally requested PIN code that could not be used. */
|
|
97017
|
+
original_code: string
|
|
97018
|
+
/** The PIN code that was assigned instead. */
|
|
97019
|
+
new_code: string
|
|
97020
|
+
}
|
|
95605
97021
|
)[]
|
|
95606
97022
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
95607
97023
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -95867,6 +97283,18 @@ export type Routes = {
|
|
|
95867
97283
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95868
97284
|
warning_code: 'needs_to_be_reissued'
|
|
95869
97285
|
}
|
|
97286
|
+
| {
|
|
97287
|
+
/** Date and time at which Seam created the warning. */
|
|
97288
|
+
created_at: string
|
|
97289
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97290
|
+
message: string
|
|
97291
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97292
|
+
warning_code: 'requested_code_unavailable'
|
|
97293
|
+
/** The originally requested PIN code that could not be used. */
|
|
97294
|
+
original_code: string
|
|
97295
|
+
/** The PIN code that was assigned instead. */
|
|
97296
|
+
new_code: string
|
|
97297
|
+
}
|
|
95870
97298
|
)[]
|
|
95871
97299
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
95872
97300
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -96053,6 +97481,18 @@ export type Routes = {
|
|
|
96053
97481
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96054
97482
|
warning_code: 'needs_to_be_reissued'
|
|
96055
97483
|
}
|
|
97484
|
+
| {
|
|
97485
|
+
/** Date and time at which Seam created the warning. */
|
|
97486
|
+
created_at: string
|
|
97487
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97488
|
+
message: string
|
|
97489
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97490
|
+
warning_code: 'requested_code_unavailable'
|
|
97491
|
+
/** The originally requested PIN code that could not be used. */
|
|
97492
|
+
original_code: string
|
|
97493
|
+
/** The PIN code that was assigned instead. */
|
|
97494
|
+
new_code: string
|
|
97495
|
+
}
|
|
96056
97496
|
)[]
|
|
96057
97497
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
96058
97498
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -96329,6 +97769,18 @@ export type Routes = {
|
|
|
96329
97769
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96330
97770
|
warning_code: 'needs_to_be_reissued'
|
|
96331
97771
|
}
|
|
97772
|
+
| {
|
|
97773
|
+
/** Date and time at which Seam created the warning. */
|
|
97774
|
+
created_at: string
|
|
97775
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97776
|
+
message: string
|
|
97777
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97778
|
+
warning_code: 'requested_code_unavailable'
|
|
97779
|
+
/** The originally requested PIN code that could not be used. */
|
|
97780
|
+
original_code: string
|
|
97781
|
+
/** The PIN code that was assigned instead. */
|
|
97782
|
+
new_code: string
|
|
97783
|
+
}
|
|
96332
97784
|
)[]
|
|
96333
97785
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
96334
97786
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -103738,6 +105190,18 @@ export type Routes = {
|
|
|
103738
105190
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
103739
105191
|
warning_code: 'needs_to_be_reissued'
|
|
103740
105192
|
}
|
|
105193
|
+
| {
|
|
105194
|
+
/** Date and time at which Seam created the warning. */
|
|
105195
|
+
created_at: string
|
|
105196
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
105197
|
+
message: string
|
|
105198
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
105199
|
+
warning_code: 'requested_code_unavailable'
|
|
105200
|
+
/** The originally requested PIN code that could not be used. */
|
|
105201
|
+
original_code: string
|
|
105202
|
+
/** The PIN code that was assigned instead. */
|
|
105203
|
+
new_code: string
|
|
105204
|
+
}
|
|
103741
105205
|
)[]
|
|
103742
105206
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
103743
105207
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -103954,6 +105418,18 @@ export type Routes = {
|
|
|
103954
105418
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
103955
105419
|
warning_code: 'needs_to_be_reissued'
|
|
103956
105420
|
}
|
|
105421
|
+
| {
|
|
105422
|
+
/** Date and time at which Seam created the warning. */
|
|
105423
|
+
created_at: string
|
|
105424
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
105425
|
+
message: string
|
|
105426
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
105427
|
+
warning_code: 'requested_code_unavailable'
|
|
105428
|
+
/** The originally requested PIN code that could not be used. */
|
|
105429
|
+
original_code: string
|
|
105430
|
+
/** The PIN code that was assigned instead. */
|
|
105431
|
+
new_code: string
|
|
105432
|
+
}
|
|
103957
105433
|
)[]
|
|
103958
105434
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
103959
105435
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -108030,6 +109506,18 @@ export type Routes = {
|
|
|
108030
109506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108031
109507
|
warning_code: 'needs_to_be_reissued'
|
|
108032
109508
|
}
|
|
109509
|
+
| {
|
|
109510
|
+
/** Date and time at which Seam created the warning. */
|
|
109511
|
+
created_at: string
|
|
109512
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109513
|
+
message: string
|
|
109514
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109515
|
+
warning_code: 'requested_code_unavailable'
|
|
109516
|
+
/** The originally requested PIN code that could not be used. */
|
|
109517
|
+
original_code: string
|
|
109518
|
+
/** The PIN code that was assigned instead. */
|
|
109519
|
+
new_code: string
|
|
109520
|
+
}
|
|
108033
109521
|
)[]
|
|
108034
109522
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
108035
109523
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -108220,6 +109708,18 @@ export type Routes = {
|
|
|
108220
109708
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108221
109709
|
warning_code: 'needs_to_be_reissued'
|
|
108222
109710
|
}
|
|
109711
|
+
| {
|
|
109712
|
+
/** Date and time at which Seam created the warning. */
|
|
109713
|
+
created_at: string
|
|
109714
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109715
|
+
message: string
|
|
109716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109717
|
+
warning_code: 'requested_code_unavailable'
|
|
109718
|
+
/** The originally requested PIN code that could not be used. */
|
|
109719
|
+
original_code: string
|
|
109720
|
+
/** The PIN code that was assigned instead. */
|
|
109721
|
+
new_code: string
|
|
109722
|
+
}
|
|
108223
109723
|
)[]
|
|
108224
109724
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
108225
109725
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -108485,6 +109985,18 @@ export type Routes = {
|
|
|
108485
109985
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108486
109986
|
warning_code: 'needs_to_be_reissued'
|
|
108487
109987
|
}
|
|
109988
|
+
| {
|
|
109989
|
+
/** Date and time at which Seam created the warning. */
|
|
109990
|
+
created_at: string
|
|
109991
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109992
|
+
message: string
|
|
109993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109994
|
+
warning_code: 'requested_code_unavailable'
|
|
109995
|
+
/** The originally requested PIN code that could not be used. */
|
|
109996
|
+
original_code: string
|
|
109997
|
+
/** The PIN code that was assigned instead. */
|
|
109998
|
+
new_code: string
|
|
109999
|
+
}
|
|
108488
110000
|
)[]
|
|
108489
110001
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
108490
110002
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -108671,6 +110183,18 @@ export type Routes = {
|
|
|
108671
110183
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108672
110184
|
warning_code: 'needs_to_be_reissued'
|
|
108673
110185
|
}
|
|
110186
|
+
| {
|
|
110187
|
+
/** Date and time at which Seam created the warning. */
|
|
110188
|
+
created_at: string
|
|
110189
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
110190
|
+
message: string
|
|
110191
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110192
|
+
warning_code: 'requested_code_unavailable'
|
|
110193
|
+
/** The originally requested PIN code that could not be used. */
|
|
110194
|
+
original_code: string
|
|
110195
|
+
/** The PIN code that was assigned instead. */
|
|
110196
|
+
new_code: string
|
|
110197
|
+
}
|
|
108674
110198
|
)[]
|
|
108675
110199
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
108676
110200
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -108947,6 +110471,18 @@ export type Routes = {
|
|
|
108947
110471
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108948
110472
|
warning_code: 'needs_to_be_reissued'
|
|
108949
110473
|
}
|
|
110474
|
+
| {
|
|
110475
|
+
/** Date and time at which Seam created the warning. */
|
|
110476
|
+
created_at: string
|
|
110477
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
110478
|
+
message: string
|
|
110479
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110480
|
+
warning_code: 'requested_code_unavailable'
|
|
110481
|
+
/** The originally requested PIN code that could not be used. */
|
|
110482
|
+
original_code: string
|
|
110483
|
+
/** The PIN code that was assigned instead. */
|
|
110484
|
+
new_code: string
|
|
110485
|
+
}
|
|
108950
110486
|
)[]
|
|
108951
110487
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
108952
110488
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -110120,6 +111656,18 @@ export type Routes = {
|
|
|
110120
111656
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110121
111657
|
warning_code: 'needs_to_be_reissued'
|
|
110122
111658
|
}
|
|
111659
|
+
| {
|
|
111660
|
+
/** Date and time at which Seam created the warning. */
|
|
111661
|
+
created_at: string
|
|
111662
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111663
|
+
message: string
|
|
111664
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111665
|
+
warning_code: 'requested_code_unavailable'
|
|
111666
|
+
/** The originally requested PIN code that could not be used. */
|
|
111667
|
+
original_code: string
|
|
111668
|
+
/** The PIN code that was assigned instead. */
|
|
111669
|
+
new_code: string
|
|
111670
|
+
}
|
|
110123
111671
|
)[]
|
|
110124
111672
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
110125
111673
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -110310,6 +111858,18 @@ export type Routes = {
|
|
|
110310
111858
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110311
111859
|
warning_code: 'needs_to_be_reissued'
|
|
110312
111860
|
}
|
|
111861
|
+
| {
|
|
111862
|
+
/** Date and time at which Seam created the warning. */
|
|
111863
|
+
created_at: string
|
|
111864
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111865
|
+
message: string
|
|
111866
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111867
|
+
warning_code: 'requested_code_unavailable'
|
|
111868
|
+
/** The originally requested PIN code that could not be used. */
|
|
111869
|
+
original_code: string
|
|
111870
|
+
/** The PIN code that was assigned instead. */
|
|
111871
|
+
new_code: string
|
|
111872
|
+
}
|
|
110313
111873
|
)[]
|
|
110314
111874
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
110315
111875
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -110575,6 +112135,18 @@ export type Routes = {
|
|
|
110575
112135
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110576
112136
|
warning_code: 'needs_to_be_reissued'
|
|
110577
112137
|
}
|
|
112138
|
+
| {
|
|
112139
|
+
/** Date and time at which Seam created the warning. */
|
|
112140
|
+
created_at: string
|
|
112141
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112142
|
+
message: string
|
|
112143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112144
|
+
warning_code: 'requested_code_unavailable'
|
|
112145
|
+
/** The originally requested PIN code that could not be used. */
|
|
112146
|
+
original_code: string
|
|
112147
|
+
/** The PIN code that was assigned instead. */
|
|
112148
|
+
new_code: string
|
|
112149
|
+
}
|
|
110578
112150
|
)[]
|
|
110579
112151
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
110580
112152
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -110761,6 +112333,18 @@ export type Routes = {
|
|
|
110761
112333
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110762
112334
|
warning_code: 'needs_to_be_reissued'
|
|
110763
112335
|
}
|
|
112336
|
+
| {
|
|
112337
|
+
/** Date and time at which Seam created the warning. */
|
|
112338
|
+
created_at: string
|
|
112339
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112340
|
+
message: string
|
|
112341
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112342
|
+
warning_code: 'requested_code_unavailable'
|
|
112343
|
+
/** The originally requested PIN code that could not be used. */
|
|
112344
|
+
original_code: string
|
|
112345
|
+
/** The PIN code that was assigned instead. */
|
|
112346
|
+
new_code: string
|
|
112347
|
+
}
|
|
110764
112348
|
)[]
|
|
110765
112349
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
110766
112350
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -111037,6 +112621,18 @@ export type Routes = {
|
|
|
111037
112621
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111038
112622
|
warning_code: 'needs_to_be_reissued'
|
|
111039
112623
|
}
|
|
112624
|
+
| {
|
|
112625
|
+
/** Date and time at which Seam created the warning. */
|
|
112626
|
+
created_at: string
|
|
112627
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112628
|
+
message: string
|
|
112629
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112630
|
+
warning_code: 'requested_code_unavailable'
|
|
112631
|
+
/** The originally requested PIN code that could not be used. */
|
|
112632
|
+
original_code: string
|
|
112633
|
+
/** The PIN code that was assigned instead. */
|
|
112634
|
+
new_code: string
|
|
112635
|
+
}
|
|
111040
112636
|
)[]
|
|
111041
112637
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
111042
112638
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -112322,6 +113918,18 @@ export type Routes = {
|
|
|
112322
113918
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112323
113919
|
warning_code: 'needs_to_be_reissued'
|
|
112324
113920
|
}
|
|
113921
|
+
| {
|
|
113922
|
+
/** Date and time at which Seam created the warning. */
|
|
113923
|
+
created_at: string
|
|
113924
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113925
|
+
message: string
|
|
113926
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113927
|
+
warning_code: 'requested_code_unavailable'
|
|
113928
|
+
/** The originally requested PIN code that could not be used. */
|
|
113929
|
+
original_code: string
|
|
113930
|
+
/** The PIN code that was assigned instead. */
|
|
113931
|
+
new_code: string
|
|
113932
|
+
}
|
|
112325
113933
|
)[]
|
|
112326
113934
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
112327
113935
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -112512,6 +114120,18 @@ export type Routes = {
|
|
|
112512
114120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112513
114121
|
warning_code: 'needs_to_be_reissued'
|
|
112514
114122
|
}
|
|
114123
|
+
| {
|
|
114124
|
+
/** Date and time at which Seam created the warning. */
|
|
114125
|
+
created_at: string
|
|
114126
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114127
|
+
message: string
|
|
114128
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114129
|
+
warning_code: 'requested_code_unavailable'
|
|
114130
|
+
/** The originally requested PIN code that could not be used. */
|
|
114131
|
+
original_code: string
|
|
114132
|
+
/** The PIN code that was assigned instead. */
|
|
114133
|
+
new_code: string
|
|
114134
|
+
}
|
|
112515
114135
|
)[]
|
|
112516
114136
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
112517
114137
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -112777,6 +114397,18 @@ export type Routes = {
|
|
|
112777
114397
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112778
114398
|
warning_code: 'needs_to_be_reissued'
|
|
112779
114399
|
}
|
|
114400
|
+
| {
|
|
114401
|
+
/** Date and time at which Seam created the warning. */
|
|
114402
|
+
created_at: string
|
|
114403
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114404
|
+
message: string
|
|
114405
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114406
|
+
warning_code: 'requested_code_unavailable'
|
|
114407
|
+
/** The originally requested PIN code that could not be used. */
|
|
114408
|
+
original_code: string
|
|
114409
|
+
/** The PIN code that was assigned instead. */
|
|
114410
|
+
new_code: string
|
|
114411
|
+
}
|
|
112780
114412
|
)[]
|
|
112781
114413
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
112782
114414
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -112963,6 +114595,18 @@ export type Routes = {
|
|
|
112963
114595
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112964
114596
|
warning_code: 'needs_to_be_reissued'
|
|
112965
114597
|
}
|
|
114598
|
+
| {
|
|
114599
|
+
/** Date and time at which Seam created the warning. */
|
|
114600
|
+
created_at: string
|
|
114601
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114602
|
+
message: string
|
|
114603
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114604
|
+
warning_code: 'requested_code_unavailable'
|
|
114605
|
+
/** The originally requested PIN code that could not be used. */
|
|
114606
|
+
original_code: string
|
|
114607
|
+
/** The PIN code that was assigned instead. */
|
|
114608
|
+
new_code: string
|
|
114609
|
+
}
|
|
112966
114610
|
)[]
|
|
112967
114611
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
112968
114612
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -113239,6 +114883,18 @@ export type Routes = {
|
|
|
113239
114883
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113240
114884
|
warning_code: 'needs_to_be_reissued'
|
|
113241
114885
|
}
|
|
114886
|
+
| {
|
|
114887
|
+
/** Date and time at which Seam created the warning. */
|
|
114888
|
+
created_at: string
|
|
114889
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114890
|
+
message: string
|
|
114891
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114892
|
+
warning_code: 'requested_code_unavailable'
|
|
114893
|
+
/** The originally requested PIN code that could not be used. */
|
|
114894
|
+
original_code: string
|
|
114895
|
+
/** The PIN code that was assigned instead. */
|
|
114896
|
+
new_code: string
|
|
114897
|
+
}
|
|
113242
114898
|
)[]
|
|
113243
114899
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
113244
114900
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -116335,6 +117991,18 @@ export type Routes = {
|
|
|
116335
117991
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116336
117992
|
warning_code: 'needs_to_be_reissued'
|
|
116337
117993
|
}
|
|
117994
|
+
| {
|
|
117995
|
+
/** Date and time at which Seam created the warning. */
|
|
117996
|
+
created_at: string
|
|
117997
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117998
|
+
message: string
|
|
117999
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118000
|
+
warning_code: 'requested_code_unavailable'
|
|
118001
|
+
/** The originally requested PIN code that could not be used. */
|
|
118002
|
+
original_code: string
|
|
118003
|
+
/** The PIN code that was assigned instead. */
|
|
118004
|
+
new_code: string
|
|
118005
|
+
}
|
|
116338
118006
|
)[]
|
|
116339
118007
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
116340
118008
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -116525,6 +118193,18 @@ export type Routes = {
|
|
|
116525
118193
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116526
118194
|
warning_code: 'needs_to_be_reissued'
|
|
116527
118195
|
}
|
|
118196
|
+
| {
|
|
118197
|
+
/** Date and time at which Seam created the warning. */
|
|
118198
|
+
created_at: string
|
|
118199
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118200
|
+
message: string
|
|
118201
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118202
|
+
warning_code: 'requested_code_unavailable'
|
|
118203
|
+
/** The originally requested PIN code that could not be used. */
|
|
118204
|
+
original_code: string
|
|
118205
|
+
/** The PIN code that was assigned instead. */
|
|
118206
|
+
new_code: string
|
|
118207
|
+
}
|
|
116528
118208
|
)[]
|
|
116529
118209
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
116530
118210
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -116790,6 +118470,18 @@ export type Routes = {
|
|
|
116790
118470
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116791
118471
|
warning_code: 'needs_to_be_reissued'
|
|
116792
118472
|
}
|
|
118473
|
+
| {
|
|
118474
|
+
/** Date and time at which Seam created the warning. */
|
|
118475
|
+
created_at: string
|
|
118476
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118477
|
+
message: string
|
|
118478
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118479
|
+
warning_code: 'requested_code_unavailable'
|
|
118480
|
+
/** The originally requested PIN code that could not be used. */
|
|
118481
|
+
original_code: string
|
|
118482
|
+
/** The PIN code that was assigned instead. */
|
|
118483
|
+
new_code: string
|
|
118484
|
+
}
|
|
116793
118485
|
)[]
|
|
116794
118486
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
116795
118487
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -116976,6 +118668,18 @@ export type Routes = {
|
|
|
116976
118668
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116977
118669
|
warning_code: 'needs_to_be_reissued'
|
|
116978
118670
|
}
|
|
118671
|
+
| {
|
|
118672
|
+
/** Date and time at which Seam created the warning. */
|
|
118673
|
+
created_at: string
|
|
118674
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118675
|
+
message: string
|
|
118676
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118677
|
+
warning_code: 'requested_code_unavailable'
|
|
118678
|
+
/** The originally requested PIN code that could not be used. */
|
|
118679
|
+
original_code: string
|
|
118680
|
+
/** The PIN code that was assigned instead. */
|
|
118681
|
+
new_code: string
|
|
118682
|
+
}
|
|
116979
118683
|
)[]
|
|
116980
118684
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
116981
118685
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -117252,6 +118956,18 @@ export type Routes = {
|
|
|
117252
118956
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117253
118957
|
warning_code: 'needs_to_be_reissued'
|
|
117254
118958
|
}
|
|
118959
|
+
| {
|
|
118960
|
+
/** Date and time at which Seam created the warning. */
|
|
118961
|
+
created_at: string
|
|
118962
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118963
|
+
message: string
|
|
118964
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118965
|
+
warning_code: 'requested_code_unavailable'
|
|
118966
|
+
/** The originally requested PIN code that could not be used. */
|
|
118967
|
+
original_code: string
|
|
118968
|
+
/** The PIN code that was assigned instead. */
|
|
118969
|
+
new_code: string
|
|
118970
|
+
}
|
|
117255
118971
|
)[]
|
|
117256
118972
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
117257
118973
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -118429,6 +120145,18 @@ export type Routes = {
|
|
|
118429
120145
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118430
120146
|
warning_code: 'needs_to_be_reissued'
|
|
118431
120147
|
}
|
|
120148
|
+
| {
|
|
120149
|
+
/** Date and time at which Seam created the warning. */
|
|
120150
|
+
created_at: string
|
|
120151
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120152
|
+
message: string
|
|
120153
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120154
|
+
warning_code: 'requested_code_unavailable'
|
|
120155
|
+
/** The originally requested PIN code that could not be used. */
|
|
120156
|
+
original_code: string
|
|
120157
|
+
/** The PIN code that was assigned instead. */
|
|
120158
|
+
new_code: string
|
|
120159
|
+
}
|
|
118432
120160
|
)[]
|
|
118433
120161
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
118434
120162
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -118619,6 +120347,18 @@ export type Routes = {
|
|
|
118619
120347
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118620
120348
|
warning_code: 'needs_to_be_reissued'
|
|
118621
120349
|
}
|
|
120350
|
+
| {
|
|
120351
|
+
/** Date and time at which Seam created the warning. */
|
|
120352
|
+
created_at: string
|
|
120353
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120354
|
+
message: string
|
|
120355
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120356
|
+
warning_code: 'requested_code_unavailable'
|
|
120357
|
+
/** The originally requested PIN code that could not be used. */
|
|
120358
|
+
original_code: string
|
|
120359
|
+
/** The PIN code that was assigned instead. */
|
|
120360
|
+
new_code: string
|
|
120361
|
+
}
|
|
118622
120362
|
)[]
|
|
118623
120363
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
118624
120364
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -118884,6 +120624,18 @@ export type Routes = {
|
|
|
118884
120624
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118885
120625
|
warning_code: 'needs_to_be_reissued'
|
|
118886
120626
|
}
|
|
120627
|
+
| {
|
|
120628
|
+
/** Date and time at which Seam created the warning. */
|
|
120629
|
+
created_at: string
|
|
120630
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120631
|
+
message: string
|
|
120632
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120633
|
+
warning_code: 'requested_code_unavailable'
|
|
120634
|
+
/** The originally requested PIN code that could not be used. */
|
|
120635
|
+
original_code: string
|
|
120636
|
+
/** The PIN code that was assigned instead. */
|
|
120637
|
+
new_code: string
|
|
120638
|
+
}
|
|
118887
120639
|
)[]
|
|
118888
120640
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
118889
120641
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -119070,6 +120822,18 @@ export type Routes = {
|
|
|
119070
120822
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119071
120823
|
warning_code: 'needs_to_be_reissued'
|
|
119072
120824
|
}
|
|
120825
|
+
| {
|
|
120826
|
+
/** Date and time at which Seam created the warning. */
|
|
120827
|
+
created_at: string
|
|
120828
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120829
|
+
message: string
|
|
120830
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120831
|
+
warning_code: 'requested_code_unavailable'
|
|
120832
|
+
/** The originally requested PIN code that could not be used. */
|
|
120833
|
+
original_code: string
|
|
120834
|
+
/** The PIN code that was assigned instead. */
|
|
120835
|
+
new_code: string
|
|
120836
|
+
}
|
|
119073
120837
|
)[]
|
|
119074
120838
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
119075
120839
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -119346,6 +121110,18 @@ export type Routes = {
|
|
|
119346
121110
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119347
121111
|
warning_code: 'needs_to_be_reissued'
|
|
119348
121112
|
}
|
|
121113
|
+
| {
|
|
121114
|
+
/** Date and time at which Seam created the warning. */
|
|
121115
|
+
created_at: string
|
|
121116
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121117
|
+
message: string
|
|
121118
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121119
|
+
warning_code: 'requested_code_unavailable'
|
|
121120
|
+
/** The originally requested PIN code that could not be used. */
|
|
121121
|
+
original_code: string
|
|
121122
|
+
/** The PIN code that was assigned instead. */
|
|
121123
|
+
new_code: string
|
|
121124
|
+
}
|
|
119349
121125
|
)[]
|
|
119350
121126
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
119351
121127
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -124348,6 +126124,18 @@ export type Routes = {
|
|
|
124348
126124
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
124349
126125
|
warning_code: 'needs_to_be_reissued'
|
|
124350
126126
|
}
|
|
126127
|
+
| {
|
|
126128
|
+
/** Date and time at which Seam created the warning. */
|
|
126129
|
+
created_at: string
|
|
126130
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126131
|
+
message: string
|
|
126132
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126133
|
+
warning_code: 'requested_code_unavailable'
|
|
126134
|
+
/** The originally requested PIN code that could not be used. */
|
|
126135
|
+
original_code: string
|
|
126136
|
+
/** The PIN code that was assigned instead. */
|
|
126137
|
+
new_code: string
|
|
126138
|
+
}
|
|
124351
126139
|
)[]
|
|
124352
126140
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
124353
126141
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -124538,6 +126326,18 @@ export type Routes = {
|
|
|
124538
126326
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
124539
126327
|
warning_code: 'needs_to_be_reissued'
|
|
124540
126328
|
}
|
|
126329
|
+
| {
|
|
126330
|
+
/** Date and time at which Seam created the warning. */
|
|
126331
|
+
created_at: string
|
|
126332
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126333
|
+
message: string
|
|
126334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126335
|
+
warning_code: 'requested_code_unavailable'
|
|
126336
|
+
/** The originally requested PIN code that could not be used. */
|
|
126337
|
+
original_code: string
|
|
126338
|
+
/** The PIN code that was assigned instead. */
|
|
126339
|
+
new_code: string
|
|
126340
|
+
}
|
|
124541
126341
|
)[]
|
|
124542
126342
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
124543
126343
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -124803,6 +126603,18 @@ export type Routes = {
|
|
|
124803
126603
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
124804
126604
|
warning_code: 'needs_to_be_reissued'
|
|
124805
126605
|
}
|
|
126606
|
+
| {
|
|
126607
|
+
/** Date and time at which Seam created the warning. */
|
|
126608
|
+
created_at: string
|
|
126609
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126610
|
+
message: string
|
|
126611
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126612
|
+
warning_code: 'requested_code_unavailable'
|
|
126613
|
+
/** The originally requested PIN code that could not be used. */
|
|
126614
|
+
original_code: string
|
|
126615
|
+
/** The PIN code that was assigned instead. */
|
|
126616
|
+
new_code: string
|
|
126617
|
+
}
|
|
124806
126618
|
)[]
|
|
124807
126619
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
124808
126620
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -124989,6 +126801,18 @@ export type Routes = {
|
|
|
124989
126801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
124990
126802
|
warning_code: 'needs_to_be_reissued'
|
|
124991
126803
|
}
|
|
126804
|
+
| {
|
|
126805
|
+
/** Date and time at which Seam created the warning. */
|
|
126806
|
+
created_at: string
|
|
126807
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126808
|
+
message: string
|
|
126809
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126810
|
+
warning_code: 'requested_code_unavailable'
|
|
126811
|
+
/** The originally requested PIN code that could not be used. */
|
|
126812
|
+
original_code: string
|
|
126813
|
+
/** The PIN code that was assigned instead. */
|
|
126814
|
+
new_code: string
|
|
126815
|
+
}
|
|
124992
126816
|
)[]
|
|
124993
126817
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
124994
126818
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -125265,6 +127089,18 @@ export type Routes = {
|
|
|
125265
127089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125266
127090
|
warning_code: 'needs_to_be_reissued'
|
|
125267
127091
|
}
|
|
127092
|
+
| {
|
|
127093
|
+
/** Date and time at which Seam created the warning. */
|
|
127094
|
+
created_at: string
|
|
127095
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127096
|
+
message: string
|
|
127097
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127098
|
+
warning_code: 'requested_code_unavailable'
|
|
127099
|
+
/** The originally requested PIN code that could not be used. */
|
|
127100
|
+
original_code: string
|
|
127101
|
+
/** The PIN code that was assigned instead. */
|
|
127102
|
+
new_code: string
|
|
127103
|
+
}
|
|
125268
127104
|
)[]
|
|
125269
127105
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
125270
127106
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -126643,6 +128479,18 @@ export type Routes = {
|
|
|
126643
128479
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126644
128480
|
warning_code: 'needs_to_be_reissued'
|
|
126645
128481
|
}
|
|
128482
|
+
| {
|
|
128483
|
+
/** Date and time at which Seam created the warning. */
|
|
128484
|
+
created_at: string
|
|
128485
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128486
|
+
message: string
|
|
128487
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128488
|
+
warning_code: 'requested_code_unavailable'
|
|
128489
|
+
/** The originally requested PIN code that could not be used. */
|
|
128490
|
+
original_code: string
|
|
128491
|
+
/** The PIN code that was assigned instead. */
|
|
128492
|
+
new_code: string
|
|
128493
|
+
}
|
|
126646
128494
|
)[]
|
|
126647
128495
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
126648
128496
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -126833,6 +128681,18 @@ export type Routes = {
|
|
|
126833
128681
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126834
128682
|
warning_code: 'needs_to_be_reissued'
|
|
126835
128683
|
}
|
|
128684
|
+
| {
|
|
128685
|
+
/** Date and time at which Seam created the warning. */
|
|
128686
|
+
created_at: string
|
|
128687
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128688
|
+
message: string
|
|
128689
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128690
|
+
warning_code: 'requested_code_unavailable'
|
|
128691
|
+
/** The originally requested PIN code that could not be used. */
|
|
128692
|
+
original_code: string
|
|
128693
|
+
/** The PIN code that was assigned instead. */
|
|
128694
|
+
new_code: string
|
|
128695
|
+
}
|
|
126836
128696
|
)[]
|
|
126837
128697
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
126838
128698
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -127098,6 +128958,18 @@ export type Routes = {
|
|
|
127098
128958
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127099
128959
|
warning_code: 'needs_to_be_reissued'
|
|
127100
128960
|
}
|
|
128961
|
+
| {
|
|
128962
|
+
/** Date and time at which Seam created the warning. */
|
|
128963
|
+
created_at: string
|
|
128964
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128965
|
+
message: string
|
|
128966
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128967
|
+
warning_code: 'requested_code_unavailable'
|
|
128968
|
+
/** The originally requested PIN code that could not be used. */
|
|
128969
|
+
original_code: string
|
|
128970
|
+
/** The PIN code that was assigned instead. */
|
|
128971
|
+
new_code: string
|
|
128972
|
+
}
|
|
127101
128973
|
)[]
|
|
127102
128974
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
127103
128975
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -127284,6 +129156,18 @@ export type Routes = {
|
|
|
127284
129156
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127285
129157
|
warning_code: 'needs_to_be_reissued'
|
|
127286
129158
|
}
|
|
129159
|
+
| {
|
|
129160
|
+
/** Date and time at which Seam created the warning. */
|
|
129161
|
+
created_at: string
|
|
129162
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129163
|
+
message: string
|
|
129164
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129165
|
+
warning_code: 'requested_code_unavailable'
|
|
129166
|
+
/** The originally requested PIN code that could not be used. */
|
|
129167
|
+
original_code: string
|
|
129168
|
+
/** The PIN code that was assigned instead. */
|
|
129169
|
+
new_code: string
|
|
129170
|
+
}
|
|
127287
129171
|
)[]
|
|
127288
129172
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
127289
129173
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -127560,6 +129444,18 @@ export type Routes = {
|
|
|
127560
129444
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127561
129445
|
warning_code: 'needs_to_be_reissued'
|
|
127562
129446
|
}
|
|
129447
|
+
| {
|
|
129448
|
+
/** Date and time at which Seam created the warning. */
|
|
129449
|
+
created_at: string
|
|
129450
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129451
|
+
message: string
|
|
129452
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129453
|
+
warning_code: 'requested_code_unavailable'
|
|
129454
|
+
/** The originally requested PIN code that could not be used. */
|
|
129455
|
+
original_code: string
|
|
129456
|
+
/** The PIN code that was assigned instead. */
|
|
129457
|
+
new_code: string
|
|
129458
|
+
}
|
|
127563
129459
|
)[]
|
|
127564
129460
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
127565
129461
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -128765,6 +130661,18 @@ export type Routes = {
|
|
|
128765
130661
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128766
130662
|
warning_code: 'needs_to_be_reissued'
|
|
128767
130663
|
}
|
|
130664
|
+
| {
|
|
130665
|
+
/** Date and time at which Seam created the warning. */
|
|
130666
|
+
created_at: string
|
|
130667
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130668
|
+
message: string
|
|
130669
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130670
|
+
warning_code: 'requested_code_unavailable'
|
|
130671
|
+
/** The originally requested PIN code that could not be used. */
|
|
130672
|
+
original_code: string
|
|
130673
|
+
/** The PIN code that was assigned instead. */
|
|
130674
|
+
new_code: string
|
|
130675
|
+
}
|
|
128768
130676
|
)[]
|
|
128769
130677
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
128770
130678
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -128955,6 +130863,18 @@ export type Routes = {
|
|
|
128955
130863
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128956
130864
|
warning_code: 'needs_to_be_reissued'
|
|
128957
130865
|
}
|
|
130866
|
+
| {
|
|
130867
|
+
/** Date and time at which Seam created the warning. */
|
|
130868
|
+
created_at: string
|
|
130869
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130870
|
+
message: string
|
|
130871
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130872
|
+
warning_code: 'requested_code_unavailable'
|
|
130873
|
+
/** The originally requested PIN code that could not be used. */
|
|
130874
|
+
original_code: string
|
|
130875
|
+
/** The PIN code that was assigned instead. */
|
|
130876
|
+
new_code: string
|
|
130877
|
+
}
|
|
128958
130878
|
)[]
|
|
128959
130879
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
128960
130880
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -129220,6 +131140,18 @@ export type Routes = {
|
|
|
129220
131140
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129221
131141
|
warning_code: 'needs_to_be_reissued'
|
|
129222
131142
|
}
|
|
131143
|
+
| {
|
|
131144
|
+
/** Date and time at which Seam created the warning. */
|
|
131145
|
+
created_at: string
|
|
131146
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
131147
|
+
message: string
|
|
131148
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131149
|
+
warning_code: 'requested_code_unavailable'
|
|
131150
|
+
/** The originally requested PIN code that could not be used. */
|
|
131151
|
+
original_code: string
|
|
131152
|
+
/** The PIN code that was assigned instead. */
|
|
131153
|
+
new_code: string
|
|
131154
|
+
}
|
|
129223
131155
|
)[]
|
|
129224
131156
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
129225
131157
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -129406,6 +131338,18 @@ export type Routes = {
|
|
|
129406
131338
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129407
131339
|
warning_code: 'needs_to_be_reissued'
|
|
129408
131340
|
}
|
|
131341
|
+
| {
|
|
131342
|
+
/** Date and time at which Seam created the warning. */
|
|
131343
|
+
created_at: string
|
|
131344
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
131345
|
+
message: string
|
|
131346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131347
|
+
warning_code: 'requested_code_unavailable'
|
|
131348
|
+
/** The originally requested PIN code that could not be used. */
|
|
131349
|
+
original_code: string
|
|
131350
|
+
/** The PIN code that was assigned instead. */
|
|
131351
|
+
new_code: string
|
|
131352
|
+
}
|
|
129409
131353
|
)[]
|
|
129410
131354
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
129411
131355
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -129682,6 +131626,18 @@ export type Routes = {
|
|
|
129682
131626
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129683
131627
|
warning_code: 'needs_to_be_reissued'
|
|
129684
131628
|
}
|
|
131629
|
+
| {
|
|
131630
|
+
/** Date and time at which Seam created the warning. */
|
|
131631
|
+
created_at: string
|
|
131632
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
131633
|
+
message: string
|
|
131634
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131635
|
+
warning_code: 'requested_code_unavailable'
|
|
131636
|
+
/** The originally requested PIN code that could not be used. */
|
|
131637
|
+
original_code: string
|
|
131638
|
+
/** The PIN code that was assigned instead. */
|
|
131639
|
+
new_code: string
|
|
131640
|
+
}
|
|
129685
131641
|
)[]
|
|
129686
131642
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
129687
131643
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -131004,6 +132960,18 @@ export type Routes = {
|
|
|
131004
132960
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131005
132961
|
warning_code: 'needs_to_be_reissued'
|
|
131006
132962
|
}
|
|
132963
|
+
| {
|
|
132964
|
+
/** Date and time at which Seam created the warning. */
|
|
132965
|
+
created_at: string
|
|
132966
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132967
|
+
message: string
|
|
132968
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132969
|
+
warning_code: 'requested_code_unavailable'
|
|
132970
|
+
/** The originally requested PIN code that could not be used. */
|
|
132971
|
+
original_code: string
|
|
132972
|
+
/** The PIN code that was assigned instead. */
|
|
132973
|
+
new_code: string
|
|
132974
|
+
}
|
|
131007
132975
|
)[]
|
|
131008
132976
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
131009
132977
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -131194,6 +133162,18 @@ export type Routes = {
|
|
|
131194
133162
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131195
133163
|
warning_code: 'needs_to_be_reissued'
|
|
131196
133164
|
}
|
|
133165
|
+
| {
|
|
133166
|
+
/** Date and time at which Seam created the warning. */
|
|
133167
|
+
created_at: string
|
|
133168
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133169
|
+
message: string
|
|
133170
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133171
|
+
warning_code: 'requested_code_unavailable'
|
|
133172
|
+
/** The originally requested PIN code that could not be used. */
|
|
133173
|
+
original_code: string
|
|
133174
|
+
/** The PIN code that was assigned instead. */
|
|
133175
|
+
new_code: string
|
|
133176
|
+
}
|
|
131197
133177
|
)[]
|
|
131198
133178
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
131199
133179
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -131459,6 +133439,18 @@ export type Routes = {
|
|
|
131459
133439
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131460
133440
|
warning_code: 'needs_to_be_reissued'
|
|
131461
133441
|
}
|
|
133442
|
+
| {
|
|
133443
|
+
/** Date and time at which Seam created the warning. */
|
|
133444
|
+
created_at: string
|
|
133445
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133446
|
+
message: string
|
|
133447
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133448
|
+
warning_code: 'requested_code_unavailable'
|
|
133449
|
+
/** The originally requested PIN code that could not be used. */
|
|
133450
|
+
original_code: string
|
|
133451
|
+
/** The PIN code that was assigned instead. */
|
|
133452
|
+
new_code: string
|
|
133453
|
+
}
|
|
131462
133454
|
)[]
|
|
131463
133455
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
131464
133456
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -131645,6 +133637,18 @@ export type Routes = {
|
|
|
131645
133637
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131646
133638
|
warning_code: 'needs_to_be_reissued'
|
|
131647
133639
|
}
|
|
133640
|
+
| {
|
|
133641
|
+
/** Date and time at which Seam created the warning. */
|
|
133642
|
+
created_at: string
|
|
133643
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133644
|
+
message: string
|
|
133645
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133646
|
+
warning_code: 'requested_code_unavailable'
|
|
133647
|
+
/** The originally requested PIN code that could not be used. */
|
|
133648
|
+
original_code: string
|
|
133649
|
+
/** The PIN code that was assigned instead. */
|
|
133650
|
+
new_code: string
|
|
133651
|
+
}
|
|
131648
133652
|
)[]
|
|
131649
133653
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
131650
133654
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -131921,6 +133925,18 @@ export type Routes = {
|
|
|
131921
133925
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131922
133926
|
warning_code: 'needs_to_be_reissued'
|
|
131923
133927
|
}
|
|
133928
|
+
| {
|
|
133929
|
+
/** Date and time at which Seam created the warning. */
|
|
133930
|
+
created_at: string
|
|
133931
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133932
|
+
message: string
|
|
133933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133934
|
+
warning_code: 'requested_code_unavailable'
|
|
133935
|
+
/** The originally requested PIN code that could not be used. */
|
|
133936
|
+
original_code: string
|
|
133937
|
+
/** The PIN code that was assigned instead. */
|
|
133938
|
+
new_code: string
|
|
133939
|
+
}
|
|
131924
133940
|
)[]
|
|
131925
133941
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
131926
133942
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -142000,6 +144016,18 @@ export type Routes = {
|
|
|
142000
144016
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142001
144017
|
warning_code: 'needs_to_be_reissued'
|
|
142002
144018
|
}
|
|
144019
|
+
| {
|
|
144020
|
+
/** Date and time at which Seam created the warning. */
|
|
144021
|
+
created_at: string
|
|
144022
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144023
|
+
message: string
|
|
144024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144025
|
+
warning_code: 'requested_code_unavailable'
|
|
144026
|
+
/** The originally requested PIN code that could not be used. */
|
|
144027
|
+
original_code: string
|
|
144028
|
+
/** The PIN code that was assigned instead. */
|
|
144029
|
+
new_code: string
|
|
144030
|
+
}
|
|
142003
144031
|
)[]
|
|
142004
144032
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
142005
144033
|
is_multi_phone_sync_credential?:
|
|
@@ -142204,6 +144232,18 @@ export type Routes = {
|
|
|
142204
144232
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142205
144233
|
warning_code: 'needs_to_be_reissued'
|
|
142206
144234
|
}
|
|
144235
|
+
| {
|
|
144236
|
+
/** Date and time at which Seam created the warning. */
|
|
144237
|
+
created_at: string
|
|
144238
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144239
|
+
message: string
|
|
144240
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144241
|
+
warning_code: 'requested_code_unavailable'
|
|
144242
|
+
/** The originally requested PIN code that could not be used. */
|
|
144243
|
+
original_code: string
|
|
144244
|
+
/** The PIN code that was assigned instead. */
|
|
144245
|
+
new_code: string
|
|
144246
|
+
}
|
|
142207
144247
|
)[]
|
|
142208
144248
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
142209
144249
|
is_multi_phone_sync_credential?:
|
|
@@ -142487,6 +144527,18 @@ export type Routes = {
|
|
|
142487
144527
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142488
144528
|
warning_code: 'needs_to_be_reissued'
|
|
142489
144529
|
}
|
|
144530
|
+
| {
|
|
144531
|
+
/** Date and time at which Seam created the warning. */
|
|
144532
|
+
created_at: string
|
|
144533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144534
|
+
message: string
|
|
144535
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144536
|
+
warning_code: 'requested_code_unavailable'
|
|
144537
|
+
/** The originally requested PIN code that could not be used. */
|
|
144538
|
+
original_code: string
|
|
144539
|
+
/** The PIN code that was assigned instead. */
|
|
144540
|
+
new_code: string
|
|
144541
|
+
}
|
|
142490
144542
|
)[]
|
|
142491
144543
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
142492
144544
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -142677,6 +144729,18 @@ export type Routes = {
|
|
|
142677
144729
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142678
144730
|
warning_code: 'needs_to_be_reissued'
|
|
142679
144731
|
}
|
|
144732
|
+
| {
|
|
144733
|
+
/** Date and time at which Seam created the warning. */
|
|
144734
|
+
created_at: string
|
|
144735
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144736
|
+
message: string
|
|
144737
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144738
|
+
warning_code: 'requested_code_unavailable'
|
|
144739
|
+
/** The originally requested PIN code that could not be used. */
|
|
144740
|
+
original_code: string
|
|
144741
|
+
/** The PIN code that was assigned instead. */
|
|
144742
|
+
new_code: string
|
|
144743
|
+
}
|
|
142680
144744
|
)[]
|
|
142681
144745
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
142682
144746
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -142953,6 +145017,18 @@ export type Routes = {
|
|
|
142953
145017
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142954
145018
|
warning_code: 'needs_to_be_reissued'
|
|
142955
145019
|
}
|
|
145020
|
+
| {
|
|
145021
|
+
/** Date and time at which Seam created the warning. */
|
|
145022
|
+
created_at: string
|
|
145023
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145024
|
+
message: string
|
|
145025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145026
|
+
warning_code: 'requested_code_unavailable'
|
|
145027
|
+
/** The originally requested PIN code that could not be used. */
|
|
145028
|
+
original_code: string
|
|
145029
|
+
/** The PIN code that was assigned instead. */
|
|
145030
|
+
new_code: string
|
|
145031
|
+
}
|
|
142956
145032
|
)[]
|
|
142957
145033
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
142958
145034
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -149400,6 +151476,18 @@ export type Routes = {
|
|
|
149400
151476
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149401
151477
|
warning_code: 'needs_to_be_reissued'
|
|
149402
151478
|
}
|
|
151479
|
+
| {
|
|
151480
|
+
/** Date and time at which Seam created the warning. */
|
|
151481
|
+
created_at: string
|
|
151482
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151483
|
+
message: string
|
|
151484
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151485
|
+
warning_code: 'requested_code_unavailable'
|
|
151486
|
+
/** The originally requested PIN code that could not be used. */
|
|
151487
|
+
original_code: string
|
|
151488
|
+
/** The PIN code that was assigned instead. */
|
|
151489
|
+
new_code: string
|
|
151490
|
+
}
|
|
149403
151491
|
)[]
|
|
149404
151492
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
149405
151493
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -149582,6 +151670,18 @@ export type Routes = {
|
|
|
149582
151670
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149583
151671
|
warning_code: 'needs_to_be_reissued'
|
|
149584
151672
|
}
|
|
151673
|
+
| {
|
|
151674
|
+
/** Date and time at which Seam created the warning. */
|
|
151675
|
+
created_at: string
|
|
151676
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151677
|
+
message: string
|
|
151678
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151679
|
+
warning_code: 'requested_code_unavailable'
|
|
151680
|
+
/** The originally requested PIN code that could not be used. */
|
|
151681
|
+
original_code: string
|
|
151682
|
+
/** The PIN code that was assigned instead. */
|
|
151683
|
+
new_code: string
|
|
151684
|
+
}
|
|
149585
151685
|
)[]
|
|
149586
151686
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
149587
151687
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -151018,6 +153118,18 @@ export type Routes = {
|
|
|
151018
153118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151019
153119
|
warning_code: 'needs_to_be_reissued'
|
|
151020
153120
|
}
|
|
153121
|
+
| {
|
|
153122
|
+
/** Date and time at which Seam created the warning. */
|
|
153123
|
+
created_at: string
|
|
153124
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153125
|
+
message: string
|
|
153126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153127
|
+
warning_code: 'requested_code_unavailable'
|
|
153128
|
+
/** The originally requested PIN code that could not be used. */
|
|
153129
|
+
original_code: string
|
|
153130
|
+
/** The PIN code that was assigned instead. */
|
|
153131
|
+
new_code: string
|
|
153132
|
+
}
|
|
151021
153133
|
)[]
|
|
151022
153134
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
151023
153135
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -151208,6 +153320,18 @@ export type Routes = {
|
|
|
151208
153320
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151209
153321
|
warning_code: 'needs_to_be_reissued'
|
|
151210
153322
|
}
|
|
153323
|
+
| {
|
|
153324
|
+
/** Date and time at which Seam created the warning. */
|
|
153325
|
+
created_at: string
|
|
153326
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153327
|
+
message: string
|
|
153328
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153329
|
+
warning_code: 'requested_code_unavailable'
|
|
153330
|
+
/** The originally requested PIN code that could not be used. */
|
|
153331
|
+
original_code: string
|
|
153332
|
+
/** The PIN code that was assigned instead. */
|
|
153333
|
+
new_code: string
|
|
153334
|
+
}
|
|
151211
153335
|
)[]
|
|
151212
153336
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
151213
153337
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -151473,6 +153597,18 @@ export type Routes = {
|
|
|
151473
153597
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151474
153598
|
warning_code: 'needs_to_be_reissued'
|
|
151475
153599
|
}
|
|
153600
|
+
| {
|
|
153601
|
+
/** Date and time at which Seam created the warning. */
|
|
153602
|
+
created_at: string
|
|
153603
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153604
|
+
message: string
|
|
153605
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153606
|
+
warning_code: 'requested_code_unavailable'
|
|
153607
|
+
/** The originally requested PIN code that could not be used. */
|
|
153608
|
+
original_code: string
|
|
153609
|
+
/** The PIN code that was assigned instead. */
|
|
153610
|
+
new_code: string
|
|
153611
|
+
}
|
|
151476
153612
|
)[]
|
|
151477
153613
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
151478
153614
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -151659,6 +153795,18 @@ export type Routes = {
|
|
|
151659
153795
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151660
153796
|
warning_code: 'needs_to_be_reissued'
|
|
151661
153797
|
}
|
|
153798
|
+
| {
|
|
153799
|
+
/** Date and time at which Seam created the warning. */
|
|
153800
|
+
created_at: string
|
|
153801
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153802
|
+
message: string
|
|
153803
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153804
|
+
warning_code: 'requested_code_unavailable'
|
|
153805
|
+
/** The originally requested PIN code that could not be used. */
|
|
153806
|
+
original_code: string
|
|
153807
|
+
/** The PIN code that was assigned instead. */
|
|
153808
|
+
new_code: string
|
|
153809
|
+
}
|
|
151662
153810
|
)[]
|
|
151663
153811
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
151664
153812
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -151935,6 +154083,18 @@ export type Routes = {
|
|
|
151935
154083
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151936
154084
|
warning_code: 'needs_to_be_reissued'
|
|
151937
154085
|
}
|
|
154086
|
+
| {
|
|
154087
|
+
/** Date and time at which Seam created the warning. */
|
|
154088
|
+
created_at: string
|
|
154089
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154090
|
+
message: string
|
|
154091
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154092
|
+
warning_code: 'requested_code_unavailable'
|
|
154093
|
+
/** The originally requested PIN code that could not be used. */
|
|
154094
|
+
original_code: string
|
|
154095
|
+
/** The PIN code that was assigned instead. */
|
|
154096
|
+
new_code: string
|
|
154097
|
+
}
|
|
151938
154098
|
)[]
|
|
151939
154099
|
/** Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
151940
154100
|
is_multi_phone_sync_credential?: boolean | undefined
|