@kl1/contracts 1.2.24-uat → 1.2.26-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 (110) 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 +3704 -3601
  20. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/schema.d.ts +844 -844
  22. package/dist/api-contracts/src/chat/validation.d.ts +707 -707
  23. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  24. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  25. package/dist/api-contracts/src/company/index.d.ts +4 -4
  26. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  27. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  28. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  29. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  30. package/dist/api-contracts/src/contract.d.ts +8486 -8405
  31. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  32. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  33. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
  34. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  35. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  36. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  37. package/dist/api-contracts/src/extension/index.d.ts +85 -4
  38. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
  40. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  41. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  42. package/dist/api-contracts/src/hold-label/index.d.ts +16 -16
  43. package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
  44. package/dist/api-contracts/src/instagram/index.d.ts +570 -570
  45. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  46. package/dist/api-contracts/src/line/index.d.ts +582 -582
  47. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  48. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  49. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  50. package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
  51. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  52. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  53. package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
  54. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  55. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  56. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  57. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
  58. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  59. package/dist/api-contracts/src/messenger/index.d.ts +573 -573
  60. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  61. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  62. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  63. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  64. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  65. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  66. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  67. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  68. package/dist/api-contracts/src/sms/index.d.ts +86 -86
  69. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  70. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  71. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  72. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  73. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  74. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  75. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  76. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  77. package/dist/api-contracts/src/telegram/index.d.ts +530 -530
  78. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  80. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  81. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  82. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  83. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  84. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  85. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  86. package/dist/api-contracts/src/user/index.d.ts +23 -23
  87. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  88. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  89. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  90. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  91. package/dist/api-contracts/src/viber/index.d.ts +542 -542
  92. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  93. package/dist/api-contracts/src/webchat/index.d.ts +488 -488
  94. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  95. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  96. package/dist/api-contracts/src/whatsapp/index.d.ts +536 -536
  97. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  98. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  99. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  100. package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
  101. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  103. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  104. package/dist/api-contracts/utils.d.ts +1 -1
  105. package/dist/api-contracts/utils.d.ts.map +1 -1
  106. package/dist/index.js +34 -0
  107. package/dist/index.js.map +1 -1
  108. package/dist/index.mjs +34 -0
  109. package/dist/index.mjs.map +1 -1
  110. package/package.json +1 -1
@@ -30,14 +30,14 @@ export declare const CxLogSchema: z.ZodObject<{
30
30
  deletedAt: z.ZodNullable<z.ZodDate>;
31
31
  name: z.ZodString;
32
32
  }, "strip", z.ZodTypeAny, {
33
- id: string;
34
33
  name: string;
34
+ id: string;
35
35
  createdAt: Date;
36
36
  updatedAt: Date;
37
37
  deletedAt: Date | null;
38
38
  }, {
39
- id: string;
40
39
  name: string;
40
+ id: string;
41
41
  createdAt: Date;
42
42
  updatedAt: Date;
43
43
  deletedAt: Date | null;
@@ -208,8 +208,8 @@ export declare const CxLogSchema: z.ZodObject<{
208
208
  }[];
209
209
  }[];
210
210
  tags: {
211
- id: string;
212
211
  name: string;
212
+ id: string;
213
213
  createdAt: Date;
214
214
  updatedAt: Date;
215
215
  deletedAt: Date | null;
@@ -259,8 +259,8 @@ export declare const CxLogSchema: z.ZodObject<{
259
259
  }[];
260
260
  }[];
261
261
  tags: {
262
- id: string;
263
262
  name: string;
263
+ id: string;
264
264
  createdAt: Date;
265
265
  updatedAt: Date;
266
266
  deletedAt: Date | null;
@@ -327,8 +327,8 @@ export declare const CxLogSchema: z.ZodObject<{
327
327
  }[];
328
328
  }[];
329
329
  tags: {
330
- id: string;
331
330
  name: string;
331
+ id: string;
332
332
  createdAt: Date;
333
333
  updatedAt: Date;
334
334
  deletedAt: Date | null;
@@ -395,8 +395,8 @@ export declare const CxLogSchema: z.ZodObject<{
395
395
  }[];
396
396
  }[];
397
397
  tags: {
398
- id: string;
399
398
  name: string;
399
+ id: string;
400
400
  createdAt: Date;
401
401
  updatedAt: Date;
402
402
  deletedAt: Date | null;
@@ -478,14 +478,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
478
478
  deletedAt: z.ZodNullable<z.ZodDate>;
479
479
  name: z.ZodString;
480
480
  }, "strip", z.ZodTypeAny, {
481
- id: string;
482
481
  name: string;
482
+ id: string;
483
483
  createdAt: Date;
484
484
  updatedAt: Date;
485
485
  deletedAt: Date | null;
486
486
  }, {
487
- id: string;
488
487
  name: string;
488
+ id: string;
489
489
  createdAt: Date;
490
490
  updatedAt: Date;
491
491
  deletedAt: Date | null;
@@ -656,8 +656,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
656
656
  }[];
657
657
  }[];
658
658
  tags: {
659
- id: string;
660
659
  name: string;
660
+ id: string;
661
661
  createdAt: Date;
662
662
  updatedAt: Date;
663
663
  deletedAt: Date | null;
@@ -707,8 +707,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
707
707
  }[];
708
708
  }[];
709
709
  tags: {
710
- id: string;
711
710
  name: string;
711
+ id: string;
712
712
  createdAt: Date;
713
713
  updatedAt: Date;
714
714
  deletedAt: Date | null;
@@ -756,13 +756,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
756
756
  picture: z.ZodOptional<z.ZodString>;
757
757
  additionalCredentials: z.ZodAny;
758
758
  }, "strip", z.ZodTypeAny, {
759
- id: string;
760
759
  name: string;
760
+ id: string;
761
761
  picture?: string | undefined;
762
762
  additionalCredentials?: any;
763
763
  }, {
764
- id: string;
765
764
  name: string;
765
+ id: string;
766
766
  picture?: string | undefined;
767
767
  additionalCredentials?: any;
768
768
  }>;
@@ -784,14 +784,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
784
784
  deletedAt: z.ZodNullable<z.ZodDate>;
785
785
  name: z.ZodString;
786
786
  }, "strip", z.ZodTypeAny, {
787
- id: string;
788
787
  name: string;
788
+ id: string;
789
789
  createdAt: Date;
790
790
  updatedAt: Date;
791
791
  deletedAt: Date | null;
792
792
  }, {
793
- id: string;
794
793
  name: string;
794
+ id: string;
795
795
  createdAt: Date;
796
796
  updatedAt: Date;
797
797
  deletedAt: Date | null;
@@ -947,8 +947,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
947
947
  createdAt: Date;
948
948
  updatedAt: Date;
949
949
  deletedAt: Date | null;
950
- address?: string | null | undefined;
951
950
  name?: string | undefined;
951
+ address?: string | null | undefined;
952
952
  phone?: string | null | undefined;
953
953
  industry?: string | null | undefined;
954
954
  }, {
@@ -956,8 +956,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
956
956
  createdAt: Date;
957
957
  updatedAt: Date;
958
958
  deletedAt: Date | null;
959
- address?: string | null | undefined;
960
959
  name?: string | undefined;
960
+ address?: string | null | undefined;
961
961
  phone?: string | null | undefined;
962
962
  industry?: string | null | undefined;
963
963
  }>>;
@@ -975,13 +975,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
975
975
  picture: z.ZodOptional<z.ZodString>;
976
976
  additionalCredentials: z.ZodAny;
977
977
  }, "strip", z.ZodTypeAny, {
978
- id: string;
979
978
  name: string;
979
+ id: string;
980
980
  picture?: string | undefined;
981
981
  additionalCredentials?: any;
982
982
  }, {
983
- id: string;
984
983
  name: string;
984
+ id: string;
985
985
  picture?: string | undefined;
986
986
  additionalCredentials?: any;
987
987
  }>;
@@ -989,8 +989,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
989
989
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
990
990
  id: string;
991
991
  metadata: {
992
- id: string;
993
992
  name: string;
993
+ id: string;
994
994
  picture?: string | undefined;
995
995
  additionalCredentials?: any;
996
996
  };
@@ -1003,8 +1003,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1003
1003
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1004
1004
  id: string;
1005
1005
  metadata: {
1006
- id: string;
1007
1006
  name: string;
1007
+ id: string;
1008
1008
  picture?: string | undefined;
1009
1009
  additionalCredentials?: any;
1010
1010
  };
@@ -1314,10 +1314,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1314
1314
  };
1315
1315
  }>, "many">>;
1316
1316
  }, "strip", z.ZodTypeAny, {
1317
+ name: string;
1317
1318
  id: string;
1318
1319
  channel: string | null;
1319
1320
  address: string | null;
1320
- name: string;
1321
1321
  createdAt: Date;
1322
1322
  updatedAt: Date;
1323
1323
  deletedAt: Date | null;
@@ -1362,8 +1362,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1362
1362
  createdAt: Date;
1363
1363
  updatedAt: Date;
1364
1364
  deletedAt: Date | null;
1365
- address?: string | null | undefined;
1366
1365
  name?: string | undefined;
1366
+ address?: string | null | undefined;
1367
1367
  phone?: string | null | undefined;
1368
1368
  industry?: string | null | undefined;
1369
1369
  } | null;
