@kl1/contracts 1.2.52-uat → 1.2.53-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 (108) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +3703 -3703
  20. package/dist/api-contracts/src/chat/schema.d.ts +1128 -1128
  21. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  22. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  23. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  24. package/dist/api-contracts/src/company/index.d.ts +4 -4
  25. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  26. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  27. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  28. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  29. package/dist/api-contracts/src/contract.d.ts +8831 -8831
  30. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  31. package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
  32. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  33. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  34. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  35. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  36. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  39. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  40. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  41. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  42. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  43. package/dist/api-contracts/src/line/index.d.ts +608 -608
  44. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  45. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  46. package/dist/api-contracts/src/mail/account-contract.d.ts +83 -83
  47. package/dist/api-contracts/src/mail/mail-contract.d.ts +2630 -2630
  48. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  49. package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
  50. package/dist/api-contracts/src/mail/room-contract.d.ts +1483 -1483
  51. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  52. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  53. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  54. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  55. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  56. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  57. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  58. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  59. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  60. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  61. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  62. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  63. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  64. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  65. package/dist/api-contracts/src/sms/index.d.ts +164 -164
  66. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  67. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  68. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  69. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  70. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  71. package/dist/api-contracts/src/subscription/schema.d.ts +218 -218
  72. package/dist/api-contracts/src/subscription/validation.d.ts +2 -2
  73. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  74. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  75. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  76. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  77. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  78. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  80. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  81. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  82. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  83. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  84. package/dist/api-contracts/src/user/index.d.ts +23 -23
  85. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  86. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  87. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  88. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  89. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  90. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  91. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  92. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  93. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  94. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  95. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  96. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  97. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  98. package/dist/api-contracts/src/workflow-rule/index.d.ts +424 -424
  99. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  101. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  102. package/dist/api-contracts/utils.d.ts +1 -1
  103. package/dist/api-contracts/utils.d.ts.map +1 -1
  104. package/dist/index.js +4 -4
  105. package/dist/index.js.map +1 -1
  106. package/dist/index.mjs +4 -4
  107. package/dist/index.mjs.map +1 -1
  108. package/package.json +1 -1
@@ -34,14 +34,14 @@ export declare const CxLogSchema: z.ZodObject<{
34
34
  deletedAt: z.ZodNullable<z.ZodDate>;
35
35
  name: z.ZodString;
36
36
  }, "strip", z.ZodTypeAny, {
37
- id: string;
38
37
  name: string;
38
+ id: string;
39
39
  createdAt: Date;
40
40
  updatedAt: Date;
41
41
  deletedAt: Date | null;
42
42
  }, {
43
- id: string;
44
43
  name: string;
44
+ id: string;
45
45
  createdAt: Date;
46
46
  updatedAt: Date;
47
47
  deletedAt: Date | null;
@@ -212,8 +212,8 @@ export declare const CxLogSchema: z.ZodObject<{
212
212
  }[];
213
213
  }[];
214
214
  tags: {
215
- id: string;
216
215
  name: string;
216
+ id: string;
217
217
  createdAt: Date;
218
218
  updatedAt: Date;
219
219
  deletedAt: Date | null;
@@ -263,8 +263,8 @@ export declare const CxLogSchema: z.ZodObject<{
263
263
  }[];
264
264
  }[];
265
265
  tags: {
266
- id: string;
267
266
  name: string;
267
+ id: string;
268
268
  createdAt: Date;
269
269
  updatedAt: Date;
270
270
  deletedAt: Date | null;
@@ -302,16 +302,16 @@ export declare const CxLogSchema: z.ZodObject<{
302
302
  position: z.ZodNumber;
303
303
  isDefault: z.ZodDefault<z.ZodBoolean>;
304
304
  }, "strip", z.ZodTypeAny, {
305
- id: string;
306
305
  name: string;
306
+ id: string;
307
307
  position: number;
308
308
  createdAt: Date;
309
309
  updatedAt: Date;
310
310
  deletedAt: Date | null;
311
311
  isDefault: boolean;
312
312
  }, {
313
- id: string;
314
313
  name: string;
314
+ id: string;
315
315
  position: number;
316
316
  createdAt: Date;
317
317
  updatedAt: Date;
@@ -327,8 +327,8 @@ export declare const CxLogSchema: z.ZodObject<{
327
327
  endedAt: string | null;
328
328
  duration: number | null;
329
329
  holdLabel?: {
330
- id: string;
331
330
  name: string;
331
+ id: string;
332
332
  position: number;
333
333
  createdAt: Date;
334
334
  updatedAt: Date;
@@ -344,8 +344,8 @@ export declare const CxLogSchema: z.ZodObject<{
344
344
  endedAt: string | null;
345
345
  duration: number | null;
346
346
  holdLabel?: {
347
- id: string;
348
347
  name: string;
348
+ id: string;
349
349
  position: number;
350
350
  createdAt: Date;
351
351
  updatedAt: Date;
@@ -403,8 +403,8 @@ export declare const CxLogSchema: z.ZodObject<{
403
403
  }[];
404
404
  }[];
405
405
  tags: {
406
- id: string;
407
406
  name: string;
407
+ id: string;
408
408
  createdAt: Date;
409
409
  updatedAt: Date;
410
410
  deletedAt: Date | null;
@@ -434,8 +434,8 @@ export declare const CxLogSchema: z.ZodObject<{
434
434
  endedAt: string | null;
435
435
  duration: number | null;
436
436
  holdLabel?: {
437
- id: string;
438
437
  name: string;
438
+ id: string;
439
439
  position: number;
440
440
  createdAt: Date;
441
441
  updatedAt: Date;
@@ -493,8 +493,8 @@ export declare const CxLogSchema: z.ZodObject<{
493
493
  }[];
494
494
  }[];
495
495
  tags: {
496
- id: string;
497
496
  name: string;
497
+ id: string;
498
498
  createdAt: Date;
499
499
  updatedAt: Date;
500
500
  deletedAt: Date | null;
@@ -524,8 +524,8 @@ export declare const CxLogSchema: z.ZodObject<{
524
524
  endedAt: string | null;
525
525
  duration: number | null;
526
526
  holdLabel?: {
527
- id: string;
528
527
  name: string;
528
+ id: string;
529
529
  position: number;
530
530
  createdAt: Date;
531
531
  updatedAt: Date;
@@ -597,14 +597,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
597
597
  deletedAt: z.ZodNullable<z.ZodDate>;
598
598
  name: z.ZodString;
599
599
  }, "strip", z.ZodTypeAny, {
600
- id: string;
601
600
  name: string;
601
+ id: string;
602
602
  createdAt: Date;
603
603
  updatedAt: Date;
604
604
  deletedAt: Date | null;
605
605
  }, {
606
- id: string;
607
606
  name: string;
607
+ id: string;
608
608
  createdAt: Date;
609
609
  updatedAt: Date;
610
610
  deletedAt: Date | null;
@@ -775,8 +775,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
775
775
  }[];
776
776
  }[];
777
777
  tags: {
778
- id: string;
779
778
  name: string;
779
+ id: string;
780
780
  createdAt: Date;
781
781
  updatedAt: Date;
782
782
  deletedAt: Date | null;
@@ -826,8 +826,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
826
826
  }[];
827
827
  }[];
828
828
  tags: {
829
- id: string;
830
829
  name: string;
830
+ id: string;
831
831
  createdAt: Date;
832
832
  updatedAt: Date;
833
833
  deletedAt: Date | null;
@@ -875,13 +875,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
875
875
  picture: z.ZodOptional<z.ZodString>;
876
876
  additionalCredentials: z.ZodAny;
877
877
  }, "strip", z.ZodTypeAny, {
878
- id: string;
879
878
  name: string;
879
+ id: string;
880
880
  picture?: string | undefined;
881
881
  additionalCredentials?: any;
882
882
  }, {
883
- id: string;
884
883
  name: string;
884
+ id: string;
885
885
  picture?: string | undefined;
886
886
  additionalCredentials?: any;
887
887
  }>;
@@ -903,14 +903,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
903
903
  deletedAt: z.ZodNullable<z.ZodDate>;
904
904
  name: z.ZodString;
905
905
  }, "strip", z.ZodTypeAny, {
906
- id: string;
907
906
  name: string;
907
+ id: string;
908
908
  createdAt: Date;
909
909
  updatedAt: Date;
910
910
  deletedAt: Date | null;
911
911
  }, {
912
- id: string;
913
912
  name: string;
913
+ id: string;
914
914
  createdAt: Date;
915
915
  updatedAt: Date;
916
916
  deletedAt: Date | null;
@@ -1066,8 +1066,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1066
1066
  createdAt: Date;
1067
1067
  updatedAt: Date;
1068
1068
  deletedAt: Date | null;
1069
- address?: string | null | undefined;
1070
1069
  name?: string | undefined;
1070
+ address?: string | null | undefined;
1071
1071
  phone?: string | null | undefined;
1072
1072
  industry?: string | null | undefined;
1073
1073
  }, {
@@ -1075,8 +1075,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1075
1075
  createdAt: Date;
1076
1076
  updatedAt: Date;
1077
1077
  deletedAt: Date | null;
1078
- address?: string | null | undefined;
1079
1078
  name?: string | undefined;
1079
+ address?: string | null | undefined;
1080
1080
  phone?: string | null | undefined;
1081
1081
  industry?: string | null | undefined;
1082
1082
  }>>;
@@ -1094,13 +1094,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1094
1094
  picture: z.ZodOptional<z.ZodString>;
1095
1095
  additionalCredentials: z.ZodAny;
1096
1096
  }, "strip", z.ZodTypeAny, {
1097
- id: string;
1098
1097
  name: string;
1098
+ id: string;
1099
1099
  picture?: string | undefined;
1100
1100
  additionalCredentials?: any;
1101
1101
  }, {
1102
- id: string;
1103
1102
  name: string;
1103
+ id: string;
1104
1104
  picture?: string | undefined;
1105
1105
  additionalCredentials?: any;
1106
1106
  }>;
@@ -1108,8 +1108,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1108
1108
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1109
1109
  id: string;
1110
1110
  metadata: {
1111
- id: string;
1112
1111
  name: string;
1112
+ id: string;
1113
1113
  picture?: string | undefined;
1114
1114
  additionalCredentials?: any;
1115
1115
  };
@@ -1122,8 +1122,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1122
1122
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1123
1123
  id: string;
1124
1124
  metadata: {
1125
- id: string;
1126
1125
  name: string;
1126
+ id: string;
1127
1127
  picture?: string | undefined;
1128
1128
  additionalCredentials?: any;
1129
1129
  };
@@ -1433,10 +1433,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1433
1433
  };
1434
1434
  }>, "many">>;
1435
1435
  }, "strip", z.ZodTypeAny, {
1436
+ name: string;
1436
1437
  id: string;
1437
1438
  channel: string | null;
1438
1439
  address: string | null;
1439
- name: string;
1440
1440
  createdAt: Date;
1441
1441
  updatedAt: Date;
1442
1442
  deletedAt: Date | null;
@@ -1481,8 +1481,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1481
1481
  createdAt: Date;
1482
1482
  updatedAt: Date;
1483
1483
  deletedAt: Date | null;
1484
- address?: string | null | undefined;
1485
1484
  name?: string | undefined;
1485
+ address?: string | null | undefined;
1486
1486
  phone?: string | null | undefined;
1487
1487
  industry?: string | null | undefined;
1488
1488
  } | null;
@@ -1490,8 +1490,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1490
1490
  contactProfile: string | null;
1491
1491
  socialProfileUrl: string | null;
1492
1492
  tags: {
1493
- id: string;
1494
1493
  name: string;
1494
+ id: string;
1495
1495
  createdAt: Date;
1496
1496
  updatedAt: Date;
1497
1497
  deletedAt: Date | null;
@@ -1516,8 +1516,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1516
1516
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1517
1517
  id: string;
1518
1518
  metadata: {
1519
- id: string;
1520
1519
  name: string;
1520
+ id: string;
1521
1521
  picture?: string | undefined;
1522
1522
  additionalCredentials?: any;
1523
1523
  };
@@ -1544,10 +1544,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1544
1544
  };
1545
1545
  }[] | undefined;
1546
1546
  }, {
1547
+ name: string;
1547
1548
  id: string;
1548
1549
  channel: string | null;
1549
1550
  address: string | null;
1550
- name: string;
1551
1551
  createdAt: Date;
1552
1552
  updatedAt: Date;
1553
1553
  deletedAt: Date | null;
@@ -1592,8 +1592,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1592
1592
  createdAt: Date;
1593
1593
  updatedAt: Date;
1594
1594
  deletedAt: Date | null;
1595
- address?: string | null | undefined;
1596
1595
  name?: string | undefined;
1596
+ address?: string | null | undefined;
1597
1597
  phone?: string | null | undefined;
1598
1598
  industry?: string | null | undefined;
1599
1599
  } | null;
