@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.js CHANGED
@@ -1085,7 +1085,9 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1085
1085
  startedDate: import_zod25.default.string().nullable(),
1086
1086
  handledTime: import_zod25.default.string().nullable(),
1087
1087
  firstResponseTime: import_zod25.default.string().nullable(),
1088
+ firstResponseDate: import_zod25.default.string(),
1088
1089
  resolutionTime: import_zod25.default.string().nullable(),
1090
+ resolutionDate: import_zod25.default.string(),
1089
1091
  slaMeet: import_zod25.default.string().nullable(),
1090
1092
  evaluateForm: EvaluateFormSchema.nullable(),
1091
1093
  wrapUpForm: WrapUpFormSchema.nullable(),