@seamapi/types 1.340.0 → 1.340.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.340.0",
3
+ "version": "1.340.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -28,13 +28,14 @@ export const acs_credential_issued = acs_credential_event.extend({
28
28
  An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was issued.
29
29
  `)
30
30
 
31
- export const acs_credential_reissued = acs_credential_event
32
- .extend({
33
- event_type: z.literal('acs_credential.reissued'),
34
- })
35
- .describe(
36
- 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.',
37
- )
31
+ export const acs_credential_reissued = acs_credential_event.extend({
32
+ event_type: z.literal('acs_credential.reissued'),
33
+ }).describe(`
34
+ ---
35
+ route_path: /acs/credentials
36
+ ---
37
+ An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.
38
+ `)
38
39
 
39
40
  export const acs_credential_events = [
40
41
  acs_credential_deleted_event,
@@ -8837,6 +8837,7 @@ export default {
8837
8837
  'event_type',
8838
8838
  ],
8839
8839
  type: 'object',
8840
+ 'x-route-path': '/acs/credentials',
8840
8841
  },
8841
8842
  {
8842
8843
  description: