@kl1/contracts 1.1.40-uat → 1.1.41-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 (50) hide show
  1. package/dist/index.js +2201 -2205
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +2200 -2204
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/botpress/index.d.ts +538 -0
  6. package/dist/src/botpress/index.d.ts.map +1 -0
  7. package/dist/src/botpress/schema.d.ts +81 -0
  8. package/dist/src/botpress/schema.d.ts.map +1 -0
  9. package/dist/src/botpress/validation.d.ts +220 -0
  10. package/dist/src/botpress/validation.d.ts.map +1 -0
  11. package/dist/src/chat/index.d.ts +34445 -34443
  12. package/dist/src/chat/index.d.ts.map +1 -1
  13. package/dist/src/chat/schema.d.ts +50 -50
  14. package/dist/src/chat/validation.d.ts +46 -46
  15. package/dist/src/comment/index.d.ts +68 -68
  16. package/dist/src/comment/schema.d.ts +20 -20
  17. package/dist/src/contact/index.d.ts +79 -79
  18. package/dist/src/contact/schema.d.ts +12 -12
  19. package/dist/src/contact/validation.d.ts +49 -49
  20. package/dist/src/contract.d.ts +681 -56736
  21. package/dist/src/contract.d.ts.map +1 -1
  22. package/dist/src/contract2.d.ts +2 -0
  23. package/dist/src/contract2.d.ts.map +1 -0
  24. package/dist/src/cx-log/index.d.ts +48 -54
  25. package/dist/src/cx-log/index.d.ts.map +1 -1
  26. package/dist/src/cx-log/schema.d.ts +40 -40
  27. package/dist/src/index.d.ts +1 -0
  28. package/dist/src/index.d.ts.map +1 -1
  29. package/dist/src/instagram/index.d.ts +31 -31
  30. package/dist/src/line/index.d.ts +31 -31
  31. package/dist/src/mail/mail-contract.d.ts +7 -7
  32. package/dist/src/mail/room-contract.d.ts +7 -7
  33. package/dist/src/mail/schemas/room.schema.d.ts +5 -5
  34. package/dist/src/messenger/index.d.ts +31 -31
  35. package/dist/src/messenger/validation.d.ts +11 -11
  36. package/dist/src/public-api/index.d.ts +59 -59
  37. package/dist/src/public-api/schema.d.ts +12 -12
  38. package/dist/src/public-api/validation.d.ts +19 -19
  39. package/dist/src/snippet/index.d.ts +105 -105
  40. package/dist/src/snippet/schema.d.ts +40 -40
  41. package/dist/src/telephony-cdr/index.d.ts +54 -54
  42. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  43. package/dist/src/ticket/index.d.ts +111 -111
  44. package/dist/src/ticket/schema.d.ts +21 -21
  45. package/dist/src/upload/schema.d.ts +3 -3
  46. package/dist/src/viber/index.d.ts +31 -31
  47. package/dist/src/webchat/index.d.ts +32 -34
  48. package/dist/src/webchat/index.d.ts.map +1 -1
  49. package/dist/src/workflow-rule/index.d.ts +26 -26
  50. package/package.json +1 -1
