@kl1/contracts 1.2.46-uat → 1.2.48-uat

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 (100) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1985 -1268
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +123 -93
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +140 -98
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +3403 -2580
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +861 -662
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +1109 -818
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/comment/index.d.ts +68 -68
  14. package/dist/api-contracts/src/comment/schema.d.ts +20 -20
  15. package/dist/api-contracts/src/contact/index.d.ts +97 -97
  16. package/dist/api-contracts/src/contact/schema.d.ts +12 -12
  17. package/dist/api-contracts/src/contact/validation.d.ts +56 -56
  18. package/dist/api-contracts/src/contract.d.ts +75766 -60354
  19. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-log/index.d.ts +291 -139
  21. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -117
  23. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  24. package/dist/api-contracts/src/dashboard/index.d.ts +73 -95
  25. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/dashboard/schema.d.ts +10 -53
  27. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  28. package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
  29. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  30. package/dist/api-contracts/src/extension/index.d.ts +81 -0
  31. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/facebook-feed/index.d.ts +1462 -1060
  33. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/facebook-feed/schema.d.ts +104 -77
  35. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  36. package/dist/api-contracts/src/facebook-feed/validation.d.ts +81 -60
  37. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  38. package/dist/api-contracts/src/index.d.ts +5 -0
  39. package/dist/api-contracts/src/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/instagram/index.d.ts +1151 -836
  41. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/line/index.d.ts +1036 -757
  43. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/line/validation.d.ts +115 -82
  45. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  46. package/dist/api-contracts/src/mail/mail-contract.d.ts +13 -13
  47. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +6 -6
  48. package/dist/api-contracts/src/mail/room-contract.d.ts +7 -7
  49. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +2 -2
  50. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +5 -5
  51. package/dist/api-contracts/src/messenger/index.d.ts +1151 -836
  52. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/messenger/validation.d.ts +81 -60
  54. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/public-api/index.d.ts +59 -59
  56. package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
  57. package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
  58. package/dist/api-contracts/src/sms/index.d.ts +3133 -146
  59. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  60. package/dist/api-contracts/src/sms/schema.d.ts +22 -0
  61. package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
  62. package/dist/api-contracts/src/snippet/index.d.ts +105 -105
  63. package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
  64. package/dist/api-contracts/src/subscription/index.d.ts +20 -1
  65. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  66. package/dist/api-contracts/src/subscription/validation.d.ts +10 -0
  67. package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
  68. package/dist/api-contracts/src/telegram/index.d.ts +851 -626
  69. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  70. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
  71. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  72. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +10 -27
  73. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  74. package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
  75. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
  77. package/dist/api-contracts/src/ticket/index.d.ts +111 -111
  78. package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
  79. package/dist/api-contracts/src/upload/schema.d.ts +3 -3
  80. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
  81. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  82. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -10
  83. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  84. package/dist/api-contracts/src/viber/index.d.ts +851 -626
  85. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  86. package/dist/api-contracts/src/webchat/index.d.ts +851 -626
  87. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  88. package/dist/api-contracts/src/whatsapp/index.d.ts +1155 -725
  89. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  90. package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
  91. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  92. package/dist/api-contracts/src/workflow-rule/index.d.ts +8659 -373
  93. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  94. package/dist/entities/src/enums/chat.d.ts +1 -0
  95. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  96. package/dist/index.js +4853 -4291
  97. package/dist/index.js.map +1 -1
  98. package/dist/index.mjs +4842 -4285
  99. package/dist/index.mjs.map +1 -1
  100. package/package.json +7 -3
