@kl1/contracts 1.1.23 → 1.1.24

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 (41) hide show
  1. package/dist/index.js +6 -30
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +6 -30
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/chat/index.d.ts +22 -4867
  6. package/dist/src/chat/index.d.ts.map +1 -1
  7. package/dist/src/chat/schema.d.ts +4 -764
  8. package/dist/src/chat/schema.d.ts.map +1 -1
  9. package/dist/src/chat/validation.d.ts +4 -974
  10. package/dist/src/chat/validation.d.ts.map +1 -1
  11. package/dist/src/contract.d.ts +44 -9413
  12. package/dist/src/contract.d.ts.map +1 -1
  13. package/dist/src/cx-log/index.d.ts +2 -347
  14. package/dist/src/cx-log/index.d.ts.map +1 -1
  15. package/dist/src/cx-log/schema.d.ts +4 -554
  16. package/dist/src/cx-log/schema.d.ts.map +1 -1
  17. package/dist/src/instagram/index.d.ts +2 -487
  18. package/dist/src/instagram/index.d.ts.map +1 -1
  19. package/dist/src/line/index.d.ts +2 -487
  20. package/dist/src/line/index.d.ts.map +1 -1
  21. package/dist/src/mail/mail-contract.d.ts +6 -1251
  22. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  23. package/dist/src/mail/room-contract.d.ts +6 -1251
  24. package/dist/src/mail/room-contract.d.ts.map +1 -1
  25. package/dist/src/mail/schemas/room-validation.schema.d.ts +2 -417
  26. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  27. package/dist/src/mail/schemas/room.schema.d.ts +2 -347
  28. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  29. package/dist/src/messenger/index.d.ts +2 -487
  30. package/dist/src/messenger/index.d.ts.map +1 -1
  31. package/dist/src/viber/index.d.ts +2 -487
  32. package/dist/src/viber/index.d.ts.map +1 -1
  33. package/dist/src/webchat/index.d.ts +2 -487
  34. package/dist/src/webchat/index.d.ts.map +1 -1
  35. package/dist/src/wrap-up-form/index.d.ts +6 -1000
  36. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  37. package/dist/src/wrap-up-form/schema.d.ts +2 -207
  38. package/dist/src/wrap-up-form/schema.d.ts.map +1 -1
  39. package/dist/src/wrap-up-form/validation.d.ts +0 -29
  40. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  41. package/package.json +1 -1
