@kl1/contracts 1.1.38-uat → 1.1.39-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.js CHANGED
@@ -1109,6 +1109,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1109
1109
  firstResponseDate: import_zod25.default.string(),
1110
1110
  resolutionTime: import_zod25.default.string().nullable(),
1111
1111
  resolutionDate: import_zod25.default.string(),
1112
+ wrapUpDuration: import_zod25.default.string(),
1112
1113
  slaMeet: import_zod25.default.string().nullable(),
1113
1114
  evaluateForm: EvaluateFormSchema.nullable(),
1114
1115
  wrapUpForm: WrapUpFormSchema.nullable(),