@@ -1371,8 +1371,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1371
1371
  contactProfile: string | null;
1372
1372
  socialProfileUrl: string | null;
1373
1373
  tags: {
1374
- id: string;
1375
1374
  name: string;
1375
+ id: string;
1376
1376
  createdAt: Date;
1377
1377
  updatedAt: Date;
1378
1378
  deletedAt: Date | null;
@@ -1397,8 +1397,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1397
1397
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1398
1398
  id: string;
1399
1399
  metadata: {
1400
- id: string;
1401
1400
  name: string;
1401
+ id: string;
1402
1402
  picture?: string | undefined;
1403
1403
  additionalCredentials?: any;
1404
1404
  };
@@ -1425,10 +1425,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1425
1425
  };
1426
1426
  }[] | undefined;
1427
1427
  }, {
1428
+ name: string;
1428
1429
  id: string;
1429
1430
  channel: string | null;
1430
1431
  address: string | null;
1431
- name: string;
1432
1432
  createdAt: Date;
1433
1433
  updatedAt: Date;
1434
1434
  deletedAt: Date | null;
@@ -1473,8 +1473,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1473
1473
  createdAt: Date;
1474
1474
  updatedAt: Date;
1475
1475
  deletedAt: Date | null;
1476
- address?: string | null | undefined;
1477
1476
  name?: string | undefined;
1477
+ address?: string | null | undefined;
1478
1478
  phone?: string | null | undefined;
1479
1479
  industry?: string | null | undefined;
1480
1480
  } | null;
@@ -1482,8 +1482,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1482
1482
  contactProfile: string | null;
1483
1483
  socialProfileUrl: string | null;
1484
1484
  tags: {
1485
- id: string;
1486
1485
  name: string;
1486
+ id: string;
1487
1487
  createdAt: Date;
1488
1488
  updatedAt: Date;
1489
1489
  deletedAt: Date | null;
@@ -1508,8 +1508,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1508
1508
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1509
1509
  id: string;
1510
1510
  metadata: {
1511
- id: string;
1512
1511
  name: string;
1512
+ id: string;
1513
1513
  picture?: string | undefined;
1514
1514
  additionalCredentials?: any;
1515
1515
  };
@@ -1540,8 +1540,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1540
1540
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1541
1541
  id: string;
1542
1542
  metadata: {
1543
- id: string;
1544
1543
  name: string;
1544
+ id: string;
1545
1545
  picture?: string | undefined;
1546
1546
  additionalCredentials?: any;
1547
1547
  };
@@ -1549,10 +1549,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1549
1549
  updatedAt: Date;
1550
1550
  deletedAt: Date | null;
1551
1551
  contact: {
1552
+ name: string;
1552
1553
  id: string;
1553
1554
  channel: string | null;
1554
1555
  address: string | null;
1555
- name: string;
1556
1556
  createdAt: Date;
1557
1557
  updatedAt: Date;
1558
1558
  deletedAt: Date | null;
@@ -1597,8 +1597,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1597
1597
  createdAt: Date;
1598
1598
  updatedAt: Date;
1599
1599
  deletedAt: Date | null;
1600
- address?: string | null | undefined;
1601
1600
  name?: string | undefined;
1601
+ address?: string | null | undefined;
1602
1602
  phone?: string | null | undefined;
1603
1603
  industry?: string | null | undefined;
1604
1604
  } | null;
@@ -1606,8 +1606,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1606
1606
  contactProfile: string | null;
1607
1607
  socialProfileUrl: string | null;
1608
1608
  tags: {
1609
- id: string;
1610
1609
  name: string;
1610
+ id: string;
1611
1611
  createdAt: Date;
1612
1612
  updatedAt: Date;
1613
1613
  deletedAt: Date | null;
@@ -1632,8 +1632,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1632
1632
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1633
1633
  id: string;
1634
1634
  metadata: {
1635
- id: string;
1636
1635
  name: string;
1636
+ id: string;
1637
1637
  picture?: string | undefined;
1638
1638
  additionalCredentials?: any;
1639
1639
  };
@@ -1666,8 +1666,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1666
1666
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1667
1667
  id: string;
1668
1668
  metadata: {
1669
- id: string;
1670
1669
  name: string;
1670
+ id: string;
1671
1671
  picture?: string | undefined;
1672
1672
  additionalCredentials?: any;
1673
1673
  };
@@ -1675,10 +1675,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1675
1675
  updatedAt: Date;
1676
1676
  deletedAt: Date | null;
1677
1677
  contact: {
1678
+ name: string;
1678
1679
  id: string;
1679
1680
  channel: string | null;
1680
1681
  address: string | null;
1681
- name: string;
1682
1682
  createdAt: Date;
1683
1683
  updatedAt: Date;
1684
1684
  deletedAt: Date | null;
@@ -1723,8 +1723,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1723
1723
  createdAt: Date;
1724
1724
  updatedAt: Date;
1725
1725
  deletedAt: Date | null;
1726
- address?: string | null | undefined;
1727
1726
  name?: string | undefined;
1727
+ address?: string | null | undefined;
1728
1728
  phone?: string | null | undefined;
1729
1729
  industry?: string | null | undefined;
1730
1730
  } | null;
@@ -1732,8 +1732,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1732
1732
  contactProfile: string | null;
1733
1733
  socialProfileUrl: string | null;
1734
1734
  tags: {
1735
- id: string;
1736
1735
  name: string;
1736
+ id: string;
1737
1737
  createdAt: Date;
1738
1738
  updatedAt: Date;
1739
1739
  deletedAt: Date | null;
@@ -1758,8 +1758,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1758
1758
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1759
1759
  id: string;
1760
1760
  metadata: {
1761
- id: string;
1762
1761
  name: string;
1762
+ id: string;
1763
1763
  picture?: string | undefined;
1764
1764
  additionalCredentials?: any;
1765
1765
  };
@@ -1907,9 +1907,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1907
1907
  telephonySignature: string | null;
1908
1908
  }>;
1909
1909
  }, "strip", z.ZodTypeAny, {
1910
+ name: string;
1910
1911
  id: string;
1911
1912
  address: string | null;
1912
- name: string;
1913
1913
  email: string;
1914
1914
  createdAt: Date;
1915
1915
  updatedAt: Date;
@@ -1950,9 +1950,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1950
1950
  telephonySignature: string | null;
1951
1951
  };
1952
1952
  }, {
1953
+ name: string;
1953
1954
  id: string;
1954
1955
  address: string | null;
1955
- name: string;
1956
1956
  email: string;
1957
1957
  createdAt: Date;
1958
1958
  updatedAt: Date;
@@ -2111,9 +2111,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2111
2111
  telephonySignature: string | null;
2112
2112
  }>;
2113
2113
  }, "strip", z.ZodTypeAny, {
2114
+ name: string;
2114
2115
  id: string;
2115
2116
  address: string | null;
2116
- name: string;
2117
2117
  email: string;
2118
2118
  createdAt: Date;
2119
2119
  updatedAt: Date;
@@ -2154,9 +2154,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2154
2154
  telephonySignature: string | null;
2155
2155
  };
2156
2156
  }, {
2157
+ name: string;
2157
2158
  id: string;
2158
2159
  address: string | null;
2159
- name: string;
2160
2160
  email: string;
2161
2161
  createdAt: Date;
2162
2162
  updatedAt: Date;
@@ -2255,8 +2255,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2255
2255
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2256
2256
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2257
2257
  }, "strip", z.ZodTypeAny, {
2258
- id: string;
2259
2258
  name: string;
2259
+ id: string;
2260
2260
  accessToken?: string | undefined;
2261
2261
  channelSecret?: string | undefined;
2262
2262
  additionalCredentials?: any;
@@ -2279,8 +2279,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2279
2279
  lineRichMenuId?: string | null | undefined;
2280
2280
  messengerIntegrationType?: "own" | "business" | undefined;
2281
2281
  }, {
2282
- id: string;
2283
2282
  name: string;
2283
+ id: string;
2284
2284
  accessToken?: string | undefined;
2285
2285
  channelSecret?: string | undefined;
2286
2286
  additionalCredentials?: any;
@@ -2316,14 +2316,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2316
2316
  integrationId: z.ZodString;
2317
2317
  accessToken: z.ZodString;
2318
2318
  }, "strip", z.ZodTypeAny, {
2319
- id: string;
2320
2319
  name: string;
2320
+ id: string;
2321
2321
  accessToken: string;
2322
2322
  botId: string;
2323
2323
  integrationId: string;
2324
2324
  }, {
2325
- id: string;
2326
2325
  name: string;
2326
+ id: string;
2327
2327
  accessToken: string;
2328
2328
  botId: string;
2329
2329
  integrationId: string;
@@ -2446,9 +2446,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2446
2446
  telephonySignature: string | null;
2447
2447
  }>;