@@ -387,9 +387,10 @@ export declare const telephonyCdrContract: {
387
387
  fileSize: z.ZodNumber;
388
388
  fileKey: z.ZodString;
389
389
  fileUrl: z.ZodNullable<z.ZodString>;
390
- status: z.ZodOptional<z.ZodString>;
390
+ status: z.ZodNullable<z.ZodString>;
391
391
  }, "strip", z.ZodTypeAny, {
392
392
  id: string;
393
+ status: string | null;
393
394
  createdAt: Date;
394
395
  updatedAt: Date;
395
396
  deletedAt: Date | null;
@@ -398,9 +399,9 @@ export declare const telephonyCdrContract: {
398
399
  bucketName: string;
399
400
  fileSize: number;
400
401
  fileUrl: string | null;
401
- status?: string | undefined;
402
402
  }, {
403
403
  id: string;
404
+ status: string | null;
404
405
  createdAt: Date;
405
406
  updatedAt: Date;
406
407
  deletedAt: Date | null;
@@ -409,7 +410,6 @@ export declare const telephonyCdrContract: {
409
410
  bucketName: string;
410
411
  fileSize: number;
411
412
  fileUrl: string | null;
412
- status?: string | undefined;
413
413
  }>, "many">;
414
414
  }, "strip", z.ZodTypeAny, {
415
415
  id: string;
@@ -436,6 +436,7 @@ export declare const telephonyCdrContract: {
436
436
  dateValue: Date | null;
437
437
  uploads: {
438
438
  id: string;
439
+ status: string | null;
439
440
  createdAt: Date;
440
441
  updatedAt: Date;
441
442
  deletedAt: Date | null;
@@ -444,7 +445,6 @@ export declare const telephonyCdrContract: {
444
445
  bucketName: string;
445
446
  fileSize: number;
446
447
  fileUrl: string | null;
447
- status?: string | undefined;
448
448
  }[];
449
449
  }, {
450
450
  id: string;
@@ -471,6 +471,7 @@ export declare const telephonyCdrContract: {
471
471
  dateValue: Date | null;
472
472
  uploads: {
473
473
  id: string;
474
+ status: string | null;
474
475
  createdAt: Date;
475
476
  updatedAt: Date;
476
477
  deletedAt: Date | null;
@@ -479,7 +480,6 @@ export declare const telephonyCdrContract: {
479
480
  bucketName: string;
480
481
  fileSize: number;
481
482
  fileUrl: string | null;
482
- status?: string | undefined;
483
483
  }[];
484
484
  }>, "many">;
485
485
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -619,6 +619,7 @@ export declare const telephonyCdrContract: {
619
619
  dateValue: Date | null;
620
620
  uploads: {
621
621
  id: string;
622
+ status: string | null;
622
623
  createdAt: Date;
623
624
  updatedAt: Date;
624
625
  deletedAt: Date | null;
@@ -627,7 +628,6 @@ export declare const telephonyCdrContract: {
627
628
  bucketName: string;
628
629
  fileSize: number;
629
630
  fileUrl: string | null;
630
- status?: string | undefined;
631
631
  }[];
632
632
  }[];
633
633
  company: {
@@ -715,6 +715,7 @@ export declare const telephonyCdrContract: {
715
715
  dateValue: Date | null;
716
716
  uploads: {
717
717
  id: string;
718
+ status: string | null;
718
719
  createdAt: Date;
719
720
  updatedAt: Date;
720
721
  deletedAt: Date | null;
@@ -723,7 +724,6 @@ export declare const telephonyCdrContract: {
723
724
  bucketName: string;
724
725
  fileSize: number;
725
726
  fileUrl: string | null;
726
- status?: string | undefined;
727
727
  }[];
728
728
  }[];
729
729
  company: {
@@ -825,9 +825,10 @@ export declare const telephonyCdrContract: {
825
825
  fileSize: z.ZodNumber;
826
826
  fileKey: z.ZodString;
827
827
  fileUrl: z.ZodNullable<z.ZodString>;
828
- status: z.ZodOptional<z.ZodString>;
828
+ status: z.ZodNullable<z.ZodString>;
829
829
  }, "strip", z.ZodTypeAny, {
830
830
  id: string;
831
+ status: string | null;
831
832
  createdAt: Date;
832
833
  updatedAt: Date;
833
834
  deletedAt: Date | null;
@@ -836,9 +837,9 @@ export declare const telephonyCdrContract: {
836
837
  bucketName: string;
837
838
  fileSize: number;
838
839
  fileUrl: string | null;
839
- status?: string | undefined;
840
840
  }, {
841
841
  id: string;
842
+ status: string | null;
842
843
  createdAt: Date;
843
844
  updatedAt: Date;
844
845
  deletedAt: Date | null;
@@ -847,7 +848,6 @@ export declare const telephonyCdrContract: {
847
848
  bucketName: string;
848
849
  fileSize: number;
849
850
  fileUrl: string | null;
850
- status?: string | undefined;
851
851
  }>>>;
852
852
  callParticipants: z.ZodNullable<z.ZodObject<{
853
853
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1812,6 +1812,7 @@ export declare const telephonyCdrContract: {
1812
1812
  dateValue: Date | null;
1813
1813
  uploads: {
1814
1814
  id: string;
1815
+ status: string | null;
1815
1816
  createdAt: Date;
1816
1817
  updatedAt: Date;
1817
1818
  deletedAt: Date | null;
@@ -1820,7 +1821,6 @@ export declare const telephonyCdrContract: {
1820
1821
  bucketName: string;
1821
1822
  fileSize: number;
1822
1823
  fileUrl: string | null;
1823
- status?: string | undefined;
1824
1824
  }[];
1825
1825
  }[];
1826
1826
  company: {
@@ -1888,6 +1888,7 @@ export declare const telephonyCdrContract: {
1888
1888
  } | null | undefined;
1889
1889
  upload?: {
1890
1890
  id: string;
1891
+ status: string | null;
1891
1892
  createdAt: Date;
1892
1893
  updatedAt: Date;
1893
1894
  deletedAt: Date | null;
@@ -1896,7 +1897,6 @@ export declare const telephonyCdrContract: {
1896
1897
  bucketName: string;
1897
1898
  fileSize: number;
1898
1899
  fileUrl: string | null;
1899
- status?: string | undefined;
1900
1900
  } | null | undefined;
1901
1901
  extension?: {
1902
1902
  id: string;
@@ -2067,6 +2067,7 @@ export declare const telephonyCdrContract: {
2067
2067
  dateValue: Date | null;
2068
2068
  uploads: {
2069
2069
  id: string;
2070
+ status: string | null;
2070
2071
  createdAt: Date;
2071
2072
  updatedAt: Date;
2072
2073
  deletedAt: Date | null;
@@ -2075,7 +2076,6 @@ export declare const telephonyCdrContract: {
2075
2076
  bucketName: string;
2076
2077
  fileSize: number;
2077
2078
  fileUrl: string | null;
2078
- status?: string | undefined;
2079
2079
  }[];
2080
2080
  }[];
2081
2081
  company: {
@@ -2143,6 +2143,7 @@ export declare const telephonyCdrContract: {
2143
2143
  } | null | undefined;
2144
2144
  upload?: {
2145
2145
  id: string;
2146
+ status: string | null;
2146
2147
  createdAt: Date;
2147
2148
  updatedAt: Date;
2148
2149
  deletedAt: Date | null;
@@ -2151,7 +2152,6 @@ export declare const telephonyCdrContract: {
2151
2152
  bucketName: string;
2152
2153
  fileSize: number;
2153
2154
  fileUrl: string | null;
2154
- status?: string | undefined;
2155
2155
  } | null | undefined;
2156
2156
  extension?: {
2157
2157
  id: string;
@@ -2328,6 +2328,7 @@ export declare const telephonyCdrContract: {
2328
2328
  dateValue: Date | null;
2329
2329
  uploads: {
2330
2330
  id: string;
2331
+ status: string | null;
2331
2332
  createdAt: Date;
2332
2333
  updatedAt: Date;
2333
2334
  deletedAt: Date | null;
@@ -2336,7 +2337,6 @@ export declare const telephonyCdrContract: {
2336
2337
  bucketName: string;
2337
2338
  fileSize: number;
2338
2339
  fileUrl: string | null;
2339
- status?: string | undefined;
2340
2340
  }[];
2341
2341
  }[];
2342
2342
  company: {
@@ -2404,6 +2404,7 @@ export declare const telephonyCdrContract: {
2404
2404
  } | null | undefined;
2405
2405
  upload?: {
2406
2406
  id: string;
2407
+ status: string | null;
2407
2408
  createdAt: Date;
2408
2409
  updatedAt: Date;
2409
2410
  deletedAt: Date | null;
@@ -2412,7 +2413,6 @@ export declare const telephonyCdrContract: {
2412
2413
  bucketName: string;
2413
2414
  fileSize: number;
2414
2415
  fileUrl: string | null;
2415
- status?: string | undefined;
2416
2416
  } | null | undefined;
2417
2417
  extension?: {
2418
2418
  id: string;
@@ -2589,6 +2589,7 @@ export declare const telephonyCdrContract: {
2589
2589
  dateValue: Date | null;
2590
2590
  uploads: {
2591
2591
  id: string;
2592
+ status: string | null;
2592
2593
  createdAt: Date;
2593
2594
  updatedAt: Date;
2594
2595
  deletedAt: Date | null;
@@ -2597,7 +2598,6 @@ export declare const telephonyCdrContract: {
2597
2598
  bucketName: string;
2598
2599
  fileSize: number;
2599
2600
  fileUrl: string | null;
2600
- status?: string | undefined;
2601
2601
  }[];
2602
2602
  }[];
2603
2603
  company: {
@@ -2665,6 +2665,7 @@ export declare const telephonyCdrContract: {
2665
2665
  } | null | undefined;
2666
2666
  upload?: {
2667
2667
  id: string;
2668
+ status: string | null;
2668
2669
  createdAt: Date;
2669
2670
  updatedAt: Date;
2670
2671
  deletedAt: Date | null;
@@ -2673,7 +2674,6 @@ export declare const telephonyCdrContract: {
2673
2674
  bucketName: string;
2674
2675
  fileSize: number;
2675
2676
  fileUrl: string | null;
2676
- status?: string | undefined;
2677
2677
  } | null | undefined;
2678
2678
  extension?: {
2679
2679
  id: string;
@@ -3123,9 +3123,10 @@ export declare const telephonyCdrContract: {
3123
3123
  fileSize: z.ZodNumber;
3124
3124
  fileKey: z.ZodString;
3125
3125
  fileUrl: z.ZodNullable<z.ZodString>;
3126
- status: z.ZodOptional<z.ZodString>;
3126
+ status: z.ZodNullable<z.ZodString>;
3127
3127
  }, "strip", z.ZodTypeAny, {
3128
3128
  id: string;
3129
+ status: string | null;
3129
3130
  createdAt: Date;
3130
3131
  updatedAt: Date;
3131
3132
  deletedAt: Date | null;
@@ -3134,9 +3135,9 @@ export declare const telephonyCdrContract: {
3134
3135
  bucketName: string;
3135
3136
  fileSize: number;
3136
3137
  fileUrl: string | null;
3137
- status?: string | undefined;
3138
3138
  }, {
3139
3139
  id: string;
3140
+ status: string | null;
3140
3141
  createdAt: Date;
3141
3142
  updatedAt: Date;
3142
3143
  deletedAt: Date | null;
@@ -3145,7 +3146,6 @@ export declare const telephonyCdrContract: {
3145
3146
  bucketName: string;
3146
3147
  fileSize: number;
3147
3148
  fileUrl: string | null;
3148
- status?: string | undefined;
3149
3149
  }>, "many">;
3150
3150
  }, "strip", z.ZodTypeAny, {
3151
3151
  id: string;
@@ -3172,6 +3172,7 @@ export declare const telephonyCdrContract: {
3172
3172
  dateValue: Date | null;
3173
3173
  uploads: {
3174
3174
  id: string;
3175
+ status: string | null;
3175
3176
  createdAt: Date;
3176
3177
  updatedAt: Date;
3177
3178
  deletedAt: Date | null;
@@ -3180,7 +3181,6 @@ export declare const telephonyCdrContract: {
3180
3181
  bucketName: string;
3181
3182
  fileSize: number;
3182
3183
  fileUrl: string | null;
3183
- status?: string | undefined;
3184
3184
  }[];
3185
3185
  }, {
3186
3186
  id: string;
@@ -3207,6 +3207,7 @@ export declare const telephonyCdrContract: {
3207
3207
  dateValue: Date | null;
3208
3208
  uploads: {
3209
3209
  id: string;
3210
+ status: string | null;
3210
3211
  createdAt: Date;
3211
3212
  updatedAt: Date;
3212
3213
  deletedAt: Date | null;
@@ -3215,7 +3216,6 @@ export declare const telephonyCdrContract: {
3215
3216
  bucketName: string;
3216
3217
  fileSize: number;
3217
3218
  fileUrl: string | null;
3218
- status?: string | undefined;
3219
3219
  }[];
3220
3220
  }>, "many">;
3221
3221
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -3355,6 +3355,7 @@ export declare const telephonyCdrContract: {
3355
3355
  dateValue: Date | null;
3356
3356
  uploads: {
3357
3357
  id: string;
3358
+ status: string | null;
3358
3359
  createdAt: Date;
3359
3360
  updatedAt: Date;
3360
3361
  deletedAt: Date | null;
@@ -3363,7 +3364,6 @@ export declare const telephonyCdrContract: {
3363
3364
  bucketName: string;
3364
3365
  fileSize: number;
3365
3366
  fileUrl: string | null;
3366
- status?: string | undefined;
3367
3367
  }[];
3368
3368
  }[];
3369
3369
  company: {
@@ -3451,6 +3451,7 @@ export declare const telephonyCdrContract: {
3451
3451
  dateValue: Date | null;
3452
3452
  uploads: {
3453
3453
  id: string;
3454
+ status: string | null;
3454
3455
  createdAt: Date;
3455
3456
  updatedAt: Date;
3456
3457
  deletedAt: Date | null;
@@ -3459,7 +3460,6 @@ export declare const telephonyCdrContract: {
3459
3460
  bucketName: string;
3460
3461
  fileSize: number;
3461
3462
  fileUrl: string | null;
3462
- status?: string | undefined;
3463
3463
  }[];
3464
3464
  }[];
3465
3465
  company: {
@@ -3561,9 +3561,10 @@ export declare const telephonyCdrContract: {
3561
3561
  fileSize: z.ZodNumber;
3562
3562
  fileKey: z.ZodString;
3563
3563
  fileUrl: z.ZodNullable<z.ZodString>;
3564
- status: z.ZodOptional<z.ZodString>;
3564
+ status: z.ZodNullable<z.ZodString>;
3565
3565
  }, "strip", z.ZodTypeAny, {
3566
3566
  id: string;
3567
+ status: string | null;
3567
3568
  createdAt: Date;
3568
3569
  updatedAt: Date;
3569
3570
  deletedAt: Date | null;
@@ -3572,9 +3573,9 @@ export declare const telephonyCdrContract: {
3572
3573
  bucketName: string;
3573
3574
  fileSize: number;
3574
3575
  fileUrl: string | null;
3575
- status?: string | undefined;
3576
3576
  }, {
3577
3577
  id: string;
3578
+ status: string | null;
3578
3579
  createdAt: Date;
3579
3580
  updatedAt: Date;
3580
3581
  deletedAt: Date | null;
@@ -3583,7 +3584,6 @@ export declare const telephonyCdrContract: {
3583
3584
  bucketName: string;
3584
3585
  fileSize: number;
3585
3586
  fileUrl: string | null;
3586
- status?: string | undefined;
3587
3587
  }>>>;
3588
3588
  callParticipants: z.ZodNullable<z.ZodObject<{
3589
3589
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4548,6 +4548,7 @@ export declare const telephonyCdrContract: {
4548
4548
  dateValue: Date | null;
4549
4549
  uploads: {
4550
4550
  id: string;
4551
+ status: string | null;
4551
4552
  createdAt: Date;
4552
4553
  updatedAt: Date;
4553
4554
  deletedAt: Date | null;
@@ -4556,7 +4557,6 @@ export declare const telephonyCdrContract: {
4556
4557
  bucketName: string;
4557
4558
  fileSize: number;
4558
4559
  fileUrl: string | null;
4559
- status?: string | undefined;
4560
4560
  }[];
4561
4561
  }[];
4562
4562
  company: {
@@ -4624,6 +4624,7 @@ export declare const telephonyCdrContract: {
4624
4624
  } | null | undefined;
4625
4625
  upload?: {
4626
4626
  id: string;
4627
+ status: string | null;
4627
4628
  createdAt: Date;
4628
4629
  updatedAt: Date;
4629
4630
  deletedAt: Date | null;
@@ -4632,7 +4633,6 @@ export declare const telephonyCdrContract: {
4632
4633
  bucketName: string;
4633
4634
  fileSize: number;
4634
4635
  fileUrl: string | null;
4635
- status?: string | undefined;
4636
4636
  } | null | undefined;
4637
4637
  extension?: {
4638
4638
  id: string;
@@ -4803,6 +4803,7 @@ export declare const telephonyCdrContract: {
4803
4803
  dateValue: Date | null;
4804
4804
  uploads: {
4805
4805
  id: string;
4806
+ status: string | null;
4806
4807
  createdAt: Date;
4807
4808
  updatedAt: Date;
4808
4809
  deletedAt: Date | null;
@@ -4811,7 +4812,6 @@ export declare const telephonyCdrContract: {
4811
4812
  bucketName: string;
4812
4813
  fileSize: number;
4813
4814
  fileUrl: string | null;
4814
- status?: string | undefined;
4815
4815
  }[];
4816
4816
  }[];
4817
4817
  company: {
@@ -4879,6 +4879,7 @@ export declare const telephonyCdrContract: {
4879
4879
  } | null | undefined;
4880
4880
  upload?: {
4881
4881
  id: string;
4882
+ status: string | null;
4882
4883
  createdAt: Date;
4883
4884
  updatedAt: Date;
4884
4885
  deletedAt: Date | null;
@@ -4887,7 +4888,6 @@ export declare const telephonyCdrContract: {
4887
4888
  bucketName: string;
4888
4889
  fileSize: number;
4889
4890
  fileUrl: string | null;
4890
- status?: string | undefined;
4891
4891
  } | null | undefined;
4892
4892
  extension?: {
4893
4893
  id: string;
@@ -5064,6 +5064,7 @@ export declare const telephonyCdrContract: {
5064
5064
  dateValue: Date | null;
5065
5065
  uploads: {
5066
5066
  id: string;
5067
+ status: string | null;
5067
5068
  createdAt: Date;
5068
5069
  updatedAt: Date;
5069
5070
  deletedAt: Date | null;
@@ -5072,7 +5073,6 @@ export declare const telephonyCdrContract: {
5072
5073
  bucketName: string;
5073
5074
  fileSize: number;
5074
5075
  fileUrl: string | null;
5075
- status?: string | undefined;
5076
5076
  }[];
5077
5077
  }[];
5078
5078
  company: {
@@ -5140,6 +5140,7 @@ export declare const telephonyCdrContract: {
5140
5140
  } | null | undefined;
5141
5141
  upload?: {
5142
5142
  id: string;
5143
+ status: string | null;
5143
5144
  createdAt: Date;
5144
5145
  updatedAt: Date;
5145
5146
  deletedAt: Date | null;
@@ -5148,7 +5149,6 @@ export declare const telephonyCdrContract: {
5148
5149
  bucketName: string;
5149
5150
  fileSize: number;
5150
5151
  fileUrl: string | null;
5151
- status?: string | undefined;
5152
5152
  } | null | undefined;
5153
5153
  extension?: {
5154
5154
  id: string;
@@ -5325,6 +5325,7 @@ export declare const telephonyCdrContract: {
5325
5325
  dateValue: Date | null;
5326
5326
  uploads: {
5327
5327
  id: string;
5328
+ status: string | null;
5328
5329
  createdAt: Date;
5329
5330
  updatedAt: Date;
5330
5331
  deletedAt: Date | null;
@@ -5333,7 +5334,6 @@ export declare const telephonyCdrContract: {
5333
5334
  bucketName: string;
5334
5335
  fileSize: number;
5335
5336
  fileUrl: string | null;
5336
- status?: string | undefined;
5337
5337
  }[];
5338
5338
  }[];
5339
5339
  company: {
@@ -5401,6 +5401,7 @@ export declare const telephonyCdrContract: {
5401
5401
  } | null | undefined;
5402
5402
  upload?: {
5403
5403
  id: string;
5404
+ status: string | null;
5404
5405
  createdAt: Date;
5405
5406
  updatedAt: Date;
5406
5407
  deletedAt: Date | null;
@@ -5409,7 +5410,6 @@ export declare const telephonyCdrContract: {
5409
5410
  bucketName: string;
5410
5411
  fileSize: number;
5411
5412
  fileUrl: string | null;
5412
- status?: string | undefined;
5413
5413
  } | null | undefined;
5414
5414
  extension?: {
5415
5415
  id: string;
@@ -5862,9 +5862,10 @@ export declare const telephonyCdrContract: {
5862
5862
  fileSize: z.ZodNumber;
5863
5863
  fileKey: z.ZodString;
5864
5864
  fileUrl: z.ZodNullable<z.ZodString>;
5865
- status: z.ZodOptional<z.ZodString>;
5865
+ status: z.ZodNullable<z.ZodString>;
5866
5866
  }, "strip", z.ZodTypeAny, {
5867
5867
  id: string;
5868
+ status: string | null;
5868
5869
  createdAt: Date;
5869
5870
  updatedAt: Date;
5870
5871
  deletedAt: Date | null;
@@ -5873,9 +5874,9 @@ export declare const telephonyCdrContract: {
5873
5874
  bucketName: string;
5874
5875
  fileSize: number;
5875
5876
  fileUrl: string | null;
5876
- status?: string | undefined;
5877
5877
  }, {
5878
5878
  id: string;
5879
+ status: string | null;
5879
5880
  createdAt: Date;
5880
5881
  updatedAt: Date;
5881
5882
  deletedAt: Date | null;
@@ -5884,7 +5885,6 @@ export declare const telephonyCdrContract: {
5884
5885
  bucketName: string;
5885
5886
  fileSize: number;
5886
5887
  fileUrl: string | null;
5887
- status?: string | undefined;
5888
5888
  }>, "many">;
5889
5889
  }, "strip", z.ZodTypeAny, {
5890
5890
  id: string;
@@ -5911,6 +5911,7 @@ export declare const telephonyCdrContract: {
5911
5911
  dateValue: Date | null;
5912
5912
  uploads: {
5913
5913
  id: string;
5914
+ status: string | null;
5914
5915
  createdAt: Date;
5915
5916
  updatedAt: Date;
5916
5917
  deletedAt: Date | null;
@@ -5919,7 +5920,6 @@ export declare const telephonyCdrContract: {
5919
5920
  bucketName: string;
5920
5921
  fileSize: number;
5921
5922
  fileUrl: string | null;
5922
- status?: string | undefined;
5923
5923
  }[];
5924
5924
  }, {
5925
5925
  id: string;
@@ -5946,6 +5946,7 @@ export declare const telephonyCdrContract: {
5946
5946
  dateValue: Date | null;
5947
5947
  uploads: {
5948
5948
  id: string;
5949
+ status: string | null;
5949
5950
  createdAt: Date;
5950
5951
  updatedAt: Date;
5951
5952
  deletedAt: Date | null;
@@ -5954,7 +5955,6 @@ export declare const telephonyCdrContract: {
5954
5955
  bucketName: string;
5955
5956
  fileSize: number;
5956
5957
  fileUrl: string | null;
5957
- status?: string | undefined;
5958
5958
  }[];
5959
5959
  }>, "many">;
5960
5960
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -6094,6 +6094,7 @@ export declare const telephonyCdrContract: {
6094
6094
  dateValue: Date | null;
6095
6095
  uploads: {
6096
6096
  id: string;
6097
+ status: string | null;
6097
6098
  createdAt: Date;
6098
6099
  updatedAt: Date;
6099
6100
  deletedAt: Date | null;
@@ -6102,7 +6103,6 @@ export declare const telephonyCdrContract: {
6102
6103
  bucketName: string;
6103
6104
  fileSize: number;
6104
6105
  fileUrl: string | null;
6105
- status?: string | undefined;
6106
6106
  }[];
6107
6107
  }[];
6108
6108
  company: {
@@ -6190,6 +6190,7 @@ export declare const telephonyCdrContract: {
6190
6190
  dateValue: Date | null;
6191
6191
  uploads: {
6192
6192
  id: string;
6193
+ status: string | null;
6193
6194
  createdAt: Date;
6194
6195
  updatedAt: Date;
6195
6196
  deletedAt: Date | null;
@@ -6198,7 +6199,6 @@ export declare const telephonyCdrContract: {
6198
6199
  bucketName: string;
6199
6200
  fileSize: number;
6200
6201
  fileUrl: string | null;
6201
- status?: string | undefined;
6202
6202
  }[];
6203
6203
  }[];
6204
6204
  company: {
@@ -6300,9 +6300,10 @@ export declare const telephonyCdrContract: {
6300
6300
  fileSize: z.ZodNumber;
6301
6301
  fileKey: z.ZodString;
6302
6302
  fileUrl: z.ZodNullable<z.ZodString>;
6303
- status: z.ZodOptional<z.ZodString>;
6303
+ status: z.ZodNullable<z.ZodString>;
6304
6304
  }, "strip", z.ZodTypeAny, {
6305
6305
  id: string;
6306
+ status: string | null;
6306
6307
  createdAt: Date;
6307
6308
  updatedAt: Date;
6308
6309
  deletedAt: Date | null;
@@ -6311,9 +6312,9 @@ export declare const telephonyCdrContract: {
6311
6312
  bucketName: string;
6312
6313
  fileSize: number;
6313
6314
  fileUrl: string | null;
6314
- status?: string | undefined;
6315
6315
  }, {
6316
6316
  id: string;
6317
+ status: string | null;
6317
6318
  createdAt: Date;
6318
6319
  updatedAt: Date;
6319
6320
  deletedAt: Date | null;
@@ -6322,7 +6323,6 @@ export declare const telephonyCdrContract: {
6322
6323
  bucketName: string;
6323
6324
  fileSize: number;
6324
6325
  fileUrl: string | null;
6325
- status?: string | undefined;
6326
6326
  }>>>;
6327
6327
  callParticipants: z.ZodNullable<z.ZodObject<{
6328
6328
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -7287,6 +7287,7 @@ export declare const telephonyCdrContract: {
7287
7287
  dateValue: Date | null;
7288
7288
  uploads: {
7289
7289
  id: string;
7290
+ status: string | null;
7290
7291
  createdAt: Date;
7291
7292
  updatedAt: Date;
7292
7293
  deletedAt: Date | null;
@@ -7295,7 +7296,6 @@ export declare const telephonyCdrContract: {
7295
7296
  bucketName: string;
7296
7297
  fileSize: number;
7297
7298
  fileUrl: string | null;
7298
- status?: string | undefined;
7299
7299
  }[];
7300
7300
  }[];
7301
7301
  company: {
@@ -7363,6 +7363,7 @@ export declare const telephonyCdrContract: {
7363
7363
  } | null | undefined;
7364
7364
  upload?: {
7365
7365
  id: string;
7366
+ status: string | null;
7366
7367
  createdAt: Date;
7367
7368
  updatedAt: Date;
7368
7369
  deletedAt: Date | null;
@@ -7371,7 +7372,6 @@ export declare const telephonyCdrContract: {
7371
7372
  bucketName: string;
7372
7373
  fileSize: number;
7373
7374
  fileUrl: string | null;
7374
- status?: string | undefined;
7375
7375
  } | null | undefined;
7376
7376
  extension?: {
7377
7377
  id: string;
@@ -7542,6 +7542,7 @@ export declare const telephonyCdrContract: {
7542
7542
  dateValue: Date | null;
7543
7543
  uploads: {
7544
7544
  id: string;
7545
+ status: string | null;
7545
7546
  createdAt: Date;
7546
7547
  updatedAt: Date;
7547
7548
  deletedAt: Date | null;
@@ -7550,7 +7551,6 @@ export declare const telephonyCdrContract: {
7550
7551
  bucketName: string;
7551
7552
  fileSize: number;
7552
7553
  fileUrl: string | null;
7553
- status?: string | undefined;
7554
7554
  }[];
7555
7555
  }[];
7556
7556
  company: {
@@ -7618,6 +7618,7 @@ export declare const telephonyCdrContract: {
7618
7618
  } | null | undefined;
7619
7619
  upload?: {
7620
7620
  id: string;
7621
+ status: string | null;
7621
7622
  createdAt: Date;
7622
7623
  updatedAt: Date;
7623
7624
  deletedAt: Date | null;
@@ -7626,7 +7627,6 @@ export declare const telephonyCdrContract: {
7626
7627
  bucketName: string;
7627
7628
  fileSize: number;
7628
7629
  fileUrl: string | null;
7629
- status?: string | undefined;
7630
7630
  } | null | undefined;
7631
7631
  extension?: {
7632
7632
  id: string;
@@ -7803,6 +7803,7 @@ export declare const telephonyCdrContract: {
7803
7803
  dateValue: Date | null;
7804
7804
  uploads: {
7805
7805
  id: string;
7806
+ status: string | null;
7806
7807
  createdAt: Date;
7807
7808
  updatedAt: Date;
7808
7809
  deletedAt: Date | null;
@@ -7811,7 +7812,6 @@ export declare const telephonyCdrContract: {
7811
7812
  bucketName: string;
7812
7813
  fileSize: number;
7813
7814
  fileUrl: string | null;
7814
- status?: string | undefined;
7815
7815
  }[];
7816
7816
  }[];
7817
7817
  company: {
@@ -7879,6 +7879,7 @@ export declare const telephonyCdrContract: {
7879
7879
  } | null | undefined;
7880
7880
  upload?: {
7881
7881
  id: string;
7882
+ status: string | null;
7882
7883
  createdAt: Date;
7883
7884
  updatedAt: Date;
7884
7885
  deletedAt: Date | null;
@@ -7887,7 +7888,6 @@ export declare const telephonyCdrContract: {
7887
7888
  bucketName: string;
7888
7889
  fileSize: number;
7889
7890
  fileUrl: string | null;
7890
- status?: string | undefined;
7891
7891
  } | null | undefined;
7892
7892
  extension?: {
7893
7893
  id: string;
@@ -8064,6 +8064,7 @@ export declare const telephonyCdrContract: {
8064
8064
  dateValue: Date | null;
8065
8065
  uploads: {
8066
8066
  id: string;
8067
+ status: string | null;
8067
8068
  createdAt: Date;
8068
8069
  updatedAt: Date;
8069
8070
  deletedAt: Date | null;
@@ -8072,7 +8073,6 @@ export declare const telephonyCdrContract: {
8072
8073
  bucketName: string;
8073
8074
  fileSize: number;
8074
8075
  fileUrl: string | null;
8075
- status?: string | undefined;
8076
8076
  }[];
8077
8077
  }[];
8078
8078
  company: {
@@ -8140,6 +8140,7 @@ export declare const telephonyCdrContract: {
8140
8140
  } | null | undefined;
8141
8141
  upload?: {
8142
8142
  id: string;
8143
+ status: string | null;
8143
8144
  createdAt: Date;
8144
8145
  updatedAt: Date;
8145
8146
  deletedAt: Date | null;
@@ -8148,7 +8149,6 @@ export declare const telephonyCdrContract: {
8148
8149
  bucketName: string;
8149
8150
  fileSize: number;
8150
8151
  fileUrl: string | null;
8151
- status?: string | undefined;
8152
8152
  } | null | undefined;
8153
8153
  extension?: {
8154
8154
  id: string;