@kl1/contracts 1.4.32 → 1.4.33

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/index.mjs CHANGED
@@ -6526,7 +6526,7 @@ var ticketContract = initContract26().router(
6526
6526
  },
6527
6527
  getTicketById: {
6528
6528
  method: "GET",
6529
- path: "tcs/api/v1/ticket:id",
6529
+ path: "tcs/api/v1/ticket/:id",
6530
6530
  pathParams: z80.object({ id: z80.string() }),
6531
6531
  headers: DefaultHeaderSchema,
6532
6532
  responses: {