@kl1/contracts 1.4.56 → 1.4.57
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/api-contracts/src/contract.d.ts +3 -3
- package/dist/api-contracts/src/klink-chat/index.d.ts +3 -3
- package/dist/api-contracts/src/klink-chat/schema.d.ts +5 -5
- package/dist/api-contracts/src/klink-chat/validation.d.ts +3 -3
- 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/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -9322,7 +9322,7 @@ import { initContract as initContract44 } from "@ts-rest/core";
|
|
9322
9322
|
import z117 from "zod";
|
9323
9323
|
var KlinkChatChannelSchema = z117.object({
|
9324
9324
|
name: z117.string(),
|
9325
|
-
|
9325
|
+
metadata: z117.any().optional()
|
9326
9326
|
});
|
9327
9327
|
|
9328
9328
|
// src/klink-chat/index.ts
|