@kl1/contracts 1.1.96-uat → 1.1.97-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -1641,7 +1641,7 @@ var SendMessageSchema = z33.object({
1641
1641
  }).optional()
1642
1642
  });
1643
1643
  var InitiateMessageSchema = z33.object({
1644
- platformContactId: z33.string().uuid().optional(),
1644
+ platformContactId: z33.string().uuid().optional().nullable(),
1645
1645
  channelId: z33.string().uuid(),
1646
1646
  contactId: z33.string().uuid().optional(),
1647
1647
  message: z33.object({