@seamapi/types
Advanced tools
Comparing version 1.340.0 to 1.340.1
@@ -22,7 +22,10 @@ import { z } from 'zod'; | ||
`); | ||
export const acs_credential_reissued = acs_credential_event | ||
.extend({ | ||
export const acs_credential_reissued = acs_credential_event.extend({ | ||
event_type: z.literal('acs_credential.reissued'), | ||
}) | ||
.describe('An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.'); | ||
}).describe(` | ||
--- | ||
route_path: /acs/credentials | ||
--- | ||
An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued. | ||
`); | ||
export const acs_credential_events = [ | ||
@@ -29,0 +32,0 @@ acs_credential_deleted_event, |
{ | ||
"name": "@seamapi/types", | ||
"version": "1.340.0", | ||
"version": "1.340.1", | ||
"description": "TypeScript types for the Seam API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -31,9 +31,10 @@ import { z } from 'zod' | ||
export const acs_credential_reissued = acs_credential_event | ||
.extend({ | ||
event_type: z.literal('acs_credential.reissued'), | ||
}) | ||
.describe( | ||
'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.', | ||
) | ||
export const acs_credential_reissued = acs_credential_event.extend({ | ||
event_type: z.literal('acs_credential.reissued'), | ||
}).describe(` | ||
--- | ||
route_path: /acs/credentials | ||
--- | ||
An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued. | ||
`) | ||
@@ -40,0 +41,0 @@ export const acs_credential_events = [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
17613178
238466