@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.js CHANGED
@@ -1173,6 +1173,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1173
1173
  caseId: import_zod29.default.number(),
1174
1174
  entityId: import_zod29.default.string().uuid(),
1175
1175
  entityName: import_zod29.default.string(),
1176
+ customerPhone: import_zod29.default.string().nullable(),
1176
1177
  channelType: import_zod29.default.string().nullable(),
1177
1178
  channel: import_zod29.default.string().nullable(),
1178
1179
  direction: import_zod29.default.string().nullable(),