@kl1/contracts 1.0.43 → 1.0.45

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.
Files changed (55) hide show
  1. package/dist/index.js +333 -25
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +333 -25
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/app/index.d.ts +17 -0
  6. package/dist/src/app/index.d.ts.map +1 -0
  7. package/dist/src/chat/index.d.ts +203 -0
  8. package/dist/src/chat/index.d.ts.map +1 -1
  9. package/dist/src/chat/schema.d.ts +44 -0
  10. package/dist/src/chat/schema.d.ts.map +1 -1
  11. package/dist/src/chat/validation.d.ts +48 -0
  12. package/dist/src/chat/validation.d.ts.map +1 -1
  13. package/dist/src/comment/index.d.ts +1540 -150
  14. package/dist/src/comment/index.d.ts.map +1 -1
  15. package/dist/src/comment/schema.d.ts +424 -22
  16. package/dist/src/comment/schema.d.ts.map +1 -1
  17. package/dist/src/contact/index.d.ts +77 -0
  18. package/dist/src/contact/index.d.ts.map +1 -1
  19. package/dist/src/contact/schema.d.ts +16 -0
  20. package/dist/src/contact/schema.d.ts.map +1 -1
  21. package/dist/src/contact/validation.d.ts +63 -0
  22. package/dist/src/contact/validation.d.ts.map +1 -1
  23. package/dist/src/contract.d.ts +9588 -950
  24. package/dist/src/contract.d.ts.map +1 -1
  25. package/dist/src/cx-log/index.d.ts +610 -0
  26. package/dist/src/cx-log/index.d.ts.map +1 -1
  27. package/dist/src/cx-log/schema.d.ts +514 -0
  28. package/dist/src/cx-log/schema.d.ts.map +1 -1
  29. package/dist/src/mail/mail-contract.d.ts +7 -0
  30. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  31. package/dist/src/mail/mail-server.d.ts +216 -0
  32. package/dist/src/mail/mail-server.d.ts.map +1 -0
  33. package/dist/src/mail/room-contract.d.ts +7 -0
  34. package/dist/src/mail/room-contract.d.ts.map +1 -1
  35. package/dist/src/mail/schemas/room.schema.d.ts +5 -0
  36. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  37. package/dist/src/messenger/index.d.ts +24 -0
  38. package/dist/src/messenger/index.d.ts.map +1 -1
  39. package/dist/src/platform-contact/schema.d.ts +30 -0
  40. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  41. package/dist/src/telephony-cdr/call-report.schema.d.ts +1753 -0
  42. package/dist/src/telephony-cdr/call-report.schema.d.ts.map +1 -0
  43. package/dist/src/telephony-cdr/index.d.ts +4378 -175
  44. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  45. package/dist/src/telephony-cdr/schema.d.ts +1050 -0
  46. package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
  47. package/dist/src/telephony-cdr/validation.d.ts +56 -0
  48. package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
  49. package/dist/src/ticket/index.d.ts +2338 -171
  50. package/dist/src/ticket/index.d.ts.map +1 -1
  51. package/dist/src/ticket/schema.d.ts +327 -12
  52. package/dist/src/ticket/schema.d.ts.map +1 -1
  53. package/dist/src/upload/schema.d.ts +3 -0
  54. package/dist/src/upload/schema.d.ts.map +1 -1
  55. package/package.json +1 -1
@@ -586,6 +586,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
586
586
  fileSize: z.ZodNumber;
587
587
  fileKey: z.ZodString;
588
588
  fileUrl: z.ZodNullable<z.ZodString>;
589
+ status: z.ZodOptional<z.ZodString>;
589
590
  }, "strip", z.ZodTypeAny, {
590
591
  id: string;
591
592
  createdAt: Date;
@@ -596,6 +597,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
596
597
  bucketName: string;
597
598
  fileSize: number;
598
599
  fileUrl: string | null;
600
+ status?: string | undefined;
599
601
  }, {
600
602
  id: string;
601
603
  createdAt: Date;
@@ -606,6 +608,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
606
608
  bucketName: string;
607
609
  fileSize: number;
608
610
  fileUrl: string | null;
611
+ status?: string | undefined;
609
612
  }>;
610
613
  }, "strip", z.ZodTypeAny, {
611
614
  id: string;
@@ -623,6 +626,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
623
626
  bucketName: string;
624
627
  fileSize: number;
625
628
  fileUrl: string | null;
629
+ status?: string | undefined;
626
630
  };