2448
2448
  }, "strip", z.ZodTypeAny, {
2449
+ name: string;
2449
2450
  id: string;
2450
2451
  address: string | null;
2451
- name: string;
2452
2452
  email: string;
2453
2453
  createdAt: Date;
2454
2454
  updatedAt: Date;
@@ -2489,9 +2489,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2489
2489
  telephonySignature: string | null;
2490
2490
  };
2491
2491
  }, {
2492
+ name: string;
2492
2493
  id: string;
2493
2494
  address: string | null;
2494
- name: string;
2495
2495
  email: string;
2496
2496
  createdAt: Date;
2497
2497
  updatedAt: Date;
@@ -2533,12 +2533,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2533
2533
  };
2534
2534
  }>;
2535
2535
  }, "strip", z.ZodTypeAny, {
2536
+ name: string;
2536
2537
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2537
2538
  id: string;
2538
- name: string;
2539
2539
  metadata: {
2540
- id: string;
2541
2540
  name: string;
2541
+ id: string;
2542
2542
  accessToken?: string | undefined;
2543
2543
  channelSecret?: string | undefined;
2544
2544
  additionalCredentials?: any;
@@ -2566,9 +2566,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2566
2566
  updatedAt: Date;
2567
2567
  deletedAt: Date | null;
2568
2568
  actor: {
2569
+ name: string;
2569
2570
  id: string;
2570
2571
  address: string | null;
2571
- name: string;
2572
2572
  email: string;
2573
2573
  createdAt: Date;
2574
2574
  updatedAt: Date;
@@ -2615,19 +2615,19 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2615
2615
  connectedUserName: string;
2616
2616
  connectedUserId: string;
2617
2617
  botpressBot: {
2618
- id: string;
2619
2618
  name: string;
2619
+ id: string;
2620
2620
  accessToken: string;
2621
2621
  botId: string;
2622
2622
  integrationId: string;
2623
2623
  } | null;
2624
2624
  }, {
2625
+ name: string;
2625
2626
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2626
2627
  id: string;
2627
- name: string;
2628
2628
  metadata: {
2629
- id: string;
2630
2629
  name: string;
2630
+ id: string;
2631
2631
  accessToken?: string | undefined;
2632
2632
  channelSecret?: string | undefined;
2633
2633
  additionalCredentials?: any;
@@ -2655,9 +2655,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2655
2655
  updatedAt: Date;
2656
2656
  deletedAt: Date | null;
2657
2657
  actor: {
2658
+ name: string;
2658
2659
  id: string;
2659
2660
  address: string | null;
2660
- name: string;
2661
2661
  email: string;
2662
2662
  createdAt: Date;
2663
2663
  updatedAt: Date;
@@ -2704,8 +2704,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2704
2704
  connectedUserName: string;
2705
2705
  connectedUserId: string;
2706
2706
  botpressBot: {
2707
- id: string;
2708
2707
  name: string;
2708
+ id: string;
2709
2709
  accessToken: string;
2710
2710
  botId: string;
2711
2711
  integrationId: string;
@@ -2714,12 +2714,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2714
2714
  }, "strip", z.ZodTypeAny, {
2715
2715
  id: string;
2716
2716
  channel: {
2717
+ name: string;
2717
2718
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2718
2719
  id: string;
2719
- name: string;
2720
2720
  metadata: {
2721
- id: string;
2722
2721
  name: string;
2722
+ id: string;
2723
2723
  accessToken?: string | undefined;
2724
2724
  channelSecret?: string | undefined;
2725
2725
  additionalCredentials?: any;
@@ -2747,9 +2747,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2747
2747
  updatedAt: Date;
2748
2748
  deletedAt: Date | null;
2749
2749
  actor: {
2750
+ name: string;
2750
2751
  id: string;
2751
2752
  address: string | null;
2752
- name: string;
2753
2753
  email: string;
2754
2754
  createdAt: Date;
2755
2755
  updatedAt: Date;
@@ -2796,8 +2796,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2796
2796
  connectedUserName: string;
2797
2797
  connectedUserId: string;
2798
2798
  botpressBot: {
2799
- id: string;
2800
2799
  name: string;
2800
+ id: string;
2801
2801
  accessToken: string;
2802
2802
  botId: string;
2803
2803
  integrationId: string;
@@ -2808,9 +2808,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2808
2808
  updatedAt: Date;
2809
2809
  deletedAt: Date | null;
2810
2810
  actor: {
2811
+ name: string;
2811
2812
  id: string;
2812
2813
  address: string | null;
2813
- name: string;
2814
2814
  email: string;
2815
2815
  createdAt: Date;
2816
2816
  updatedAt: Date;
@@ -2862,8 +2862,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2862
2862
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2863
2863
  id: string;
2864
2864
  metadata: {
2865
- id: string;
2866
2865
  name: string;
2866
+ id: string;
2867
2867
  picture?: string | undefined;
2868
2868
  additionalCredentials?: any;
2869
2869
  };
@@ -2871,10 +2871,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2871
2871
  updatedAt: Date;
2872
2872
  deletedAt: Date | null;
2873
2873
  contact: {
2874
+ name: string;
2874
2875
  id: string;
2875
2876
  channel: string | null;
2876
2877
  address: string | null;
2877
- name: string;
2878
2878
  createdAt: Date;
2879
2879
  updatedAt: Date;
2880
2880
  deletedAt: Date | null;
@@ -2919,8 +2919,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2919
2919
  createdAt: Date;
2920
2920
  updatedAt: Date;
2921
2921
  deletedAt: Date | null;
2922
- address?: string | null | undefined;
2923
2922
  name?: string | undefined;
2923
+ address?: string | null | undefined;
2924
2924
  phone?: string | null | undefined;
2925
2925
  industry?: string | null | undefined;
2926
2926
  } | null;
@@ -2928,8 +2928,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2928
2928
  contactProfile: string | null;
2929
2929
  socialProfileUrl: string | null;
2930
2930
  tags: {
2931
- id: string;
2932
2931
  name: string;
2932
+ id: string;
2933
2933
  createdAt: Date;
2934
2934
  updatedAt: Date;
2935
2935
  deletedAt: Date | null;
@@ -2954,8 +2954,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2954
2954
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2955
2955
  id: string;
2956
2956
  metadata: {
2957
- id: string;
2958
2957
  name: string;
2958
+ id: string;
2959
2959
  picture?: string | undefined;
2960
2960
  additionalCredentials?: any;
2961
2961
  };
@@ -2986,9 +2986,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2986
2986
  socialPlatformId: string;
2987
2987
  };
2988
2988
  assignee: {
2989
+ name: string;
2989
2990
  id: string;
2990
2991
  address: string | null;
2991
- name: string;
2992
2992
  email: string;
2993
2993
  createdAt: Date;
2994
2994
  updatedAt: Date;
@@ -3032,12 +3032,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3032
3032
  }, {
3033
3033
  id: string;
3034
3034
  channel: {
3035
+ name: string;
3035
3036
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3036
3037
  id: string;
3037
- name: string;
3038
3038
  metadata: {
3039
- id: string;
3040
3039
  name: string;
3040
+ id: string;
3041
3041
  accessToken?: string | undefined;
3042
3042
  channelSecret?: string | undefined;
3043
3043
  additionalCredentials?: any;
@@ -3065,9 +3065,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3065
3065
  updatedAt: Date;
3066
3066
  deletedAt: Date | null;
3067
3067
  actor: {
3068
+ name: string;
3068
3069
  id: string;
3069
3070
  address: string | null;
3070
- name: string;
3071
3071
  email: string;
3072
3072
  createdAt: Date;
3073
3073
  updatedAt: Date;
@@ -3114,8 +3114,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3114
3114
  connectedUserName: string;
3115
3115
  connectedUserId: string;
3116
3116
  botpressBot: {
3117
- id: string;
3118
3117
  name: string;
3118
+ id: string;
3119
3119
  accessToken: string;
3120
3120
  botId: string;
3121
3121
  integrationId: string;
@@ -3126,9 +3126,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3126
3126
  updatedAt: Date;
3127
3127
  deletedAt: Date | null;
3128
3128
  actor: {
3129
+ name: string;
3129
3130
  id: string;
3130
3131
  address: string | null;
3131
- name: string;
3132
3132
  email: string;
3133
3133
  createdAt: Date;
3134
3134
  updatedAt: Date;
@@ -3180,8 +3180,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3180
3180
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3181
3181
  id: string;
3182
3182
  metadata: {
3183
- id: string;
3184
3183
  name: string;
3184
+ id: string;
3185
3185
  picture?: string | undefined;
3186
3186
  additionalCredentials?: any;
3187
3187
  };
@@ -3189,10 +3189,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3189
3189
  updatedAt: Date;
3190
3190
  deletedAt: Date | null;
3191
3191
  contact: {
3192
+ name: string;
3192
3193
  id: string;
3193
3194
  channel: string | null;
3194
3195
  address: string | null;
3195
- name: string;
3196
3196
  createdAt: Date;
3197
3197
  updatedAt: Date;
3198
3198
  deletedAt: Date | null;
@@ -3237,8 +3237,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3237
3237
  createdAt: Date;
3238
3238
  updatedAt: Date;
3239
3239
  deletedAt: Date | null;
3240
- address?: string | null | undefined;
3241
3240
  name?: string | undefined;
3241
+ address?: string | null | undefined;
3242
3242
  phone?: string | null | undefined;
3243
3243
  industry?: string | null | undefined;
3244
3244
  } | null;
@@ -3246,8 +3246,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3246
3246
  contactProfile: string | null;
3247
3247
  socialProfileUrl: string | null;
3248
3248
  tags: {
3249
- id: string;
3250
3249
  name: string;
3250
+ id: string;
3251
3251
  createdAt: Date;
3252
3252
  updatedAt: Date;
3253
3253
  deletedAt: Date | null;
@@ -3272,8 +3272,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3272
3272
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3273
3273
  id: string;
3274
3274
  metadata: {
3275
- id: string;
3276
3275
  name: string;
3276
+ id: string;
3277
3277
  picture?: string | undefined;
3278
3278
  additionalCredentials?: any;
3279
3279
  };
@@ -3304,9 +3304,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3304
3304
  socialPlatformId: string;
3305
3305
  };
3306
3306
  assignee: {
3307
+ name: string;
3307
3308
  id: string;
3308
3309
  address: string | null;
3309
- name: string;
3310
3310
  email: string;
3311
3311
  createdAt: Date;
3312
3312
  updatedAt: Date;
@@ -3379,14 +3379,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3379
3379
  deletedAt: z.ZodNullable<z.ZodDate>;
3380
3380
  name: z.ZodString;
3381
3381
  }, "strip", z.ZodTypeAny, {
3382
- id: string;
3383
3382
  name: string;
3383
+ id: string;
3384
3384
  createdAt: Date;
3385
3385
  updatedAt: Date;
3386
3386
  deletedAt: Date | null;
3387
3387
  }, {
3388
- id: string;
3389
3388
  name: string;
3389
+ id: string;
3390
3390
  createdAt: Date;
3391
3391
  updatedAt: Date;
3392
3392
  deletedAt: Date | null;
@@ -3542,8 +3542,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3542
3542
  createdAt: Date;
3543
3543
  updatedAt: Date;
3544
3544
  deletedAt: Date | null;
3545
- address?: string | null | undefined;
3546
3545
  name?: string | undefined;
3546
+ address?: string | null | undefined;
3547
3547
  phone?: string | null | undefined;
3548
3548
  industry?: string | null | undefined;
3549
3549
  }, {
@@ -3551,8 +3551,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3551
3551
  createdAt: Date;
3552
3552
  updatedAt: Date;
3553
3553
  deletedAt: Date | null;
3554
- address?: string | null | undefined;
3555
3554
  name?: string | undefined;
3555
+ address?: string | null | undefined;
3556
3556
  phone?: string | null | undefined;
3557
3557
  industry?: string | null | undefined;
3558
3558
  }>>;
@@ -3570,13 +3570,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3570
3570
  picture: z.ZodOptional<z.ZodString>;
3571
3571
  additionalCredentials: z.ZodAny;
3572
3572
  }, "strip", z.ZodTypeAny, {
3573
- id: string;
3574
3573
  name: string;
3574
+ id: string;
3575
3575
  picture?: string | undefined;
3576
3576
  additionalCredentials?: any;
3577
3577
  }, {
3578
- id: string;
3579
3578
  name: string;
3579
+ id: string;
3580
3580
  picture?: string | undefined;
3581
3581
  additionalCredentials?: any;
3582
3582
  }>;
@@ -3584,8 +3584,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3584
3584
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3585
3585
  id: string;
3586
3586
  metadata: {
3587
- id: string;
3588
3587
  name: string;
3588
+ id: string;
3589
3589
  picture?: string | undefined;
3590
3590
  additionalCredentials?: any;
3591
3591
  };
@@ -3598,8 +3598,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3598
3598
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3599
3599
  id: string;
3600
3600
  metadata: {
3601
- id: string;
3602
3601
  name: string;
3602
+ id: string;
3603
3603
  picture?: string | undefined;
3604
3604
  additionalCredentials?: any;
3605
3605
  };
@@ -3909,10 +3909,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3909
3909
  };
3910
3910
  }>, "many">>;
3911
3911
  }, "strip", z.ZodTypeAny, {
3912
+ name: string;
3912
3913
  id: string;
3913
3914
  channel: string | null;
3914
3915
  address: string | null;
3915
- name: string;
3916
3916
  createdAt: Date;
3917
3917
  updatedAt: Date;
3918
3918
  deletedAt: Date | null;
@@ -3957,8 +3957,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3957
3957
  createdAt: Date;
3958
3958
  updatedAt: Date;
3959
3959
  deletedAt: Date | null;
3960
- address?: string | null | undefined;
3961
3960
  name?: string | undefined;
3961
+ address?: string | null | undefined;
3962
3962
  phone?: string | null | undefined;
3963
3963
  industry?: string | null | undefined;
3964
3964
  } | null;
@@ -3966,8 +3966,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3966
3966
  contactProfile: string | null;
3967
3967
  socialProfileUrl: string | null;
3968
3968
  tags: {
3969
- id: string;
3970
3969
  name: string;
3970
+ id: string;
3971
3971
  createdAt: Date;
3972
3972
  updatedAt: Date;
3973
3973
  deletedAt: Date | null;
@@ -3992,8 +3992,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3992
3992
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3993
3993
  id: string;
3994
3994
  metadata: {
3995
- id: string;
3996
3995
  name: string;
3996
+ id: string;
3997
3997
  picture?: string | undefined;
3998
3998
  additionalCredentials?: any;
3999
3999
  };
@@ -4020,10 +4020,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4020
4020
  };
4021
4021
  }[] | undefined;
4022
4022
  }, {
4023
+ name: string;
4023
4024
  id: string;
4024
4025
  channel: string | null;
4025
4026
  address: string | null;
4026
- name: string;
4027
4027
  createdAt: Date;
4028
4028
  updatedAt: Date;
4029
4029
  deletedAt: Date | null;
@@ -4068,8 +4068,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4068
4068
  createdAt: Date;
4069
4069
  updatedAt: Date;
4070
4070
  deletedAt: Date | null;
4071
- address?: string | null | undefined;
4072
4071
  name?: string | undefined;
4072
+ address?: string | null | undefined;
4073
4073
  phone?: string | null | undefined;
4074
4074
  industry?: string | null | undefined;
4075
4075
  } | null;
@@ -4077,8 +4077,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4077
4077
  contactProfile: string | null;
4078
4078
  socialProfileUrl: string | null;
4079
4079
  tags: {
4080
- id: string;
4081
4080
  name: string;
4081
+ id: string;
4082
4082
  createdAt: Date;
4083
4083
  updatedAt: Date;
4084
4084
  deletedAt: Date | null;
@@ -4103,8 +4103,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4103
4103
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4104
4104
  id: string;
4105
4105
  metadata: {
4106
- id: string;
4107
4106
  name: string;
4107
+ id: string;
4108
4108
  picture?: string | undefined;
4109
4109
  additionalCredentials?: any;
4110
4110
  };
@@ -4322,9 +4322,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4322
4322
  telephonySignature: string | null;
4323
4323
  }>;
4324
4324
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4325
+ name: string;
4325
4326
  id: string;
4326
4327
  address: string | null;
4327
- name: string;
4328
4328
  email: string;
4329
4329
  createdAt: Date;
4330
4330
  updatedAt: Date;
@@ -4334,9 +4334,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4334
4334
  phone: string | null;
4335
4335
  notificationCount: number | null;
4336
4336
  }, {
4337
+ name: string;
4337
4338
  id: string;
4338
4339
  address: string | null;
4339
- name: string;
4340
4340
  email: string;
4341
4341
  createdAt: Date;
4342
4342
  updatedAt: Date;
@@ -4359,9 +4359,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4359
4359
  }, "strip", z.ZodTypeAny, {
4360
4360
  id: string;
4361
4361
  user: {
4362
+ name: string;
4362
4363
  id: string;
4363
4364
  address: string | null;
4364
- name: string;
4365
4365
  email: string;
4366
4366
  createdAt: Date;
4367
4367
  updatedAt: Date;
@@ -4384,9 +4384,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4384
4384
  }, {
4385
4385
  id: string;
4386
4386
  user: {
4387
+ name: string;
4387
4388
  id: string;
4388
4389
  address: string | null;
4389
- name: string;
4390
4390
  email: string;
4391
4391
  createdAt: Date;
4392
4392
  updatedAt: Date;
@@ -4527,9 +4527,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4527
4527
  telephonySignature: string | null;
4528
4528
  }>;
4529
4529
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4530
+ name: string;
4530
4531
  id: string;
4531
4532
  address: string | null;
4532
- name: string;
4533
4533
  email: string;
4534
4534
  createdAt: Date;
4535
4535
  updatedAt: Date;
@@ -4539,9 +4539,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4539
4539
  phone: string | null;
4540
4540
  notificationCount: number | null;
4541
4541
  }, {
4542
+ name: string;
4542
4543
  id: string;
4543
4544
  address: string | null;
4544
- name: string;
4545
4545
  email: string;
4546
4546
  createdAt: Date;
4547
4547
  updatedAt: Date;
@@ -4564,9 +4564,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4564
4564
  }, "strip", z.ZodTypeAny, {
4565
4565
  id: string;
4566
4566
  user: {
4567
+ name: string;
4567
4568
  id: string;
4568
4569
  address: string | null;
4569
- name: string;
4570
4570
  email: string;
4571
4571
  createdAt: Date;
4572
4572
  updatedAt: Date;
@@ -4589,9 +4589,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4589
4589
  }, {
4590
4590
  id: string;
4591
4591
  user: {
4592
+ name: string;
4592
4593
  id: string;
4593
4594
  address: string | null;
4594
- name: string;
4595
4595
  email: string;
4596
4596
  createdAt: Date;
4597
4597
  updatedAt: Date;
@@ -4616,9 +4616,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4616
4616
  callTo?: {
4617
4617
  id: string;
4618
4618
  user: {
4619
+ name: string;
4619
4620
  id: string;
4620
4621
  address: string | null;
4621
- name: string;
4622
4622
  email: string;
4623
4623
  createdAt: Date;
4624
4624
  updatedAt: Date;
@@ -4642,9 +4642,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4642
4642
  callFrom?: {
4643
4643
  id: string;
4644
4644
  user: {
4645
+ name: string;
4645
4646
  id: string;
4646
4647
  address: string | null;
4647
- name: string;
4648
4648
  email: string;
4649
4649
  createdAt: Date;
4650
4650
  updatedAt: Date;
@@ -4669,9 +4669,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4669
4669
  callTo?: {
4670
4670
  id: string;
4671
4671
  user: {
4672
+ name: string;
4672
4673
  id: string;
4673
4674
  address: string | null;
4674
- name: string;
4675
4675
  email: string;
4676
4676
  createdAt: Date;
4677
4677
  updatedAt: Date;
@@ -4695,9 +4695,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4695
4695
  callFrom?: {
4696
4696
  id: string;
4697
4697
  user: {
4698
+ name: string;
4698
4699
  id: string;
4699
4700
  address: string | null;
4700
- name: string;
4701
4701
  email: string;
4702
4702
  createdAt: Date;
4703
4703
  updatedAt: Date;
@@ -4851,9 +4851,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4851
4851
  telephonySignature: string | null;
4852
4852
  }>;
4853
4853
  }, "strip", z.ZodTypeAny, {
4854
+ name: string;
4854
4855
  id: string;
4855
4856
  address: string | null;
4856
- name: string;
4857
4857
  email: string;
4858
4858
  createdAt: Date;
4859
4859
  updatedAt: Date;
@@ -4894,9 +4894,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4894
4894
  telephonySignature: string | null;
4895
4895
  };
4896
4896
  }, {
4897
+ name: string;
4897
4898
  id: string;
4898
4899
  address: string | null;
4899
- name: string;
4900
4900
  email: string;
4901
4901
  createdAt: Date;
4902
4902
  updatedAt: Date;
@@ -4950,9 +4950,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4950
4950
  extensionName: string;
4951
4951
  telephonySignature: string | null;
4952
4952
  user?: {
4953
+ name: string;
4953
4954
  id: string;
4954
4955
  address: string | null;
4955
- name: string;
4956
4956
  email: string;
4957
4957
  createdAt: Date;
4958
4958
  updatedAt: Date;
@@ -5006,9 +5006,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5006
5006
  extensionName: string;
5007
5007
  telephonySignature: string | null;
5008
5008
  user?: {
5009
+ name: string;
5009
5010
  id: string;
5010
5011
  address: string | null;
5011
- name: string;
5012
5012
  email: string;
5013
5013
  createdAt: Date;
5014
5014
  updatedAt: Date;
@@ -5078,9 +5078,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5078
5078
  callTo?: {
5079
5079
  id: string;
5080
5080
  user: {
5081
+ name: string;
5081
5082
  id: string;
5082
5083
  address: string | null;
5083
- name: string;
5084
5084
  email: string;
5085
5085
  createdAt: Date;
5086
5086
  updatedAt: Date;
@@ -5104,9 +5104,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5104
5104
  callFrom?: {
5105
5105
  id: string;
5106
5106
  user: {
5107
+ name: string;
5107
5108
  id: string;
5108
5109
  address: string | null;
5109
- name: string;
5110
5110
  email: string;
5111
5111
  createdAt: Date;
5112
5112
  updatedAt: Date;
@@ -5132,10 +5132,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5132
5132
  telephonyQueueId: string | null;
5133
5133
  contactId: string | null;
5134
5134
  contact?: {
5135
+ name: string;
5135
5136
  id: string;
5136
5137
  channel: string | null;
5137
5138
  address: string | null;
5138
- name: string;
5139
5139
  createdAt: Date;
5140
5140
  updatedAt: Date;
5141
5141
  deletedAt: Date | null;
@@ -5180,8 +5180,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5180
5180
  createdAt: Date;
5181
5181
  updatedAt: Date;
5182
5182
  deletedAt: Date | null;
5183
- address?: string | null | undefined;
5184
5183
  name?: string | undefined;
5184
+ address?: string | null | undefined;
5185
5185
  phone?: string | null | undefined;
5186
5186
  industry?: string | null | undefined;
5187
5187
  } | null;
@@ -5189,8 +5189,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5189
5189
  contactProfile: string | null;
5190
5190
  socialProfileUrl: string | null;
5191
5191
  tags: {
5192
- id: string;
5193
5192
  name: string;
5193
+ id: string;
5194
5194
  createdAt: Date;
5195
5195
  updatedAt: Date;
5196
5196
  deletedAt: Date | null;
@@ -5215,8 +5215,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5215
5215
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5216
5216
  id: string;
5217
5217
  metadata: {
5218
- id: string;
5219
5218
  name: string;
5219
+ id: string;
5220
5220
  picture?: string | undefined;
5221
5221
  additionalCredentials?: any;
5222
5222
  };
@@ -5278,9 +5278,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5278
5278
  extensionName: string;
5279
5279
  telephonySignature: string | null;
5280
5280
  user?: {
5281
+ name: string;
5281
5282
  id: string;
5282
5283
  address: string | null;
5283
- name: string;
5284
5284
  email: string;
5285
5285
  createdAt: Date;
5286
5286
  updatedAt: Date;
@@ -5348,9 +5348,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5348
5348
  callTo?: {
5349
5349
  id: string;
5350
5350
  user: {
5351
+ name: string;
5351
5352
  id: string;
5352
5353
  address: string | null;
5353
- name: string;
5354
5354
  email: string;
5355
5355
  createdAt: Date;
5356
5356
  updatedAt: Date;
@@ -5374,9 +5374,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5374
5374
  callFrom?: {
5375
5375
  id: string;
5376
5376
  user: {
5377
+ name: string;
5377
5378
  id: string;
5378
5379
  address: string | null;
5379
- name: string;
5380
5380
  email: string;
5381
5381
  createdAt: Date;
5382
5382
  updatedAt: Date;
@@ -5402,10 +5402,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5402
5402
  telephonyQueueId: string | null;
5403
5403
  contactId: string | null;
5404
5404
  contact?: {
5405
+ name: string;
5405
5406
  id: string;
5406
5407
  channel: string | null;
5407
5408
  address: string | null;
5408
- name: string;
5409
5409
  createdAt: Date;
5410
5410
  updatedAt: Date;
5411
5411
  deletedAt: Date | null;
@@ -5450,8 +5450,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5450
5450
  createdAt: Date;
5451
5451
  updatedAt: Date;
5452
5452
  deletedAt: Date | null;
5453
- address?: string | null | undefined;
5454
5453
  name?: string | undefined;
5454
+ address?: string | null | undefined;
5455
5455
  phone?: string | null | undefined;
5456
5456
  industry?: string | null | undefined;
5457
5457
  } | null;
@@ -5459,8 +5459,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5459
5459
  contactProfile: string | null;
5460
5460
  socialProfileUrl: string | null;
5461
5461
  tags: {
5462
- id: string;
5463
5462
  name: string;
5463
+ id: string;
5464
5464
  createdAt: Date;
5465
5465
  updatedAt: Date;
5466
5466
  deletedAt: Date | null;
@@ -5485,8 +5485,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5485
5485
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5486
5486
  id: string;
5487
5487
  metadata: {
5488
- id: string;
5489
5488
  name: string;
5489
+ id: string;
5490
5490
  picture?: string | undefined;
5491
5491
  additionalCredentials?: any;
5492
5492
  };
@@ -5548,9 +5548,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5548
5548
  extensionName: string;
5549
5549
  telephonySignature: string | null;
5550
5550
  user?: {
5551
+ name: string;
5551
5552
  id: string;
5552
5553
  address: string | null;
5553
- name: string;
5554
5554
  email: string;
5555
5555
  createdAt: Date;
5556
5556
  updatedAt: Date;
@@ -5618,14 +5618,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5618
5618
  deletedAt: z.ZodNullable<z.ZodDate>;
5619
5619
  name: z.ZodString;
5620
5620
  }, "strip", z.ZodTypeAny, {
5621
- id: string;
5622
5621
  name: string;
5622
+ id: string;
5623
5623
  createdAt: Date;
5624
5624
  updatedAt: Date;
5625
5625
  deletedAt: Date | null;
5626
5626
  }, {
5627
- id: string;
5628
5627
  name: string;
5628
+ id: string;
5629
5629
  createdAt: Date;
5630
5630
  updatedAt: Date;
5631
5631
  deletedAt: Date | null;
@@ -5781,8 +5781,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5781
5781
  createdAt: Date;
5782
5782
  updatedAt: Date;
5783
5783
  deletedAt: Date | null;
5784
- address?: string | null | undefined;
5785
5784
  name?: string | undefined;
5785
+ address?: string | null | undefined;
5786
5786
  phone?: string | null | undefined;
5787
5787
  industry?: string | null | undefined;
5788
5788
  }, {
@@ -5790,8 +5790,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5790
5790
  createdAt: Date;
5791
5791
  updatedAt: Date;
5792
5792
  deletedAt: Date | null;
5793
- address?: string | null | undefined;
5794
5793
  name?: string | undefined;
5794
+ address?: string | null | undefined;
5795
5795
  phone?: string | null | undefined;
5796
5796
  industry?: string | null | undefined;
5797
5797
  }>>;
@@ -5809,13 +5809,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5809
5809
  picture: z.ZodOptional<z.ZodString>;
5810
5810
  additionalCredentials: z.ZodAny;
5811
5811
  }, "strip", z.ZodTypeAny, {
5812
- id: string;
5813
5812
  name: string;
5813
+ id: string;
5814
5814
  picture?: string | undefined;
5815
5815
  additionalCredentials?: any;
5816
5816
  }, {
5817
- id: string;
5818
5817
  name: string;
5818
+ id: string;
5819
5819
  picture?: string | undefined;
5820
5820
  additionalCredentials?: any;
5821
5821
  }>;
@@ -5823,8 +5823,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5823
5823
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5824
5824
  id: string;
5825
5825
  metadata: {
5826
- id: string;
5827
5826
  name: string;
5827
+ id: string;
5828
5828
  picture?: string | undefined;
5829
5829
  additionalCredentials?: any;
5830
5830
  };
@@ -5837,8 +5837,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5837
5837
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5838
5838
  id: string;
5839
5839
  metadata: {
5840
- id: string;
5841
5840
  name: string;
5841
+ id: string;
5842
5842
  picture?: string | undefined;
5843
5843
  additionalCredentials?: any;
5844
5844
  };
@@ -6148,10 +6148,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6148
6148
  };
6149
6149
  }>, "many">>;
6150
6150
  }, "strip", z.ZodTypeAny, {
6151
+ name: string;
6151
6152
  id: string;
6152
6153
  channel: string | null;
6153
6154
  address: string | null;
6154
- name: string;
6155
6155
  createdAt: Date;
6156
6156
  updatedAt: Date;
6157
6157
  deletedAt: Date | null;
@@ -6196,8 +6196,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6196
6196
  createdAt: Date;
6197
6197
  updatedAt: Date;
6198
6198
  deletedAt: Date | null;
6199
- address?: string | null | undefined;
6200
6199
  name?: string | undefined;
6200
+ address?: string | null | undefined;
6201
6201
  phone?: string | null | undefined;
6202
6202
  industry?: string | null | undefined;
6203
6203
  } | null;
@@ -6205,8 +6205,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6205
6205
  contactProfile: string | null;
6206
6206
  socialProfileUrl: string | null;
6207
6207
  tags: {
6208
- id: string;
6209
6208
  name: string;
6209
+ id: string;
6210
6210
  createdAt: Date;
6211
6211
  updatedAt: Date;
6212
6212
  deletedAt: Date | null;
@@ -6231,8 +6231,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6231
6231
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6232
6232
  id: string;
6233
6233
  metadata: {
6234
- id: string;
6235
6234
  name: string;
6235
+ id: string;
6236
6236
  picture?: string | undefined;
6237
6237
  additionalCredentials?: any;
6238
6238
  };
@@ -6259,10 +6259,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6259
6259
  };
6260
6260
  }[] | undefined;
6261
6261
  }, {
6262
+ name: string;
6262
6263
  id: string;
6263
6264
  channel: string | null;
6264
6265
  address: string | null;
6265
- name: string;
6266
6266
  createdAt: Date;
6267
6267
  updatedAt: Date;
6268
6268
  deletedAt: Date | null;
@@ -6307,8 +6307,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6307
6307
  createdAt: Date;
6308
6308
  updatedAt: Date;
6309
6309
  deletedAt: Date | null;
6310
- address?: string | null | undefined;
6311
6310
  name?: string | undefined;
6311
+ address?: string | null | undefined;
6312
6312
  phone?: string | null | undefined;
6313
6313
  industry?: string | null | undefined;
6314
6314
  } | null;
@@ -6316,8 +6316,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6316
6316
  contactProfile: string | null;
6317
6317
  socialProfileUrl: string | null;
6318
6318
  tags: {
6319
- id: string;
6320
6319
  name: string;
6320
+ id: string;
6321
6321
  createdAt: Date;
6322
6322
  updatedAt: Date;
6323
6323
  deletedAt: Date | null;
@@ -6342,8 +6342,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6342
6342
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6343
6343
  id: string;
6344
6344
  metadata: {
6345
- id: string;
6346
6345
  name: string;
6346
+ id: string;
6347
6347
  picture?: string | undefined;
6348
6348
  additionalCredentials?: any;
6349
6349
  };
@@ -6488,9 +6488,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6488
6488
  telephonySignature: string | null;
6489
6489
  }>;
6490
6490
  }, "strip", z.ZodTypeAny, {
6491
+ name: string;
6491
6492
  id: string;
6492
6493
  address: string | null;
6493
- name: string;
6494
6494
  email: string;
6495
6495
  createdAt: Date;
6496
6496
  updatedAt: Date;
@@ -6531,9 +6531,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6531
6531
  telephonySignature: string | null;
6532
6532
  };
6533
6533
  }, {
6534
+ name: string;
6534
6535
  id: string;
6535
6536
  address: string | null;
6536
- name: string;
6537
6537
  email: string;
6538
6538
  createdAt: Date;
6539
6539
  updatedAt: Date;
@@ -6692,9 +6692,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6692
6692
  telephonySignature: string | null;
6693
6693
  }>;
6694
6694
  }, "strip", z.ZodTypeAny, {
6695
+ name: string;
6695
6696
  id: string;
6696
6697
  address: string | null;
6697
- name: string;
6698
6698
  email: string;
6699
6699
  createdAt: Date;
6700
6700
  updatedAt: Date;
@@ -6735,9 +6735,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6735
6735
  telephonySignature: string | null;
6736
6736
  };
6737
6737
  }, {
6738
+ name: string;
6738
6739
  id: string;
6739
6740
  address: string | null;
6740
- name: string;
6741
6741
  email: string;
6742
6742
  createdAt: Date;
6743
6743
  updatedAt: Date;
@@ -6896,9 +6896,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6896
6896
  telephonySignature: string | null;
6897
6897
  }>;
6898
6898
  }, "strip", z.ZodTypeAny, {
6899
+ name: string;
6899
6900
  id: string;
6900
6901
  address: string | null;
6901
- name: string;
6902
6902
  email: string;
6903
6903
  createdAt: Date;
6904
6904
  updatedAt: Date;
@@ -6939,9 +6939,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6939
6939
  telephonySignature: string | null;
6940
6940
  };
6941
6941
  }, {
6942
+ name: string;
6942
6943
  id: string;
6943
6944
  address: string | null;
6944
- name: string;
6945
6945
  email: string;
6946
6946
  createdAt: Date;
6947
6947
  updatedAt: Date;
@@ -6992,10 +6992,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6992
6992
  deletedAt: Date | null;
6993
6993
  entityId: string;
6994
6994
  contact: {
6995
+ name: string;
6995
6996
  id: string;
6996
6997
  channel: string | null;
6997
6998
  address: string | null;
6998
- name: string;
6999
6999
  createdAt: Date;
7000
7000
  updatedAt: Date;
7001
7001
  deletedAt: Date | null;
@@ -7040,8 +7040,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7040
7040
  createdAt: Date;
7041
7041
  updatedAt: Date;
7042
7042
  deletedAt: Date | null;
7043
- address?: string | null | undefined;
7044
7043
  name?: string | undefined;
7044
+ address?: string | null | undefined;
7045
7045
  phone?: string | null | undefined;
7046
7046
  industry?: string | null | undefined;
7047
7047
  } | null;
@@ -7049,8 +7049,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7049
7049
  contactProfile: string | null;
7050
7050
  socialProfileUrl: string | null;
7051
7051
  tags: {
7052
- id: string;
7053
7052
  name: string;
7053
+ id: string;
7054
7054
  createdAt: Date;
7055
7055
  updatedAt: Date;
7056
7056
  deletedAt: Date | null;
@@ -7075,8 +7075,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7075
7075
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7076
7076
  id: string;
7077
7077
  metadata: {
7078
- id: string;
7079
7078
  name: string;
7079
+ id: string;
7080
7080
  picture?: string | undefined;
7081
7081
  additionalCredentials?: any;
7082
7082
  };
@@ -7138,8 +7138,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7138
7138
  }[];
7139
7139
  }[];
7140
7140
  tags: {
7141
- id: string;
7142
7141
  name: string;
7142
+ id: string;
7143
7143
  createdAt: Date;
7144
7144
  updatedAt: Date;
7145
7145
  deletedAt: Date | null;
@@ -7179,12 +7179,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7179
7179
  room: {
7180
7180
  id: string;
7181
7181
  channel: {
7182
+ name: string;
7182
7183
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7183
7184
  id: string;
7184
- name: string;
7185
7185
  metadata: {
7186
- id: string;
7187
7186
  name: string;
7187
+ id: string;
7188
7188
  accessToken?: string | undefined;
7189
7189
  channelSecret?: string | undefined;
7190
7190
  additionalCredentials?: any;
@@ -7212,9 +7212,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7212
7212
  updatedAt: Date;
7213
7213
  deletedAt: Date | null;
7214
7214
  actor: {
7215
+ name: string;
7215
7216
  id: string;
7216
7217
  address: string | null;
7217
- name: string;
7218
7218
  email: string;
7219
7219
  createdAt: Date;
7220
7220
  updatedAt: Date;
@@ -7261,8 +7261,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7261
7261
  connectedUserName: string;
7262
7262
  connectedUserId: string;
7263
7263
  botpressBot: {
7264
- id: string;
7265
7264
  name: string;
7265
+ id: string;
7266
7266
  accessToken: string;
7267
7267
  botId: string;
7268
7268
  integrationId: string;
@@ -7273,9 +7273,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7273
7273
  updatedAt: Date;
7274
7274
  deletedAt: Date | null;
7275
7275
  actor: {
7276
+ name: string;
7276
7277
  id: string;
7277
7278
  address: string | null;
7278
- name: string;
7279
7279
  email: string;
7280
7280
  createdAt: Date;
7281
7281
  updatedAt: Date;
@@ -7327,8 +7327,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7327
7327
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7328
7328
  id: string;
7329
7329
  metadata: {
7330
- id: string;
7331
7330
  name: string;
7331
+ id: string;
7332
7332
  picture?: string | undefined;
7333
7333
  additionalCredentials?: any;
7334
7334
  };
@@ -7336,10 +7336,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7336
7336
  updatedAt: Date;
7337
7337
  deletedAt: Date | null;
7338
7338
  contact: {
7339
+ name: string;
7339
7340
  id: string;
7340
7341
  channel: string | null;
7341
7342
  address: string | null;
7342
- name: string;
7343
7343
  createdAt: Date;
7344
7344
  updatedAt: Date;
7345
7345
  deletedAt: Date | null;
@@ -7384,8 +7384,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7384
7384
  createdAt: Date;
7385
7385
  updatedAt: Date;
7386
7386
  deletedAt: Date | null;
7387
- address?: string | null | undefined;
7388
7387
  name?: string | undefined;
7388
+ address?: string | null | undefined;
7389
7389
  phone?: string | null | undefined;
7390
7390
  industry?: string | null | undefined;
7391
7391
  } | null;
@@ -7393,8 +7393,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7393
7393
  contactProfile: string | null;
7394
7394
  socialProfileUrl: string | null;
7395
7395
  tags: {
7396
- id: string;
7397
7396
  name: string;
7397
+ id: string;
7398
7398
  createdAt: Date;
7399
7399
  updatedAt: Date;
7400
7400
  deletedAt: Date | null;
@@ -7419,8 +7419,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7419
7419
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7420
7420
  id: string;
7421
7421
  metadata: {
7422
- id: string;
7423
7422
  name: string;
7423
+ id: string;
7424
7424
  picture?: string | undefined;
7425
7425
  additionalCredentials?: any;
7426
7426
  };
@@ -7451,9 +7451,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7451
7451
  socialPlatformId: string;
7452
7452
  };
7453
7453
  assignee: {
7454
+ name: string;
7454
7455
  id: string;
7455
7456
  address: string | null;
7456
- name: string;
7457
7457
  email: string;
7458
7458
  createdAt: Date;
7459
7459
  updatedAt: Date;
@@ -7521,9 +7521,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7521
7521
  callTo?: {
7522
7522
  id: string;
7523
7523
  user: {
7524
+ name: string;
7524
7525
  id: string;
7525
7526
  address: string | null;
7526
- name: string;
7527
7527
  email: string;
7528
7528
  createdAt: Date;
7529
7529
  updatedAt: Date;
@@ -7547,9 +7547,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7547
7547
  callFrom?: {
7548
7548
  id: string;
7549
7549
  user: {
7550
+ name: string;
7550
7551
  id: string;
7551
7552
  address: string | null;
7552
- name: string;
7553
7553
  email: string;
7554
7554
  createdAt: Date;
7555
7555
  updatedAt: Date;
@@ -7575,10 +7575,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7575
7575
  telephonyQueueId: string | null;
7576
7576
  contactId: string | null;
7577
7577
  contact?: {
7578
+ name: string;
7578
7579
  id: string;
7579
7580
  channel: string | null;
7580
7581
  address: string | null;
7581
- name: string;
7582
7582
  createdAt: Date;
7583
7583
  updatedAt: Date;
7584
7584
  deletedAt: Date | null;
@@ -7623,8 +7623,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7623
7623
  createdAt: Date;
7624
7624
  updatedAt: Date;
7625
7625
  deletedAt: Date | null;
7626
- address?: string | null | undefined;
7627
7626
  name?: string | undefined;
7627
+ address?: string | null | undefined;
7628
7628
  phone?: string | null | undefined;
7629
7629
  industry?: string | null | undefined;
7630
7630
  } | null;
@@ -7632,8 +7632,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7632
7632
  contactProfile: string | null;
7633
7633
  socialProfileUrl: string | null;
7634
7634
  tags: {
7635
- id: string;
7636
7635
  name: string;
7636
+ id: string;
7637
7637
  createdAt: Date;
7638
7638
  updatedAt: Date;
7639
7639
  deletedAt: Date | null;
@@ -7658,8 +7658,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7658
7658
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7659
7659
  id: string;
7660
7660
  metadata: {
7661
- id: string;
7662
7661
  name: string;
7662
+ id: string;
7663
7663
  picture?: string | undefined;
7664
7664
  additionalCredentials?: any;
7665
7665
  };
@@ -7721,9 +7721,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7721
7721
  extensionName: string;
7722
7722
  telephonySignature: string | null;
7723
7723
  user?: {
7724
+ name: string;
7724
7725
  id: string;
7725
7726
  address: string | null;
7726
- name: string;
7727
7727
  email: string;
7728
7728
  createdAt: Date;
7729
7729
  updatedAt: Date;
@@ -7770,9 +7770,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7770
7770
  queueName?: string | null | undefined;
7771
7771
  } | null;
7772
7772
  firstAssignee: {
7773
+ name: string;
7773
7774
  id: string;
7774
7775
  address: string | null;
7775
- name: string;
7776
7776
  email: string;
7777
7777
  createdAt: Date;
7778
7778
  updatedAt: Date;
@@ -7814,9 +7814,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7814
7814
  };
7815
7815
  } | null;
7816
7816
  agent: {
7817
+ name: string;
7817
7818
  id: string;
7818
7819
  address: string | null;
7819
- name: string;
7820
7820
  email: string;
7821
7821
  createdAt: Date;
7822
7822
  updatedAt: Date;
@@ -7858,9 +7858,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7858
7858
  };
7859
7859
  } | null;
7860
7860
  closedAssignee: {
7861
+ name: string;
7861
7862
  id: string;
7862
7863
  address: string | null;
7863
- name: string;
7864
7864
  email: string;
7865
7865
  createdAt: Date;
7866
7866
  updatedAt: Date;
@@ -7911,10 +7911,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7911
7911
  deletedAt: Date | null;
7912
7912
  entityId: string;
7913
7913
  contact: {
7914
+ name: string;
7914
7915
  id: string;
7915
7916
  channel: string | null;
7916
7917
  address: string | null;
7917
- name: string;
7918
7918
  createdAt: Date;
7919
7919
  updatedAt: Date;
7920
7920
  deletedAt: Date | null;
@@ -7959,8 +7959,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7959
7959
  createdAt: Date;
7960
7960
  updatedAt: Date;
7961
7961
  deletedAt: Date | null;
7962
- address?: string | null | undefined;
7963
7962
  name?: string | undefined;
7963
+ address?: string | null | undefined;
7964
7964
  phone?: string | null | undefined;
7965
7965
  industry?: string | null | undefined;
7966
7966
  } | null;
@@ -7968,8 +7968,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7968
7968
  contactProfile: string | null;
7969
7969
  socialProfileUrl: string | null;
7970
7970
  tags: {
7971
- id: string;
7972
7971
  name: string;
7972
+ id: string;
7973
7973
  createdAt: Date;
7974
7974
  updatedAt: Date;
7975
7975
  deletedAt: Date | null;
@@ -7994,8 +7994,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7994
7994
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7995
7995
  id: string;
7996
7996
  metadata: {
7997
- id: string;
7998
7997
  name: string;
7998
+ id: string;
7999
7999
  picture?: string | undefined;
8000
8000
  additionalCredentials?: any;
8001
8001
  };
@@ -8057,8 +8057,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8057
8057
  }[];
8058
8058
  }[];
8059
8059
  tags: {
8060
- id: string;
8061
8060
  name: string;
8061
+ id: string;
8062
8062
  createdAt: Date;
8063
8063
  updatedAt: Date;
8064
8064
  deletedAt: Date | null;
@@ -8098,12 +8098,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8098
8098
  room: {
8099
8099
  id: string;
8100
8100
  channel: {
8101
+ name: string;
8101
8102
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8102
8103
  id: string;
8103
- name: string;
8104
8104
  metadata: {
8105
- id: string;
8106
8105
  name: string;
8106
+ id: string;
8107
8107
  accessToken?: string | undefined;
8108
8108
  channelSecret?: string | undefined;
8109
8109
  additionalCredentials?: any;
@@ -8131,9 +8131,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8131
8131
  updatedAt: Date;
8132
8132
  deletedAt: Date | null;
8133
8133
  actor: {
8134
+ name: string;
8134
8135
  id: string;
8135
8136
  address: string | null;
8136
- name: string;
8137
8137
  email: string;
8138
8138
  createdAt: Date;
8139
8139
  updatedAt: Date;
@@ -8180,8 +8180,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8180
8180
  connectedUserName: string;
8181
8181
  connectedUserId: string;
8182
8182
  botpressBot: {
8183
- id: string;
8184
8183
  name: string;
8184
+ id: string;
8185
8185
  accessToken: string;
8186
8186
  botId: string;
8187
8187
  integrationId: string;
@@ -8192,9 +8192,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8192
8192
  updatedAt: Date;
8193
8193
  deletedAt: Date | null;
8194
8194
  actor: {
8195
+ name: string;
8195
8196
  id: string;
8196
8197
  address: string | null;
8197
- name: string;
8198
8198
  email: string;
8199
8199
  createdAt: Date;
8200
8200
  updatedAt: Date;
@@ -8246,8 +8246,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8246
8246
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8247
8247
  id: string;
8248
8248
  metadata: {
8249
- id: string;
8250
8249
  name: string;
8250
+ id: string;
8251
8251
  picture?: string | undefined;
8252
8252
  additionalCredentials?: any;
8253
8253
  };
@@ -8255,10 +8255,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8255
8255
  updatedAt: Date;
8256
8256
  deletedAt: Date | null;
8257
8257
  contact: {
8258
+ name: string;
8258
8259
  id: string;
8259
8260
  channel: string | null;
8260
8261
  address: string | null;
8261
- name: string;
8262
8262
  createdAt: Date;
8263
8263
  updatedAt: Date;
8264
8264
  deletedAt: Date | null;
@@ -8303,8 +8303,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8303
8303
  createdAt: Date;
8304
8304
  updatedAt: Date;
8305
8305
  deletedAt: Date | null;
8306
- address?: string | null | undefined;
8307
8306
  name?: string | undefined;
8307
+ address?: string | null | undefined;
8308
8308
  phone?: string | null | undefined;
8309
8309
  industry?: string | null | undefined;
8310
8310
  } | null;
@@ -8312,8 +8312,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8312
8312
  contactProfile: string | null;
8313
8313
  socialProfileUrl: string | null;
8314
8314
  tags: {
8315
- id: string;
8316
8315
  name: string;
8316
+ id: string;
8317
8317
  createdAt: Date;
8318
8318
  updatedAt: Date;
8319
8319
  deletedAt: Date | null;
@@ -8338,8 +8338,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8338
8338
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8339
8339
  id: string;
8340
8340
  metadata: {
8341
- id: string;
8342
8341
  name: string;
8342
+ id: string;
8343
8343
  picture?: string | undefined;
8344
8344
  additionalCredentials?: any;
8345
8345
  };
@@ -8370,9 +8370,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8370
8370
  socialPlatformId: string;
8371
8371
  };
8372
8372
  assignee: {
8373
+ name: string;
8373
8374
  id: string;
8374
8375
  address: string | null;
8375
- name: string;
8376
8376
  email: string;
8377
8377
  createdAt: Date;
8378
8378
  updatedAt: Date;
@@ -8440,9 +8440,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8440
8440
  callTo?: {
8441
8441
  id: string;
8442
8442
  user: {
8443
+ name: string;
8443
8444
  id: string;
8444
8445
  address: string | null;
8445
- name: string;
8446
8446
  email: string;
8447
8447
  createdAt: Date;
8448
8448
  updatedAt: Date;
@@ -8466,9 +8466,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8466
8466
  callFrom?: {
8467
8467
  id: string;
8468
8468
  user: {
8469
+ name: string;
8469
8470
  id: string;
8470
8471
  address: string | null;
8471
- name: string;
8472
8472
  email: string;
8473
8473
  createdAt: Date;
8474
8474
  updatedAt: Date;
@@ -8494,10 +8494,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8494
8494
  telephonyQueueId: string | null;
8495
8495
  contactId: string | null;
8496
8496
  contact?: {
8497
+ name: string;
8497
8498
  id: string;
8498
8499
  channel: string | null;
8499
8500
  address: string | null;
8500
- name: string;
8501
8501
  createdAt: Date;
8502
8502
  updatedAt: Date;
8503
8503
  deletedAt: Date | null;
@@ -8542,8 +8542,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8542
8542
  createdAt: Date;
8543
8543
  updatedAt: Date;
8544
8544
  deletedAt: Date | null;
8545
- address?: string | null | undefined;
8546
8545
  name?: string | undefined;
8546
+ address?: string | null | undefined;
8547
8547
  phone?: string | null | undefined;
8548
8548
  industry?: string | null | undefined;
8549
8549
  } | null;
@@ -8551,8 +8551,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8551
8551
  contactProfile: string | null;
8552
8552
  socialProfileUrl: string | null;
8553
8553
  tags: {
8554
- id: string;
8555
8554
  name: string;
8555
+ id: string;
8556
8556
  createdAt: Date;
8557
8557
  updatedAt: Date;
8558
8558
  deletedAt: Date | null;
@@ -8577,8 +8577,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8577
8577
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8578
8578
  id: string;
8579
8579
  metadata: {
8580
- id: string;
8581
8580
  name: string;
8581
+ id: string;
8582
8582
  picture?: string | undefined;
8583
8583
  additionalCredentials?: any;
8584
8584
  };
@@ -8640,9 +8640,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8640
8640
  extensionName: string;
8641
8641
  telephonySignature: string | null;
8642
8642
  user?: {
8643
+ name: string;
8643
8644
  id: string;
8644
8645
  address: string | null;
8645
- name: string;
8646
8646
  email: string;
8647
8647
  createdAt: Date;
8648
8648
  updatedAt: Date;
@@ -8689,9 +8689,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8689
8689
  queueName?: string | null | undefined;
8690
8690
  } | null;
8691
8691
  firstAssignee: {
8692
+ name: string;
8692
8693
  id: string;
8693
8694
  address: string | null;
8694
- name: string;
8695
8695
  email: string;
8696
8696
  createdAt: Date;
8697
8697
  updatedAt: Date;
@@ -8733,9 +8733,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8733
8733
  };
8734
8734
  } | null;
8735
8735
  agent: {
8736
+ name: string;
8736
8737
  id: string;
8737
8738
  address: string | null;
8738
- name: string;
8739
8739
  email: string;
8740
8740
  createdAt: Date;
8741
8741
  updatedAt: Date;
@@ -8777,9 +8777,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8777
8777
  };
8778
8778
  } | null;
8779
8779
  closedAssignee: {
8780
+ name: string;
8780
8781
  id: string;
8781
8782
  address: string | null;
8782
- name: string;
8783
8783
  email: string;
8784
8784
  createdAt: Date;
8785
8785
  updatedAt: Date;