@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.
@@ -716,6 +716,7 @@ export declare const apiContract: {
716
716
  firstResponseDate: import("zod").ZodString;
717
717
  resolutionTime: import("zod").ZodNullable<import("zod").ZodString>;
718
718
  resolutionDate: import("zod").ZodString;
719
+ wrapUpDuration: import("zod").ZodString;
719
720
  slaMeet: import("zod").ZodNullable<import("zod").ZodString>;
720
721
  evaluateForm: import("zod").ZodNullable<import("zod").ZodObject<{
721
722
  id: import("zod").ZodString;
@@ -6483,6 +6484,7 @@ export declare const apiContract: {
6483
6484
  firstResponseDate: string;
6484
6485
  resolutionTime: string | null;
6485
6486
  resolutionDate: string;
6487
+ wrapUpDuration: string;
6486
6488
  slaMeet: string | null;
6487
6489
  evaluateForm: {
6488
6490
  id: string;
@@ -7243,6 +7245,7 @@ export declare const apiContract: {
7243
7245
  firstResponseDate: string;
7244
7246
  resolutionTime: string | null;
7245
7247
  resolutionDate: string;
7248
+ wrapUpDuration: string;
7246
7249
  slaMeet: string | null;
7247
7250
  evaluateForm: {
7248
7251
  id: string;
@@ -8009,6 +8012,7 @@ export declare const apiContract: {
8009
8012
  firstResponseDate: string;
8010
8013
  resolutionTime: string | null;
8011
8014
  resolutionDate: string;
8015
+ wrapUpDuration: string;
8012
8016
  slaMeet: string | null;
8013
8017
  evaluateForm: {
8014
8018
  id: string;
@@ -8775,6 +8779,7 @@ export declare const apiContract: {
8775
8779
  firstResponseDate: string;
8776
8780
  resolutionTime: string | null;
8777
8781
  resolutionDate: string;
8782
+ wrapUpDuration: string;
8778
8783
  slaMeet: string | null;
8779
8784
  evaluateForm: {
8780
8785
  id: string;