@kl1/contracts 1.1.21 → 1.1.22

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
@@ -1020,7 +1020,9 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1020
1020
  startedDate: z25.string().nullable(),
1021
1021
  handledTime: z25.string().nullable(),
1022
1022
  firstResponseTime: z25.string().nullable(),
1023
+ firstResponseDate: z25.string(),
1023
1024
  resolutionTime: z25.string().nullable(),
1025
+ resolutionDate: z25.string(),
1024
1026
  slaMeet: z25.string().nullable(),
1025
1027
  evaluateForm: EvaluateFormSchema.nullable(),
1026
1028
  wrapUpForm: WrapUpFormSchema.nullable(),