@kl1/contracts 1.0.75 → 1.0.76

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.js CHANGED
@@ -1777,7 +1777,7 @@ var channelContract = (0, import_core6.initContract)().router(
1777
1777
  },
1778
1778
  reconnect: {
1779
1779
  method: "POST",
1780
- path: "/rename/:channelId",
1780
+ path: "/reconnect/:channelId",
1781
1781
  pathParams: import_zod31.default.object({
1782
1782
  channelId: import_zod31.default.string().uuid()
1783
1783
  }),