@@ -440,9 +440,10 @@ export declare const telephonyCdrContract: {
440
440
  fileSize: z.ZodNumber;
441
441
  fileKey: z.ZodString;
442
442
  fileUrl: z.ZodNullable<z.ZodString>;
443
- status: z.ZodOptional<z.ZodString>;
443
+ status: z.ZodNullable<z.ZodString>;
444
444
  }, "strip", z.ZodTypeAny, {
445
445
  id: string;
446
+ status: string | null;
446
447
  createdAt: Date;
447
448
  updatedAt: Date;
448
449
  deletedAt: Date | null;
@@ -451,9 +452,9 @@ export declare const telephonyCdrContract: {
451
452
  bucketName: string;
452
453
  fileSize: number;
453
454
  fileUrl: string | null;
454
- status?: string | undefined;
455
455
  }, {
456
456
  id: string;
457
+ status: string | null;
457
458
  createdAt: Date;
458
459
  updatedAt: Date;
459
460
  deletedAt: Date | null;
@@ -462,7 +463,6 @@ export declare const telephonyCdrContract: {
462
463
  bucketName: string;
463
464
  fileSize: number;
464
465
  fileUrl: string | null;
465
- status?: string | undefined;
466
466
  }>, "many">;
467
467
  }, "strip", z.ZodTypeAny, {
468
468
  id: string;
@@ -489,6 +489,7 @@ export declare const telephonyCdrContract: {
489
489
  dateValue: Date | null;
490
490
  uploads: {
491
491
  id: string;
492
+ status: string | null;
492
493
  createdAt: Date;
493
494
  updatedAt: Date;
494
495
  deletedAt: Date | null;
@@ -497,7 +498,6 @@ export declare const telephonyCdrContract: {
497
498
  bucketName: string;
498
499
  fileSize: number;
499
500
  fileUrl: string | null;
500
- status?: string | undefined;
501
501
  }[];
502
502
  }, {
503
503
  id: string;
@@ -524,6 +524,7 @@ export declare const telephonyCdrContract: {
524
524
  dateValue: Date | null;
525
525
  uploads: {
526
526
  id: string;
527
+ status: string | null;
527
528
  createdAt: Date;
528
529
  updatedAt: Date;
529
530
  deletedAt: Date | null;
@@ -532,7 +533,6 @@ export declare const telephonyCdrContract: {
532
533
  bucketName: string;
533
534
  fileSize: number;
534
535
  fileUrl: string | null;
535
- status?: string | undefined;
536
536
  }[];
537
537
  }>, "many">;
538
538
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -672,6 +672,7 @@ export declare const telephonyCdrContract: {
672
672
  dateValue: Date | null;
673
673
  uploads: {
674
674
  id: string;
675
+ status: string | null;
675
676
  createdAt: Date;
676
677
  updatedAt: Date;
677
678
  deletedAt: Date | null;
@@ -680,7 +681,6 @@ export declare const telephonyCdrContract: {
680
681
  bucketName: string;
681
682
  fileSize: number;
682
683
  fileUrl: string | null;
683
- status?: string | undefined;
684
684
  }[];
685
685
  }[];
686
686
  company: {
@@ -783,6 +783,7 @@ export declare const telephonyCdrContract: {
783
783
  dateValue: Date | null;
784
784
  uploads: {
785
785
  id: string;
786
+ status: string | null;
786
787
  createdAt: Date;
787
788
  updatedAt: Date;
788
789
  deletedAt: Date | null;
@@ -791,7 +792,6 @@ export declare const telephonyCdrContract: {
791
792
  bucketName: string;
792
793
  fileSize: number;
793
794
  fileUrl: string | null;
794
- status?: string | undefined;
795
795
  }[];
796
796
  }[];
797
797
  company: {
@@ -908,9 +908,10 @@ export declare const telephonyCdrContract: {
908
908
  fileSize: z.ZodNumber;
909
909
  fileKey: z.ZodString;
910
910
  fileUrl: z.ZodNullable<z.ZodString>;
911
- status: z.ZodOptional<z.ZodString>;
911
+ status: z.ZodNullable<z.ZodString>;
912
912
  }, "strip", z.ZodTypeAny, {
913
913
  id: string;
914
+ status: string | null;
914
915
  createdAt: Date;
915
916
  updatedAt: Date;
916
917
  deletedAt: Date | null;
@@ -919,9 +920,9 @@ export declare const telephonyCdrContract: {
919
920
  bucketName: string;
920
921
  fileSize: number;
921
922
  fileUrl: string | null;
922
- status?: string | undefined;
923
923
  }, {
924
924
  id: string;
925
+ status: string | null;
925
926
  createdAt: Date;
926
927
  updatedAt: Date;
927
928
  deletedAt: Date | null;
@@ -930,7 +931,6 @@ export declare const telephonyCdrContract: {
930
931
  bucketName: string;
931
932
  fileSize: number;
932
933
  fileUrl: string | null;
933
- status?: string | undefined;
934
934
  }>>>;
935
935
  callParticipants: z.ZodNullable<z.ZodObject<{
936
936
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1895,6 +1895,7 @@ export declare const telephonyCdrContract: {
1895
1895
  dateValue: Date | null;
1896
1896
  uploads: {
1897
1897
  id: string;
1898
+ status: string | null;
1898
1899
  createdAt: Date;
1899
1900
  updatedAt: Date;
1900
1901
  deletedAt: Date | null;
@@ -1903,7 +1904,6 @@ export declare const telephonyCdrContract: {
1903
1904
  bucketName: string;
1904
1905
  fileSize: number;
1905
1906
  fileUrl: string | null;
1906
- status?: string | undefined;
1907
1907
  }[];
1908
1908
  }[];
1909
1909
  company: {
@@ -1986,6 +1986,7 @@ export declare const telephonyCdrContract: {
1986
1986
  } | null | undefined;
1987
1987
  upload?: {
1988
1988
  id: string;
1989
+ status: string | null;
1989
1990
  createdAt: Date;
1990
1991
  updatedAt: Date;
1991
1992
  deletedAt: Date | null;
@@ -1994,7 +1995,6 @@ export declare const telephonyCdrContract: {
1994
1995
  bucketName: string;
1995
1996
  fileSize: number;
1996
1997
  fileUrl: string | null;
1997
- status?: string | undefined;
1998
1998
  } | null | undefined;
1999
1999
  extension?: {
2000
2000
  id: string;
@@ -2165,6 +2165,7 @@ export declare const telephonyCdrContract: {
2165
2165
  dateValue: Date | null;
2166
2166
  uploads: {
2167
2167
  id: string;
2168
+ status: string | null;
2168
2169
  createdAt: Date;
2169
2170
  updatedAt: Date;
2170
2171
  deletedAt: Date | null;
@@ -2173,7 +2174,6 @@ export declare const telephonyCdrContract: {
2173
2174
  bucketName: string;
2174
2175
  fileSize: number;
2175
2176
  fileUrl: string | null;
2176
- status?: string | undefined;
2177
2177
  }[];
2178
2178
  }[];
2179
2179
  company: {
@@ -2256,6 +2256,7 @@ export declare const telephonyCdrContract: {
2256
2256
  } | null | undefined;
2257
2257
  upload?: {
2258
2258
  id: string;
2259
+ status: string | null;
2259
2260
  createdAt: Date;
2260
2261
  updatedAt: Date;
2261
2262
  deletedAt: Date | null;
@@ -2264,7 +2265,6 @@ export declare const telephonyCdrContract: {
2264
2265
  bucketName: string;
2265
2266
  fileSize: number;
2266
2267
  fileUrl: string | null;
2267
- status?: string | undefined;
2268
2268
  } | null | undefined;
2269
2269
  extension?: {
2270
2270
  id: string;
@@ -2441,6 +2441,7 @@ export declare const telephonyCdrContract: {
2441
2441
  dateValue: Date | null;
2442
2442
  uploads: {
2443
2443
  id: string;
2444
+ status: string | null;
2444
2445
  createdAt: Date;
2445
2446
  updatedAt: Date;
2446
2447
  deletedAt: Date | null;
@@ -2449,7 +2450,6 @@ export declare const telephonyCdrContract: {
2449
2450
  bucketName: string;
2450
2451
  fileSize: number;
2451
2452
  fileUrl: string | null;
2452
- status?: string | undefined;
2453
2453
  }[];
2454
2454
  }[];
2455
2455
  company: {
@@ -2532,6 +2532,7 @@ export declare const telephonyCdrContract: {
2532
2532
  } | null | undefined;
2533
2533
  upload?: {
2534
2534
  id: string;
2535
+ status: string | null;
2535
2536
  createdAt: Date;
2536
2537
  updatedAt: Date;
2537
2538
  deletedAt: Date | null;
@@ -2540,7 +2541,6 @@ export declare const telephonyCdrContract: {
2540
2541
  bucketName: string;
2541
2542
  fileSize: number;
2542
2543
  fileUrl: string | null;
2543
- status?: string | undefined;
2544
2544
  } | null | undefined;
2545
2545
  extension?: {
2546
2546
  id: string;
@@ -2717,6 +2717,7 @@ export declare const telephonyCdrContract: {
2717
2717
  dateValue: Date | null;
2718
2718
  uploads: {
2719
2719
  id: string;
2720
+ status: string | null;
2720
2721
  createdAt: Date;
2721
2722
  updatedAt: Date;
2722
2723
  deletedAt: Date | null;
@@ -2725,7 +2726,6 @@ export declare const telephonyCdrContract: {
2725
2726
  bucketName: string;
2726
2727
  fileSize: number;
2727
2728
  fileUrl: string | null;
2728
- status?: string | undefined;
2729
2729
  }[];
2730
2730
  }[];
2731
2731
  company: {
@@ -2808,6 +2808,7 @@ export declare const telephonyCdrContract: {
2808
2808
  } | null | undefined;
2809
2809
  upload?: {
2810
2810
  id: string;
2811
+ status: string | null;
2811
2812
  createdAt: Date;
2812
2813
  updatedAt: Date;
2813
2814
  deletedAt: Date | null;
@@ -2816,7 +2817,6 @@ export declare const telephonyCdrContract: {
2816
2817
  bucketName: string;
2817
2818
  fileSize: number;
2818
2819
  fileUrl: string | null;
2819
- status?: string | undefined;
2820
2820
  } | null | undefined;
2821
2821
  extension?: {
2822
2822
  id: string;
@@ -3319,9 +3319,10 @@ export declare const telephonyCdrContract: {
3319
3319
  fileSize: z.ZodNumber;
3320
3320
  fileKey: z.ZodString;
3321
3321
  fileUrl: z.ZodNullable<z.ZodString>;
3322
- status: z.ZodOptional<z.ZodString>;
3322
+ status: z.ZodNullable<z.ZodString>;
3323
3323
  }, "strip", z.ZodTypeAny, {
3324
3324
  id: string;
3325
+ status: string | null;
3325
3326
  createdAt: Date;
3326
3327
  updatedAt: Date;
3327
3328
  deletedAt: Date | null;
@@ -3330,9 +3331,9 @@ export declare const telephonyCdrContract: {
3330
3331
  bucketName: string;
3331
3332
  fileSize: number;
3332
3333
  fileUrl: string | null;
3333
- status?: string | undefined;
3334
3334
  }, {
3335
3335
  id: string;
3336
+ status: string | null;
3336
3337
  createdAt: Date;
3337
3338
  updatedAt: Date;
3338
3339
  deletedAt: Date | null;
@@ -3341,7 +3342,6 @@ export declare const telephonyCdrContract: {
3341
3342
  bucketName: string;
3342
3343
  fileSize: number;
3343
3344
  fileUrl: string | null;
3344
- status?: string | undefined;
3345
3345
  }>, "many">;
3346
3346
  }, "strip", z.ZodTypeAny, {
3347
3347
  id: string;
@@ -3368,6 +3368,7 @@ export declare const telephonyCdrContract: {
3368
3368
  dateValue: Date | null;
3369
3369
  uploads: {
3370
3370
  id: string;
3371
+ status: string | null;
3371
3372
  createdAt: Date;
3372
3373
  updatedAt: Date;
3373
3374
  deletedAt: Date | null;
@@ -3376,7 +3377,6 @@ export declare const telephonyCdrContract: {
3376
3377
  bucketName: string;
3377
3378
  fileSize: number;
3378
3379
  fileUrl: string | null;
3379
- status?: string | undefined;
3380
3380
  }[];
3381
3381
  }, {
3382
3382
  id: string;
@@ -3403,6 +3403,7 @@ export declare const telephonyCdrContract: {
3403
3403
  dateValue: Date | null;
3404
3404
  uploads: {
3405
3405
  id: string;
3406
+ status: string | null;
3406
3407
  createdAt: Date;
3407
3408
  updatedAt: Date;
3408
3409
  deletedAt: Date | null;
@@ -3411,7 +3412,6 @@ export declare const telephonyCdrContract: {
3411
3412
  bucketName: string;
3412
3413
  fileSize: number;
3413
3414
  fileUrl: string | null;
3414
- status?: string | undefined;
3415
3415
  }[];
3416
3416
  }>, "many">;
3417
3417
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -3551,6 +3551,7 @@ export declare const telephonyCdrContract: {
3551
3551
  dateValue: Date | null;
3552
3552
  uploads: {
3553
3553
  id: string;
3554
+ status: string | null;
3554
3555
  createdAt: Date;
3555
3556
  updatedAt: Date;
3556
3557
  deletedAt: Date | null;
@@ -3559,7 +3560,6 @@ export declare const telephonyCdrContract: {
3559
3560
  bucketName: string;
3560
3561
  fileSize: number;
3561
3562
  fileUrl: string | null;
3562
- status?: string | undefined;
3563
3563
  }[];
3564
3564
  }[];
3565
3565
  company: {
@@ -3662,6 +3662,7 @@ export declare const telephonyCdrContract: {
3662
3662
  dateValue: Date | null;
3663
3663
  uploads: {
3664
3664
  id: string;
3665
+ status: string | null;
3665
3666
  createdAt: Date;
3666
3667
  updatedAt: Date;
3667
3668
  deletedAt: Date | null;
@@ -3670,7 +3671,6 @@ export declare const telephonyCdrContract: {
3670
3671
  bucketName: string;
3671
3672
  fileSize: number;
3672
3673
  fileUrl: string | null;
3673
- status?: string | undefined;
3674
3674
  }[];
3675
3675
  }[];
3676
3676
  company: {
@@ -3787,9 +3787,10 @@ export declare const telephonyCdrContract: {
3787
3787
  fileSize: z.ZodNumber;
3788
3788
  fileKey: z.ZodString;
3789
3789
  fileUrl: z.ZodNullable<z.ZodString>;
3790
- status: z.ZodOptional<z.ZodString>;
3790
+ status: z.ZodNullable<z.ZodString>;
3791
3791
  }, "strip", z.ZodTypeAny, {
3792
3792
  id: string;
3793
+ status: string | null;
3793
3794
  createdAt: Date;
3794
3795
  updatedAt: Date;
3795
3796
  deletedAt: Date | null;
@@ -3798,9 +3799,9 @@ export declare const telephonyCdrContract: {
3798
3799
  bucketName: string;
3799
3800
  fileSize: number;
3800
3801
  fileUrl: string | null;
3801
- status?: string | undefined;
3802
3802
  }, {
3803
3803
  id: string;
3804
+ status: string | null;
3804
3805
  createdAt: Date;
3805
3806
  updatedAt: Date;
3806
3807
  deletedAt: Date | null;
@@ -3809,7 +3810,6 @@ export declare const telephonyCdrContract: {
3809
3810
  bucketName: string;
3810
3811
  fileSize: number;
3811
3812
  fileUrl: string | null;
3812
- status?: string | undefined;
3813
3813
  }>>>;
3814
3814
  callParticipants: z.ZodNullable<z.ZodObject<{
3815
3815
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4774,6 +4774,7 @@ export declare const telephonyCdrContract: {
4774
4774
  dateValue: Date | null;
4775
4775
  uploads: {
4776
4776
  id: string;
4777
+ status: string | null;
4777
4778
  createdAt: Date;
4778
4779
  updatedAt: Date;
4779
4780
  deletedAt: Date | null;
@@ -4782,7 +4783,6 @@ export declare const telephonyCdrContract: {
4782
4783
  bucketName: string;
4783
4784
  fileSize: number;
4784
4785
  fileUrl: string | null;
4785
- status?: string | undefined;
4786
4786
  }[];
4787
4787
  }[];
4788
4788
  company: {
@@ -4865,6 +4865,7 @@ export declare const telephonyCdrContract: {
4865
4865
  } | null | undefined;
4866
4866
  upload?: {
4867
4867
  id: string;
4868
+ status: string | null;
4868
4869
  createdAt: Date;
4869
4870
  updatedAt: Date;
4870
4871
  deletedAt: Date | null;
@@ -4873,7 +4874,6 @@ export declare const telephonyCdrContract: {
4873
4874
  bucketName: string;
4874
4875
  fileSize: number;
4875
4876
  fileUrl: string | null;
4876
- status?: string | undefined;
4877
4877
  } | null | undefined;
4878
4878
  extension?: {
4879
4879
  id: string;
@@ -5044,6 +5044,7 @@ export declare const telephonyCdrContract: {
5044
5044
  dateValue: Date | null;
5045
5045
  uploads: {
5046
5046
  id: string;
5047
+ status: string | null;
5047
5048
  createdAt: Date;
5048
5049
  updatedAt: Date;
5049
5050
  deletedAt: Date | null;
@@ -5052,7 +5053,6 @@ export declare const telephonyCdrContract: {
5052
5053
  bucketName: string;
5053
5054
  fileSize: number;
5054
5055
  fileUrl: string | null;
5055
- status?: string | undefined;
5056
5056
  }[];
5057
5057
  }[];
5058
5058
  company: {
@@ -5135,6 +5135,7 @@ export declare const telephonyCdrContract: {
5135
5135
  } | null | undefined;
5136
5136
  upload?: {
5137
5137
  id: string;
5138
+ status: string | null;
5138
5139
  createdAt: Date;
5139
5140
  updatedAt: Date;
5140
5141
  deletedAt: Date | null;
@@ -5143,7 +5144,6 @@ export declare const telephonyCdrContract: {
5143
5144
  bucketName: string;
5144
5145
  fileSize: number;
5145
5146
  fileUrl: string | null;
5146
- status?: string | undefined;
5147
5147
  } | null | undefined;
5148
5148
  extension?: {
5149
5149
  id: string;
@@ -5320,6 +5320,7 @@ export declare const telephonyCdrContract: {
5320
5320
  dateValue: Date | null;
5321
5321
  uploads: {
5322
5322
  id: string;
5323
+ status: string | null;
5323
5324
  createdAt: Date;
5324
5325
  updatedAt: Date;
5325
5326
  deletedAt: Date | null;
@@ -5328,7 +5329,6 @@ export declare const telephonyCdrContract: {
5328
5329
  bucketName: string;
5329
5330
  fileSize: number;
5330
5331
  fileUrl: string | null;
5331
- status?: string | undefined;
5332
5332
  }[];
5333
5333
  }[];
5334
5334
  company: {
@@ -5411,6 +5411,7 @@ export declare const telephonyCdrContract: {
5411
5411
  } | null | undefined;
5412
5412
  upload?: {
5413
5413
  id: string;
5414
+ status: string | null;
5414
5415
  createdAt: Date;
5415
5416
  updatedAt: Date;
5416
5417
  deletedAt: Date | null;
@@ -5419,7 +5420,6 @@ export declare const telephonyCdrContract: {
5419
5420
  bucketName: string;
5420
5421
  fileSize: number;
5421
5422
  fileUrl: string | null;
5422
- status?: string | undefined;
5423
5423
  } | null | undefined;
5424
5424
  extension?: {
5425
5425
  id: string;
@@ -5596,6 +5596,7 @@ export declare const telephonyCdrContract: {
5596
5596
  dateValue: Date | null;
5597
5597
  uploads: {
5598
5598
  id: string;
5599
+ status: string | null;
5599
5600
  createdAt: Date;
5600
5601
  updatedAt: Date;
5601
5602
  deletedAt: Date | null;
@@ -5604,7 +5605,6 @@ export declare const telephonyCdrContract: {
5604
5605
  bucketName: string;
5605
5606
  fileSize: number;
5606
5607
  fileUrl: string | null;
5607
- status?: string | undefined;
5608
5608
  }[];
5609
5609
  }[];
5610
5610
  company: {
@@ -5687,6 +5687,7 @@ export declare const telephonyCdrContract: {
5687
5687
  } | null | undefined;
5688
5688
  upload?: {
5689
5689
  id: string;
5690
+ status: string | null;
5690
5691
  createdAt: Date;
5691
5692
  updatedAt: Date;
5692
5693
  deletedAt: Date | null;
@@ -5695,7 +5696,6 @@ export declare const telephonyCdrContract: {
5695
5696
  bucketName: string;
5696
5697
  fileSize: number;
5697
5698
  fileUrl: string | null;
5698
- status?: string | undefined;
5699
5699
  } | null | undefined;
5700
5700
  extension?: {
5701
5701
  id: string;
@@ -6201,9 +6201,10 @@ export declare const telephonyCdrContract: {
6201
6201
  fileSize: z.ZodNumber;
6202
6202
  fileKey: z.ZodString;
6203
6203
  fileUrl: z.ZodNullable<z.ZodString>;
6204
- status: z.ZodOptional<z.ZodString>;
6204
+ status: z.ZodNullable<z.ZodString>;
6205
6205
  }, "strip", z.ZodTypeAny, {
6206
6206
  id: string;
6207
+ status: string | null;
6207
6208
  createdAt: Date;
6208
6209
  updatedAt: Date;
6209
6210
  deletedAt: Date | null;
@@ -6212,9 +6213,9 @@ export declare const telephonyCdrContract: {
6212
6213
  bucketName: string;
6213
6214
  fileSize: number;
6214
6215
  fileUrl: string | null;
6215
- status?: string | undefined;
6216
6216
  }, {
6217
6217
  id: string;
6218
+ status: string | null;
6218
6219
  createdAt: Date;
6219
6220
  updatedAt: Date;
6220
6221
  deletedAt: Date | null;
@@ -6223,7 +6224,6 @@ export declare const telephonyCdrContract: {
6223
6224
  bucketName: string;
6224
6225
  fileSize: number;
6225
6226
  fileUrl: string | null;
6226
- status?: string | undefined;
6227
6227
  }>, "many">;
6228
6228
  }, "strip", z.ZodTypeAny, {
6229
6229
  id: string;
@@ -6250,6 +6250,7 @@ export declare const telephonyCdrContract: {
6250
6250
  dateValue: Date | null;
6251
6251
  uploads: {
6252
6252
  id: string;
6253
+ status: string | null;
6253
6254
  createdAt: Date;
6254
6255
  updatedAt: Date;
6255
6256
  deletedAt: Date | null;
@@ -6258,7 +6259,6 @@ export declare const telephonyCdrContract: {
6258
6259
  bucketName: string;
6259
6260
  fileSize: number;
6260
6261
  fileUrl: string | null;
6261
- status?: string | undefined;
6262
6262
  }[];
6263
6263
  }, {
6264
6264
  id: string;
@@ -6285,6 +6285,7 @@ export declare const telephonyCdrContract: {
6285
6285
  dateValue: Date | null;
6286
6286
  uploads: {
6287
6287
  id: string;
6288
+ status: string | null;
6288
6289
  createdAt: Date;
6289
6290
  updatedAt: Date;
6290
6291
  deletedAt: Date | null;
@@ -6293,7 +6294,6 @@ export declare const telephonyCdrContract: {
6293
6294
  bucketName: string;
6294
6295
  fileSize: number;
6295
6296
  fileUrl: string | null;
6296
- status?: string | undefined;
6297
6297
  }[];
6298
6298
  }>, "many">;
6299
6299
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -6433,6 +6433,7 @@ export declare const telephonyCdrContract: {
6433
6433
  dateValue: Date | null;
6434
6434
  uploads: {
6435
6435
  id: string;
6436
+ status: string | null;
6436
6437
  createdAt: Date;
6437
6438
  updatedAt: Date;
6438
6439
  deletedAt: Date | null;
@@ -6441,7 +6442,6 @@ export declare const telephonyCdrContract: {
6441
6442
  bucketName: string;
6442
6443
  fileSize: number;
6443
6444
  fileUrl: string | null;
6444
- status?: string | undefined;
6445
6445
  }[];
6446
6446
  }[];
6447
6447
  company: {
@@ -6544,6 +6544,7 @@ export declare const telephonyCdrContract: {
6544
6544
  dateValue: Date | null;
6545
6545
  uploads: {
6546
6546
  id: string;
6547
+ status: string | null;
6547
6548
  createdAt: Date;
6548
6549
  updatedAt: Date;
6549
6550
  deletedAt: Date | null;
@@ -6552,7 +6553,6 @@ export declare const telephonyCdrContract: {
6552
6553
  bucketName: string;
6553
6554
  fileSize: number;
6554
6555
  fileUrl: string | null;
6555
- status?: string | undefined;
6556
6556
  }[];
6557
6557
  }[];
6558
6558
  company: {
@@ -6669,9 +6669,10 @@ export declare const telephonyCdrContract: {
6669
6669
  fileSize: z.ZodNumber;
6670
6670
  fileKey: z.ZodString;
6671
6671
  fileUrl: z.ZodNullable<z.ZodString>;
6672
- status: z.ZodOptional<z.ZodString>;
6672
+ status: z.ZodNullable<z.ZodString>;
6673
6673
  }, "strip", z.ZodTypeAny, {
6674
6674
  id: string;
6675
+ status: string | null;
6675
6676
  createdAt: Date;
6676
6677
  updatedAt: Date;
6677
6678
  deletedAt: Date | null;
@@ -6680,9 +6681,9 @@ export declare const telephonyCdrContract: {
6680
6681
  bucketName: string;
6681
6682
  fileSize: number;
6682
6683
  fileUrl: string | null;
6683
- status?: string | undefined;
6684
6684
  }, {
6685
6685
  id: string;
6686
+ status: string | null;
6686
6687
  createdAt: Date;
6687
6688
  updatedAt: Date;
6688
6689
  deletedAt: Date | null;
@@ -6691,7 +6692,6 @@ export declare const telephonyCdrContract: {
6691
6692
  bucketName: string;
6692
6693
  fileSize: number;
6693
6694
  fileUrl: string | null;
6694
- status?: string | undefined;
6695
6695
  }>>>;
6696
6696
  callParticipants: z.ZodNullable<z.ZodObject<{
6697
6697
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -7656,6 +7656,7 @@ export declare const telephonyCdrContract: {
7656
7656
  dateValue: Date | null;
7657
7657
  uploads: {
7658
7658
  id: string;
7659
+ status: string | null;
7659
7660
  createdAt: Date;
7660
7661
  updatedAt: Date;
7661
7662
  deletedAt: Date | null;
@@ -7664,7 +7665,6 @@ export declare const telephonyCdrContract: {
7664
7665
  bucketName: string;
7665
7666
  fileSize: number;
7666
7667
  fileUrl: string | null;
7667
- status?: string | undefined;
7668
7668
  }[];
7669
7669
  }[];
7670
7670
  company: {
@@ -7747,6 +7747,7 @@ export declare const telephonyCdrContract: {
7747
7747
  } | null | undefined;
7748
7748
  upload?: {
7749
7749
  id: string;
7750
+ status: string | null;
7750
7751
  createdAt: Date;
7751
7752
  updatedAt: Date;
7752
7753
  deletedAt: Date | null;
@@ -7755,7 +7756,6 @@ export declare const telephonyCdrContract: {
7755
7756
  bucketName: string;
7756
7757
  fileSize: number;
7757
7758
  fileUrl: string | null;
7758
- status?: string | undefined;
7759
7759
  } | null | undefined;
7760
7760
  extension?: {
7761
7761
  id: string;
@@ -7926,6 +7926,7 @@ export declare const telephonyCdrContract: {
7926
7926
  dateValue: Date | null;
7927
7927
  uploads: {
7928
7928
  id: string;
7929
+ status: string | null;
7929
7930
  createdAt: Date;
7930
7931
  updatedAt: Date;
7931
7932
  deletedAt: Date | null;
@@ -7934,7 +7935,6 @@ export declare const telephonyCdrContract: {
7934
7935
  bucketName: string;
7935
7936
  fileSize: number;
7936
7937
  fileUrl: string | null;
7937
- status?: string | undefined;
7938
7938
  }[];
7939
7939
  }[];
7940
7940
  company: {
@@ -8017,6 +8017,7 @@ export declare const telephonyCdrContract: {
8017
8017
  } | null | undefined;
8018
8018
  upload?: {
8019
8019
  id: string;
8020
+ status: string | null;
8020
8021
  createdAt: Date;
8021
8022
  updatedAt: Date;
8022
8023
  deletedAt: Date | null;
@@ -8025,7 +8026,6 @@ export declare const telephonyCdrContract: {
8025
8026
  bucketName: string;
8026
8027
  fileSize: number;
8027
8028
  fileUrl: string | null;
8028
- status?: string | undefined;
8029
8029
  } | null | undefined;
8030
8030
  extension?: {
8031
8031
  id: string;
@@ -8202,6 +8202,7 @@ export declare const telephonyCdrContract: {
8202
8202
  dateValue: Date | null;
8203
8203
  uploads: {
8204
8204
  id: string;
8205
+ status: string | null;
8205
8206
  createdAt: Date;
8206
8207
  updatedAt: Date;
8207
8208
  deletedAt: Date | null;
@@ -8210,7 +8211,6 @@ export declare const telephonyCdrContract: {
8210
8211
  bucketName: string;
8211
8212
  fileSize: number;
8212
8213
  fileUrl: string | null;
8213
- status?: string | undefined;
8214
8214
  }[];
8215
8215
  }[];
8216
8216
  company: {
@@ -8293,6 +8293,7 @@ export declare const telephonyCdrContract: {
8293
8293
  } | null | undefined;
8294
8294
  upload?: {
8295
8295
  id: string;
8296
+ status: string | null;
8296
8297
  createdAt: Date;
8297
8298
  updatedAt: Date;
8298
8299
  deletedAt: Date | null;
@@ -8301,7 +8302,6 @@ export declare const telephonyCdrContract: {
8301
8302
  bucketName: string;
8302
8303
  fileSize: number;
8303
8304
  fileUrl: string | null;
8304
- status?: string | undefined;
8305
8305
  } | null | undefined;
8306
8306
  extension?: {
8307
8307
  id: string;
@@ -8478,6 +8478,7 @@ export declare const telephonyCdrContract: {
8478
8478
  dateValue: Date | null;
8479
8479
  uploads: {
8480
8480
  id: string;
8481
+ status: string | null;
8481
8482
  createdAt: Date;
8482
8483
  updatedAt: Date;
8483
8484
  deletedAt: Date | null;
@@ -8486,7 +8487,6 @@ export declare const telephonyCdrContract: {
8486
8487
  bucketName: string;
8487
8488
  fileSize: number;
8488
8489
  fileUrl: string | null;
8489
- status?: string | undefined;
8490
8490
  }[];
8491
8491
  }[];
8492
8492
  company: {
@@ -8569,6 +8569,7 @@ export declare const telephonyCdrContract: {
8569
8569
  } | null | undefined;
8570
8570
  upload?: {
8571
8571
  id: string;
8572
+ status: string | null;
8572
8573
  createdAt: Date;
8573
8574
  updatedAt: Date;
8574
8575
  deletedAt: Date | null;
@@ -8577,7 +8578,6 @@ export declare const telephonyCdrContract: {
8577
8578
  bucketName: string;
8578
8579
  fileSize: number;
8579
8580
  fileUrl: string | null;
8580
- status?: string | undefined;
8581
8581
  } | null | undefined;
8582
8582
  extension?: {
8583
8583
  id: string;