You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
92
+
)
93
+
84
94
constacs_credential_warning=z
85
95
.union([
86
96
waiting_to_be_issued,
87
97
schedule_externally_modified,
88
98
schedule_modified,
89
99
being_deleted,
90
100
unknown_issue_with_acs_credential,
101
+
needs_to_be_reissued,
91
102
])
92
103
.describe('Warning associated with the `acs_credential`.')
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
763
+
properties: {
764
+
created_at: {
765
+
description:
766
+
'Date and time at which Seam created the warning.',
767
+
format: 'date-time',
768
+
type: 'string',
769
+
},
770
+
message: {
771
+
description:
772
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
773
+
type: 'string',
774
+
},
775
+
warning_code: {
776
+
description:
777
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
2277
+
properties: {
2278
+
created_at: {
2279
+
description:
2280
+
'Date and time at which Seam created the warning.',
2281
+
format: 'date-time',
2282
+
type: 'string',
2283
+
},
2284
+
message: {
2285
+
description:
2286
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
2287
+
type: 'string',
2288
+
},
2289
+
warning_code: {
2290
+
description:
2291
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
2292
+
enum: ['needs_to_be_reissued'],
2293
+
type: 'string',
2294
+
},
2295
+
},
2296
+
required: [
2297
+
'created_at',
2298
+
'message',
2299
+
'warning_code',
2300
+
],
2301
+
type: 'object',
2302
+
},
2249
2303
],
2250
2304
},
2251
2305
type: 'array',
@@ -2577,6 +2631,35 @@ export default {
2577
2631
],
2578
2632
type: 'object',
2579
2633
},
2634
+
{
2635
+
description:
2636
+
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
2637
+
properties: {
2638
+
created_at: {
2639
+
description:
2640
+
'Date and time at which Seam created the warning.',
2641
+
format: 'date-time',
2642
+
type: 'string',
2643
+
},
2644
+
message: {
2645
+
description:
2646
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
2647
+
type: 'string',
2648
+
},
2649
+
warning_code: {
2650
+
description:
2651
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
2652
+
enum: ['needs_to_be_reissued'],
2653
+
type: 'string',
2654
+
},
2655
+
},
2656
+
required: [
2657
+
'created_at',
2658
+
'message',
2659
+
'warning_code',
2660
+
],
2661
+
type: 'object',
2662
+
},
2580
2663
],
2581
2664
},
2582
2665
type: 'array',
@@ -3039,6 +3122,35 @@ export default {
3039
3122
],
3040
3123
type: 'object',
3041
3124
},
3125
+
{
3126
+
description:
3127
+
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
3128
+
properties: {
3129
+
created_at: {
3130
+
description:
3131
+
'Date and time at which Seam created the warning.',
3132
+
format: 'date-time',
3133
+
type: 'string',
3134
+
},
3135
+
message: {
3136
+
description:
3137
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
3138
+
type: 'string',
3139
+
},
3140
+
warning_code: {
3141
+
description:
3142
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
3143
+
enum: ['needs_to_be_reissued'],
3144
+
type: 'string',
3145
+
},
3146
+
},
3147
+
required: [
3148
+
'created_at',
3149
+
'message',
3150
+
'warning_code',
3151
+
],
3152
+
type: 'object',
3153
+
},
3042
3154
],
3043
3155
},
3044
3156
type: 'array',
@@ -3367,6 +3479,35 @@ export default {
3367
3479
],
3368
3480
type: 'object',
3369
3481
},
3482
+
{
3483
+
description:
3484
+
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
3485
+
properties: {
3486
+
created_at: {
3487
+
description:
3488
+
'Date and time at which Seam created the warning.',
3489
+
format: 'date-time',
3490
+
type: 'string',
3491
+
},
3492
+
message: {
3493
+
description:
3494
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
3495
+
type: 'string',
3496
+
},
3497
+
warning_code: {
3498
+
description:
3499
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
3500
+
enum: ['needs_to_be_reissued'],
3501
+
type: 'string',
3502
+
},
3503
+
},
3504
+
required: [
3505
+
'created_at',
3506
+
'message',
3507
+
'warning_code',
3508
+
],
3509
+
type: 'object',
3510
+
},
3370
3511
],
3371
3512
},
3372
3513
type: 'array',
@@ -7599,6 +7740,57 @@ export default {
7599
7740
type: 'object',
7600
7741
'x-route-path': '/acs/credentials',
7601
7742
},
7743
+
{
7744
+
description:
7745
+
'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.',
description: 'Date and time at which the event occurred.',
7773
+
format: 'date-time',
7774
+
type: 'string',
7775
+
},
7776
+
workspace_id: {
7777
+
description:
7778
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7779
+
format: 'uuid',
7780
+
type: 'string',
7781
+
},
7782
+
},
7783
+
required: [
7784
+
'event_id',
7785
+
'workspace_id',
7786
+
'created_at',
7787
+
'occurred_at',
7788
+
'acs_system_id',
7789
+
'acs_credential_id',
7790
+
'event_type',
7791
+
],
7792
+
type: 'object',
7793
+
},
7602
7794
{
7603
7795
description:
7604
7796
'An [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.',
@@ -15210,6 +15402,35 @@ export default {
15210
15402
],
15211
15403
type: 'object',
15212
15404
},
15405
+
{
15406
+
description:
15407
+
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
15408
+
properties: {
15409
+
created_at: {
15410
+
description:
15411
+
'Date and time at which Seam created the warning.',
15412
+
format: 'date-time',
15413
+
type: 'string',
15414
+
},
15415
+
message: {
15416
+
description:
15417
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
15418
+
type: 'string',
15419
+
},
15420
+
warning_code: {
15421
+
description:
15422
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
15423
+
enum: ['needs_to_be_reissued'],
15424
+
type: 'string',
15425
+
},
15426
+
},
15427
+
required: [
15428
+
'created_at',
15429
+
'message',
15430
+
'warning_code',
15431
+
],
15432
+
type: 'object',
15433
+
},
15213
15434
],
15214
15435
},
15215
15436
type: 'array',
@@ -15644,6 +15865,35 @@ export default {
15644
15865
],
15645
15866
type: 'object',
15646
15867
},
15868
+
{
15869
+
description:
15870
+
'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
15871
+
properties: {
15872
+
created_at: {
15873
+
description:
15874
+
'Date and time at which Seam created the warning.',
15875
+
format: 'date-time',
15876
+
type: 'string',
15877
+
},
15878
+
message: {
15879
+
description:
15880
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
15881
+
type: 'string',
15882
+
},
15883
+
warning_code: {
15884
+
description:
15885
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
0 commit comments