@@ -1601,8 +1601,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1601
1601
  contactProfile: string | null;
1602
1602
  socialProfileUrl: string | null;
1603
1603
  tags: {
1604
- id: string;
1605
1604
  name: string;
1605
+ id: string;
1606
1606
  createdAt: Date;
1607
1607
  updatedAt: Date;
1608
1608
  deletedAt: Date | null;
@@ -1627,8 +1627,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1627
1627
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1628
1628
  id: string;
1629
1629
  metadata: {
1630
- id: string;
1631
1630
  name: string;
1631
+ id: string;
1632
1632
  picture?: string | undefined;
1633
1633
  additionalCredentials?: any;
1634
1634
  };
@@ -1659,8 +1659,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1659
1659
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1660
1660
  id: string;
1661
1661
  metadata: {
1662
- id: string;
1663
1662
  name: string;
1663
+ id: string;
1664
1664
  picture?: string | undefined;
1665
1665
  additionalCredentials?: any;
1666
1666
  };
@@ -1668,10 +1668,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1668
1668
  updatedAt: Date;
1669
1669
  deletedAt: Date | null;
1670
1670
  contact: {
1671
+ name: string;
1671
1672
  id: string;
1672
1673
  channel: string | null;
1673
1674
  address: string | null;
1674
- name: string;
1675
1675
  createdAt: Date;
1676
1676
  updatedAt: Date;
1677
1677
  deletedAt: Date | null;
@@ -1716,8 +1716,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1716
1716
  createdAt: Date;
1717
1717
  updatedAt: Date;
1718
1718
  deletedAt: Date | null;
1719
- address?: string | null | undefined;
1720
1719
  name?: string | undefined;
1720
+ address?: string | null | undefined;
1721
1721
  phone?: string | null | undefined;
1722
1722
  industry?: string | null | undefined;
1723
1723
  } | null;
@@ -1725,8 +1725,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1725
1725
  contactProfile: string | null;
1726
1726
  socialProfileUrl: string | null;
1727
1727
  tags: {
1728
- id: string;
1729
1728
  name: string;
1729
+ id: string;
1730
1730
  createdAt: Date;
1731
1731
  updatedAt: Date;
1732
1732
  deletedAt: Date | null;
@@ -1751,8 +1751,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1751
1751
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1752
1752
  id: string;
1753
1753
  metadata: {
1754
- id: string;
1755
1754
  name: string;
1755
+ id: string;
1756
1756
  picture?: string | undefined;
1757
1757
  additionalCredentials?: any;
1758
1758
  };
@@ -1785,8 +1785,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1785
1785
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1786
1786
  id: string;
1787
1787
  metadata: {
1788
- id: string;
1789
1788
  name: string;
1789
+ id: string;
1790
1790
  picture?: string | undefined;
1791
1791
  additionalCredentials?: any;
1792
1792
  };
@@ -1794,10 +1794,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1794
1794
  updatedAt: Date;
1795
1795
  deletedAt: Date | null;
1796
1796
  contact: {
1797
+ name: string;
1797
1798
  id: string;
1798
1799
  channel: string | null;
1799
1800
  address: string | null;
1800
- name: string;
1801
1801
  createdAt: Date;
1802
1802
  updatedAt: Date;
1803
1803
  deletedAt: Date | null;
@@ -1842,8 +1842,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1842
1842
  createdAt: Date;
1843
1843
  updatedAt: Date;
1844
1844
  deletedAt: Date | null;
1845
- address?: string | null | undefined;
1846
1845
  name?: string | undefined;
1846
+ address?: string | null | undefined;
1847
1847
  phone?: string | null | undefined;
1848
1848
  industry?: string | null | undefined;
1849
1849
  } | null;
@@ -1851,8 +1851,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1851
1851
  contactProfile: string | null;
1852
1852
  socialProfileUrl: string | null;
1853
1853
  tags: {
1854
- id: string;
1855
1854
  name: string;
1855
+ id: string;
1856
1856
  createdAt: Date;
1857
1857
  updatedAt: Date;
1858
1858
  deletedAt: Date | null;
@@ -1877,8 +1877,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1877
1877
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1878
1878
  id: string;
1879
1879
  metadata: {
1880
- id: string;
1881
1880
  name: string;
1881
+ id: string;
1882
1882
  picture?: string | undefined;
1883
1883
  additionalCredentials?: any;
1884
1884
  };
@@ -2026,9 +2026,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2026
2026
  telephonySignature: string | null;
2027
2027
  }>;
2028
2028
  }, "strip", z.ZodTypeAny, {
2029
+ name: string;
2029
2030
  id: string;
2030
2031
  address: string | null;
2031
- name: string;
2032
2032
  email: string;
2033
2033
  createdAt: Date;
2034
2034
  updatedAt: Date;
@@ -2069,9 +2069,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2069
2069
  telephonySignature: string | null;
2070
2070
  };
2071
2071
  }, {
2072
+ name: string;
2072
2073
  id: string;
2073
2074
  address: string | null;
2074
- name: string;
2075
2075
  email: string;
2076
2076
  createdAt: Date;
2077
2077
  updatedAt: Date;
@@ -2230,9 +2230,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2230
2230
  telephonySignature: string | null;
2231
2231
  }>;
2232
2232
  }, "strip", z.ZodTypeAny, {
2233
+ name: string;
2233
2234
  id: string;
2234
2235
  address: string | null;
2235
- name: string;
2236
2236
  email: string;
2237
2237
  createdAt: Date;
2238
2238
  updatedAt: Date;
@@ -2273,9 +2273,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2273
2273
  telephonySignature: string | null;
2274
2274
  };