627
631
  }, {
628
632
  id: string;
@@ -640,6 +644,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
640
644
  bucketName: string;
641
645
  fileSize: number;
642
646
  fileUrl: string | null;
647
+ status?: string | undefined;
643
648
  };
644
649
  }>, "many">;
645
650
  }, "strip", z.ZodTypeAny, {
@@ -681,6 +686,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
681
686
  bucketName: string;
682
687
  fileSize: number;
683
688
  fileUrl: string | null;
689
+ status?: string | undefined;
684
690
  };
685
691
  }[];
686
692
  }, {
@@ -722,6 +728,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
722
728
  bucketName: string;
723
729
  fileSize: number;
724
730
  fileUrl: string | null;
731
+ status?: string | undefined;
725
732
  };
726
733
  }[];
727
734
  }>, "many">;
@@ -876,6 +883,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
876
883
  bucketName: string;
877
884
  fileSize: number;
878
885
  fileUrl: string | null;
886
+ status?: string | undefined;
879
887
  };
880
888
  }[];
881
889
  }[];
@@ -978,6 +986,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
978
986
  bucketName: string;
979
987
  fileSize: number;
980
988
  fileUrl: string | null;
989
+ status?: string | undefined;
981
990
  };
982
991
  }[];
983
992
  }[];
@@ -1094,6 +1103,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1094
1103
  bucketName: string;
1095
1104
  fileSize: number;
1096
1105
  fileUrl: string | null;
1106
+ status?: string | undefined;
1097
1107
  };
1098
1108
  }[];
1099
1109
  }[];
@@ -1211,6 +1221,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1211
1221
  bucketName: string;
1212
1222
  fileSize: number;
1213
1223
  fileUrl: string | null;
1224
+ status?: string | undefined;
1214
1225
  };
1215
1226
  }[];
1216
1227
  }[];
@@ -2154,6 +2165,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2154
2165
  bucketName: string;
2155
2166
  fileSize: number;
2156
2167
  fileUrl: string | null;
2168
+ status?: string | undefined;
2157
2169
  };
2158
2170
  }[];
2159
2171
  }[];
@@ -2437,6 +2449,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2437
2449
  bucketName: string;
2438
2450
  fileSize: number;
2439
2451
  fileUrl: string | null;
2452
+ status?: string | undefined;
2440
2453
  };
2441
2454
  }[];
2442
2455
  }[];
@@ -2918,6 +2931,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2918
2931
  fileSize: z.ZodNumber;
2919
2932
  fileKey: z.ZodString;
2920
2933
  fileUrl: z.ZodNullable<z.ZodString>;
2934
+ status: z.ZodOptional<z.ZodString>;
2921
2935
  }, "strip", z.ZodTypeAny, {
2922
2936
  id: string;
2923
2937
  createdAt: Date;
@@ -2928,6 +2942,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2928
2942
  bucketName: string;
2929
2943
  fileSize: number;
2930
2944
  fileUrl: string | null;
2945
+ status?: string | undefined;
2931
2946
  }, {
2932
2947
  id: string;
2933
2948
  createdAt: Date;
@@ -2938,6 +2953,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2938
2953
  bucketName: string;
2939
2954
  fileSize: number;
2940
2955
  fileUrl: string | null;
2956
+ status?: string | undefined;
2941
2957
  }>;
2942
2958
  }, "strip", z.ZodTypeAny, {
2943
2959
  id: string;
@@ -2955,6 +2971,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2955
2971
  bucketName: string;
2956
2972
  fileSize: number;
2957
2973
  fileUrl: string | null;
2974
+ status?: string | undefined;
2958
2975
  };
2959
2976
  }, {
2960
2977
  id: string;
@@ -2972,6 +2989,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2972
2989
  bucketName: string;
2973
2990
  fileSize: number;
2974
2991
  fileUrl: string | null;
2992
+ status?: string | undefined;
2975
2993
  };
2976
2994
  }>, "many">;
2977
2995
  }, "strip", z.ZodTypeAny, {
@@ -3013,6 +3031,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3013
3031
  bucketName: string;
3014
3032
  fileSize: number;
3015
3033
  fileUrl: string | null;
3034
+ status?: string | undefined;
3016
3035
  };
3017
3036
  }[];
