Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Dec 4, 2024
1 parent b8ba9a1 commit b7f2090
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const warning = z.object({
const acs_credential_on_seam = acs_credential.or(unmanaged_acs_credential)

const result = z.object({
acs_credential_on_encoder: acs_credential_on_encoder.describe(
'Snapshot of credential data read from physical encoder.',
),
acs_credential_on_encoder: acs_credential_on_encoder
.nullable()
.describe('Snapshot of credential data read from physical encoder.'),
acs_credential_on_seam: acs_credential_on_seam
.nullable()
.describe('Matching acs_credential currently encoded on this card.'),
Expand Down
1 change: 1 addition & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,7 @@ export default {
acs_credential_on_encoder: {
description:
'Snapshot of credential data read from physical encoder.',
nullable: true,
properties: {
card_number: {
description:
Expand Down
42 changes: 21 additions & 21 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -1303,7 +1303,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -2713,7 +2713,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -3880,7 +3880,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -6618,7 +6618,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -7687,7 +7687,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -10300,7 +10300,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -11321,7 +11321,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -18338,7 +18338,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -19360,7 +19360,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -22011,7 +22011,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -23043,7 +23043,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -24114,7 +24114,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -25344,7 +25344,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -26372,7 +26372,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -28161,7 +28161,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -29193,7 +29193,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -31807,7 +31807,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -33004,7 +33004,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -34059,7 +34059,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down Expand Up @@ -37248,7 +37248,7 @@ export interface Routes {
common_acs_entrance_ids?: string[] | undefined
}
| undefined
}
} | null
/** Matching acs_credential currently encoded on this card. */
acs_credential_on_seam:
| (
Expand Down

0 comments on commit b7f2090

Please sign in to comment.