@kl1/contracts 1.0.49 → 1.0.50

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 (52) hide show
  1. package/dist/index.js +3320 -3422
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3320 -3422
  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/attribute/index.d.ts +12 -12
  8. package/dist/src/attribute/schema.d.ts +2 -2
  9. package/dist/src/chat/index.d.ts +211 -211
  10. package/dist/src/chat/schema.d.ts +48 -54
  11. package/dist/src/chat/schema.d.ts.map +1 -1
  12. package/dist/src/chat/validation.d.ts +62 -62
  13. package/dist/src/comment/index.d.ts +94 -94
  14. package/dist/src/comment/schema.d.ts +26 -26
  15. package/dist/src/company/index.d.ts +32 -32
  16. package/dist/src/company/schema.d.ts +10 -10
  17. package/dist/src/company/validation.d.ts +18 -18
  18. package/dist/src/contact/index.d.ts +88 -88
  19. package/dist/src/contact/schema.d.ts +14 -14
  20. package/dist/src/contact/validation.d.ts +72 -72
  21. package/dist/src/contract.d.ts +1363 -8150
  22. package/dist/src/contract.d.ts.map +1 -1
  23. package/dist/src/custom-field/schema.d.ts +2 -2
  24. package/dist/src/cx-log/index.d.ts +52 -52
  25. package/dist/src/cx-log/schema.d.ts +44 -44
  26. package/dist/src/mail/mail-contract.d.ts +12 -12
  27. package/dist/src/mail/mail-server.d.ts +216 -0
  28. package/dist/src/mail/mail-server.d.ts.map +1 -0
  29. package/dist/src/mail/room-contract.d.ts +12 -12
  30. package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
  31. package/dist/src/mail/schemas/room.schema.d.ts +2 -2
  32. package/dist/src/messenger/index.d.ts +32 -32
  33. package/dist/src/platform-contact/schema.d.ts +30 -0
  34. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  35. package/dist/src/telephony-cdr/index.d.ts +60 -68
  36. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  37. package/dist/src/telephony-cdr/schema.d.ts +12 -12
  38. package/dist/src/telephony-cdr/validation.d.ts +8 -26
  39. package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
  40. package/dist/src/ticket/index.d.ts +118 -118
  41. package/dist/src/ticket/schema.d.ts +22 -22
  42. package/dist/src/wrap-up-form/index.d.ts +1 -143
  43. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  44. package/dist/src/wrap-up-form/validation.d.ts +0 -13
  45. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  46. package/package.json +1 -1
  47. package/dist/src/instagram/index.d.ts +0 -6643
  48. package/dist/src/instagram/index.d.ts.map +0 -1
  49. package/dist/src/instagram/schema.d.ts +0 -2
  50. package/dist/src/instagram/schema.d.ts.map +0 -1
  51. package/dist/src/instagram/validation.d.ts +0 -109
  52. package/dist/src/instagram/validation.d.ts.map +0 -1
@@ -394,9 +394,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
394
394
  createdAt: Date;
395
395
  updatedAt: Date;
396
396
  deletedAt: Date | null;
397
+ isDefault: boolean;
397
398
  systemName: string;
398
399
  displayName: string;
399
- isDefault: boolean;
400
400
  isArchived: boolean;
401
401
  isRequired: boolean;
402
402
  isUnique: boolean;
@@ -407,9 +407,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
407
407
  createdAt: Date;
408
408
  updatedAt: Date;
409
409
  deletedAt: Date | null;
410
+ isDefault: boolean;
410
411
  systemName: string;
411
412
  displayName: string;
412
- isDefault: boolean;
413
413
  isArchived: boolean;
414
414
  isRequired: boolean;
415
415
  isUnique: boolean;
@@ -426,9 +426,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
426
426
  createdAt: Date;
427
427
  updatedAt: Date;
428
428
  deletedAt: Date | null;
429
+ isDefault: boolean;
429
430
  systemName: string;
430
431
  displayName: string;
431
- isDefault: boolean;
432
432
  isArchived: boolean;
433
433
  isRequired: boolean;
434
434
  isUnique: boolean;
@@ -449,9 +449,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
449
449
  createdAt: Date;
450
450
  updatedAt: Date;
451
451
  deletedAt: Date | null;
