@kl1/contracts 1.4.32 → 1.4.34

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
@@ -3394,7 +3394,7 @@ var commentContract = initContract9().router(
3394
3394
  summary: "Delete a comment."
3395
3395
  }
3396
3396
  },
3397
- { pathPrefix: "ts/comment" }
3397
+ { pathPrefix: "tcs/api/v1/comment" }
3398
3398
  );
3399
3399
 
3400
3400
  // src/company/index.ts
@@ -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: {