@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.
package/dist/index.mjs CHANGED
@@ -1116,6 +1116,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1116
1116
  caseId: z29.number(),
1117
1117
  entityId: z29.string().uuid(),
1118
1118
  entityName: z29.string(),
1119
+ customerPhone: z29.string().nullable(),
1119
1120
  channelType: z29.string().nullable(),
1120
1121
  channel: z29.string().nullable(),
1121
1122
  direction: z29.string().nullable(),