3018
3037
  }, {
@@ -3054,6 +3073,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3054
3073
  bucketName: string;
3055
3074
  fileSize: number;
3056
3075
  fileUrl: string | null;
3076
+ status?: string | undefined;
3057
3077
  };
3058
3078
  }[];
3059
3079
  }>, "many">;
@@ -3208,6 +3228,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3208
3228
  bucketName: string;
3209
3229
  fileSize: number;
3210
3230
  fileUrl: string | null;
3231
+ status?: string | undefined;
3211
3232
  };
3212
3233
  }[];
3213
3234
  }[];
@@ -3310,6 +3331,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3310
3331
  bucketName: string;
3311
3332
  fileSize: number;
3312
3333
  fileUrl: string | null;
3334
+ status?: string | undefined;
3313
3335
  };
3314
3336
  }[];
3315
3337
  }[];
@@ -3411,6 +3433,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3411
3433
  fileSize: z.ZodNumber;
3412
3434
  fileKey: z.ZodString;
3413
3435
  fileUrl: z.ZodNullable<z.ZodString>;
3436
+ status: z.ZodOptional<z.ZodString>;
3414
3437
  }, "strip", z.ZodTypeAny, {
3415
3438
  id: string;
3416
3439
  createdAt: Date;
@@ -3421,6 +3444,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3421
3444
  bucketName: string;
3422
3445
  fileSize: number;
3423
3446
  fileUrl: string | null;
3447
+ status?: string | undefined;
3424
3448
  }, {
3425
3449
  id: string;
3426
3450
  createdAt: Date;
@@ -3431,6 +3455,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3431
3455
  bucketName: string;
3432
3456
  fileSize: number;
3433
3457
  fileUrl: string | null;
3458
+ status?: string | undefined;
3434
3459
  }>>>;
3435
3460
  serialNumber: z.ZodNullable<z.ZodString>;
3436
3461
  extensionId: z.ZodNullable<z.ZodString>;
@@ -3446,6 +3471,210 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3446
3471
  extensionId: z.ZodNumber;
3447
3472
  extensionName: z.ZodString;
3448
3473
  telephonySignature: z.ZodNullable<z.ZodString>;