452
+ isDefault: boolean;
452
453
  systemName: string;
453
454
  displayName: string;
454
- isDefault: boolean;
455
455
  isArchived: boolean;
456
456
  isRequired: boolean;
457
457
  isUnique: boolean;
@@ -550,9 +550,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
550
550
  createdAt: Date;
551
551
  updatedAt: Date;
552
552
  deletedAt: Date | null;
553
+ isDefault: boolean;
553
554
  systemName: string;
554
555
  displayName: string;
555
- isDefault: boolean;
556
556
  isArchived: boolean;
557
557
  isRequired: boolean;
558
558
  isUnique: boolean;
@@ -563,9 +563,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
563
563
  createdAt: Date;
564
564
  updatedAt: Date;
565
565
  deletedAt: Date | null;
566
+ isDefault: boolean;
566
567
  systemName: string;
567
568
  displayName: string;
568
- isDefault: boolean;
569
569
  isArchived: boolean;
570
570
  isRequired: boolean;
571
571
  isUnique: boolean;
@@ -659,9 +659,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
659
659
  createdAt: Date;
660
660
  updatedAt: Date;
661
661
  deletedAt: Date | null;
662
+ isDefault: boolean;
662
663
  systemName: string;
663
664
  displayName: string;
664
- isDefault: boolean;
665
665
  isArchived: boolean;
666
666
  isRequired: boolean;
667
667
  isUnique: boolean;
@@ -701,9 +701,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
701
701
  createdAt: Date;
702
702
  updatedAt: Date;
703
703
  deletedAt: Date | null;
704
+ isDefault: boolean;
704
705
  systemName: string;
705
706
  displayName: string;
706
- isDefault: boolean;
707
707
  isArchived: boolean;
708
708
  isRequired: boolean;
709
709
  isUnique: boolean;
@@ -856,9 +856,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
856
856
  createdAt: Date;
857
857
  updatedAt: Date;
858
858
  deletedAt: Date | null;
859
+ isDefault: boolean;
859
860
  systemName: string;
860
861
  displayName: string;
861
- isDefault: boolean;
862
862
  isArchived: boolean;
863
863
  isRequired: boolean;
864
864
  isUnique: boolean;
@@ -959,9 +959,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
959
959
  createdAt: Date;
960
960
  updatedAt: Date;
961
961
  deletedAt: Date | null;
962
+ isDefault: boolean;
962
963
  systemName: string;
963
964
  displayName: string;
964
- isDefault: boolean;
965
965
  isArchived: boolean;
966
966
  isRequired: boolean;
967
967
  isUnique: boolean;
@@ -1076,9 +1076,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1076
1076
  createdAt: Date;
1077
1077
  updatedAt: Date;
1078
1078
  deletedAt: Date | null;
1079
+ isDefault: boolean;
1079
1080
  systemName: string;
1080
1081
  displayName: string;
1081
- isDefault: boolean;
1082
1082
  isArchived: boolean;
1083
1083
  isRequired: boolean;
1084
1084
  isUnique: boolean;
@@ -1194,9 +1194,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1194
1194
  createdAt: Date;
1195
1195
  updatedAt: Date;
1196
1196
  deletedAt: Date | null;
1197
+ isDefault: boolean;
1197
1198
  systemName: string;
1198
1199
  displayName: string;
1199
- isDefault: boolean;
1200
1200
  isArchived: boolean;
1201
1201
  isRequired: boolean;
1202
1202
  isUnique: boolean;
@@ -2138,9 +2138,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2138
2138
  createdAt: Date;
2139
2139
  updatedAt: Date;
2140
2140
  deletedAt: Date | null;
2141
+ isDefault: boolean;
2141
2142
  systemName: string;
2142
2143
  displayName: string;
2143
- isDefault: boolean;
2144
2144
  isArchived: boolean;
2145
2145
  isRequired: boolean;
2146
2146
  isUnique: boolean;
@@ -2422,9 +2422,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2422
2422
  createdAt: Date;
2423
2423
  updatedAt: Date;
2424
2424
  deletedAt: Date | null;
2425
+ isDefault: boolean;
2425
2426
  systemName: string;
2426
2427
  displayName: string;
2427
- isDefault: boolean;
2428
2428
  isArchived: boolean;
2429
2429
  isRequired: boolean;