2275
2275
  }, {
2276
+ name: string;
2276
2277
  id: string;
2277
2278
  address: string | null;
2278
- name: string;
2279
2279
  email: string;
2280
2280
  createdAt: Date;
2281
2281
  updatedAt: Date;
@@ -2387,8 +2387,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2387
2387
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2388
2388
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2389
2389
  }, "strip", z.ZodTypeAny, {
2390
- id: string;
2391
2390
  name: string;
2391
+ id: string;
2392
2392
  accessToken?: string | undefined;
2393
2393
  channelSecret?: string | undefined;
2394
2394
  additionalCredentials?: any;
@@ -2416,8 +2416,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2416
2416
  messengerIntegrationType?: "own" | "business" | undefined;
2417
2417
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2418
2418
  }, {
2419
- id: string;
2420
2419
  name: string;
2420
+ id: string;
2421
2421
  accessToken?: string | undefined;
2422
2422
  channelSecret?: string | undefined;
2423
2423
  additionalCredentials?: any;
@@ -2458,14 +2458,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2458
2458
  integrationId: z.ZodString;
2459
2459
  accessToken: z.ZodString;
2460
2460
  }, "strip", z.ZodTypeAny, {
2461
- id: string;
2462
2461
  name: string;
2462
+ id: string;
2463
2463
  accessToken: string;
2464
2464
  botId: string;
2465
2465
  integrationId: string;
2466
2466
  }, {
2467
- id: string;
2468
2467
  name: string;
2468
+ id: string;
2469
2469
  accessToken: string;
2470
2470
  botId: string;
2471
2471
  integrationId: string;
@@ -2588,9 +2588,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2588
2588
  telephonySignature: string | null;
2589
2589
  }>;
2590
2590
  }, "strip", z.ZodTypeAny, {
2591
+ name: string;
2591
2592
  id: string;
2592
2593
  address: string | null;
2593
- name: string;
2594
2594
  email: string;
2595
2595
  createdAt: Date;
2596
2596
  updatedAt: Date;
@@ -2631,9 +2631,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2631
2631
  telephonySignature: string | null;
2632
2632
  };
2633
2633
  }, {
2634
+ name: string;
2634
2635
  id: string;
2635
2636
  address: string | null;
2636
- name: string;
2637
2637
  email: string;
2638
2638
  createdAt: Date;
2639
2639
  updatedAt: Date;
@@ -2675,12 +2675,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2675
2675
  };
2676
2676
  }>;