3474
+ user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3475
+ id: z.ZodString;
3476
+ createdAt: z.ZodDate;
3477
+ updatedAt: z.ZodDate;
3478
+ deletedAt: z.ZodNullable<z.ZodDate>;
3479
+ name: z.ZodString;
3480
+ email: z.ZodString;
3481
+ emailVerifiedAt: z.ZodNullable<z.ZodDate>;
3482
+ password: z.ZodString;
3483
+ address: z.ZodNullable<z.ZodString>;
3484
+ phone: z.ZodNullable<z.ZodString>;
3485
+ notificationCount: z.ZodNullable<z.ZodNumber>;
3486
+ roles: z.ZodArray<z.ZodObject<{
3487
+ id: z.ZodString;
3488
+ createdAt: z.ZodDate;
3489
+ updatedAt: z.ZodDate;
3490
+ deletedAt: z.ZodNullable<z.ZodDate>;
3491
+ systemName: z.ZodString;
3492
+ displayName: z.ZodString;
3493
+ description: z.ZodNullable<z.ZodString>;
3494
+ permissions: z.ZodArray<z.ZodObject<{
3495
+ id: z.ZodString;
3496
+ createdAt: z.ZodDate;
3497
+ updatedAt: z.ZodDate;
3498
+ deletedAt: z.ZodNullable<z.ZodDate>;
3499
+ systemName: z.ZodString;
3500
+ displayName: z.ZodString;
3501
+ description: z.ZodNullable<z.ZodString>;
3502
+ }, "strip", z.ZodTypeAny, {
3503
+ id: string;
3504
+ description: string | null;
3505
+ createdAt: Date;
3506
+ updatedAt: Date;
3507
+ deletedAt: Date | null;
3508
+ systemName: string;
3509
+ displayName: string;
3510
+ }, {
3511
+ id: string;
3512
+ description: string | null;
3513
+ createdAt: Date;
3514
+ updatedAt: Date;
3515
+ deletedAt: Date | null;
3516
+ systemName: string;
3517
+ displayName: string;
3518
+ }>, "many">;
3519
+ }, "strip", z.ZodTypeAny, {
3520
+ id: string;
3521
+ description: string | null;
3522
+ createdAt: Date;
3523
+ updatedAt: Date;
3524
+ deletedAt: Date | null;
3525
+ systemName: string;
3526
+ displayName: string;
3527
+ permissions: {
3528
+ id: string;
3529
+ description: string | null;
3530
+ createdAt: Date;
3531
+ updatedAt: Date;
3532
+ deletedAt: Date | null;
3533
+ systemName: string;
3534
+ displayName: string;
3535
+ }[];
3536
+ }, {
3537
+ id: string;
3538
+ description: string | null;
3539
+ createdAt: Date;
3540
+ updatedAt: Date;
3541
+ deletedAt: Date | null;
3542
+ systemName: string;
3543
+ displayName: string;
3544
+ permissions: {
3545
+ id: string;
3546
+ description: string | null;
3547
+ createdAt: Date;
3548
+ updatedAt: Date;
3549
+ deletedAt: Date | null;
3550
+ systemName: string;
3551
+ displayName: string;
3552
+ }[];
3553
+ }>, "many">;
3554
+ extension: z.ZodObject<{
3555
+ id: z.ZodString;
3556
+ createdAt: z.ZodDate;
3557
+ updatedAt: z.ZodDate;
3558
+ deletedAt: z.ZodNullable<z.ZodDate>;
3559
+ userId: z.ZodNullable<z.ZodString>;
3560
+ sipServerUrl: z.ZodString;
3561
+ sipUserName: z.ZodString;
3562
+ webphoneLoginUser: z.ZodString;
3563
+ extensionId: z.ZodNumber;
3564
+ extensionName: z.ZodString;
3565
+ telephonySignature: z.ZodNullable<z.ZodString>;
3566
+ }, "strip", z.ZodTypeAny, {
3567
+ id: string;
3568
+ createdAt: Date;
3569
+ updatedAt: Date;
3570
+ deletedAt: Date | null;
3571
+ userId: string | null;
3572
+ sipServerUrl: string;
3573
+ sipUserName: string;
3574
+ webphoneLoginUser: string;
3575
+ extensionId: number;
3576
+ extensionName: string;
3577
+ telephonySignature: string | null;
3578
+ }, {
3579
+ id: string;
3580
+ createdAt: Date;
3581
+ updatedAt: Date;
3582
+ deletedAt: Date | null;
3583
+ userId: string | null;
3584
+ sipServerUrl: string;
3585
+ sipUserName: string;
3586
+ webphoneLoginUser: string;
3587
+ extensionId: number;
3588
+ extensionName: string;
3589
+ telephonySignature: string | null;
3590
+ }>;
3591
+ }, "strip", z.ZodTypeAny, {
3592
+ id: string;
3593
+ address: string | null;
3594
+ name: string;
3595
+ email: string;
3596
+ createdAt: Date;
3597
+ updatedAt: Date;
3598
+ deletedAt: Date | null;
3599
+ emailVerifiedAt: Date | null;
3600
+ password: string;
3601
+ phone: string | null;
3602
+ notificationCount: number | null;
3603
+ roles: {
3604
+ id: string;
3605
+ description: string | null;
3606
+ createdAt: Date;
3607
+ updatedAt: Date;
3608
+ deletedAt: Date | null;
3609
+ systemName: string;
3610
+ displayName: string;
3611
+ permissions: {
3612
+ id: string;
3613
+ description: string | null;
3614
+ createdAt: Date;
3615
+ updatedAt: Date;
3616
+ deletedAt: Date | null;
3617
+ systemName: string;
3618
+ displayName: string;
3619
+ }[];
3620
+ }[];
3621
+ extension: {
3622
+ id: string;
3623
+ createdAt: Date;
3624
+ updatedAt: Date;
3625
+ deletedAt: Date | null;
3626
+ userId: string | null;
3627
+ sipServerUrl: string;
3628
+ sipUserName: string;
3629
+ webphoneLoginUser: string;
3630
+ extensionId: number;
3631
+ extensionName: string;
3632
+ telephonySignature: string | null;
3633
+ };
3634
+ }, {
3635
+ id: string;
3636
+ address: string | null;
3637
+ name: string;
3638
+ email: string;
3639
+ createdAt: Date;
3640
+ updatedAt: Date;
3641
+ deletedAt: Date | null;
3642
+ emailVerifiedAt: Date | null;
3643
+ password: string;
3644
+ phone: string | null;
3645
+ notificationCount: number | null;
3646
+ roles: {
3647
+ id: string;
3648
+ description: string | null;
3649
+ createdAt: Date;
3650
+ updatedAt: Date;
3651
+ deletedAt: Date | null;
3652
+ systemName: string;
3653
+ displayName: string;
3654
+ permissions: {
3655
+ id: string;
3656
+ description: string | null;
3657
+ createdAt: Date;
3658
+ updatedAt: Date;
3659
+ deletedAt: Date | null;
3660
+ systemName: string;
3661
+ displayName: string;
3662
+ }[];
3663
+ }[];
3664
+ extension: {
3665
+ id: string;
3666
+ createdAt: Date;
3667
+ updatedAt: Date;
3668
+ deletedAt: Date | null;
3669
+ userId: string | null;
3670
+ sipServerUrl: string;
3671
+ sipUserName: string;
3672
+ webphoneLoginUser: string;
3673
+ extensionId: number;
3674
+ extensionName: string;
3675
+ telephonySignature: string | null;
3676
+ };
3677
+ }>>>;
3449
3678
  }, "strip", z.ZodTypeAny, {
3450
3679
  id: string;
3451
3680
  createdAt: Date;
@@ -3458,6 +3687,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3458
3687
  extensionId: number;
3459
3688
  extensionName: string;
3460
3689
  telephonySignature: string | null;
3690
+ user?: {
3691
+ id: string;
3692
+ address: string | null;
3693
+ name: string;
3694
+ email: string;
3695
+ createdAt: Date;
3696
+ updatedAt: Date;
3697
+ deletedAt: Date | null;
3698
+ emailVerifiedAt: Date | null;
3699
+ password: string;
3700
+ phone: string | null;
3701
+ notificationCount: number | null;
3702
+ roles: {
3703
+ id: string;
3704
+ description: string | null;
3705
+ createdAt: Date;
3706
+ updatedAt: Date;
3707
+ deletedAt: Date | null;
3708
+ systemName: string;
3709
+ displayName: string;
3710
+ permissions: {
3711
+ id: string;
3712
+ description: string | null;
3713
+ createdAt: Date;
3714
+ updatedAt: Date;
3715
+ deletedAt: Date | null;
3716
+ systemName: string;
3717
+ displayName: string;
3718
+ }[];
3719
+ }[];
3720
+ extension: {
3721
+ id: string;
3722
+ createdAt: Date;
3723
+ updatedAt: Date;
3724
+ deletedAt: Date | null;
3725
+ userId: string | null;
3726
+ sipServerUrl: string;
3727
+ sipUserName: string;
3728
+ webphoneLoginUser: string;
3729
+ extensionId: number;
3730
+ extensionName: string;
3731
+ telephonySignature: string | null;
3732
+ };
3733
+ } | null | undefined;
3461
3734
  }, {
3462
3735
  id: string;
3463
3736
  createdAt: Date;
@@ -3470,6 +3743,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3470
3743
  extensionId: number;
3471
3744
  extensionName: string;
3472
3745
  telephonySignature: string | null;
3746
+ user?: {
3747
+ id: string;
3748
+ address: string | null;
3749
+ name: string;
3750
+ email: string;
3751
+ createdAt: Date;
3752
+ updatedAt: Date;
3753
+ deletedAt: Date | null;
3754
+ emailVerifiedAt: Date | null;
3755
+ password: string;
3756
+ phone: string | null;
3757
+ notificationCount: number | null;
3758
+ roles: {
3759
+ id: string;
3760
+ description: string | null;
3761
+ createdAt: Date;
3762
+ updatedAt: Date;
3763
+ deletedAt: Date | null;
3764
+ systemName: string;
3765
+ displayName: string;
3766
+ permissions: {
3767
+ id: string;
3768
+ description: string | null;
3769
+ createdAt: Date;
3770
+ updatedAt: Date;
3771
+ deletedAt: Date | null;
3772
+ systemName: string;
3773
+ displayName: string;
3774
+ }[];
3775
+ }[];
3776
+ extension: {
3777
+ id: string;
3778
+ createdAt: Date;
3779
+ updatedAt: Date;
3780
+ deletedAt: Date | null;
3781
+ userId: string | null;
3782
+ sipServerUrl: string;
3783
+ sipUserName: string;
3784
+ webphoneLoginUser: string;
3785
+ extensionId: number;
3786
+ extensionName: string;
3787
+ telephonySignature: string | null;
3788
+ };
3789
+ } | null | undefined;
3473
3790
  }>>>;
