@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +1 -1
- package/dist/src/contract.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
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: "/
|
1780
|
+
path: "/reconnect/:channelId",
|
1781
1781
|
pathParams: import_zod31.default.object({
|
1782
1782
|
channelId: import_zod31.default.string().uuid()
|
1783
1783
|
}),
|