@@ -2423,7 +2423,8 @@ export declare const messengerContract: {
2423
2423
  deletedAt: z.ZodNullable<z.ZodDate>;
2424
2424
  note: z.ZodNullable<z.ZodString>;
2425
2425
  disposition: z.ZodNullable<z.ZodString>;
2426
- type: z.ZodString;
2426
+ callFrom: z.ZodNullable<z.ZodString>;
2427
+ callTo: z.ZodNullable<z.ZodString>;
2427
2428
  tags: z.ZodArray<z.ZodObject<{
2428
2429
  id: z.ZodString;
2429
2430
  createdAt: z.ZodDate;
@@ -2443,171 +2444,12 @@ export declare const messengerContract: {
2443
2444
  updatedAt: Date;
2444
2445
  deletedAt: Date | null;
2445
2446
  }>, "many">;
2446
- categories: z.ZodArray<z.ZodObject<{
2447
- id: z.ZodString;
2448
- createdAt: z.ZodDate;
2449
- updatedAt: z.ZodDate;
2450
- deletedAt: z.ZodNullable<z.ZodDate>;
2451
- value: z.ZodString;
2452
- level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
2453
- parentId: z.ZodNullable<z.ZodString>;
2454
- childCategoryList: z.ZodArray<z.ZodObject<{
2455
- id: z.ZodString;
2456
- value: z.ZodString;
2457
- level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
2458
- parentId: z.ZodNullable<z.ZodString>;
2459
- childCategoryList: z.ZodArray<z.ZodObject<{
2460
- id: z.ZodString;
2461
- value: z.ZodString;
2462
- level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
2463
- parentId: z.ZodNullable<z.ZodString>;
2464
- childCategoryList: z.ZodArray<z.ZodAny, "many">;
2465
- }, "strip", z.ZodTypeAny, {
2466
- id: string;
2467
- value: string;
2468
- level: 2 | 1 | 3;
2469
- parentId: string | null;
2470
- childCategoryList: any[];
2471
- }, {
2472
- id: string;
2473
- value: string;
2474
- level: 2 | 1 | 3;
2475
- parentId: string | null;
2476
- childCategoryList: any[];
2477
- }>, "many">;
2478
- }, "strip", z.ZodTypeAny, {
2479
- id: string;
2480
- value: string;
2481
- level: 2 | 1 | 3;
2482
- parentId: string | null;
2483
- childCategoryList: {
2484
- id: string;
2485
- value: string;
2486
- level: 2 | 1 | 3;
2487
- parentId: string | null;
2488
- childCategoryList: any[];
2489
- }[];
2490
- }, {
2491
- id: string;
2492
- value: string;
2493
- level: 2 | 1 | 3;
2494
- parentId: string | null;
2495
- childCategoryList: {
2496
- id: string;
2497
- value: string;
2498
- level: 2 | 1 | 3;
2499
- parentId: string | null;
2500
- childCategoryList: any[];
2501
- }[];
2502
- }>, "many">;
2503
- }, "strip", z.ZodTypeAny, {
2504
- id: string;
2505
- value: string;
2506
- createdAt: Date;
2507
- updatedAt: Date;
2508
- deletedAt: Date | null;
2509
- level: 2 | 1 | 3;
2510
- parentId: string | null;
2511
- childCategoryList: {
2512
- id: string;
2513
- value: string;
2514
- level: 2 | 1 | 3;
2515
- parentId: string | null;
2516
- childCategoryList: {
2517
- id: string;
2518
- value: string;
2519
- level: 2 | 1 | 3;
2520
- parentId: string | null;
2521
- childCategoryList: any[];
2522
- }[];
2523
- }[];
2524
- }, {
2525
- id: string;
2526
- value: string;
2527
- createdAt: Date;
2528
- updatedAt: Date;
2529
- deletedAt: Date | null;
2530
- level: 2 | 1 | 3;
2531
- parentId: string | null;
2532
- childCategoryList: {
2533
- id: string;
2534
- value: string;
2535
- level: 2 | 1 | 3;
2536
- parentId: string | null;
2537
- childCategoryList: {
2538
- id: string;
2539
- value: string;
2540
- level: 2 | 1 | 3;
2541
- parentId: string | null;
2542
- childCategoryList: any[];
2543
- }[];
2544
- }[];
2545
- }>, "many">;
2546
- callFrom: z.ZodNullable<z.ZodString>;
2547
- callTo: z.ZodNullable<z.ZodString>;
2548
- customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2549
- id: z.ZodString;
2550
- createdAt: z.ZodDate;
2551
- updatedAt: z.ZodDate;
2552
- deletedAt: z.ZodNullable<z.ZodDate>;
2553
- textValue: z.ZodNullable<z.ZodString>;
2554
- booleanValue: z.ZodNullable<z.ZodBoolean>;
2555
- numberValue: z.ZodNullable<z.ZodNumber>;
2556
- dateValue: z.ZodNullable<z.ZodDate>;
2557
- entityId: z.ZodString;
2558
- attributeId: z.ZodString;
2559
- }, "strip", z.ZodTypeAny, {
2560
- id: string;
2561
- createdAt: Date;
2562
- updatedAt: Date;
2563
- deletedAt: Date | null;
2564
- entityId: string;
2565
- attributeId: string;
2566
- textValue: string | null;
2567
- booleanValue: boolean | null;
2568
- numberValue: number | null;
2569
- dateValue: Date | null;
2570
- }, {
2571
- id: string;
2572
- createdAt: Date;
2573
- updatedAt: Date;
2574
- deletedAt: Date | null;
2575
- entityId: string;
2576
- attributeId: string;
2577
- textValue: string | null;
2578
- booleanValue: boolean | null;
2579
- numberValue: number | null;
2580
- dateValue: Date | null;
2581
- }>, "many">>>;
2582
2447
  }, "strip", z.ZodTypeAny, {
2583
- type: string;
2584
2448
  id: string;
2585
2449
  disposition: string | null;
2586
2450
  createdAt: Date;
2587
2451
  updatedAt: Date;
2588
2452
  deletedAt: Date | null;
2589
- categories: {
2590
- id: string;
2591
- value: string;
2592
- createdAt: Date;
2593
- updatedAt: Date;
2594
- deletedAt: Date | null;
2595
- level: 2 | 1 | 3;
2596
- parentId: string | null;
2597
- childCategoryList: {
2598
- id: string;
2599
- value: string;
2600
- level: 2 | 1 | 3;
2601
- parentId: string | null;
2602
- childCategoryList: {
2603
- id: string;
2604
- value: string;
2605
- level: 2 | 1 | 3;
2606
- parentId: string | null;
2607
- childCategoryList: any[];
2608
- }[];
2609
- }[];
2610
- }[];
2611
2453
  tags: {
2612
2454
  id: string;
2613
2455
  name: string;
@@ -2618,47 +2460,12 @@ export declare const messengerContract: {
2618
2460
  callFrom: string | null;
2619
2461
  callTo: string | null;
2620
2462
  note: string | null;
2621
- customFields?: {
2622
- id: string;
2623
- createdAt: Date;
2624
- updatedAt: Date;
2625
- deletedAt: Date | null;
2626
- entityId: string;
2627
- attributeId: string;
2628
- textValue: string | null;
2629
- booleanValue: boolean | null;
2630
- numberValue: number | null;
2631
- dateValue: Date | null;
2632
- }[] | null | undefined;
2633
2463
  }, {
2634
- type: string;
2635
2464
  id: string;
2636
2465
  disposition: string | null;
2637
2466
  createdAt: Date;
2638
2467
  updatedAt: Date;
2639
2468
  deletedAt: Date | null;
2640
- categories: {
2641
- id: string;
2642
- value: string;
2643
- createdAt: Date;
2644
- updatedAt: Date;
2645
- deletedAt: Date | null;
2646
- level: 2 | 1 | 3;
2647
- parentId: string | null;
2648
- childCategoryList: {
2649
- id: string;
2650
- value: string;
2651
- level: 2 | 1 | 3;
2652
- parentId: string | null;
2653
- childCategoryList: {
2654
- id: string;
2655
- value: string;
2656
- level: 2 | 1 | 3;
2657
- parentId: string | null;
2658
- childCategoryList: any[];
2659
- }[];
2660
- }[];
2661
- }[];
2662
2469
  tags: {
2663
2470
  id: string;
2664
2471
  name: string;
@@ -2669,18 +2476,6 @@ export declare const messengerContract: {
2669
2476
  callFrom: string | null;
2670
2477
  callTo: string | null;
2671
2478
  note: string | null;
2672
- customFields?: {
2673
- id: string;
2674
- createdAt: Date;
2675
- updatedAt: Date;
2676
- deletedAt: Date | null;
2677
- entityId: string;
2678
- attributeId: string;
2679
- textValue: string | null;
2680
- booleanValue: boolean | null;
2681
- numberValue: number | null;
2682
- dateValue: Date | null;
2683
- }[] | null | undefined;
2684
2479
  }>>;
2685
2480
  }, "strip", z.ZodTypeAny, {
2686
2481
  id: string;
@@ -2699,34 +2494,11 @@ export declare const messengerContract: {
2699
2494
  handledTime: number | null;
2700
2495
  firstResponseTime: number | null;
2701
2496
  wrapUpForm: {
2702
- type: string;
2703
2497
  id: string;
2704
2498
  disposition: string | null;
2705
2499
  createdAt: Date;
2706
2500
  updatedAt: Date;
2707
2501
  deletedAt: Date | null;
2708
- categories: {
2709
- id: string;
2710
- value: string;
2711
- createdAt: Date;
2712
- updatedAt: Date;
2713
- deletedAt: Date | null;
2714
- level: 2 | 1 | 3;
2715
- parentId: string | null;
2716
- childCategoryList: {
2717
- id: string;
2718
- value: string;
2719
- level: 2 | 1 | 3;
2720
- parentId: string | null;
2721
- childCategoryList: {
2722
- id: string;
2723
- value: string;
2724
- level: 2 | 1 | 3;
2725
- parentId: string | null;
2726
- childCategoryList: any[];
2727
- }[];
2728
- }[];
2729
- }[];
2730
2502
  tags: {
2731
2503
  id: string;
2732
2504
  name: string;
@@ -2737,18 +2509,6 @@ export declare const messengerContract: {
2737
2509
  callFrom: string | null;
2738
2510
  callTo: string | null;
2739
2511
  note: string | null;
2740
- customFields?: {
2741
- id: string;
2742
- createdAt: Date;
2743
- updatedAt: Date;
2744
- deletedAt: Date | null;
2745
- entityId: string;
2746
- attributeId: string;
2747
- textValue: string | null;
2748
- booleanValue: boolean | null;
2749
- numberValue: number | null;
2750
- dateValue: Date | null;
2751
- }[] | null | undefined;
2752
2512
  } | null;
2753
2513
  }, {
2754
2514
  id: string;
@@ -2767,34 +2527,11 @@ export declare const messengerContract: {
2767
2527
  handledTime: number | null;
2768
2528
  firstResponseTime: number | null;
2769
2529
  wrapUpForm: {
2770
- type: string;
2771
2530
  id: string;
2772
2531
  disposition: string | null;
2773
2532
  createdAt: Date;
2774
2533
  updatedAt: Date;
2775
2534
  deletedAt: Date | null;
2776
- categories: {
2777
- id: string;
2778
- value: string;
2779
- createdAt: Date;
2780
- updatedAt: Date;
2781
- deletedAt: Date | null;
2782
- level: 2 | 1 | 3;
2783
- parentId: string | null;
2784
- childCategoryList: {
2785
- id: string;
2786
- value: string;
2787
- level: 2 | 1 | 3;
2788
- parentId: string | null;
2789
- childCategoryList: {
2790
- id: string;
2791
- value: string;
2792
- level: 2 | 1 | 3;
2793
- parentId: string | null;
2794
- childCategoryList: any[];
2795
- }[];
2796
- }[];
2797
- }[];
2798
2535
  tags: {
2799
2536
  id: string;
2800
2537
  name: string;
@@ -2805,18 +2542,6 @@ export declare const messengerContract: {
2805
2542
  callFrom: string | null;
2806
2543
  callTo: string | null;
2807
2544
  note: string | null;
2808
- customFields?: {
2809
- id: string;
2810
- createdAt: Date;
2811
- updatedAt: Date;
2812
- deletedAt: Date | null;
2813
- entityId: string;
2814
- attributeId: string;
2815
- textValue: string | null;
2816
- booleanValue: boolean | null;
2817
- numberValue: number | null;
2818
- dateValue: Date | null;
2819
- }[] | null | undefined;
2820
2545
  } | null;
2821
2546
  }>;
2822
2547
  }, "strip", z.ZodTypeAny, {
@@ -3116,34 +2841,11 @@ export declare const messengerContract: {
3116
2841
  handledTime: number | null;
3117
2842
  firstResponseTime: number | null;
3118
2843
  wrapUpForm: {
3119
- type: string;
3120
2844
  id: string;
3121
2845
  disposition: string | null;
3122
2846
  createdAt: Date;
3123
2847
  updatedAt: Date;
3124
2848
  deletedAt: Date | null;
3125
- categories: {
3126
- id: string;
3127
- value: string;
3128
- createdAt: Date;
3129
- updatedAt: Date;
3130
- deletedAt: Date | null;
3131
- level: 2 | 1 | 3;
3132
- parentId: string | null;
3133
- childCategoryList: {
3134
- id: string;
3135
- value: string;
3136
- level: 2 | 1 | 3;
3137
- parentId: string | null;
3138
- childCategoryList: {
3139
- id: string;
3140
- value: string;
3141
- level: 2 | 1 | 3;
3142
- parentId: string | null;
3143
- childCategoryList: any[];
3144
- }[];
3145
- }[];
3146
- }[];
3147
2849
  tags: {
3148
2850
  id: string;
3149
2851
  name: string;
@@ -3154,18 +2856,6 @@ export declare const messengerContract: {
3154
2856
  callFrom: string | null;
3155
2857
  callTo: string | null;
3156
2858
  note: string | null;
3157
- customFields?: {
3158
- id: string;
3159
- createdAt: Date;
3160
- updatedAt: Date;
3161
- deletedAt: Date | null;
3162
- entityId: string;
3163
- attributeId: string;
3164
- textValue: string | null;
3165
- booleanValue: boolean | null;
3166
- numberValue: number | null;
3167
- dateValue: Date | null;
3168
- }[] | null | undefined;
3169
2859
  } | null;
3170
2860
  };
3171
2861
  }, {
@@ -3465,34 +3155,11 @@ export declare const messengerContract: {
3465
3155
  handledTime: number | null;
3466
3156
  firstResponseTime: number | null;
3467
3157
  wrapUpForm: {
3468
- type: string;
3469
3158
  id: string;
3470
3159
  disposition: string | null;
3471
3160
  createdAt: Date;
3472
3161
  updatedAt: Date;
3473
3162
  deletedAt: Date | null;
3474
- categories: {
3475
- id: string;
3476
- value: string;
3477
- createdAt: Date;
3478
- updatedAt: Date;
3479
- deletedAt: Date | null;
3480
- level: 2 | 1 | 3;
3481
- parentId: string | null;
3482
- childCategoryList: {
3483
- id: string;
3484
- value: string;
3485
- level: 2 | 1 | 3;
3486
- parentId: string | null;
3487
- childCategoryList: {
3488
- id: string;
3489
- value: string;
3490
- level: 2 | 1 | 3;
3491
- parentId: string | null;
3492
- childCategoryList: any[];
3493
- }[];
3494
- }[];
3495
- }[];
3496
3163
  tags: {
3497
3164
  id: string;
3498
3165
  name: string;
@@ -3503,18 +3170,6 @@ export declare const messengerContract: {
3503
3170
  callFrom: string | null;
3504
3171
  callTo: string | null;
3505
3172
  note: string | null;
3506
- customFields?: {
3507
- id: string;
3508
- createdAt: Date;
3509
- updatedAt: Date;
3510
- deletedAt: Date | null;
3511
- entityId: string;
3512
- attributeId: string;
3513
- textValue: string | null;
3514
- booleanValue: boolean | null;
3515
- numberValue: number | null;
3516
- dateValue: Date | null;
3517
- }[] | null | undefined;
3518
3173
  } | null;
3519
3174
  };
3520
3175
  }>;
@@ -5560,34 +5215,11 @@ export declare const messengerContract: {
5560
5215
  handledTime: number | null;
5561
5216
  firstResponseTime: number | null;
5562
5217
  wrapUpForm: {
5563
- type: string;
5564
5218
  id: string;
5565
5219
  disposition: string | null;
5566
5220
  createdAt: Date;
5567
5221
  updatedAt: Date;
5568
5222
  deletedAt: Date | null;
5569
- categories: {
5570
- id: string;
5571
- value: string;
5572
- createdAt: Date;
5573
- updatedAt: Date;
5574
- deletedAt: Date | null;
5575
- level: 2 | 1 | 3;
5576
- parentId: string | null;
5577
- childCategoryList: {
5578
- id: string;
5579
- value: string;
5580
- level: 2 | 1 | 3;
5581
- parentId: string | null;
5582
- childCategoryList: {
5583
- id: string;
5584
- value: string;
5585
- level: 2 | 1 | 3;
5586
- parentId: string | null;
5587
- childCategoryList: any[];
5588
- }[];
5589
- }[];
5590
- }[];
5591
5223
  tags: {
5592
5224
  id: string;
5593
5225
  name: string;
@@ -5598,18 +5230,6 @@ export declare const messengerContract: {
5598
5230
  callFrom: string | null;
5599
5231
  callTo: string | null;
5600
5232
  note: string | null;
5601
- customFields?: {
5602
- id: string;
5603
- createdAt: Date;
5604
- updatedAt: Date;
5605
- deletedAt: Date | null;
5606
- entityId: string;
5607
- attributeId: string;
5608
- textValue: string | null;
5609
- booleanValue: boolean | null;
5610
- numberValue: number | null;
5611
- dateValue: Date | null;
5612
- }[] | null | undefined;
5613
5233
  } | null;
5614
5234
  };
5615
5235
  };
@@ -6235,34 +5855,11 @@ export declare const messengerContract: {
6235
5855
  handledTime: number | null;
6236
5856
  firstResponseTime: number | null;
6237
5857
  wrapUpForm: {
6238
- type: string;
6239
5858
  id: string;
6240
5859
  disposition: string | null;
6241
5860
  createdAt: Date;
6242
5861
  updatedAt: Date;
6243
5862
  deletedAt: Date | null;
6244
- categories: {
6245
- id: string;
6246
- value: string;
6247
- createdAt: Date;
6248
- updatedAt: Date;
6249
- deletedAt: Date | null;
6250
- level: 2 | 1 | 3;
6251
- parentId: string | null;
6252
- childCategoryList: {
6253
- id: string;
6254
- value: string;
6255
- level: 2 | 1 | 3;
6256
- parentId: string | null;
6257
- childCategoryList: {
6258
- id: string;
6259
- value: string;
6260
- level: 2 | 1 | 3;
6261
- parentId: string | null;
6262
- childCategoryList: any[];
6263
- }[];
6264
- }[];
6265
- }[];
6266
5863
  tags: {
6267
5864
  id: string;
6268
5865
  name: string;
@@ -6273,18 +5870,6 @@ export declare const messengerContract: {
6273
5870
  callFrom: string | null;
6274
5871
  callTo: string | null;
6275
5872
  note: string | null;
6276
- customFields?: {
6277
- id: string;
6278
- createdAt: Date;
6279
- updatedAt: Date;
6280
- deletedAt: Date | null;
6281
- entityId: string;
6282
- attributeId: string;
6283
- textValue: string | null;
6284
- booleanValue: boolean | null;
6285
- numberValue: number | null;
6286
- dateValue: Date | null;
6287
- }[] | null | undefined;
6288
5873
  } | null;
6289
5874
  };
6290
5875
  };
@@ -6912,34 +6497,11 @@ export declare const messengerContract: {
6912
6497
  handledTime: number | null;
6913
6498
  firstResponseTime: number | null;
6914
6499
  wrapUpForm: {
6915
- type: string;
6916
6500
  id: string;
6917
6501
  disposition: string | null;
6918
6502
  createdAt: Date;
6919
6503
  updatedAt: Date;
6920
6504
  deletedAt: Date | null;
6921
- categories: {
6922
- id: string;
6923
- value: string;
6924
- createdAt: Date;
6925
- updatedAt: Date;
6926
- deletedAt: Date | null;
6927
- level: 2 | 1 | 3;
6928
- parentId: string | null;
6929
- childCategoryList: {
6930
- id: string;
6931
- value: string;
6932
- level: 2 | 1 | 3;
6933
- parentId: string | null;
6934
- childCategoryList: {
6935
- id: string;
6936
- value: string;
6937
- level: 2 | 1 | 3;
6938
- parentId: string | null;
6939
- childCategoryList: any[];
6940
- }[];
6941
- }[];
6942
- }[];
6943
6505
  tags: {
6944
6506
  id: string;
6945
6507
  name: string;
@@ -6950,18 +6512,6 @@ export declare const messengerContract: {
6950
6512
  callFrom: string | null;
6951
6513
  callTo: string | null;
6952
6514
  note: string | null;
6953
- customFields?: {
6954
- id: string;
6955
- createdAt: Date;
6956
- updatedAt: Date;
6957
- deletedAt: Date | null;
6958
- entityId: string;
6959
- attributeId: string;
6960
- textValue: string | null;
6961
- booleanValue: boolean | null;
6962
- numberValue: number | null;
6963
- dateValue: Date | null;
6964
- }[] | null | undefined;
6965
6515
  } | null;
6966
6516
  };
6967
6517
  };
@@ -7590,34 +7140,11 @@ export declare const messengerContract: {
7590
7140
  handledTime: number | null;
7591
7141
  firstResponseTime: number | null;
7592
7142
  wrapUpForm: {
7593
- type: string;
7594
7143
  id: string;
7595
7144
  disposition: string | null;
7596
7145
  createdAt: Date;
7597
7146
  updatedAt: Date;
7598
7147
  deletedAt: Date | null;
7599
- categories: {
7600
- id: string;
7601
- value: string;
7602
- createdAt: Date;
7603
- updatedAt: Date;
7604
- deletedAt: Date | null;
7605
- level: 2 | 1 | 3;
7606
- parentId: string | null;
7607
- childCategoryList: {
7608
- id: string;
7609
- value: string;
7610
- level: 2 | 1 | 3;
7611
- parentId: string | null;
7612
- childCategoryList: {
7613
- id: string;
7614
- value: string;
7615
- level: 2 | 1 | 3;
7616
- parentId: string | null;
7617
- childCategoryList: any[];
7618
- }[];
7619
- }[];
7620
- }[];
7621
7148
  tags: {
7622
7149
  id: string;
7623
7150
  name: string;
@@ -7628,18 +7155,6 @@ export declare const messengerContract: {
7628
7155
  callFrom: string | null;
7629
7156
  callTo: string | null;
7630
7157
  note: string | null;
7631
- customFields?: {
7632
- id: string;
7633
- createdAt: Date;
7634
- updatedAt: Date;
7635
- deletedAt: Date | null;
7636
- entityId: string;
7637
- attributeId: string;
7638
- textValue: string | null;
7639
- booleanValue: boolean | null;
7640
- numberValue: number | null;
7641
- dateValue: Date | null;
7642
- }[] | null | undefined;
7643
7158
  } | null;
7644
7159
  };
7645
7160
  };