3474
3791
  telephonyQueueId: z.ZodNullable<z.ZodString>;
3475
3792
  contactId: z.ZodNullable<z.ZodString>;
@@ -3544,6 +3861,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3544
3861
  bucketName: string;
3545
3862
  fileSize: number;
3546
3863
  fileUrl: string | null;
3864
+ status?: string | undefined;
3547
3865
  };
3548
3866
  }[];
3549
3867
  }[];
@@ -3620,6 +3938,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3620
3938
  bucketName: string;
3621
3939
  fileSize: number;
3622
3940
  fileUrl: string | null;
3941
+ status?: string | undefined;
3623
3942
  } | null | undefined;
3624
3943
  extension?: {
3625
3944
  id: string;
@@ -3633,6 +3952,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3633
3952
  extensionId: number;
3634
3953
  extensionName: string;
3635
3954
  telephonySignature: string | null;
3955
+ user?: {
3956
+ id: string;
3957
+ address: string | null;
3958
+ name: string;
3959
+ email: string;
3960
+ createdAt: Date;
3961
+ updatedAt: Date;
3962
+ deletedAt: Date | null;
3963
+ emailVerifiedAt: Date | null;
3964
+ password: string;
3965
+ phone: string | null;
3966
+ notificationCount: number | null;
3967
+ roles: {
3968
+ id: string;
3969
+ description: string | null;
3970
+ createdAt: Date;
3971
+ updatedAt: Date;
3972
+ deletedAt: Date | null;
3973
+ systemName: string;
3974
+ displayName: string;
3975
+ permissions: {
3976
+ id: string;
3977
+ description: string | null;
3978
+ createdAt: Date;
3979
+ updatedAt: Date;
3980
+ deletedAt: Date | null;
3981
+ systemName: string;
3982
+ displayName: string;
3983
+ }[];
3984
+ }[];
3985
+ extension: {
3986
+ id: string;
3987
+ createdAt: Date;
3988
+ updatedAt: Date;
3989
+ deletedAt: Date | null;
3990
+ userId: string | null;
3991
+ sipServerUrl: string;
3992
+ sipUserName: string;
3993
+ webphoneLoginUser: string;
3994
+ extensionId: number;
3995
+ extensionName: string;
3996
+ telephonySignature: string | null;
3997
+ };
3998
+ } | null | undefined;
3636
3999
  } | null | undefined;
