@kl1/contracts 1.0.82 → 1.0.83

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
@@ -1083,6 +1083,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1083
1083
  startedDate: import_zod25.default.string().nullable(),
1084
1084
  handledTime: import_zod25.default.string().nullable(),
1085
1085
  firstResponseTime: import_zod25.default.string().nullable(),
1086
+ resolutionTime: import_zod25.default.string().nullable(),
1086
1087
  slaMeet: import_zod25.default.string().nullable(),
1087
1088
  evaluateForm: EvaluateFormSchema.nullable(),
1088
1089
  wrapUpForm: WrapUpFormSchema.nullable(),