@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
@@ -2419,7 +2419,8 @@ export declare const webchatContract: {
2419
2419
  deletedAt: z.ZodNullable<z.ZodDate>;
2420
2420
  note: z.ZodNullable<z.ZodString>;
2421
2421
  disposition: z.ZodNullable<z.ZodString>;
2422
- type: z.ZodString;
2422
+ callFrom: z.ZodNullable<z.ZodString>;
2423
+ callTo: z.ZodNullable<z.ZodString>;
2423
2424
  tags: z.ZodArray<z.ZodObject<{
2424
2425
  id: z.ZodString;
2425
2426
  createdAt: z.ZodDate;
@@ -2439,171 +2440,12 @@ export declare const webchatContract: {
2439
2440
  updatedAt: Date;
2440
2441
  deletedAt: Date | null;
2441
2442
  }>, "many">;
2442
- categories: z.ZodArray<z.ZodObject<{
2443
- id: z.ZodString;
2444
- createdAt: z.ZodDate;
2445
- updatedAt: z.ZodDate;
2446
- deletedAt: z.ZodNullable<z.ZodDate>;
2447
- value: z.ZodString;
2448
- level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
2449
- parentId: z.ZodNullable<z.ZodString>;
2450
- childCategoryList: z.ZodArray<z.ZodObject<{
2451
- id: z.ZodString;
2452
- value: z.ZodString;
2453
- level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
2454
- parentId: z.ZodNullable<z.ZodString>;
2455
- childCategoryList: z.ZodArray<z.ZodObject<{
2456
- id: z.ZodString;
2457
- value: z.ZodString;
2458
- level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
2459
- parentId: z.ZodNullable<z.ZodString>;
2460
- childCategoryList: z.ZodArray<z.ZodAny, "many">;
2461
- }, "strip", z.ZodTypeAny, {
2462
- id: string;
2463
- value: string;
2464
- level: 2 | 1 | 3;
2465
- parentId: string | null;
2466
- childCategoryList: any[];
2467
- }, {
2468
- id: string;
2469
- value: string;
2470
- level: 2 | 1 | 3;
2471
- parentId: string | null;
2472
- childCategoryList: any[];
2473
- }>, "many">;
2474
- }, "strip", z.ZodTypeAny, {
2475
- id: string;
2476
- value: string;
2477
- level: 2 | 1 | 3;
2478
- parentId: string | null;
2479
- childCategoryList: {
2480
- id: string;
2481
- value: string;
2482
- level: 2 | 1 | 3;
2483
- parentId: string | null;
2484
- childCategoryList: any[];
2485
- }[];
2486
- }, {
2487
- id: string;
2488
- value: string;
2489
- level: 2 | 1 | 3;
2490
- parentId: string | null;
2491
- childCategoryList: {
2492
- id: string;
2493
- value: string;
2494
- level: 2 | 1 | 3;
2495
- parentId: string | null;
2496
- childCategoryList: any[];
2497
- }[];
2498
- }>, "many">;
2499
- }, "strip", z.ZodTypeAny, {
2500
- id: string;
2501
- value: string;
2502
- createdAt: Date;
2503
- updatedAt: Date;
2504
- deletedAt: Date | null;
2505
- level: 2 | 1 | 3;
2506
- parentId: string | null;
2507
- childCategoryList: {
2508
- id: string;
2509
- value: string;
2510
- level: 2 | 1 | 3;
2511
- parentId: string | null;
2512
- childCategoryList: {
2513
- id: string;
2514
- value: string;
2515
- level: 2 | 1 | 3;
2516
- parentId: string | null;
2517
- childCategoryList: any[];
2518
- }[];
2519
- }[];
2520
- }, {
2521
- id: string;
2522
- value: string;
2523
- createdAt: Date;
2524
- updatedAt: Date;
2525
- deletedAt: Date | null;
2526
- level: 2 | 1 | 3;
2527
- parentId: string | null;
2528
- childCategoryList: {
2529
- id: string;
2530
- value: string;
2531
- level: 2 | 1 | 3;
2532
- parentId: string | null;
2533
- childCategoryList: {
2534
- id: string;
2535
- value: string;
2536
- level: 2 | 1 | 3;
2537
- parentId: string | null;
2538
- childCategoryList: any[];
2539
- }[];
2540
- }[];
2541
- }>, "many">;
2542
- callFrom: z.ZodNullable<z.ZodString>;
2543
- callTo: z.ZodNullable<z.ZodString>;
2544
- customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2545
- id: z.ZodString;
2546
- createdAt: z.ZodDate;
2547
- updatedAt: z.ZodDate;
2548
- deletedAt: z.ZodNullable<z.ZodDate>;
2549
- textValue: z.ZodNullable<z.ZodString>;
2550
- booleanValue: z.ZodNullable<z.ZodBoolean>;
2551
- numberValue: z.ZodNullable<z.ZodNumber>;
2552
- dateValue: z.ZodNullable<z.ZodDate>;
2553
- entityId: z.ZodString;
2554
- attributeId: z.ZodString;
2555
- }, "strip", z.ZodTypeAny, {
2556
- id: string;
2557
- createdAt: Date;
2558
- updatedAt: Date;
2559
- deletedAt: Date | null;
2560
- entityId: string;
2561
- attributeId: string;
2562
- textValue: string | null;
2563
- booleanValue: boolean | null;
2564
- numberValue: number | null;
2565
- dateValue: Date | null;
2566
- }, {
2567
- id: string;
2568
- createdAt: Date;
2569
- updatedAt: Date;
2570
- deletedAt: Date | null;
2571
- entityId: string;
2572
- attributeId: string;
2573
- textValue: string | null;
2574
- booleanValue: boolean | null;
2575
- numberValue: number | null;
2576
- dateValue: Date | null;
2577
- }>, "many">>>;
2578
2443
  }, "strip", z.ZodTypeAny, {
2579
- type: string;
2580
2444
  id: string;
2581
2445
  disposition: string | null;
2582
2446
  createdAt: Date;
2583
2447
  updatedAt: Date;
2584
2448
  deletedAt: Date | null;
2585
- categories: {
2586
- id: string;
2587
- value: string;
2588
- createdAt: Date;
2589
- updatedAt: Date;
2590
- deletedAt: Date | null;
2591
- level: 2 | 1 | 3;
2592
- parentId: string | null;
2593
- childCategoryList: {
2594
- id: string;
2595
- value: string;
2596
- level: 2 | 1 | 3;
2597
- parentId: string | null;
2598
- childCategoryList: {
2599
- id: string;
2600
- value: string;
2601
- level: 2 | 1 | 3;
2602
- parentId: string | null;
2603
- childCategoryList: any[];
2604
- }[];
2605
- }[];
2606
- }[];
2607
2449
  tags: {
2608
2450
  id: string;
2609
2451
  name: string;
@@ -2614,47 +2456,12 @@ export declare const webchatContract: {
2614
2456
  callFrom: string | null;
2615
2457
  callTo: string | null;
2616
2458
  note: string | null;
2617
- customFields?: {
2618
- id: string;
2619
- createdAt: Date;
2620
- updatedAt: Date;
2621
- deletedAt: Date | null;
2622
- entityId: string;
2623
- attributeId: string;
2624
- textValue: string | null;
2625
- booleanValue: boolean | null;
2626
- numberValue: number | null;
2627
- dateValue: Date | null;
2628
- }[] | null | undefined;
2629
2459
  }, {
2630
- type: string;
2631
2460
  id: string;
2632
2461
  disposition: string | null;
2633
2462
  createdAt: Date;
2634
2463
  updatedAt: Date;
2635
2464
  deletedAt: Date | null;
2636
- categories: {
2637
- id: string;
2638
- value: string;
2639
- createdAt: Date;
2640
- updatedAt: Date;
2641
- deletedAt: Date | null;
2642
- level: 2 | 1 | 3;
2643
- parentId: string | null;
2644
- childCategoryList: {
2645
- id: string;
2646
- value: string;
2647
- level: 2 | 1 | 3;
2648
- parentId: string | null;
2649
- childCategoryList: {
2650
- id: string;
2651
- value: string;
2652
- level: 2 | 1 | 3;
2653
- parentId: string | null;
2654
- childCategoryList: any[];
2655
- }[];
2656
- }[];
2657
- }[];
2658
2465
  tags: {
2659
2466
  id: string;
2660
2467
  name: string;
@@ -2665,18 +2472,6 @@ export declare const webchatContract: {
2665
2472
  callFrom: string | null;
2666
2473
  callTo: string | null;
2667
2474
  note: string | null;
2668
- customFields?: {
2669
- id: string;
2670
- createdAt: Date;
2671
- updatedAt: Date;
2672
- deletedAt: Date | null;
2673
- entityId: string;
2674
- attributeId: string;
2675
- textValue: string | null;
2676
- booleanValue: boolean | null;
2677
- numberValue: number | null;
2678
- dateValue: Date | null;
2679
- }[] | null | undefined;
2680
2475
  }>>;
2681
2476
  }, "strip", z.ZodTypeAny, {
2682
2477
  id: string;
@@ -2695,34 +2490,11 @@ export declare const webchatContract: {
2695
2490
  handledTime: number | null;
2696
2491
  firstResponseTime: number | null;
2697
2492
  wrapUpForm: {
2698
- type: string;
2699
2493
  id: string;
2700
2494
  disposition: string | null;
2701
2495
  createdAt: Date;
2702
2496
  updatedAt: Date;
2703
2497
  deletedAt: Date | null;
2704
- categories: {
2705
- id: string;
2706
- value: string;
2707
- createdAt: Date;
2708
- updatedAt: Date;
2709
- deletedAt: Date | null;
2710
- level: 2 | 1 | 3;
2711
- parentId: string | null;
2712
- childCategoryList: {
2713
- id: string;
2714
- value: string;
2715
- level: 2 | 1 | 3;
2716
- parentId: string | null;
2717
- childCategoryList: {
2718
- id: string;
2719
- value: string;
2720
- level: 2 | 1 | 3;
2721
- parentId: string | null;
2722
- childCategoryList: any[];
2723
- }[];
2724
- }[];
2725
- }[];
2726
2498
  tags: {
2727
2499
  id: string;
2728
2500
  name: string;
@@ -2733,18 +2505,6 @@ export declare const webchatContract: {
2733
2505
  callFrom: string | null;
2734
2506
  callTo: string | null;
2735
2507
  note: string | null;
2736
- customFields?: {
2737
- id: string;
2738
- createdAt: Date;
2739
- updatedAt: Date;
2740
- deletedAt: Date | null;
2741
- entityId: string;
2742
- attributeId: string;
2743
- textValue: string | null;
2744
- booleanValue: boolean | null;
2745
- numberValue: number | null;
2746
- dateValue: Date | null;
2747
- }[] | null | undefined;
2748
2508
  } | null;
2749
2509
  }, {
2750
2510
  id: string;
@@ -2763,34 +2523,11 @@ export declare const webchatContract: {
2763
2523
  handledTime: number | null;
2764
2524
  firstResponseTime: number | null;
2765
2525
  wrapUpForm: {
2766
- type: string;
2767
2526
  id: string;
2768
2527
  disposition: string | null;
2769
2528
  createdAt: Date;
2770
2529
  updatedAt: Date;
2771
2530
  deletedAt: Date | null;
2772
- categories: {
2773
- id: string;
2774
- value: string;
2775
- createdAt: Date;
2776
- updatedAt: Date;
2777
- deletedAt: Date | null;
2778
- level: 2 | 1 | 3;
2779
- parentId: string | null;
2780
- childCategoryList: {
2781
- id: string;
2782
- value: string;
2783
- level: 2 | 1 | 3;
2784
- parentId: string | null;
2785
- childCategoryList: {
2786
- id: string;
2787
- value: string;
2788
- level: 2 | 1 | 3;
2789
- parentId: string | null;
2790
- childCategoryList: any[];
2791
- }[];
2792
- }[];
2793
- }[];
2794
2531
  tags: {
2795
2532
  id: string;
2796
2533
  name: string;
@@ -2801,18 +2538,6 @@ export declare const webchatContract: {
2801
2538
  callFrom: string | null;
2802
2539
  callTo: string | null;
2803
2540
  note: string | null;
2804
- customFields?: {
2805
- id: string;
2806
- createdAt: Date;
2807
- updatedAt: Date;
2808
- deletedAt: Date | null;
2809
- entityId: string;
2810
- attributeId: string;
2811
- textValue: string | null;
2812
- booleanValue: boolean | null;
2813
- numberValue: number | null;
2814
- dateValue: Date | null;
2815
- }[] | null | undefined;
2816
2541
  } | null;
2817
2542
  }>;
2818
2543
  }, "strip", z.ZodTypeAny, {
@@ -3112,34 +2837,11 @@ export declare const webchatContract: {
3112
2837
  handledTime: number | null;
3113
2838
  firstResponseTime: number | null;
3114
2839
  wrapUpForm: {
3115
- type: string;
3116
2840
  id: string;
3117
2841
  disposition: string | null;
3118
2842
  createdAt: Date;
3119
2843
  updatedAt: Date;
3120
2844
  deletedAt: Date | null;
3121
- categories: {
3122
- id: string;
3123
- value: string;
3124
- createdAt: Date;
3125
- updatedAt: Date;
3126
- deletedAt: Date | null;
3127
- level: 2 | 1 | 3;
3128
- parentId: string | null;
3129
- childCategoryList: {
3130
- id: string;
3131
- value: string;
3132
- level: 2 | 1 | 3;
3133
- parentId: string | null;
3134
- childCategoryList: {
3135
- id: string;
3136
- value: string;
3137
- level: 2 | 1 | 3;
3138
- parentId: string | null;
3139
- childCategoryList: any[];
3140
- }[];
3141
- }[];
3142
- }[];
3143
2845
  tags: {
3144
2846
  id: string;
3145
2847
  name: string;
@@ -3150,18 +2852,6 @@ export declare const webchatContract: {
3150
2852
  callFrom: string | null;
3151
2853
  callTo: string | null;
3152
2854
  note: string | null;
3153
- customFields?: {
3154
- id: string;
3155
- createdAt: Date;
3156
- updatedAt: Date;
3157
- deletedAt: Date | null;
3158
- entityId: string;
3159
- attributeId: string;
3160
- textValue: string | null;
3161
- booleanValue: boolean | null;
3162
- numberValue: number | null;
3163
- dateValue: Date | null;
3164
- }[] | null | undefined;
3165
2855
  } | null;
3166
2856
  };
3167
2857
  }, {
@@ -3461,34 +3151,11 @@ export declare const webchatContract: {
3461
3151
  handledTime: number | null;
3462
3152
  firstResponseTime: number | null;
3463
3153
  wrapUpForm: {
3464
- type: string;
3465
3154
  id: string;
3466
3155
  disposition: string | null;
3467
3156
  createdAt: Date;
3468
3157
  updatedAt: Date;
3469
3158
  deletedAt: Date | null;
3470
- categories: {
3471
- id: string;
3472
- value: string;
3473
- createdAt: Date;
3474
- updatedAt: Date;
3475
- deletedAt: Date | null;
3476
- level: 2 | 1 | 3;
3477
- parentId: string | null;
3478
- childCategoryList: {
3479
- id: string;
3480
- value: string;
3481
- level: 2 | 1 | 3;
3482
- parentId: string | null;
3483
- childCategoryList: {
3484
- id: string;
3485
- value: string;
3486
- level: 2 | 1 | 3;
3487
- parentId: string | null;
3488
- childCategoryList: any[];
3489
- }[];
3490
- }[];
3491
- }[];
3492
3159
  tags: {
3493
3160
  id: string;
3494
3161
  name: string;
@@ -3499,18 +3166,6 @@ export declare const webchatContract: {
3499
3166
  callFrom: string | null;
3500
3167
  callTo: string | null;
3501
3168
  note: string | null;
3502
- customFields?: {
3503
- id: string;
3504
- createdAt: Date;
3505
- updatedAt: Date;
3506
- deletedAt: Date | null;
3507
- entityId: string;
3508
- attributeId: string;
3509
- textValue: string | null;
3510
- booleanValue: boolean | null;
3511
- numberValue: number | null;
3512
- dateValue: Date | null;
3513
- }[] | null | undefined;
3514
3169
  } | null;
3515
3170
  };
3516
3171
  }>;
@@ -5556,34 +5211,11 @@ export declare const webchatContract: {
5556
5211
  handledTime: number | null;
5557
5212
  firstResponseTime: number | null;
5558
5213
  wrapUpForm: {
5559
- type: string;
5560
5214
  id: string;
5561
5215
  disposition: string | null;
5562
5216
  createdAt: Date;
5563
5217
  updatedAt: Date;
5564
5218
  deletedAt: Date | null;
5565
- categories: {
5566
- id: string;
5567
- value: string;
5568
- createdAt: Date;
5569
- updatedAt: Date;
5570
- deletedAt: Date | null;
5571
- level: 2 | 1 | 3;
5572
- parentId: string | null;
5573
- childCategoryList: {
5574
- id: string;
5575
- value: string;
5576
- level: 2 | 1 | 3;
5577
- parentId: string | null;
5578
- childCategoryList: {
5579
- id: string;
5580
- value: string;
5581
- level: 2 | 1 | 3;
5582
- parentId: string | null;
5583
- childCategoryList: any[];
5584
- }[];
5585
- }[];
5586
- }[];
5587
5219
  tags: {
5588
5220
  id: string;
5589
5221
  name: string;
@@ -5594,18 +5226,6 @@ export declare const webchatContract: {
5594
5226
  callFrom: string | null;
5595
5227
  callTo: string | null;
5596
5228
  note: string | null;
5597
- customFields?: {
5598
- id: string;
5599
- createdAt: Date;
5600
- updatedAt: Date;
5601
- deletedAt: Date | null;
5602
- entityId: string;
5603
- attributeId: string;
5604
- textValue: string | null;
5605
- booleanValue: boolean | null;
5606
- numberValue: number | null;
5607
- dateValue: Date | null;
5608
- }[] | null | undefined;
5609
5229
  } | null;
5610
5230
  };
5611
5231
  };
@@ -6231,34 +5851,11 @@ export declare const webchatContract: {
6231
5851
  handledTime: number | null;
6232
5852
  firstResponseTime: number | null;
6233
5853
  wrapUpForm: {
6234
- type: string;
6235
5854
  id: string;
6236
5855
  disposition: string | null;
6237
5856
  createdAt: Date;
6238
5857
  updatedAt: Date;
6239
5858
  deletedAt: Date | null;
6240
- categories: {
6241
- id: string;
6242
- value: string;
6243
- createdAt: Date;
6244
- updatedAt: Date;
6245
- deletedAt: Date | null;
6246
- level: 2 | 1 | 3;
6247
- parentId: string | null;
6248
- childCategoryList: {
6249
- id: string;
6250
- value: string;
6251
- level: 2 | 1 | 3;
6252
- parentId: string | null;
6253
- childCategoryList: {
6254
- id: string;
6255
- value: string;
6256
- level: 2 | 1 | 3;
6257
- parentId: string | null;
6258
- childCategoryList: any[];
6259
- }[];
6260
- }[];
6261
- }[];
6262
5859
  tags: {
6263
5860
  id: string;
6264
5861
  name: string;
@@ -6269,18 +5866,6 @@ export declare const webchatContract: {
6269
5866
  callFrom: string | null;
6270
5867
  callTo: string | null;
6271
5868
  note: string | null;
6272
- customFields?: {
6273
- id: string;
6274
- createdAt: Date;
6275
- updatedAt: Date;
6276
- deletedAt: Date | null;
6277
- entityId: string;
6278
- attributeId: string;
6279
- textValue: string | null;
6280
- booleanValue: boolean | null;
6281
- numberValue: number | null;
6282
- dateValue: Date | null;
6283
- }[] | null | undefined;
6284
5869
  } | null;
6285
5870
  };
6286
5871
  };
@@ -6908,34 +6493,11 @@ export declare const webchatContract: {
6908
6493
  handledTime: number | null;
6909
6494
  firstResponseTime: number | null;
6910
6495
  wrapUpForm: {
6911
- type: string;
6912
6496
  id: string;
6913
6497
  disposition: string | null;
6914
6498
  createdAt: Date;
6915
6499
  updatedAt: Date;
6916
6500
  deletedAt: Date | null;
6917
- categories: {
6918
- id: string;
6919
- value: string;
6920
- createdAt: Date;
6921
- updatedAt: Date;
6922
- deletedAt: Date | null;
6923
- level: 2 | 1 | 3;
6924
- parentId: string | null;
6925
- childCategoryList: {
6926
- id: string;
6927
- value: string;
6928
- level: 2 | 1 | 3;
6929
- parentId: string | null;
6930
- childCategoryList: {
6931
- id: string;
6932
- value: string;
6933
- level: 2 | 1 | 3;
6934
- parentId: string | null;
6935
- childCategoryList: any[];
6936
- }[];
6937
- }[];
6938
- }[];
6939
6501
  tags: {
6940
6502
  id: string;
6941
6503
  name: string;
@@ -6946,18 +6508,6 @@ export declare const webchatContract: {
6946
6508
  callFrom: string | null;
6947
6509
  callTo: string | null;
6948
6510
  note: string | null;
6949
- customFields?: {
6950
- id: string;
6951
- createdAt: Date;
6952
- updatedAt: Date;
6953
- deletedAt: Date | null;
6954
- entityId: string;
6955
- attributeId: string;
6956
- textValue: string | null;
6957
- booleanValue: boolean | null;
6958
- numberValue: number | null;
6959
- dateValue: Date | null;
6960
- }[] | null | undefined;
6961
6511
  } | null;
6962
6512
  };
6963
6513
  };
@@ -7586,34 +7136,11 @@ export declare const webchatContract: {
7586
7136
  handledTime: number | null;
7587
7137
  firstResponseTime: number | null;
7588
7138
  wrapUpForm: {
7589
- type: string;
7590
7139
  id: string;
7591
7140
  disposition: string | null;
7592
7141
  createdAt: Date;
7593
7142
  updatedAt: Date;
7594
7143
  deletedAt: Date | null;
7595
- categories: {
7596
- id: string;
7597
- value: string;
7598
- createdAt: Date;
7599
- updatedAt: Date;
7600
- deletedAt: Date | null;
7601
- level: 2 | 1 | 3;
7602
- parentId: string | null;
7603
- childCategoryList: {
7604
- id: string;
7605
- value: string;
7606
- level: 2 | 1 | 3;
7607
- parentId: string | null;
7608
- childCategoryList: {
7609
- id: string;
7610
- value: string;
7611
- level: 2 | 1 | 3;
7612
- parentId: string | null;
7613
- childCategoryList: any[];
7614
- }[];
7615
- }[];
7616
- }[];
7617
7144
  tags: {
7618
7145
  id: string;
7619
7146
  name: string;
@@ -7624,18 +7151,6 @@ export declare const webchatContract: {
7624
7151
  callFrom: string | null;
7625
7152
  callTo: string | null;
7626
7153
  note: string | null;
7627
- customFields?: {
7628
- id: string;
7629
- createdAt: Date;
7630
- updatedAt: Date;
7631
- deletedAt: Date | null;
7632
- entityId: string;
7633
- attributeId: string;
7634
- textValue: string | null;
7635
- booleanValue: boolean | null;
7636
- numberValue: number | null;
7637
- dateValue: Date | null;
7638
- }[] | null | undefined;
7639
7154
  } | null;
7640
7155
  };
7641
7156
  };