2430
2430
  isUnique: boolean;
@@ -2739,9 +2739,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2739
2739
  createdAt: Date;
2740
2740
  updatedAt: Date;
2741
2741
  deletedAt: Date | null;
2742
+ isDefault: boolean;
2742
2743
  systemName: string;
2743
2744
  displayName: string;
2744
- isDefault: boolean;
2745
2745
  isArchived: boolean;
2746
2746
  isRequired: boolean;
2747
2747
  isUnique: boolean;
@@ -2752,9 +2752,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2752
2752
  createdAt: Date;
2753
2753
  updatedAt: Date;
2754
2754
  deletedAt: Date | null;
2755
+ isDefault: boolean;
2755
2756
  systemName: string;
2756
2757
  displayName: string;
2757
- isDefault: boolean;
2758
2758
  isArchived: boolean;
2759
2759
  isRequired: boolean;
2760
2760
  isUnique: boolean;
@@ -2771,9 +2771,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2771
2771
  createdAt: Date;
2772
2772
  updatedAt: Date;
2773
2773
  deletedAt: Date | null;
2774
+ isDefault: boolean;
2774
2775
  systemName: string;
2775
2776
  displayName: string;
2776
- isDefault: boolean;
2777
2777
  isArchived: boolean;
2778
2778
  isRequired: boolean;
2779
2779
  isUnique: boolean;
@@ -2794,9 +2794,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2794
2794
  createdAt: Date;
2795
2795
  updatedAt: Date;
2796
2796
  deletedAt: Date | null;
2797
+ isDefault: boolean;
2797
2798
  systemName: string;
2798
2799
  displayName: string;
2799
- isDefault: boolean;
2800
2800
  isArchived: boolean;
2801
2801
  isRequired: boolean;
2802
2802
  isUnique: boolean;
@@ -2895,9 +2895,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2895
2895
  createdAt: Date;
2896
2896
  updatedAt: Date;
2897
2897
  deletedAt: Date | null;
2898
+ isDefault: boolean;
2898
2899
  systemName: string;
2899
2900
  displayName: string;
2900
- isDefault: boolean;
2901
2901
  isArchived: boolean;
2902
2902
  isRequired: boolean;
2903
2903
  isUnique: boolean;
@@ -2908,9 +2908,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2908
2908
  createdAt: Date;
2909
2909
  updatedAt: Date;
2910
2910
  deletedAt: Date | null;
2911
+ isDefault: boolean;
2911
2912
  systemName: string;
2912
2913
  displayName: string;
2913
- isDefault: boolean;
2914
2914
  isArchived: boolean;
2915
2915
  isRequired: boolean;
2916
2916
  isUnique: boolean;
@@ -3004,9 +3004,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3004
3004
  createdAt: Date;
3005
3005
  updatedAt: Date;
3006
3006
  deletedAt: Date | null;
3007
+ isDefault: boolean;
3007
3008
  systemName: string;
3008
3009
  displayName: string;
3009
- isDefault: boolean;
3010
3010
  isArchived: boolean;
3011
3011
  isRequired: boolean;
3012
3012
  isUnique: boolean;
@@ -3046,9 +3046,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3046
3046
  createdAt: Date;
3047
3047
  updatedAt: Date;
3048
3048
  deletedAt: Date | null;
3049
+ isDefault: boolean;
3049
3050
  systemName: string;
3050
3051
  displayName: string;
3051
- isDefault: boolean;
3052
3052
  isArchived: boolean;
3053
3053
  isRequired: boolean;
3054
3054
  isUnique: boolean;
@@ -3201,9 +3201,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3201
3201
  createdAt: Date;
3202
3202
  updatedAt: Date;
3203
3203
  deletedAt: Date | null;
3204
+ isDefault: boolean;
3204
3205
  systemName: string;
3205
3206
  displayName: string;
3206
- isDefault: boolean;
3207
3207
  isArchived: boolean;
3208
3208
  isRequired: boolean;
3209
3209
  isUnique: boolean;
@@ -3304,9 +3304,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3304
3304
  createdAt: Date;
3305
3305
  updatedAt: Date;
3306
3306
  deletedAt: Date | null;
3307
+ isDefault: boolean;
3307
3308
  systemName: string;
3308
3309
  displayName: string;
