Skip to content

Commit 130790d

Browse files
authored
fix: acs_credential_on_encoder.created_at is nullable (#1153)
1 parent e0f5f76 commit 130790d

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

src/lib/seam/connect/models/acs/acs-credential.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const acs_credential_on_encoder = z.object({
7676
created_at: z
7777
.string()
7878
.datetime()
79+
.nullable()
7980
.describe('Date and time the credential was created.'),
8081

8182
is_issued: z.boolean().nullable(),

src/lib/seam/connect/openapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,7 @@ export default {
12641264
description:
12651265
'Date and time the credential was created.',
12661266
format: 'date-time',
1267+
nullable: true,
12671268
type: 'string',
12681269
},
12691270
ends_at: {

src/lib/seam/connect/route-types.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export interface Routes {
9898
/** Snapshot of the card data read from the physical encoder. */
9999
acs_credential_on_encoder: {
100100
/** Date and time the credential was created. */
101-
created_at: string
101+
created_at: string | null
102102
is_issued: boolean | null
103103
/** Date and time the credential will become useable. */
104104
starts_at: string | null
@@ -907,7 +907,7 @@ export interface Routes {
907907
/** Snapshot of the card data read from the physical encoder. */
908908
acs_credential_on_encoder: {
909909
/** Date and time the credential was created. */
910-
created_at: string
910+
created_at: string | null
911911
is_issued: boolean | null
912912
/** Date and time the credential will become useable. */
913913
starts_at: string | null
@@ -1881,7 +1881,7 @@ export interface Routes {
18811881
/** Snapshot of the card data read from the physical encoder. */
18821882
acs_credential_on_encoder: {
18831883
/** Date and time the credential was created. */
1884-
created_at: string
1884+
created_at: string | null
18851885
is_issued: boolean | null
18861886
/** Date and time the credential will become useable. */
18871887
starts_at: string | null
@@ -2677,7 +2677,7 @@ export interface Routes {
26772677
/** Snapshot of the card data read from the physical encoder. */
26782678
acs_credential_on_encoder: {
26792679
/** Date and time the credential was created. */
2680-
created_at: string
2680+
created_at: string | null
26812681
is_issued: boolean | null
26822682
/** Date and time the credential will become useable. */
26832683
starts_at: string | null
@@ -4381,7 +4381,7 @@ export interface Routes {
43814381
/** Snapshot of the card data read from the physical encoder. */
43824382
acs_credential_on_encoder: {
43834383
/** Date and time the credential was created. */
4384-
created_at: string
4384+
created_at: string | null
43854385
is_issued: boolean | null
43864386
/** Date and time the credential will become useable. */
43874387
starts_at: string | null
@@ -5674,7 +5674,7 @@ export interface Routes {
56745674
/** Snapshot of the card data read from the physical encoder. */
56755675
acs_credential_on_encoder: {
56765676
/** Date and time the credential was created. */
5677-
created_at: string
5677+
created_at: string | null
56785678
is_issued: boolean | null
56795679
/** Date and time the credential will become useable. */
56805680
starts_at: string | null
@@ -7720,7 +7720,7 @@ export interface Routes {
77207720
/** Snapshot of the card data read from the physical encoder. */
77217721
acs_credential_on_encoder: {
77227722
/** Date and time the credential was created. */
7723-
created_at: string
7723+
created_at: string | null
77247724
is_issued: boolean | null
77257725
/** Date and time the credential will become useable. */
77267726
starts_at: string | null
@@ -8370,7 +8370,7 @@ export interface Routes {
83708370
/** Snapshot of the card data read from the physical encoder. */
83718371
acs_credential_on_encoder: {
83728372
/** Date and time the credential was created. */
8373-
created_at: string
8373+
created_at: string | null
83748374
is_issued: boolean | null
83758375
/** Date and time the credential will become useable. */
83768376
starts_at: string | null
@@ -14412,7 +14412,7 @@ export interface Routes {
1441214412
/** Snapshot of the card data read from the physical encoder. */
1441314413
acs_credential_on_encoder: {
1441414414
/** Date and time the credential was created. */
14415-
created_at: string
14415+
created_at: string | null
1441614416
is_issued: boolean | null
1441714417
/** Date and time the credential will become useable. */
1441814418
starts_at: string | null
@@ -15063,7 +15063,7 @@ export interface Routes {
1506315063
/** Snapshot of the card data read from the physical encoder. */
1506415064
acs_credential_on_encoder: {
1506515065
/** Date and time the credential was created. */
15066-
created_at: string
15066+
created_at: string | null
1506715067
is_issued: boolean | null
1506815068
/** Date and time the credential will become useable. */
1506915069
starts_at: string | null
@@ -17152,7 +17152,7 @@ export interface Routes {
1715217152
/** Snapshot of the card data read from the physical encoder. */
1715317153
acs_credential_on_encoder: {
1715417154
/** Date and time the credential was created. */
17155-
created_at: string
17155+
created_at: string | null
1715617156
is_issued: boolean | null
1715717157
/** Date and time the credential will become useable. */
1715817158
starts_at: string | null
@@ -17813,7 +17813,7 @@ export interface Routes {
1781317813
/** Snapshot of the card data read from the physical encoder. */
1781417814
acs_credential_on_encoder: {
1781517815
/** Date and time the credential was created. */
17816-
created_at: string
17816+
created_at: string | null
1781717817
is_issued: boolean | null
1781817818
/** Date and time the credential will become useable. */
1781917819
starts_at: string | null
@@ -18513,7 +18513,7 @@ export interface Routes {
1851318513
/** Snapshot of the card data read from the physical encoder. */
1851418514
acs_credential_on_encoder: {
1851518515
/** Date and time the credential was created. */
18516-
created_at: string
18516+
created_at: string | null
1851718517
is_issued: boolean | null
1851818518
/** Date and time the credential will become useable. */
1851918519
starts_at: string | null
@@ -19370,7 +19370,7 @@ export interface Routes {
1937019370
/** Snapshot of the card data read from the physical encoder. */
1937119371
acs_credential_on_encoder: {
1937219372
/** Date and time the credential was created. */
19373-
created_at: string
19373+
created_at: string | null
1937419374
is_issued: boolean | null
1937519375
/** Date and time the credential will become useable. */
1937619376
starts_at: string | null
@@ -20023,7 +20023,7 @@ export interface Routes {
2002320023
/** Snapshot of the card data read from the physical encoder. */
2002420024
acs_credential_on_encoder: {
2002520025
/** Date and time the credential was created. */
20026-
created_at: string
20026+
created_at: string | null
2002720027
is_issued: boolean | null
2002820028
/** Date and time the credential will become useable. */
2002920029
starts_at: string | null
@@ -21335,7 +21335,7 @@ export interface Routes {
2133521335
/** Snapshot of the card data read from the physical encoder. */
2133621336
acs_credential_on_encoder: {
2133721337
/** Date and time the credential was created. */
21338-
created_at: string
21338+
created_at: string | null
2133921339
is_issued: boolean | null
2134021340
/** Date and time the credential will become useable. */
2134121341
starts_at: string | null
@@ -21990,7 +21990,7 @@ export interface Routes {
2199021990
/** Snapshot of the card data read from the physical encoder. */
2199121991
acs_credential_on_encoder: {
2199221992
/** Date and time the credential was created. */
21993-
created_at: string
21993+
created_at: string | null
2199421994
is_issued: boolean | null
2199521995
/** Date and time the credential will become useable. */
2199621996
starts_at: string | null
@@ -24039,7 +24039,7 @@ export interface Routes {
2403924039
/** Snapshot of the card data read from the physical encoder. */
2404024040
acs_credential_on_encoder: {
2404124041
/** Date and time the credential was created. */
24042-
created_at: string
24042+
created_at: string | null
2404324043
is_issued: boolean | null
2404424044
/** Date and time the credential will become useable. */
2404524045
starts_at: string | null
@@ -24811,7 +24811,7 @@ export interface Routes {
2481124811
/** Snapshot of the card data read from the physical encoder. */
2481224812
acs_credential_on_encoder: {
2481324813
/** Date and time the credential was created. */
24814-
created_at: string
24814+
created_at: string | null
2481524815
is_issued: boolean | null
2481624816
/** Date and time the credential will become useable. */
2481724817
starts_at: string | null
@@ -27332,7 +27332,7 @@ export interface Routes {
2733227332
/** Snapshot of the card data read from the physical encoder. */
2733327333
acs_credential_on_encoder: {
2733427334
/** Date and time the credential was created. */
27335-
created_at: string
27335+
created_at: string | null
2733627336
is_issued: boolean | null
2733727337
/** Date and time the credential will become useable. */
2733827338
starts_at: string | null

0 commit comments

Comments
 (0)