@kl1/contracts 1.0.79 → 1.0.80

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
@@ -936,6 +936,7 @@ var TelephonyCdrSchema = DefaultEntitySchema.extend({
936
936
  agentRingTime: z23.number().nullable(),
937
937
  uploadId: z23.string().nullable(),
938
938
  serialNumber: z23.string().nullable(),
939
+ upload: UploadSchema.optional().nullable(),
939
940
  callParticipants: z23.object({
940
941
  callTo: CallUserSchema,
941
942
  callFrom: CallUserSchema