3637
4000
  }, {
3638
4001
  type: string;
@@ -3705,6 +4068,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3705
4068
  bucketName: string;
3706
4069
  fileSize: number;
3707
4070
  fileUrl: string | null;
4071
+ status?: string | undefined;
3708
4072
  };
3709
4073
  }[];
3710
4074
  }[];
@@ -3781,6 +4145,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3781
4145
  bucketName: string;
3782
4146
  fileSize: number;
3783
4147
  fileUrl: string | null;
4148
+ status?: string | undefined;
3784
4149
  } | null | undefined;
3785
4150
  extension?: {
3786
4151
  id: string;
@@ -3794,6 +4159,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3794
4159
  extensionId: number;
3795
4160
  extensionName: string;
3796
4161
  telephonySignature: string | null;
4162
+ user?: {
4163
+ id: string;
4164
+ address: string | null;
4165
+ name: string;
4166
+ email: string;
4167
+ createdAt: Date;
4168
+ updatedAt: Date;
4169
+ deletedAt: Date | null;
4170
+ emailVerifiedAt: Date | null;
4171
+ password: string;
4172
+ phone: string | null;
4173
+ notificationCount: number | null;
4174
+ roles: {
4175
+ id: string;
4176
+ description: string | null;
4177
+ createdAt: Date;
4178
+ updatedAt: Date;
4179
+ deletedAt: Date | null;
4180
+ systemName: string;
4181
+ displayName: string;
4182
+ permissions: {
4183
+ id: string;
4184
+ description: string | null;
4185
+ createdAt: Date;
4186
+ updatedAt: Date;
4187
+ deletedAt: Date | null;
4188
+ systemName: string;
4189
+ displayName: string;
4190
+ }[];
4191
+ }[];
4192
+ extension: {
4193
+ id: string;
4194
+ createdAt: Date;
4195
+ updatedAt: Date;
4196
+ deletedAt: Date | null;
4197
+ userId: string | null;
4198
+ sipServerUrl: string;
4199
+ sipUserName: string;
4200
+ webphoneLoginUser: string;
4201
+ extensionId: number;
4202
+ extensionName: string;
4203
+ telephonySignature: string | null;
4204
+ };
4205
+ } | null | undefined;
3797
4206
  } | null | undefined;