3309
- isDefault: boolean;
3310
3310
  isArchived: boolean;
3311
3311
  isRequired: boolean;
3312
3312
  isUnique: boolean;
@@ -3834,9 +3834,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3834
3834
  createdAt: Date;
3835
3835
  updatedAt: Date;
3836
3836
  deletedAt: Date | null;
3837
+ isDefault: boolean;
3837
3838
  systemName: string;
3838
3839
  displayName: string;
3839
- isDefault: boolean;
3840
3840
  isArchived: boolean;
3841
3841
  isRequired: boolean;
3842
3842
  isUnique: boolean;
@@ -4041,9 +4041,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4041
4041
  createdAt: Date;
4042
4042
  updatedAt: Date;
4043
4043
  deletedAt: Date | null;
4044
+ isDefault: boolean;
4044
4045
  systemName: string;
4045
4046
  displayName: string;
4046
- isDefault: boolean;
4047
4047
  isArchived: boolean;
4048
4048
  isRequired: boolean;
4049
4049
  isUnique: boolean;
@@ -4321,9 +4321,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4321
4321
  createdAt: Date;
4322
4322
  updatedAt: Date;
4323
4323
  deletedAt: Date | null;
4324
+ isDefault: boolean;
4324
4325
  systemName: string;
4325
4326
  displayName: string;
4326
- isDefault: boolean;
4327
4327
  isArchived: boolean;
4328
4328
  isRequired: boolean;
4329
4329
  isUnique: boolean;
@@ -4334,9 +4334,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4334
4334
  createdAt: Date;
4335
4335
  updatedAt: Date;
4336
4336
  deletedAt: Date | null;
4337
+ isDefault: boolean;
4337
4338
  systemName: string;
4338
4339
  displayName: string;
4339
- isDefault: boolean;
4340
4340
  isArchived: boolean;
4341
4341
  isRequired: boolean;
4342
4342
  isUnique: boolean;
@@ -4353,9 +4353,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4353
4353
  createdAt: Date;
4354
4354
  updatedAt: Date;
4355
4355
  deletedAt: Date | null;
4356
+ isDefault: boolean;
4356
4357
  systemName: string;
4357
4358
  displayName: string;
4358
- isDefault: boolean;
4359
4359
  isArchived: boolean;
4360
4360
  isRequired: boolean;
4361
4361
  isUnique: boolean;
@@ -4376,9 +4376,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4376
4376
  createdAt: Date;
4377
4377
  updatedAt: Date;
4378
4378
  deletedAt: Date | null;
4379
+ isDefault: boolean;
4379
4380
  systemName: string;
4380
4381
  displayName: string;
4381
- isDefault: boolean;
4382
4382
  isArchived: boolean;
4383
4383
  isRequired: boolean;
4384
4384
  isUnique: boolean;
@@ -4477,9 +4477,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4477
4477
  createdAt: Date;
4478
4478
  updatedAt: Date;
4479
4479
  deletedAt: Date | null;
4480
+ isDefault: boolean;
4480
4481
  systemName: string;
4481
4482
  displayName: string;
4482
- isDefault: boolean;
4483
4483
  isArchived: boolean;
4484
4484
  isRequired: boolean;
4485
4485
  isUnique: boolean;
@@ -4490,9 +4490,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4490
4490
  createdAt: Date;
4491
4491
  updatedAt: Date;
4492
4492
  deletedAt: Date | null;
4493
+ isDefault: boolean;
4493
4494
  systemName: string;
4494
4495
  displayName: string;
4495
- isDefault: boolean;
4496
4496
  isArchived: boolean;
4497
4497
  isRequired: boolean;
4498
4498
  isUnique: boolean;
@@ -4586,9 +4586,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4586
4586
  createdAt: Date;
4587
4587
  updatedAt: Date;
4588
4588
  deletedAt: Date | null;
4589
+ isDefault: boolean;
4589
4590
  systemName: string;
4590
4591
  displayName: string;
4591
- isDefault: boolean;
4592
4592
  isArchived: boolean;
4593
4593
  isRequired: boolean;
4594
4594
  isUnique: boolean;
@@ -4628,9 +4628,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4628
4628
  createdAt: Date;
4629
4629
  updatedAt: Date;
4630
4630
  deletedAt: Date | null;
