@kl1/contracts 1.0.55 → 1.0.56

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.
@@ -13584,6 +13584,7 @@ export declare const apiContract: {
13584
13584
  caseId: import("zod").ZodNumber;
13585
13585
  entityId: import("zod").ZodString;
13586
13586
  entityName: import("zod").ZodString;
13587
+ customerPhone: import("zod").ZodNullable<import("zod").ZodString>;
13587
13588
  channelType: import("zod").ZodNullable<import("zod").ZodString>;
13588
13589
  channel: import("zod").ZodNullable<import("zod").ZodString>;
13589
13590
  direction: import("zod").ZodNullable<import("zod").ZodString>;
@@ -18740,6 +18741,7 @@ export declare const apiContract: {
18740
18741
  callTo: string | null;
18741
18742
  note: string | null;
18742
18743
  } | null;
18744
+ customerPhone: string | null;
18743
18745
  channelType: string | null;
18744
18746
  slaMeet: string | null;
18745
18747
  evaluateForm: {
@@ -19427,6 +19429,7 @@ export declare const apiContract: {
19427
19429
  callTo: string | null;
19428
19430
  note: string | null;
19429
19431
  } | null;
19432
+ customerPhone: string | null;
19430
19433
  channelType: string | null;
19431
19434
  slaMeet: string | null;
19432
19435
  evaluateForm: {
@@ -20120,6 +20123,7 @@ export declare const apiContract: {
20120
20123
  callTo: string | null;
20121
20124
  note: string | null;
20122
20125
  } | null;
20126
+ customerPhone: string | null;
20123
20127
  channelType: string | null;
20124
20128
  slaMeet: string | null;
20125
20129
  evaluateForm: {
@@ -20813,6 +20817,7 @@ export declare const apiContract: {
20813
20817
  callTo: string | null;
20814
20818
  note: string | null;
20815
20819
  } | null;
20820
+ customerPhone: string | null;
20816
20821
  channelType: string | null;
20817
20822
  slaMeet: string | null;
20818
20823
  evaluateForm: {