@kl1/contracts 1.1.24-uat → 1.1.25-uat

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.mjs CHANGED
@@ -6575,7 +6575,8 @@ var CreateWrapUpFormSchema = z91.object({
6575
6575
  callTo: z91.string().nullable().optional()
6576
6576
  });
6577
6577
  var UpdateWrapUpFormSchema = CreateWrapUpFormSchema.extend({
6578
- tags: z91.array(z91.string()).optional()
6578
+ tags: z91.array(z91.string()).optional(),
6579
+ categoryIds: z91.array(z91.string().uuid()).optional()
6579
6580
  });
6580
6581
  var CreateCXLogWrapUpFormSchema = z91.object({
6581
6582
  cxLogId: z91.string().uuid(),