4631
+ isDefault: boolean;
4631
4632
  systemName: string;
4632
4633
  displayName: string;
4633
- isDefault: boolean;
4634
4634
  isArchived: boolean;
4635
4635
  isRequired: boolean;
4636
4636
  isUnique: boolean;
@@ -4783,9 +4783,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4783
4783
  createdAt: Date;
4784
4784
  updatedAt: Date;
4785
4785
  deletedAt: Date | null;
4786
+ isDefault: boolean;
4786
4787
  systemName: string;
4787
4788
  displayName: string;
4788
- isDefault: boolean;
4789
4789
  isArchived: boolean;
4790
4790
  isRequired: boolean;
4791
4791
  isUnique: boolean;
@@ -4886,9 +4886,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4886
4886
  createdAt: Date;
4887
4887
  updatedAt: Date;
4888
4888
  deletedAt: Date | null;
4889
+ isDefault: boolean;
4889
4890
  systemName: string;
4890
4891
  displayName: string;
4891
- isDefault: boolean;
4892
4892
  isArchived: boolean;
4893
4893
  isRequired: boolean;
4894
4894
  isUnique: boolean;
@@ -5183,7 +5183,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5183
5183
  createdAt: Date;
5184
5184
  updatedAt: Date;
5185
5185
  deletedAt: Date | null;
5186
- entityId: string;
5187
5186
  contact: {
5188
5187
  id: string;
5189
5188
  channel: string | null;
@@ -5204,9 +5203,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5204
5203
  createdAt: Date;
5205
5204
  updatedAt: Date;
5206
5205
  deletedAt: Date | null;
5206
+ isDefault: boolean;
5207
5207
  systemName: string;
5208
5208
  displayName: string;
5209
- isDefault: boolean;
5210
5209
  isArchived: boolean;
5211
5210
  isRequired: boolean;
5212
5211
  isUnique: boolean;
@@ -5288,6 +5287,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5288
5287
  };
5289
5288
  }[] | undefined;
5290
5289
  } | null;
5290
+ entityId: string;
5291
5291
  caseId: number;
5292
5292
  entityName: string;
5293
5293
  startedDate: string | null;
@@ -5411,9 +5411,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5411
5411
  createdAt: Date;
5412
5412
  updatedAt: Date;
5413
5413
  deletedAt: Date | null;
5414
+ isDefault: boolean;
5414
5415
  systemName: string;
5415
5416
  displayName: string;
5416
- isDefault: boolean;
5417
5417
  isArchived: boolean;
5418
5418
  isRequired: boolean;
5419
5419
  isUnique: boolean;
@@ -5650,9 +5650,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5650
5650
  createdAt: Date;
5651
5651
  updatedAt: Date;
5652
5652
  deletedAt: Date | null;
5653
+ isDefault: boolean;
5653
5654
  systemName: string;
5654
5655
  displayName: string;
5655
- isDefault: boolean;
5656
5656
  isArchived: boolean;
5657
5657
  isRequired: boolean;
5658
5658
  isUnique: boolean;
@@ -5870,7 +5870,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5870
5870
  createdAt: Date;
5871
5871
  updatedAt: Date;
5872
5872
  deletedAt: Date | null;
5873
- entityId: string;
5874
5873
  contact: {
5875
5874
  id: string;
5876
5875
  channel: string | null;
@@ -5891,9 +5890,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5891
5890
  createdAt: Date;
5892
5891
  updatedAt: Date;
5893
5892
  deletedAt: Date | null;
5893
+ isDefault: boolean;
5894
5894
  systemName: string;
5895
5895
  displayName: string;
5896
- isDefault: boolean;
5897
5896
  isArchived: boolean;
5898
5897
  isRequired: boolean;
5899
5898
  isUnique: boolean;
@@ -5975,6 +5974,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5975
5974
  };
5976
5975
  }[] | undefined;
5977
5976
  } | null;
5977
+ entityId: string;
5978
5978
  caseId: number;
5979
5979
  entityName: string;
5980
5980
  startedDate: string | null;
@@ -6098,9 +6098,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6098
6098
  createdAt: Date;
6099
6099
  updatedAt: Date;
6100
6100
  deletedAt: Date | null;
6101
+ isDefault: boolean;
6101
6102
  systemName: string;
6102
6103
  displayName: string;
