@kl1/contracts 1.2.54-uat → 1.2.55-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -1602,7 +1602,7 @@ var smsContract = initContract().router({
1602
1602
  disconnectSMSChannel: {
1603
1603
  method: "POST",
1604
1604
  path: "/disconnect",
1605
- body: ChannelSchema.partial(),
1605
+ body: z27.object({ id: z27.string().uuid() }),
1606
1606
  responses: {
1607
1607
  200: DefaultSuccessResponseSchema.extend({
1608
1608
  channel: ChannelSchema