2677
2677
  }, "strip", z.ZodTypeAny, {
2678
+ name: string;
2678
2679
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2679
2680
  id: string;
2680
- name: string;
2681
2681
  metadata: {
2682
- id: string;
2683
2682
  name: string;
2683
+ id: string;
2684
2684
  accessToken?: string | undefined;
2685
2685
  channelSecret?: string | undefined;
2686
2686
  additionalCredentials?: any;
@@ -2713,9 +2713,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2713
2713
  updatedAt: Date;
2714
2714
  deletedAt: Date | null;
2715
2715
  actor: {
2716
+ name: string;
2716
2717
  id: string;
2717
2718
  address: string | null;
2718
- name: string;
2719
2719
  email: string;
2720
2720
  createdAt: Date;
2721
2721
  updatedAt: Date;
@@ -2762,19 +2762,19 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2762
2762
  connectedUserName: string;
2763
2763
  connectedUserId: string;
2764
2764
  botpressBot: {
2765
- id: string;
2766
2765
  name: string;
2766
+ id: string;
2767
2767
  accessToken: string;
2768
2768
  botId: string;
2769
2769
  integrationId: string;
2770
2770
  } | null;
2771
2771
  }, {
2772
+ name: string;
2772
2773
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2773
2774
  id: string;
2774
- name: string;
2775
2775
  metadata: {
2776
- id: string;
2777
2776
  name: string;
2777
+ id: string;
2778
2778
  accessToken?: string | undefined;
2779
2779
  channelSecret?: string | undefined;
2780
2780
  additionalCredentials?: any;
@@ -2807,9 +2807,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2807
2807
  updatedAt: Date;
2808
2808
  deletedAt: Date | null;
2809
2809
  actor: {
2810
+ name: string;
2810
2811
  id: string;
2811
2812
  address: string | null;
2812
- name: string;
2813
2813
  email: string;
2814
2814
  createdAt: Date;
2815
2815
  updatedAt: Date;
@@ -2856,8 +2856,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2856
2856
  connectedUserName: string;
2857
2857
  connectedUserId: string;
2858
2858
  botpressBot: {
2859
- id: string;
2860
2859
  name: string;
2860
+ id: string;
2861
2861
  accessToken: string;
2862
2862
  botId: string;
2863
2863
  integrationId: string;
@@ -2866,12 +2866,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2866
2866
  }, "strip", z.ZodTypeAny, {
2867
2867
  id: string;
2868
2868
  channel: {
2869
+ name: string;
2869
2870
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2870
2871
  id: string;
2871
- name: string;
2872
2872
  metadata: {
2873
- id: string;
2874
2873
  name: string;
2874
+ id: string;
2875
2875
  accessToken?: string | undefined;
2876
2876
  channelSecret?: string | undefined;
2877
2877
  additionalCredentials?: any;
@@ -2904,9 +2904,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2904
2904
  updatedAt: Date;
2905
2905
  deletedAt: Date | null;
2906
2906
  actor: {
2907
+ name: string;
2907
2908
  id: string;
2908
2909
  address: string | null;
2909
- name: string;
2910
2910
  email: string;
2911
2911
  createdAt: Date;
2912
2912
  updatedAt: Date;
@@ -2953,8 +2953,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2953
2953
  connectedUserName: string;
2954
2954
  connectedUserId: string;
2955
2955
  botpressBot: {
2956
- id: string;
2957
2956
  name: string;
2957
+ id: string;
2958
2958
  accessToken: string;
2959
2959
  botId: string;
2960
2960
  integrationId: string;
@@ -2965,9 +2965,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2965
2965
  updatedAt: Date;
2966
2966
  deletedAt: Date | null;
2967
2967
  actor: {
2968
+ name: string;
2968
2969
  id: string;
2969
2970
  address: string | null;
2970
- name: string;
2971
2971
  email: string;
2972
2972
  createdAt: Date;
2973
2973
  updatedAt: Date;
@@ -3019,8 +3019,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3019
3019
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3020
3020
  id: string;
3021
3021
  metadata: {
3022
- id: string;
3023
3022
  name: string;
3023
+ id: string;
3024
3024
  picture?: string | undefined;
3025
3025
  additionalCredentials?: any;
3026
3026
  };
@@ -3028,10 +3028,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3028
3028
  updatedAt: Date;
3029
3029
  deletedAt: Date | null;
3030
3030
  contact: {
3031
+ name: string;
3031
3032
  id: string;
3032
3033
  channel: string | null;
3033
3034
  address: string | null;
3034
- name: string;
3035
3035
  createdAt: Date;
3036
3036
  updatedAt: Date;
3037
3037
  deletedAt: Date | null;
@@ -3076,8 +3076,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3076
3076
  createdAt: Date;
3077
3077
  updatedAt: Date;
3078
3078
  deletedAt: Date | null;
3079
- address?: string | null | undefined;
3080
3079
  name?: string | undefined;
3080
+ address?: string | null | undefined;
3081
3081
  phone?: string | null | undefined;
3082
3082
  industry?: string | null | undefined;
3083
3083
  } | null;
@@ -3085,8 +3085,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3085
3085
  contactProfile: string | null;
3086
3086
  socialProfileUrl: string | null;
3087
3087
  tags: {
3088
- id: string;
3089
3088
  name: string;
3089
+ id: string;
3090
3090
  createdAt: Date;
3091
3091
  updatedAt: Date;
3092
3092
  deletedAt: Date | null;
@@ -3111,8 +3111,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3111
3111
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3112
3112
  id: string;
3113
3113
  metadata: {
3114
- id: string;
3115
3114
  name: string;
3115
+ id: string;
3116
3116
  picture?: string | undefined;
3117
3117
  additionalCredentials?: any;
3118
3118
  };
@@ -3143,9 +3143,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3143
3143
  socialPlatformId: string;
3144
3144
  };
3145
3145
  assignee: {
3146
+ name: string;
3146
3147
  id: string;
3147
3148
  address: string | null;
3148
- name: string;
3149
3149
  email: string;
3150
3150
  createdAt: Date;
3151
3151
  updatedAt: Date;
@@ -3189,12 +3189,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3189
3189
  }, {
3190
3190
  id: string;
3191
3191
  channel: {
3192
+ name: string;
3192
3193
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3193
3194
  id: string;
3194
- name: string;
3195
3195
  metadata: {
3196
- id: string;
3197
3196
  name: string;
3197
+ id: string;
3198
3198
  accessToken?: string | undefined;
3199
3199
  channelSecret?: string | undefined;
3200
3200
  additionalCredentials?: any;
@@ -3227,9 +3227,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3227
3227
  updatedAt: Date;
3228
3228
  deletedAt: Date | null;
3229
3229
  actor: {
3230
+ name: string;
3230
3231
  id: string;
3231
3232
  address: string | null;
3232
- name: string;
3233
3233
  email: string;
3234
3234
  createdAt: Date;
3235
3235
  updatedAt: Date;
@@ -3276,8 +3276,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3276
3276
  connectedUserName: string;
3277
3277
  connectedUserId: string;
3278
3278
  botpressBot: {
3279
- id: string;
3280
3279
  name: string;
3280
+ id: string;
3281
3281
  accessToken: string;
3282
3282
  botId: string;
3283
3283
  integrationId: string;
@@ -3288,9 +3288,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3288
3288
  updatedAt: Date;
3289
3289
  deletedAt: Date | null;
3290
3290
  actor: {
3291
+ name: string;
3291
3292
  id: string;
3292
3293
  address: string | null;
3293
- name: string;
3294
3294
  email: string;
3295
3295
  createdAt: Date;
3296
3296
  updatedAt: Date;
@@ -3342,8 +3342,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3342
3342
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3343
3343
  id: string;
3344
3344
  metadata: {
3345
- id: string;
3346
3345
  name: string;
3346
+ id: string;
3347
3347
  picture?: string | undefined;
3348
3348
  additionalCredentials?: any;
3349
3349
  };
@@ -3351,10 +3351,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3351
3351
  updatedAt: Date;
3352
3352
  deletedAt: Date | null;
3353
3353
  contact: {
3354
+ name: string;
3354
3355
  id: string;
3355
3356
  channel: string | null;
3356
3357
  address: string | null;
3357
- name: string;
3358
3358
  createdAt: Date;
3359
3359
  updatedAt: Date;
3360
3360
  deletedAt: Date | null;
@@ -3399,8 +3399,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3399
3399
  createdAt: Date;
3400
3400
  updatedAt: Date;
3401
3401
  deletedAt: Date | null;
3402
- address?: string | null | undefined;
3403
3402
  name?: string | undefined;
3403
+ address?: string | null | undefined;
3404
3404
  phone?: string | null | undefined;
3405
3405
  industry?: string | null | undefined;
3406
3406
  } | null;
@@ -3408,8 +3408,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3408
3408
  contactProfile: string | null;
3409
3409
  socialProfileUrl: string | null;
3410
3410
  tags: {
3411
- id: string;
3412
3411
  name: string;
3412
+ id: string;
3413
3413
  createdAt: Date;
3414
3414
  updatedAt: Date;
3415
3415
  deletedAt: Date | null;
@@ -3434,8 +3434,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3434
3434
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3435
3435
  id: string;
3436
3436
  metadata: {
3437
- id: string;
3438
3437
  name: string;
3438
+ id: string;
3439
3439
  picture?: string | undefined;
3440
3440
  additionalCredentials?: any;
3441
3441
  };
@@ -3466,9 +3466,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3466
3466
  socialPlatformId: string;
3467
3467
  };
3468
3468
  assignee: {
3469
+ name: string;
3469
3470
  id: string;
3470
3471
  address: string | null;
3471
- name: string;
3472
3472
  email: string;
3473
3473
  createdAt: Date;
3474
3474
  updatedAt: Date;
@@ -3541,14 +3541,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3541
3541
  deletedAt: z.ZodNullable<z.ZodDate>;
3542
3542
  name: z.ZodString;
3543
3543
  }, "strip", z.ZodTypeAny, {
3544
- id: string;
3545
3544
  name: string;
3545
+ id: string;
3546
3546
  createdAt: Date;
3547
3547
  updatedAt: Date;
3548
3548
  deletedAt: Date | null;
3549
3549
  }, {
3550
- id: string;
3551
3550
  name: string;
3551
+ id: string;
3552
3552
  createdAt: Date;
3553
3553
  updatedAt: Date;
3554
3554
  deletedAt: Date | null;
@@ -3704,8 +3704,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3704
3704
  createdAt: Date;
3705
3705
  updatedAt: Date;
3706
3706
  deletedAt: Date | null;
3707
- address?: string | null | undefined;
3708
3707
  name?: string | undefined;
3708
+ address?: string | null | undefined;
3709
3709
  phone?: string | null | undefined;
3710
3710
  industry?: string | null | undefined;
3711
3711
  }, {
@@ -3713,8 +3713,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3713
3713
  createdAt: Date;
3714
3714
  updatedAt: Date;
3715
3715
  deletedAt: Date | null;
3716
- address?: string | null | undefined;
3717
3716
  name?: string | undefined;
3717
+ address?: string | null | undefined;
3718
3718
  phone?: string | null | undefined;
3719
3719
  industry?: string | null | undefined;
3720
3720
  }>>;
@@ -3732,13 +3732,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3732
3732
  picture: z.ZodOptional<z.ZodString>;
3733
3733
  additionalCredentials: z.ZodAny;
3734
3734
  }, "strip", z.ZodTypeAny, {
3735
- id: string;
3736
3735
  name: string;
3736
+ id: string;
3737
3737
  picture?: string | undefined;
3738
3738
  additionalCredentials?: any;
3739
3739
  }, {
3740
- id: string;
3741
3740
  name: string;
3741
+ id: string;
3742
3742
  picture?: string | undefined;
3743
3743
  additionalCredentials?: any;
3744
3744
  }>;
@@ -3746,8 +3746,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3746
3746
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3747
3747
  id: string;
3748
3748
  metadata: {
3749
- id: string;
3750
3749
  name: string;
3750
+ id: string;
3751
3751
  picture?: string | undefined;
3752
3752
  additionalCredentials?: any;
3753
3753
  };
@@ -3760,8 +3760,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3760
3760
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3761
3761
  id: string;
3762
3762
  metadata: {
3763
- id: string;
3764
3763
  name: string;
3764
+ id: string;
3765
3765
  picture?: string | undefined;
3766
3766
  additionalCredentials?: any;
3767
3767
  };
@@ -4071,10 +4071,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4071
4071
  };
4072
4072
  }>, "many">>;
4073
4073
  }, "strip", z.ZodTypeAny, {
4074
+ name: string;
4074
4075
  id: string;
4075
4076
  channel: string | null;
4076
4077
  address: string | null;
4077
- name: string;
4078
4078
  createdAt: Date;
4079
4079
  updatedAt: Date;
4080
4080
  deletedAt: Date | null;
@@ -4119,8 +4119,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4119
4119
  createdAt: Date;
4120
4120
  updatedAt: Date;
4121
4121
  deletedAt: Date | null;
4122
- address?: string | null | undefined;
4123
4122
  name?: string | undefined;
4123
+ address?: string | null | undefined;
4124
4124
  phone?: string | null | undefined;
4125
4125
  industry?: string | null | undefined;
4126
4126
  } | null;
@@ -4128,8 +4128,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4128
4128
  contactProfile: string | null;
4129
4129
  socialProfileUrl: string | null;
4130
4130
  tags: {
4131
- id: string;
4132
4131
  name: string;
4132
+ id: string;
4133
4133
  createdAt: Date;
4134
4134
  updatedAt: Date;
4135
4135
  deletedAt: Date | null;
@@ -4154,8 +4154,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4154
4154
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4155
4155
  id: string;
4156
4156
  metadata: {
4157
- id: string;
4158
4157
  name: string;
4158
+ id: string;
4159
4159
  picture?: string | undefined;
4160
4160
  additionalCredentials?: any;
4161
4161
  };
@@ -4182,10 +4182,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4182
4182
  };
4183
4183
  }[] | undefined;
4184
4184
  }, {
4185
+ name: string;
4185
4186
  id: string;
4186
4187
  channel: string | null;
4187
4188
  address: string | null;
4188
- name: string;
4189
4189
  createdAt: Date;
4190
4190
  updatedAt: Date;
4191
4191
  deletedAt: Date | null;
@@ -4230,8 +4230,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4230
4230
  createdAt: Date;
4231
4231
  updatedAt: Date;
4232
4232
  deletedAt: Date | null;
4233
- address?: string | null | undefined;
4234
4233
  name?: string | undefined;
4234
+ address?: string | null | undefined;
4235
4235
  phone?: string | null | undefined;
4236
4236
  industry?: string | null | undefined;
4237
4237
  } | null;
@@ -4239,8 +4239,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4239
4239
  contactProfile: string | null;
4240
4240
  socialProfileUrl: string | null;
4241
4241
  tags: {
4242
- id: string;
4243
4242
  name: string;
4243
+ id: string;
4244
4244
  createdAt: Date;
4245
4245
  updatedAt: Date;
4246
4246
  deletedAt: Date | null;
@@ -4265,8 +4265,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4265
4265
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4266
4266
  id: string;
4267
4267
  metadata: {
4268
- id: string;
4269
4268
  name: string;
4269
+ id: string;
4270
4270
  picture?: string | undefined;
4271
4271
  additionalCredentials?: any;
4272
4272
  };
@@ -4484,9 +4484,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4484
4484
  telephonySignature: string | null;
4485
4485
  }>;
4486
4486
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4487
+ name: string;
4487
4488
  id: string;
4488
4489
  address: string | null;
4489
- name: string;
4490
4490
  email: string;
4491
4491
  createdAt: Date;
4492
4492
  updatedAt: Date;
@@ -4496,9 +4496,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4496
4496
  phone: string | null;
4497
4497
  notificationCount: number | null;
4498
4498
  }, {
4499
+ name: string;
4499
4500
  id: string;
4500
4501
  address: string | null;
4501
- name: string;
4502
4502
  email: string;
4503
4503
  createdAt: Date;
4504
4504
  updatedAt: Date;
@@ -4521,9 +4521,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4521
4521
  }, "strip", z.ZodTypeAny, {
4522
4522
  id: string;
4523
4523
  user: {
4524
+ name: string;
4524
4525
  id: string;
4525
4526
  address: string | null;
4526
- name: string;
4527
4527
  email: string;
4528
4528
  createdAt: Date;
4529
4529
  updatedAt: Date;
@@ -4546,9 +4546,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4546
4546
  }, {
4547
4547
  id: string;
4548
4548
  user: {
4549
+ name: string;
4549
4550
  id: string;
4550
4551
  address: string | null;
4551
- name: string;
4552
4552
  email: string;
4553
4553
  createdAt: Date;
4554
4554
  updatedAt: Date;
@@ -4689,9 +4689,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4689
4689
  telephonySignature: string | null;
4690
4690
  }>;
4691
4691
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4692
+ name: string;
4692
4693
  id: string;
4693
4694
  address: string | null;
4694
- name: string;
4695
4695
  email: string;
4696
4696
  createdAt: Date;
4697
4697
  updatedAt: Date;
@@ -4701,9 +4701,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4701
4701
  phone: string | null;
4702
4702
  notificationCount: number | null;
4703
4703
  }, {
4704
+ name: string;
4704
4705
  id: string;
4705
4706
  address: string | null;
4706
- name: string;
4707
4707
  email: string;
4708
4708
  createdAt: Date;
4709
4709
  updatedAt: Date;
@@ -4726,9 +4726,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4726
4726
  }, "strip", z.ZodTypeAny, {
4727
4727
  id: string;
4728
4728
  user: {
4729
+ name: string;
4729
4730
  id: string;
4730
4731
  address: string | null;
4731
- name: string;
4732
4732
  email: string;
4733
4733
  createdAt: Date;
4734
4734
  updatedAt: Date;
@@ -4751,9 +4751,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4751
4751
  }, {
4752
4752
  id: string;
4753
4753
  user: {
4754
+ name: string;
4754
4755
  id: string;
4755
4756
  address: string | null;
4756
- name: string;
4757
4757
  email: string;
4758
4758
  createdAt: Date;
4759
4759
  updatedAt: Date;
@@ -4778,9 +4778,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4778
4778
  callTo?: {
4779
4779
  id: string;
4780
4780
  user: {
4781
+ name: string;
4781
4782
  id: string;
4782
4783
  address: string | null;
4783
- name: string;
4784
4784
  email: string;
4785
4785
  createdAt: Date;
4786
4786
  updatedAt: Date;
@@ -4804,9 +4804,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4804
4804
  callFrom?: {
4805
4805
  id: string;
4806
4806
  user: {
4807
+ name: string;
4807
4808
  id: string;
4808
4809
  address: string | null;
4809
- name: string;
4810
4810
  email: string;
4811
4811
  createdAt: Date;
4812
4812
  updatedAt: Date;
@@ -4831,9 +4831,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4831
4831
  callTo?: {
4832
4832
  id: string;
4833
4833
  user: {
4834
+ name: string;
4834
4835
  id: string;
4835
4836
  address: string | null;
4836
- name: string;
4837
4837
  email: string;
4838
4838
  createdAt: Date;
4839
4839
  updatedAt: Date;
@@ -4857,9 +4857,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4857
4857
  callFrom?: {
4858
4858
  id: string;
4859
4859
  user: {
4860
+ name: string;
4860
4861
  id: string;
4861
4862
  address: string | null;
4862
- name: string;
4863
4863
  email: string;
4864
4864
  createdAt: Date;
4865
4865
  updatedAt: Date;
@@ -5013,9 +5013,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5013
5013
  telephonySignature: string | null;
5014
5014
  }>;
5015
5015
  }, "strip", z.ZodTypeAny, {
5016
+ name: string;
5016
5017
  id: string;
5017
5018
  address: string | null;
5018
- name: string;
5019
5019
  email: string;
5020
5020
  createdAt: Date;
5021
5021
  updatedAt: Date;
@@ -5056,9 +5056,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5056
5056
  telephonySignature: string | null;
5057
5057
  };
5058
5058
  }, {
5059
+ name: string;
5059
5060
  id: string;
5060
5061
  address: string | null;
5061
- name: string;
5062
5062
  email: string;
5063
5063
  createdAt: Date;
5064
5064
  updatedAt: Date;
@@ -5112,9 +5112,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5112
5112
  extensionName: string;
5113
5113
  telephonySignature: string | null;
5114
5114
  user?: {
5115
+ name: string;
5115
5116
  id: string;
5116
5117
  address: string | null;
5117
- name: string;
5118
5118
  email: string;
5119
5119
  createdAt: Date;
5120
5120
  updatedAt: Date;
@@ -5168,9 +5168,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5168
5168
  extensionName: string;
5169
5169
  telephonySignature: string | null;
5170
5170
  user?: {
5171
+ name: string;
5171
5172
  id: string;
5172
5173
  address: string | null;
5173
- name: string;
5174
5174
  email: string;
5175
5175
  createdAt: Date;
5176
5176
  updatedAt: Date;
@@ -5240,9 +5240,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5240
5240
  callTo?: {
5241
5241
  id: string;
5242
5242
  user: {
5243
+ name: string;
5243
5244
  id: string;
5244
5245
  address: string | null;
5245
- name: string;
5246
5246
  email: string;
5247
5247
  createdAt: Date;
5248
5248
  updatedAt: Date;
@@ -5266,9 +5266,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5266
5266
  callFrom?: {
5267
5267
  id: string;
5268
5268
  user: {
5269
+ name: string;
5269
5270
  id: string;
5270
5271
  address: string | null;
5271
- name: string;
5272
5272
  email: string;
5273
5273
  createdAt: Date;
5274
5274
  updatedAt: Date;
@@ -5294,10 +5294,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5294
5294
  telephonyQueueId: string | null;
5295
5295
  contactId: string | null;
5296
5296
  contact?: {
5297
+ name: string;
5297
5298
  id: string;
5298
5299
  channel: string | null;
5299
5300
  address: string | null;
5300
- name: string;
5301
5301
  createdAt: Date;
5302
5302
  updatedAt: Date;
5303
5303
  deletedAt: Date | null;
@@ -5342,8 +5342,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5342
5342
  createdAt: Date;
5343
5343
  updatedAt: Date;
5344
5344
  deletedAt: Date | null;
5345
- address?: string | null | undefined;
5346
5345
  name?: string | undefined;
5346
+ address?: string | null | undefined;
5347
5347
  phone?: string | null | undefined;
5348
5348
  industry?: string | null | undefined;
5349
5349
  } | null;
@@ -5351,8 +5351,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5351
5351
  contactProfile: string | null;
5352
5352
  socialProfileUrl: string | null;
5353
5353
  tags: {
5354
- id: string;
5355
5354
  name: string;
5355
+ id: string;
5356
5356
  createdAt: Date;
5357
5357
  updatedAt: Date;
5358
5358
  deletedAt: Date | null;
@@ -5377,8 +5377,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5377
5377
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5378
5378
  id: string;
5379
5379
  metadata: {
5380
- id: string;
5381
5380
  name: string;
5381
+ id: string;
5382
5382
  picture?: string | undefined;
5383
5383
  additionalCredentials?: any;
5384
5384
  };
@@ -5440,9 +5440,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5440
5440
  extensionName: string;
5441
5441
  telephonySignature: string | null;
5442
5442
  user?: {
5443
+ name: string;
5443
5444
  id: string;
5444
5445
  address: string | null;
5445
- name: string;
5446
5446
  email: string;
5447
5447
  createdAt: Date;
5448
5448
  updatedAt: Date;
@@ -5510,9 +5510,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5510
5510
  callTo?: {
5511
5511
  id: string;
5512
5512
  user: {
5513
+ name: string;
5513
5514
  id: string;
5514
5515
  address: string | null;
5515
- name: string;
5516
5516
  email: string;
5517
5517
  createdAt: Date;
5518
5518
  updatedAt: Date;
@@ -5536,9 +5536,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5536
5536
  callFrom?: {
5537
5537
  id: string;
5538
5538
  user: {
5539
+ name: string;
5539
5540
  id: string;
5540
5541
  address: string | null;
5541
- name: string;
5542
5542
  email: string;
5543
5543
  createdAt: Date;
5544
5544
  updatedAt: Date;
@@ -5564,10 +5564,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5564
5564
  telephonyQueueId: string | null;
5565
5565
  contactId: string | null;
5566
5566
  contact?: {
5567
+ name: string;
5567
5568
  id: string;
5568
5569
  channel: string | null;
5569
5570
  address: string | null;
5570
- name: string;
5571
5571
  createdAt: Date;
5572
5572
  updatedAt: Date;
5573
5573
  deletedAt: Date | null;
@@ -5612,8 +5612,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5612
5612
  createdAt: Date;
5613
5613
  updatedAt: Date;
5614
5614
  deletedAt: Date | null;
5615
- address?: string | null | undefined;
5616
5615
  name?: string | undefined;
5616
+ address?: string | null | undefined;
5617
5617
  phone?: string | null | undefined;
5618
5618
  industry?: string | null | undefined;
5619
5619
  } | null;
@@ -5621,8 +5621,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5621
5621
  contactProfile: string | null;
5622
5622
  socialProfileUrl: string | null;
5623
5623
  tags: {
5624
- id: string;
5625
5624
  name: string;
5625
+ id: string;
5626
5626
  createdAt: Date;
5627
5627
  updatedAt: Date;
5628
5628
  deletedAt: Date | null;
@@ -5647,8 +5647,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5647
5647
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5648
5648
  id: string;
5649
5649
  metadata: {
5650
- id: string;
5651
5650
  name: string;
5651
+ id: string;
5652
5652
  picture?: string | undefined;
5653
5653
  additionalCredentials?: any;
5654
5654
  };
@@ -5710,9 +5710,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5710
5710
  extensionName: string;
5711
5711
  telephonySignature: string | null;
5712
5712
  user?: {
5713
+ name: string;
5713
5714
  id: string;
5714
5715
  address: string | null;
5715
- name: string;
5716
5716
  email: string;
5717
5717
  createdAt: Date;
5718
5718
  updatedAt: Date;
@@ -5780,14 +5780,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5780
5780
  deletedAt: z.ZodNullable<z.ZodDate>;
5781
5781
  name: z.ZodString;
5782
5782
  }, "strip", z.ZodTypeAny, {
5783
- id: string;
5784
5783
  name: string;
5784
+ id: string;
5785
5785
  createdAt: Date;
5786
5786
  updatedAt: Date;
5787
5787
  deletedAt: Date | null;
5788
5788
  }, {
5789
- id: string;
5790
5789
  name: string;
5790
+ id: string;
5791
5791
  createdAt: Date;
5792
5792
  updatedAt: Date;
5793
5793
  deletedAt: Date | null;
@@ -5943,8 +5943,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5943
5943
  createdAt: Date;
5944
5944
  updatedAt: Date;
5945
5945
  deletedAt: Date | null;
5946
- address?: string | null | undefined;
5947
5946
  name?: string | undefined;
5947
+ address?: string | null | undefined;
5948
5948
  phone?: string | null | undefined;
5949
5949
  industry?: string | null | undefined;
5950
5950
  }, {
@@ -5952,8 +5952,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5952
5952
  createdAt: Date;
5953
5953
  updatedAt: Date;
5954
5954
  deletedAt: Date | null;
5955
- address?: string | null | undefined;
5956
5955
  name?: string | undefined;
5956
+ address?: string | null | undefined;
5957
5957
  phone?: string | null | undefined;
5958
5958
  industry?: string | null | undefined;
5959
5959
  }>>;
@@ -5971,13 +5971,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5971
5971
  picture: z.ZodOptional<z.ZodString>;
5972
5972
  additionalCredentials: z.ZodAny;
5973
5973
  }, "strip", z.ZodTypeAny, {
5974
- id: string;
5975
5974
  name: string;
5975
+ id: string;
5976
5976
  picture?: string | undefined;
5977
5977
  additionalCredentials?: any;
5978
5978
  }, {
5979
- id: string;
5980
5979
  name: string;
5980
+ id: string;
5981
5981
  picture?: string | undefined;
5982
5982
  additionalCredentials?: any;
5983
5983
  }>;
@@ -5985,8 +5985,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5985
5985
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5986
5986
  id: string;
5987
5987
  metadata: {
5988
- id: string;
5989
5988
  name: string;
5989
+ id: string;
5990
5990
  picture?: string | undefined;
5991
5991
  additionalCredentials?: any;
5992
5992
  };
@@ -5999,8 +5999,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5999
5999
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6000
6000
  id: string;
6001
6001
  metadata: {
6002
- id: string;
6003
6002
  name: string;
6003
+ id: string;
6004
6004
  picture?: string | undefined;
6005
6005
  additionalCredentials?: any;
6006
6006
  };
@@ -6310,10 +6310,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6310
6310
  };
6311
6311
  }>, "many">>;
6312
6312
  }, "strip", z.ZodTypeAny, {
6313
+ name: string;
6313
6314
  id: string;
6314
6315
  channel: string | null;
6315
6316
  address: string | null;
6316
- name: string;
6317
6317
  createdAt: Date;
6318
6318
  updatedAt: Date;
6319
6319
  deletedAt: Date | null;
@@ -6358,8 +6358,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6358
6358
  createdAt: Date;
6359
6359
  updatedAt: Date;
6360
6360
  deletedAt: Date | null;
6361
- address?: string | null | undefined;
6362
6361
  name?: string | undefined;
6362
+ address?: string | null | undefined;
6363
6363
  phone?: string | null | undefined;
6364
6364
  industry?: string | null | undefined;
6365
6365
  } | null;
@@ -6367,8 +6367,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6367
6367
  contactProfile: string | null;
6368
6368
  socialProfileUrl: string | null;
6369
6369
  tags: {
6370
- id: string;
6371
6370
  name: string;
6371
+ id: string;
6372
6372
  createdAt: Date;
6373
6373
  updatedAt: Date;
6374
6374
  deletedAt: Date | null;
@@ -6393,8 +6393,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6393
6393
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6394
6394
  id: string;
6395
6395
  metadata: {
6396
- id: string;
6397
6396
  name: string;
6397
+ id: string;
6398
6398
  picture?: string | undefined;
6399
6399
  additionalCredentials?: any;
6400
6400
  };
@@ -6421,10 +6421,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6421
6421
  };
6422
6422
  }[] | undefined;
6423
6423
  }, {
6424
+ name: string;
6424
6425
  id: string;
6425
6426
  channel: string | null;
6426
6427
  address: string | null;
6427
- name: string;
6428
6428
  createdAt: Date;
6429
6429
  updatedAt: Date;
6430
6430
  deletedAt: Date | null;
@@ -6469,8 +6469,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6469
6469
  createdAt: Date;
6470
6470
  updatedAt: Date;
6471
6471
  deletedAt: Date | null;
6472
- address?: string | null | undefined;
6473
6472
  name?: string | undefined;
6473
+ address?: string | null | undefined;
6474
6474
  phone?: string | null | undefined;
6475
6475
  industry?: string | null | undefined;
6476
6476
  } | null;
@@ -6478,8 +6478,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6478
6478
  contactProfile: string | null;
6479
6479
  socialProfileUrl: string | null;
6480
6480
  tags: {
6481
- id: string;
6482
6481
  name: string;
6482
+ id: string;
6483
6483
  createdAt: Date;
6484
6484
  updatedAt: Date;
6485
6485
  deletedAt: Date | null;
@@ -6504,8 +6504,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6504
6504
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6505
6505
  id: string;
6506
6506
  metadata: {
6507
- id: string;
6508
6507
  name: string;
6508
+ id: string;
6509
6509
  picture?: string | undefined;
6510
6510
  additionalCredentials?: any;
6511
6511
  };
@@ -6650,9 +6650,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6650
6650
  telephonySignature: string | null;
6651
6651
  }>;
6652
6652
  }, "strip", z.ZodTypeAny, {
6653
+ name: string;
6653
6654
  id: string;
6654
6655
  address: string | null;
6655
- name: string;
6656
6656
  email: string;
6657
6657
  createdAt: Date;
6658
6658
  updatedAt: Date;
@@ -6693,9 +6693,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6693
6693
  telephonySignature: string | null;
6694
6694
  };
6695
6695
  }, {
6696
+ name: string;
6696
6697
  id: string;
6697
6698
  address: string | null;
6698
- name: string;
6699
6699
  email: string;
6700
6700
  createdAt: Date;
6701
6701
  updatedAt: Date;
@@ -6854,9 +6854,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6854
6854
  telephonySignature: string | null;
6855
6855
  }>;
6856
6856
  }, "strip", z.ZodTypeAny, {
6857
+ name: string;
6857
6858
  id: string;
6858
6859
  address: string | null;
6859
- name: string;
6860
6860
  email: string;
6861
6861
  createdAt: Date;
6862
6862
  updatedAt: Date;
@@ -6897,9 +6897,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6897
6897
  telephonySignature: string | null;
6898
6898
  };
6899
6899
  }, {
6900
+ name: string;
6900
6901
  id: string;
6901
6902
  address: string | null;
6902
- name: string;
6903
6903
  email: string;
6904
6904
  createdAt: Date;
6905
6905
  updatedAt: Date;
@@ -7058,9 +7058,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7058
7058
  telephonySignature: string | null;
7059
7059
  }>;
7060
7060
  }, "strip", z.ZodTypeAny, {
7061
+ name: string;
7061
7062
  id: string;
7062
7063
  address: string | null;
7063
- name: string;
7064
7064
  email: string;
7065
7065
  createdAt: Date;
7066
7066
  updatedAt: Date;
@@ -7101,9 +7101,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7101
7101
  telephonySignature: string | null;
7102
7102
  };
7103
7103
  }, {
7104
+ name: string;
7104
7105
  id: string;
7105
7106
  address: string | null;
7106
- name: string;
7107
7107
  email: string;
7108
7108
  createdAt: Date;
7109
7109
  updatedAt: Date;
@@ -7182,10 +7182,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7182
7182
  deletedAt: Date | null;
7183
7183
  entityId: string;
7184
7184
  contact: {
7185
+ name: string;
7185
7186
  id: string;
7186
7187
  channel: string | null;
7187
7188
  address: string | null;
7188
- name: string;
7189
7189
  createdAt: Date;
7190
7190
  updatedAt: Date;
7191
7191
  deletedAt: Date | null;
@@ -7230,8 +7230,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7230
7230
  createdAt: Date;
7231
7231
  updatedAt: Date;
7232
7232
  deletedAt: Date | null;
7233
- address?: string | null | undefined;
7234
7233
  name?: string | undefined;
7234
+ address?: string | null | undefined;
7235
7235
  phone?: string | null | undefined;
7236
7236
  industry?: string | null | undefined;
7237
7237
  } | null;
@@ -7239,8 +7239,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7239
7239
  contactProfile: string | null;
7240
7240
  socialProfileUrl: string | null;
7241
7241
  tags: {
7242
- id: string;
7243
7242
  name: string;
7243
+ id: string;
7244
7244
  createdAt: Date;
7245
7245
  updatedAt: Date;
7246
7246
  deletedAt: Date | null;
@@ -7265,8 +7265,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7265
7265
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7266
7266
  id: string;
7267
7267
  metadata: {
7268
- id: string;
7269
7268
  name: string;
7269
+ id: string;
7270
7270
  picture?: string | undefined;
7271
7271
  additionalCredentials?: any;
7272
7272
  };
@@ -7332,8 +7332,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7332
7332
  }[];
7333
7333
  }[];
7334
7334
  tags: {
7335
- id: string;
7336
7335
  name: string;
7336
+ id: string;
7337
7337
  createdAt: Date;
7338
7338
  updatedAt: Date;
7339
7339
  deletedAt: Date | null;
@@ -7372,12 +7372,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7372
7372
  room: {
7373
7373
  id: string;
7374
7374
  channel: {
7375
+ name: string;
7375
7376
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7376
7377
  id: string;
7377
- name: string;
7378
7378
  metadata: {
7379
- id: string;
7380
7379
  name: string;
7380
+ id: string;
7381
7381
  accessToken?: string | undefined;
7382
7382
  channelSecret?: string | undefined;
7383
7383
  additionalCredentials?: any;
@@ -7410,9 +7410,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7410
7410
  updatedAt: Date;
7411
7411
  deletedAt: Date | null;
7412
7412
  actor: {
7413
+ name: string;
7413
7414
  id: string;
7414
7415
  address: string | null;
7415
- name: string;
7416
7416
  email: string;
7417
7417
  createdAt: Date;
7418
7418
  updatedAt: Date;
@@ -7459,8 +7459,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7459
7459
  connectedUserName: string;
7460
7460
  connectedUserId: string;
7461
7461
  botpressBot: {
7462
- id: string;
7463
7462
  name: string;
7463
+ id: string;
7464
7464
  accessToken: string;
7465
7465
  botId: string;
7466
7466
  integrationId: string;
@@ -7471,9 +7471,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7471
7471
  updatedAt: Date;
7472
7472
  deletedAt: Date | null;
7473
7473
  actor: {
7474
+ name: string;
7474
7475
  id: string;
7475
7476
  address: string | null;
7476
- name: string;
7477
7477
  email: string;
7478
7478
  createdAt: Date;
7479
7479
  updatedAt: Date;
@@ -7525,8 +7525,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7525
7525
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7526
7526
  id: string;
7527
7527
  metadata: {
7528
- id: string;
7529
7528
  name: string;
7529
+ id: string;
7530
7530
  picture?: string | undefined;
7531
7531
  additionalCredentials?: any;
7532
7532
  };
@@ -7534,10 +7534,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7534
7534
  updatedAt: Date;
7535
7535
  deletedAt: Date | null;
7536
7536
  contact: {
7537
+ name: string;
7537
7538
  id: string;
7538
7539
  channel: string | null;
7539
7540
  address: string | null;
7540
- name: string;
7541
7541
  createdAt: Date;
7542
7542
  updatedAt: Date;
7543
7543
  deletedAt: Date | null;
@@ -7582,8 +7582,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7582
7582
  createdAt: Date;
7583
7583
  updatedAt: Date;
7584
7584
  deletedAt: Date | null;
7585
- address?: string | null | undefined;
7586
7585
  name?: string | undefined;
7586
+ address?: string | null | undefined;
7587
7587
  phone?: string | null | undefined;
7588
7588
  industry?: string | null | undefined;
7589
7589
  } | null;
@@ -7591,8 +7591,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7591
7591
  contactProfile: string | null;
7592
7592
  socialProfileUrl: string | null;
7593
7593
  tags: {
7594
- id: string;
7595
7594
  name: string;
7595
+ id: string;
7596
7596
  createdAt: Date;
7597
7597
  updatedAt: Date;
7598
7598
  deletedAt: Date | null;
@@ -7617,8 +7617,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7617
7617
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7618
7618
  id: string;
7619
7619
  metadata: {
7620
- id: string;
7621
7620
  name: string;
7621
+ id: string;
7622
7622
  picture?: string | undefined;
7623
7623
  additionalCredentials?: any;
7624
7624
  };
@@ -7649,9 +7649,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7649
7649
  socialPlatformId: string;
7650
7650
  };
7651
7651
  assignee: {
7652
+ name: string;
7652
7653
  id: string;
7653
7654
  address: string | null;
7654
- name: string;
7655
7655
  email: string;
7656
7656
  createdAt: Date;
7657
7657
  updatedAt: Date;
@@ -7719,9 +7719,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7719
7719
  callTo?: {
7720
7720
  id: string;
7721
7721
  user: {
7722
+ name: string;
7722
7723
  id: string;
7723
7724
  address: string | null;
7724
- name: string;
7725
7725
  email: string;
7726
7726
  createdAt: Date;
7727
7727
  updatedAt: Date;
@@ -7745,9 +7745,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7745
7745
  callFrom?: {
7746
7746
  id: string;
7747
7747
  user: {
7748
+ name: string;
7748
7749
  id: string;
7749
7750
  address: string | null;
7750
- name: string;
7751
7751
  email: string;
7752
7752
  createdAt: Date;
7753
7753
  updatedAt: Date;
@@ -7773,10 +7773,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7773
7773
  telephonyQueueId: string | null;
7774
7774
  contactId: string | null;
7775
7775
  contact?: {
7776
+ name: string;
7776
7777
  id: string;
7777
7778
  channel: string | null;
7778
7779
  address: string | null;
7779
- name: string;
7780
7780
  createdAt: Date;
7781
7781
  updatedAt: Date;
7782
7782
  deletedAt: Date | null;
@@ -7821,8 +7821,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7821
7821
  createdAt: Date;
7822
7822
  updatedAt: Date;
7823
7823
  deletedAt: Date | null;
7824
- address?: string | null | undefined;
7825
7824
  name?: string | undefined;
7825
+ address?: string | null | undefined;
7826
7826
  phone?: string | null | undefined;
7827
7827
  industry?: string | null | undefined;
7828
7828
  } | null;
@@ -7830,8 +7830,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7830
7830
  contactProfile: string | null;
7831
7831
  socialProfileUrl: string | null;
7832
7832
  tags: {
7833
- id: string;
7834
7833
  name: string;
7834
+ id: string;
7835
7835
  createdAt: Date;
7836
7836
  updatedAt: Date;
7837
7837
  deletedAt: Date | null;
@@ -7856,8 +7856,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7856
7856
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7857
7857
  id: string;
7858
7858
  metadata: {
7859
- id: string;
7860
7859
  name: string;
7860
+ id: string;
7861
7861
  picture?: string | undefined;
7862
7862
  additionalCredentials?: any;
7863
7863
  };
@@ -7919,9 +7919,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7919
7919
  extensionName: string;
7920
7920
  telephonySignature: string | null;
7921
7921
  user?: {
7922
+ name: string;
7922
7923
  id: string;
7923
7924
  address: string | null;
7924
- name: string;
7925
7925
  email: string;
7926
7926
  createdAt: Date;
7927
7927
  updatedAt: Date;
@@ -7968,9 +7968,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7968
7968
  queueName?: string | null | undefined;
7969
7969
  } | null;
7970
7970
  firstAssignee: {
7971
+ name: string;
7971
7972
  id: string;
7972
7973
  address: string | null;
7973
- name: string;
7974
7974
  email: string;
7975
7975
  createdAt: Date;
7976
7976
  updatedAt: Date;
@@ -8012,9 +8012,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8012
8012
  };
8013
8013
  } | null;
8014
8014
  agent: {
8015
+ name: string;
8015
8016
  id: string;
8016
8017
  address: string | null;
8017
- name: string;
8018
8018
  email: string;
8019
8019
  createdAt: Date;
8020
8020
  updatedAt: Date;
@@ -8056,9 +8056,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8056
8056
  };
8057
8057
  } | null;
8058
8058
  closedAssignee: {
8059
+ name: string;
8059
8060
  id: string;
8060
8061
  address: string | null;
8061
- name: string;
8062
8062
  email: string;
8063
8063
  createdAt: Date;
8064
8064
  updatedAt: Date;
@@ -8119,10 +8119,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8119
8119
  deletedAt: Date | null;
8120
8120
  entityId: string;
8121
8121
  contact: {
8122
+ name: string;
8122
8123
  id: string;
8123
8124
  channel: string | null;
8124
8125
  address: string | null;
8125
- name: string;
8126
8126
  createdAt: Date;
8127
8127
  updatedAt: Date;
8128
8128
  deletedAt: Date | null;
@@ -8167,8 +8167,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8167
8167
  createdAt: Date;
8168
8168
  updatedAt: Date;
8169
8169
  deletedAt: Date | null;
8170
- address?: string | null | undefined;
8171
8170
  name?: string | undefined;
8171
+ address?: string | null | undefined;
8172
8172
  phone?: string | null | undefined;
8173
8173
  industry?: string | null | undefined;
8174
8174
  } | null;
@@ -8176,8 +8176,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8176
8176
  contactProfile: string | null;
8177
8177
  socialProfileUrl: string | null;
8178
8178
  tags: {
8179
- id: string;
8180
8179
  name: string;
8180
+ id: string;
8181
8181
  createdAt: Date;
8182
8182
  updatedAt: Date;
8183
8183
  deletedAt: Date | null;
@@ -8202,8 +8202,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8202
8202
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8203
8203
  id: string;
8204
8204
  metadata: {
8205
- id: string;
8206
8205
  name: string;
8206
+ id: string;
8207
8207
  picture?: string | undefined;
8208
8208
  additionalCredentials?: any;
8209
8209
  };
@@ -8269,8 +8269,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8269
8269
  }[];
8270
8270
  }[];
8271
8271
  tags: {
8272
- id: string;
8273
8272
  name: string;
8273
+ id: string;
8274
8274
  createdAt: Date;
8275
8275
  updatedAt: Date;
8276
8276
  deletedAt: Date | null;
@@ -8309,12 +8309,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8309
8309
  room: {
8310
8310
  id: string;
8311
8311
  channel: {
8312
+ name: string;
8312
8313
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8313
8314
  id: string;
8314
- name: string;
8315
8315
  metadata: {
8316
- id: string;
8317
8316
  name: string;
8317
+ id: string;
8318
8318
  accessToken?: string | undefined;
8319
8319
  channelSecret?: string | undefined;
8320
8320
  additionalCredentials?: any;
@@ -8347,9 +8347,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8347
8347
  updatedAt: Date;
8348
8348
  deletedAt: Date | null;
8349
8349
  actor: {
8350
+ name: string;
8350
8351
  id: string;
8351
8352
  address: string | null;
8352
- name: string;
8353
8353
  email: string;
8354
8354
  createdAt: Date;
8355
8355
  updatedAt: Date;
@@ -8396,8 +8396,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8396
8396
  connectedUserName: string;
8397
8397
  connectedUserId: string;
8398
8398
  botpressBot: {
8399
- id: string;
8400
8399
  name: string;
8400
+ id: string;
8401
8401
  accessToken: string;
8402
8402
  botId: string;
8403
8403
  integrationId: string;
@@ -8408,9 +8408,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8408
8408
  updatedAt: Date;
8409
8409
  deletedAt: Date | null;
8410
8410
  actor: {
8411
+ name: string;
8411
8412
  id: string;
8412
8413
  address: string | null;
8413
- name: string;
8414
8414
  email: string;
8415
8415
  createdAt: Date;
8416
8416
  updatedAt: Date;
@@ -8462,8 +8462,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8462
8462
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8463
8463
  id: string;
8464
8464
  metadata: {
8465
- id: string;
8466
8465
  name: string;
8466
+ id: string;
8467
8467
  picture?: string | undefined;
8468
8468
  additionalCredentials?: any;
8469
8469
  };
@@ -8471,10 +8471,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8471
8471
  updatedAt: Date;
8472
8472
  deletedAt: Date | null;
8473
8473
  contact: {
8474
+ name: string;
8474
8475
  id: string;
8475
8476
  channel: string | null;
8476
8477
  address: string | null;
8477
- name: string;
8478
8478
  createdAt: Date;
8479
8479
  updatedAt: Date;
8480
8480
  deletedAt: Date | null;
@@ -8519,8 +8519,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8519
8519
  createdAt: Date;
8520
8520
  updatedAt: Date;
8521
8521
  deletedAt: Date | null;
8522
- address?: string | null | undefined;
8523
8522
  name?: string | undefined;
8523
+ address?: string | null | undefined;
8524
8524
  phone?: string | null | undefined;
8525
8525
  industry?: string | null | undefined;
8526
8526
  } | null;
@@ -8528,8 +8528,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8528
8528
  contactProfile: string | null;
8529
8529
  socialProfileUrl: string | null;
8530
8530
  tags: {
8531
- id: string;
8532
8531
  name: string;
8532
+ id: string;
8533
8533
  createdAt: Date;
8534
8534
  updatedAt: Date;
8535
8535
  deletedAt: Date | null;
@@ -8554,8 +8554,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8554
8554
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8555
8555
  id: string;
8556
8556
  metadata: {
8557
- id: string;
8558
8557
  name: string;
8558
+ id: string;
8559
8559
  picture?: string | undefined;
8560
8560
  additionalCredentials?: any;
8561
8561
  };
@@ -8586,9 +8586,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8586
8586
  socialPlatformId: string;
8587
8587
  };
8588
8588
  assignee: {
8589
+ name: string;
8589
8590
  id: string;
8590
8591
  address: string | null;
8591
- name: string;
8592
8592
  email: string;
8593
8593
  createdAt: Date;
8594
8594
  updatedAt: Date;
@@ -8656,9 +8656,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8656
8656
  callTo?: {
8657
8657
  id: string;
8658
8658
  user: {
8659
+ name: string;
8659
8660
  id: string;
8660
8661
  address: string | null;
8661
- name: string;
8662
8662
  email: string;
8663
8663
  createdAt: Date;
8664
8664
  updatedAt: Date;
@@ -8682,9 +8682,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8682
8682
  callFrom?: {
8683
8683
  id: string;
8684
8684
  user: {
8685
+ name: string;
8685
8686
  id: string;
8686
8687
  address: string | null;
8687
- name: string;
8688
8688
  email: string;
8689
8689
  createdAt: Date;
8690
8690
  updatedAt: Date;
@@ -8710,10 +8710,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8710
8710
  telephonyQueueId: string | null;
8711
8711
  contactId: string | null;
8712
8712
  contact?: {
8713
+ name: string;
8713
8714
  id: string;
8714
8715
  channel: string | null;
8715
8716
  address: string | null;
8716
- name: string;
8717
8717
  createdAt: Date;
8718
8718
  updatedAt: Date;
8719
8719
  deletedAt: Date | null;
@@ -8758,8 +8758,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8758
8758
  createdAt: Date;
8759
8759
  updatedAt: Date;
8760
8760
  deletedAt: Date | null;
8761
- address?: string | null | undefined;
8762
8761
  name?: string | undefined;
8762
+ address?: string | null | undefined;
8763
8763
  phone?: string | null | undefined;
8764
8764
  industry?: string | null | undefined;
8765
8765
  } | null;
@@ -8767,8 +8767,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8767
8767
  contactProfile: string | null;
8768
8768
  socialProfileUrl: string | null;
8769
8769
  tags: {
8770
- id: string;
8771
8770
  name: string;
8771
+ id: string;
8772
8772
  createdAt: Date;
8773
8773
  updatedAt: Date;
8774
8774
  deletedAt: Date | null;
@@ -8793,8 +8793,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8793
8793
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8794
8794
  id: string;
8795
8795
  metadata: {
8796
- id: string;
8797
8796
  name: string;
8797
+ id: string;
8798
8798
  picture?: string | undefined;
8799
8799
  additionalCredentials?: any;
8800
8800
  };
@@ -8856,9 +8856,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8856
8856
  extensionName: string;
8857
8857
  telephonySignature: string | null;
8858
8858
  user?: {
8859
+ name: string;
8859
8860
  id: string;
8860
8861
  address: string | null;
8861
- name: string;
8862
8862
  email: string;
8863
8863
  createdAt: Date;
8864
8864
  updatedAt: Date;
@@ -8905,9 +8905,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8905
8905
  queueName?: string | null | undefined;
8906
8906
  } | null;
8907
8907
  firstAssignee: {
8908
+ name: string;
8908
8909
  id: string;
8909
8910
  address: string | null;
8910
- name: string;
8911
8911
  email: string;
8912
8912
  createdAt: Date;
8913
8913
  updatedAt: Date;
@@ -8949,9 +8949,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8949
8949
  };
8950
8950
  } | null;
8951
8951
  agent: {
8952
+ name: string;
8952
8953
  id: string;
8953
8954
  address: string | null;
8954
- name: string;
8955
8955
  email: string;
8956
8956
  createdAt: Date;
8957
8957
  updatedAt: Date;
@@ -8993,9 +8993,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8993
8993
  };
8994
8994
  } | null;
8995
8995
  closedAssignee: {
8996
+ name: string;
8996
8997
  id: string;
8997
8998
  address: string | null;
8998
- name: string;
8999
8999
  email: string;
9000
9000
  createdAt: Date;
9001
9001
  updatedAt: Date;