6103
- isDefault: boolean;
6104
6104
  isArchived: boolean;
6105
6105
  isRequired: boolean;
6106
6106
  isUnique: boolean;
@@ -6337,9 +6337,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6337
6337
  createdAt: Date;
6338
6338
  updatedAt: Date;
6339
6339
  deletedAt: Date | null;
6340
+ isDefault: boolean;
6340
6341
  systemName: string;
6341
6342
  displayName: string;
6342
- isDefault: boolean;
6343
6343
  isArchived: boolean;
6344
6344
  isRequired: boolean;
6345
6345
  isUnique: boolean;
@@ -1928,7 +1928,6 @@ export declare const mailContract: {
1928
1928
  phone: string | null;
1929
1929
  notification_count: number | null;
1930
1930
  };
1931
- resolved: boolean;
1932
1931
  assigneeId: string | null;
1933
1932
  subject: string;
1934
1933
  from: {
@@ -1963,6 +1962,7 @@ export declare const mailContract: {
1963
1962
  updatedAt: Date;
1964
1963
  deletedAt: Date | null;
1965
1964
  }[];
1965
+ resolved: boolean;
1966
1966
  mailId: string;
1967
1967
  lastMessageId: string;
1968
1968
  firstMessageId: string;
@@ -2338,7 +2338,6 @@ export declare const mailContract: {
2338
2338
  phone: string | null;
2339
2339
  notification_count: number | null;
2340
2340
  };
2341
- resolved: boolean;
2342
2341
  assigneeId: string | null;
2343
2342
  subject: string;
2344
2343
  from: {
@@ -2373,6 +2372,7 @@ export declare const mailContract: {
2373
2372
  updatedAt: Date;
2374
2373
  deletedAt: Date | null;
2375
2374
  }[];
2375
+ resolved: boolean;
2376
2376
  mailId: string;
2377
2377
  lastMessageId: string;
2378
2378
  firstMessageId: string;
@@ -2753,7 +2753,6 @@ export declare const mailContract: {
2753
2753
  phone: string | null;
2754
2754
  notification_count: number | null;
2755
2755
  };
2756
- resolved: boolean;
2757
2756
  assigneeId: string | null;
2758
2757
  subject: string;
2759
2758
  from: {
@@ -2788,6 +2787,7 @@ export declare const mailContract: {
2788
2787
  updatedAt: Date;
2789
2788
  deletedAt: Date | null;
2790
2789
  }[];
2790
+ resolved: boolean;
2791
2791
  mailId: string;
2792
2792
  lastMessageId: string;
2793
2793
  firstMessageId: string;
@@ -3169,7 +3169,6 @@ export declare const mailContract: {
3169
3169
  phone: string | null;
3170
3170
  notification_count: number | null;
3171
3171
  };
3172
- resolved: boolean;
3173
3172
  assigneeId: string | null;
3174
3173
  subject: string;
3175
3174
  from: {
@@ -3204,6 +3203,7 @@ export declare const mailContract: {
3204
3203
  updatedAt: Date;
3205
3204
  deletedAt: Date | null;
3206
3205
  }[];
3206
+ resolved: boolean;
3207
3207
  mailId: string;
3208
3208
  lastMessageId: string;
3209
3209
  firstMessageId: string;
@@ -5355,7 +5355,6 @@ export declare const mailContract: {
5355
5355
  phone: string | null;
5356
5356
  notification_count: number | null;
5357
5357
  };
5358
- resolved: boolean;
5359
5358
  assigneeId: string | null;
5360
5359
  subject: string;
5361
5360
  from: {
@@ -5390,6 +5389,7 @@ export declare const mailContract: {
5390
5389
  updatedAt: Date;
5391
5390
  deletedAt: Date | null;
5392
5391
  }[];
5392
+ resolved: boolean;
5393
5393
  mailId: string;
5394
5394
  lastMessageId: string;
5395
5395
  firstMessageId: string;
@@ -5765,7 +5765,6 @@ export declare const mailContract: {
5765
5765
  phone: string | null;
5766
5766
  notification_count: number | null;
5767
5767
  };
5768
- resolved: boolean;
5769
5768
  assigneeId: string | null;
5770
5769
  subject: string;
5771
5770
  from: {
@@ -5800,6 +5799,7 @@ export declare const mailContract: {
5800
5799
  updatedAt: Date;
5801
5800
  deletedAt: Date | null;
5802
5801
  }[];
5802
+ resolved: boolean;
5803
5803
  mailId: string;
5804
5804
  lastMessageId: string;
5805
5805
  firstMessageId: string;
@@ -6177,7 +6177,6 @@ export declare const mailContract: {
6177
6177
  phone: string | null;
6178
6178
  notification_count: number | null;
6179
6179
  };
6180
- resolved: boolean;
6181
6180
  assigneeId: string | null;
6182
6181
  subject: string;
6183
6182
  from: {
@@ -6212,6 +6211,7 @@ export declare const mailContract: {
6212
6211
  updatedAt: Date;
6213
6212
  deletedAt: Date | null;
6214
6213
  }[];
6214
+ resolved: boolean;
6215
6215
  mailId: string;
6216
6216
  lastMessageId: string;
6217
6217
  firstMessageId: string;
@@ -6590,7 +6590,6 @@ export declare const mailContract: {
6590
6590
  phone: string | null;
6591
6591
  notification_count: number | null;
6592
6592
  };
6593
- resolved: boolean;
6594
6593
  assigneeId: string | null;
6595
6594
  subject: string;
6596
6595
  from: {
@@ -6625,6 +6624,7 @@ export declare const mailContract: {
6625
6624
  updatedAt: Date;
6626
6625
  deletedAt: Date | null;
6627
6626
  }[];
6627
+ resolved: boolean;
6628
6628
  mailId: string;
6629
6629
  lastMessageId: string;
6630
6630
  firstMessageId: string;
@@ -9052,7 +9052,6 @@ export declare const mailContract: {
9052
9052
  phone: string | null;
9053
9053
  notification_count: number | null;
9054
9054
  };
9055
- resolved: boolean;
9056
9055
  assigneeId: string | null;
9057
9056
  subject: string;
9058
9057
  from: {
@@ -9087,6 +9086,7 @@ export declare const mailContract: {
9087
9086
  updatedAt: Date;
9088
9087
  deletedAt: Date | null;
9089
9088
  }[];
9089
+ resolved: boolean;
9090
9090
  mailId: string;
9091
9091
  lastMessageId: string;
9092
9092
  firstMessageId: string;
@@ -9462,7 +9462,6 @@ export declare const mailContract: {
9462
9462
  phone: string | null;
9463
9463
  notification_count: number | null;
9464
9464
  };
9465
- resolved: boolean;
9466
9465
  assigneeId: string | null;
9467
9466
  subject: string;
9468
9467
  from: {
@@ -9497,6 +9496,7 @@ export declare const mailContract: {
9497
9496
  updatedAt: Date;
9498
9497
  deletedAt: Date | null;
9499
9498
  }[];
9499
+ resolved: boolean;
9500
9500
  mailId: string;
9501
9501
  lastMessageId: string;
9502
9502
  firstMessageId: string;
@@ -9874,7 +9874,6 @@ export declare const mailContract: {
9874
9874
  phone: string | null;
9875
9875
  notification_count: number | null;
9876
9876
  };
9877
- resolved: boolean;
9878
9877
  assigneeId: string | null;
9879
9878
  subject: string;
9880
9879
  from: {
@@ -9909,6 +9908,7 @@ export declare const mailContract: {
9909
9908
  updatedAt: Date;
9910
9909
  deletedAt: Date | null;
9911
9910
  }[];
9911
+ resolved: boolean;
9912
9912
  mailId: string;
9913
9913
  lastMessageId: string;
9914
9914
  firstMessageId: string;
@@ -10287,7 +10287,6 @@ export declare const mailContract: {
10287
10287
  phone: string | null;
10288
10288
  notification_count: number | null;
10289
10289
  };
10290
- resolved: boolean;
10291
10290
  assigneeId: string | null;
10292
10291
  subject: string;
10293
10292
  from: {
@@ -10322,6 +10321,7 @@ export declare const mailContract: {
10322
10321
  updatedAt: Date;
10323
10322
  deletedAt: Date | null;
10324
10323
  }[];
10324
+ resolved: boolean;
10325
10325
  mailId: string;
10326
10326
  lastMessageId: string;
10327
10327
  firstMessageId: string;