3798
4207
  }>>;
3799
4208
  queue: z.ZodNullable<z.ZodObject<{
@@ -4104,6 +4513,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4104
4513
  fileSize: z.ZodNumber;
4105
4514
  fileKey: z.ZodString;
4106
4515
  fileUrl: z.ZodNullable<z.ZodString>;
4516
+ status: z.ZodOptional<z.ZodString>;
4107
4517
  }, "strip", z.ZodTypeAny, {
4108
4518
  id: string;
4109
4519
  createdAt: Date;
@@ -4114,6 +4524,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4114
4524
  bucketName: string;
4115
4525
  fileSize: number;
4116
4526
  fileUrl: string | null;
4527
+ status?: string | undefined;
4117
4528
  }, {
4118
4529
  id: string;
4119
4530
  createdAt: Date;
@@ -4124,6 +4535,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4124
4535
  bucketName: string;
4125
4536
  fileSize: number;
4126
4537
  fileUrl: string | null;
4538
+ status?: string | undefined;
4127
4539
  }>;
4128
4540
  }, "strip", z.ZodTypeAny, {
4129
4541
  id: string;
@@ -4141,6 +4553,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4141
4553
  bucketName: string;
4142
4554
  fileSize: number;
4143
4555
  fileUrl: string | null;
4556
+ status?: string | undefined;
4144
4557
  };
4145
4558
  }, {
4146
4559
  id: string;
@@ -4158,6 +4571,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4158
4571
  bucketName: string;
4159
4572
  fileSize: number;
4160
4573
  fileUrl: string | null;
4574
+ status?: string | undefined;
4161
4575
  };
4162
4576
  }>, "many">;
4163
4577
  }, "strip", z.ZodTypeAny, {
@@ -4199,6 +4613,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4199
4613
  bucketName: string;
4200
4614
  fileSize: number;
4201
4615
  fileUrl: string | null;
4616
+ status?: string | undefined;
4202
4617
  };
4203
4618
  }[];
4204
4619
  }, {
@@ -4240,6 +4655,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4240
4655
  bucketName: string;
4241
4656
  fileSize: number;
4242
4657
  fileUrl: string | null;
4658
+ status?: string | undefined;
4243
4659
  };
4244
4660
  }[];
4245
4661
  }>, "many">;
@@ -4394,6 +4810,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4394
4810
  bucketName: string;
4395
4811
  fileSize: number;
4396
4812
  fileUrl: string | null;
4813
+ status?: string | undefined;
4397
4814
  };
4398
4815
  }[];
4399
4816
  }[];
@@ -4496,6 +4913,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4496
4913
  bucketName: string;
4497
4914
  fileSize: number;
4498
4915
  fileUrl: string | null;
4916
+ status?: string | undefined;
4499
4917
  };
4500
4918
  }[];
4501
4919
  }[];
@@ -4812,6 +5230,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4812
5230
  bucketName: string;
4813
5231
  fileSize: number;
4814
5232
  fileUrl: string | null;
5233
+ status?: string | undefined;
4815
5234
  };
4816
5235
  }[];
4817
5236
  }[];
@@ -5019,6 +5438,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5019
5438
  bucketName: string;
5020
5439
  fileSize: number;
5021
5440
  fileUrl: string | null;
5441
+ status?: string | undefined;
5022
5442
  };
5023
5443
  }[];
5024
5444
  }[];
@@ -5257,6 +5677,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5257
5677
  bucketName: string;
5258
5678
  fileSize: number;
5259
5679
  fileUrl: string | null;
5680
+ status?: string | undefined;
5260
5681
  };
5261
5682
  }[];
5262
5683
  }[];
@@ -5333,6 +5754,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5333
5754
  bucketName: string;
5334
5755
  fileSize: number;
5335
5756
  fileUrl: string | null;
5757
+ status?: string | undefined;
5336
5758
  } | null | undefined;
