@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/dist/connect.cjs CHANGED
@@ -2780,9 +2780,12 @@ var acs_credential_issued = acs_credential_event.extend({
2780
2780
  `);
2781
2781
  var acs_credential_reissued = acs_credential_event.extend({
2782
2782
  event_type: zod.z.literal("acs_credential.reissued")
2783
- }).describe(
2784
- "An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued."
2785
- );
2783
+ }).describe(`
2784
+ ---
2785
+ route_path: /acs/credentials
2786
+ ---
2787
+ An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.
2788
+ `);
2786
2789
  var acs_credential_events = [
2787
2790
  acs_credential_deleted_event,
2788
2791
  acs_credential_issued,
@@ -11769,7 +11772,8 @@ var openapi_default = {
11769
11772
  "acs_credential_id",
11770
11773
  "event_type"
11771
11774
  ],
11772
- type: "object"
11775
+ type: "object",
11776
+ "x-route-path": "/acs/credentials"
11773
11777
  },
11774
11778
  {
11775
11779
  description: "An [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.",