5337
5759
  extension?: {
5338
5760
  id: string;
@@ -5346,6 +5768,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5346
5768
  extensionId: number;
5347
5769
  extensionName: string;
5348
5770
  telephonySignature: string | null;
5771
+ user?: {
5772
+ id: string;
5773
+ address: string | null;
5774
+ name: string;
5775
+ email: string;
5776
+ createdAt: Date;
5777
+ updatedAt: Date;
5778
+ deletedAt: Date | null;
5779
+ emailVerifiedAt: Date | null;
5780
+ password: string;
5781
+ phone: string | null;
5782
+ notificationCount: number | null;
5783
+ roles: {
5784
+ id: string;
5785
+ description: string | null;
5786
+ createdAt: Date;
5787
+ updatedAt: Date;
5788
+ deletedAt: Date | null;
5789
+ systemName: string;
5790
+ displayName: string;
5791
+ permissions: {
5792
+ id: string;
5793
+ description: string | null;
5794
+ createdAt: Date;
5795
+ updatedAt: Date;
5796
+ deletedAt: Date | null;
5797
+ systemName: string;
5798
+ displayName: string;
5799
+ }[];
5800
+ }[];
5801
+ extension: {
5802
+ id: string;
5803
+ createdAt: Date;
5804
+ updatedAt: Date;
5805
+ deletedAt: Date | null;
5806
+ userId: string | null;
5807
+ sipServerUrl: string;
5808
+ sipUserName: string;
5809
+ webphoneLoginUser: string;
5810
+ extensionId: number;
5811
+ extensionName: string;
5812
+ telephonySignature: string | null;
5813
+ };
5814
+ } | null | undefined;
5349
5815
  } | null | undefined;
5350
5816
  } | null;
5351
5817
  queue: {
@@ -5451,6 +5917,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5451
5917
  bucketName: string;
5452
5918
  fileSize: number;
5453
5919
  fileUrl: string | null;
5920
+ status?: string | undefined;
5454
5921
  };
5455
5922
  }[];
5456
5923
  }[];
@@ -5658,6 +6125,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5658
6125
  bucketName: string;
5659
6126
  fileSize: number;
5660
6127
  fileUrl: string | null;
6128
+ status?: string | undefined;
5661
6129
  };
5662
6130
  }[];
5663
6131
  }[];
@@ -5896,6 +6364,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5896
6364
  bucketName: string;
5897
6365
  fileSize: number;
5898
6366
  fileUrl: string | null;
6367
+ status?: string | undefined;
5899
6368
  };
5900
6369
  }[];
5901
6370
  }[];
@@ -5972,6 +6441,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5972
6441
  bucketName: string;
5973
6442
  fileSize: number;
5974
6443
  fileUrl: string | null;
6444
+ status?: string | undefined;
5975
6445
  } | null | undefined;
5976
6446
  extension?: {
5977
6447
  id: string;
@@ -5985,6 +6455,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5985
6455
  extensionId: number;
5986
6456
  extensionName: string;
5987
6457
  telephonySignature: string | null;
6458
+ user?: {
6459
+ id: string;
6460
+ address: string | null;
6461
+ name: string;
6462
+ email: string;
6463
+ createdAt: Date;
6464
+ updatedAt: Date;
6465
+ deletedAt: Date | null;
6466
+ emailVerifiedAt: Date | null;
6467
+ password: string;
6468
+ phone: string | null;
6469
+ notificationCount: number | null;
6470
+ roles: {
6471
+ id: string;
6472
+ description: string | null;
6473
+ createdAt: Date;
6474
+ updatedAt: Date;
6475
+ deletedAt: Date | null;
6476
+ systemName: string;
6477
+ displayName: string;
6478
+ permissions: {
6479
+ id: string;
6480
+ description: string | null;
6481
+ createdAt: Date;
6482
+ updatedAt: Date;
6483
+ deletedAt: Date | null;
6484
+ systemName: string;
6485
+ displayName: string;
6486
+ }[];
6487
+ }[];
6488
+ extension: {
6489
+ id: string;
6490
+ createdAt: Date;
6491
+ updatedAt: Date;
6492
+ deletedAt: Date | null;
6493
+ userId: string | null;
6494
+ sipServerUrl: string;
6495
+ sipUserName: string;
6496
+ webphoneLoginUser: string;
6497
+ extensionId: number;
6498
+ extensionName: string;
6499
+ telephonySignature: string | null;
6500
+ };
6501
+ } | null | undefined;
5988
6502
  } | null | undefined;
5989
6503
  } | null;
5990
6504
  queue: {