@kl1/contracts 1.2.21-uat → 1.2.23-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) 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 +3170 -590
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +145 -26
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +254 -24
  21. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/index.d.ts +26071 -23373
  23. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/schema.d.ts +1838 -1190
  25. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/validation.d.ts +1803 -851
  27. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  28. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  29. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  30. package/dist/api-contracts/src/company/index.d.ts +4 -4
  31. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  32. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  33. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  34. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  35. package/dist/api-contracts/src/contract.d.ts +43536 -12568
  36. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  37. package/dist/api-contracts/src/cx-log/index.d.ts +388 -260
  38. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/cx-log/schema.d.ts +316 -208
  40. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  41. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  42. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  43. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  44. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  45. package/dist/api-contracts/src/facebook-feed/index.d.ts +2157 -845
  46. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/schema.d.ts +163 -75
  48. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  49. package/dist/api-contracts/src/facebook-feed/validation.d.ts +140 -72
  50. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  51. package/dist/api-contracts/src/hold-label/index.d.ts +16 -16
  52. package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
  53. package/dist/api-contracts/src/instagram/index.d.ts +1727 -699
  54. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  56. package/dist/api-contracts/src/line/index.d.ts +1616 -704
  57. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  58. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  59. package/dist/api-contracts/src/line/validation.d.ts +173 -65
  60. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  61. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  62. package/dist/api-contracts/src/mail/mail-contract.d.ts +2118 -2118
  63. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  64. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  65. package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
  66. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  67. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
  68. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  69. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
  70. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  71. package/dist/api-contracts/src/messenger/index.d.ts +1730 -702
  72. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  74. package/dist/api-contracts/src/messenger/validation.d.ts +136 -68
  75. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  76. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  77. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  78. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  79. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  80. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  81. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  82. package/dist/api-contracts/src/sms/index.d.ts +311 -115
  83. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  84. package/dist/api-contracts/src/sms/schema.d.ts +14 -14
  85. package/dist/api-contracts/src/sms/validation.d.ts +6 -6
  86. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  87. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  88. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  89. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  90. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  91. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  92. package/dist/api-contracts/src/telegram/index.d.ts +1367 -631
  93. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  94. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  95. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  96. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  97. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  98. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  99. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  101. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  102. package/dist/api-contracts/src/user/index.d.ts +23 -23
  103. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  104. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  105. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  106. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  107. package/dist/api-contracts/src/viber/index.d.ts +1379 -643
  108. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  109. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  110. package/dist/api-contracts/src/webchat/index.d.ts +1037 -565
  111. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  113. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  114. package/dist/api-contracts/src/whatsapp/index.d.ts +19978 -0
  115. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
  116. package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
  117. package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
  118. package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
  119. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
  120. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  121. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  122. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  123. package/dist/api-contracts/src/workflow-rule/index.d.ts +448 -232
  124. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  125. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  126. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  127. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  128. package/dist/api-contracts/utils.d.ts +1 -1
  129. package/dist/api-contracts/utils.d.ts.map +1 -1
  130. package/dist/entities/src/enums/chat.d.ts +1 -0
  131. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  132. package/dist/index.js +2491 -2336
  133. package/dist/index.js.map +1 -1
  134. package/dist/index.mjs +2489 -2336
  135. package/dist/index.mjs.map +1 -1
  136. 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;
@@ -2211,45 +2211,93 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2211
2211
  channelSecret: z.ZodOptional<z.ZodString>;
2212
2212
  additionalCredentials: z.ZodOptional<z.ZodAny>;
2213
2213
  senderId: z.ZodOptional<z.ZodString>;
2214
+ whatsapp: z.ZodOptional<z.ZodObject<{
2215
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
2216
+ wabaExternalId: z.ZodString;
2217
+ phoneNumberId: z.ZodString;
2218
+ email: z.ZodString;
2219
+ clientId: z.ZodOptional<z.ZodString>;
2220
+ channelId: z.ZodOptional<z.ZodString>;
2221
+ status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
2222
+ apiKey: z.ZodOptional<z.ZodString>;
2223
+ }, "strip", z.ZodTypeAny, {
2224
+ email: string;
2225
+ wabaExternalId: string;
2226
+ phoneNumberId: string;
2227
+ wabaBusinessId?: string | undefined;
2228
+ clientId?: string | undefined;
2229
+ channelId?: string | undefined;
2230
+ status?: "active" | "pending" | undefined;
2231
+ apiKey?: string | undefined;
2232
+ }, {
2233
+ email: string;
2234
+ wabaExternalId: string;
2235
+ phoneNumberId: string;
2236
+ wabaBusinessId?: string | undefined;
2237
+ clientId?: string | undefined;
2238
+ channelId?: string | undefined;
2239
+ status?: "active" | "pending" | undefined;
2240
+ apiKey?: string | undefined;
2241
+ }>>;
2214
2242
  vonageCredentials: z.ZodOptional<z.ZodObject<{
2215
2243
  mobileNumber: z.ZodString;
2216
2244
  apiKey: z.ZodString;
2217
2245
  apiSecret: z.ZodString;
2218
2246
  }, "strip", z.ZodTypeAny, {
2219
- mobileNumber: string;
2220
2247
  apiKey: string;
2248
+ mobileNumber: string;
2221
2249
  apiSecret: string;
2222
2250
  }, {
2223
- mobileNumber: string;
2224
2251
  apiKey: string;
2252
+ mobileNumber: string;
2225
2253
  apiSecret: string;
2226
2254
  }>>;
2227
2255
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2228
2256
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2229
2257
  }, "strip", z.ZodTypeAny, {
2230
- id: string;
2231
2258
  name: string;
2259
+ id: string;
2232
2260
  accessToken?: string | undefined;
2233
2261
  channelSecret?: string | undefined;
2234
2262
  additionalCredentials?: any;
2235
2263
  senderId?: string | undefined;
2264
+ whatsapp?: {
2265
+ email: string;
2266
+ wabaExternalId: string;
2267
+ phoneNumberId: string;
2268
+ wabaBusinessId?: string | undefined;
2269
+ clientId?: string | undefined;
2270
+ channelId?: string | undefined;
2271
+ status?: "active" | "pending" | undefined;
2272
+ apiKey?: string | undefined;
2273
+ } | undefined;
2236
2274
  vonageCredentials?: {
2237
- mobileNumber: string;
2238
2275
  apiKey: string;
2276
+ mobileNumber: string;
2239
2277
  apiSecret: string;
2240
2278
  } | undefined;
2241
2279
  lineRichMenuId?: string | null | undefined;
2242
2280
  messengerIntegrationType?: "own" | "business" | undefined;
2243
2281
  }, {
2244
- id: string;
2245
2282
  name: string;
2283
+ id: string;
2246
2284
  accessToken?: string | undefined;
2247
2285
  channelSecret?: string | undefined;
2248
2286
  additionalCredentials?: any;
2249
2287
  senderId?: string | undefined;
2288
+ whatsapp?: {
2289
+ email: string;
2290
+ wabaExternalId: string;
2291
+ phoneNumberId: string;
2292
+ wabaBusinessId?: string | undefined;
2293
+ clientId?: string | undefined;
2294
+ channelId?: string | undefined;
2295
+ status?: "active" | "pending" | undefined;
2296
+ apiKey?: string | undefined;
2297
+ } | undefined;
2250
2298
  vonageCredentials?: {
2251
- mobileNumber: string;
2252
2299
  apiKey: string;
2300
+ mobileNumber: string;
2253
2301
  apiSecret: string;
2254
2302
  } | undefined;
2255
2303
  lineRichMenuId?: string | null | undefined;
@@ -2268,14 +2316,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2268
2316
  integrationId: z.ZodString;
2269
2317
  accessToken: z.ZodString;
2270
2318
  }, "strip", z.ZodTypeAny, {
2271
- id: string;
2272
2319
  name: string;
2320
+ id: string;
2273
2321
  accessToken: string;
2274
2322
  botId: string;
2275
2323
  integrationId: string;
2276
2324
  }, {
2277
- id: string;
2278
2325
  name: string;
2326
+ id: string;
2279
2327
  accessToken: string;
2280
2328
  botId: string;
2281
2329
  integrationId: string;
@@ -2398,9 +2446,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2398
2446
  telephonySignature: string | null;
2399
2447
  }>;
2400
2448
  }, "strip", z.ZodTypeAny, {
2449
+ name: string;
2401
2450
  id: string;
2402
2451
  address: string | null;
2403
- name: string;
2404
2452
  email: string;
2405
2453
  createdAt: Date;
2406
2454
  updatedAt: Date;
@@ -2441,9 +2489,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2441
2489
  telephonySignature: string | null;
2442
2490
  };
2443
2491
  }, {
2492
+ name: string;
2444
2493
  id: string;
2445
2494
  address: string | null;
2446
- name: string;
2447
2495
  email: string;
2448
2496
  createdAt: Date;
2449
2497
  updatedAt: Date;
@@ -2485,19 +2533,29 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2485
2533
  };
2486
2534
  }>;
2487
2535
  }, "strip", z.ZodTypeAny, {
2536
+ name: string;
2488
2537
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2489
2538
  id: string;
2490
- name: string;
2491
2539
  metadata: {
2492
- id: string;
2493
2540
  name: string;
2541
+ id: string;
2494
2542
  accessToken?: string | undefined;
2495
2543
  channelSecret?: string | undefined;
2496
2544
  additionalCredentials?: any;
2497
2545
  senderId?: string | undefined;
2546
+ whatsapp?: {
2547
+ email: string;
2548
+ wabaExternalId: string;
2549
+ phoneNumberId: string;
2550
+ wabaBusinessId?: string | undefined;
2551
+ clientId?: string | undefined;
2552
+ channelId?: string | undefined;
2553
+ status?: "active" | "pending" | undefined;
2554
+ apiKey?: string | undefined;
2555
+ } | undefined;
2498
2556
  vonageCredentials?: {
2499
- mobileNumber: string;
2500
2557
  apiKey: string;
2558
+ mobileNumber: string;
2501
2559
  apiSecret: string;
2502
2560
  } | undefined;
2503
2561
  lineRichMenuId?: string | null | undefined;
@@ -2508,9 +2566,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2508
2566
  updatedAt: Date;
2509
2567
  deletedAt: Date | null;
2510
2568
  actor: {
2569
+ name: string;
2511
2570
  id: string;
2512
2571
  address: string | null;
2513
- name: string;
2514
2572
  email: string;
2515
2573
  createdAt: Date;
2516
2574
  updatedAt: Date;
@@ -2557,26 +2615,36 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2557
2615
  connectedUserName: string;
2558
2616
  connectedUserId: string;
2559
2617
  botpressBot: {
2560
- id: string;
2561
2618
  name: string;
2619
+ id: string;
2562
2620
  accessToken: string;
2563
2621
  botId: string;
2564
2622
  integrationId: string;
2565
2623
  } | null;
2566
2624
  }, {
2625
+ name: string;
2567
2626
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2568
2627
  id: string;
2569
- name: string;
2570
2628
  metadata: {
2571
- id: string;
2572
2629
  name: string;
2630
+ id: string;
2573
2631
  accessToken?: string | undefined;
2574
2632
  channelSecret?: string | undefined;
2575
2633
  additionalCredentials?: any;
2576
2634
  senderId?: string | undefined;
2635
+ whatsapp?: {
2636
+ email: string;
2637
+ wabaExternalId: string;
2638
+ phoneNumberId: string;
2639
+ wabaBusinessId?: string | undefined;
2640
+ clientId?: string | undefined;
2641
+ channelId?: string | undefined;
2642
+ status?: "active" | "pending" | undefined;
2643
+ apiKey?: string | undefined;
2644
+ } | undefined;
2577
2645
  vonageCredentials?: {
2578
- mobileNumber: string;
2579
2646
  apiKey: string;
2647
+ mobileNumber: string;
2580
2648
  apiSecret: string;
2581
2649
  } | undefined;
2582
2650
  lineRichMenuId?: string | null | undefined;
@@ -2587,9 +2655,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2587
2655
  updatedAt: Date;
2588
2656
  deletedAt: Date | null;
2589
2657
  actor: {
2658
+ name: string;
2590
2659
  id: string;
2591
2660
  address: string | null;
2592
- name: string;
2593
2661
  email: string;
2594
2662
  createdAt: Date;
2595
2663
  updatedAt: Date;
@@ -2636,8 +2704,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2636
2704
  connectedUserName: string;
2637
2705
  connectedUserId: string;
2638
2706
  botpressBot: {
2639
- id: string;
2640
2707
  name: string;
2708
+ id: string;
2641
2709
  accessToken: string;
2642
2710
  botId: string;
2643
2711
  integrationId: string;
@@ -2646,19 +2714,29 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2646
2714
  }, "strip", z.ZodTypeAny, {
2647
2715
  id: string;
2648
2716
  channel: {
2717
+ name: string;
2649
2718
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2650
2719
  id: string;
2651
- name: string;
2652
2720
  metadata: {
2653
- id: string;
2654
2721
  name: string;
2722
+ id: string;
2655
2723
  accessToken?: string | undefined;
2656
2724
  channelSecret?: string | undefined;
2657
2725
  additionalCredentials?: any;
2658
2726
  senderId?: string | undefined;
2727
+ whatsapp?: {
2728
+ email: string;
2729
+ wabaExternalId: string;
2730
+ phoneNumberId: string;
2731
+ wabaBusinessId?: string | undefined;
2732
+ clientId?: string | undefined;
2733
+ channelId?: string | undefined;
2734
+ status?: "active" | "pending" | undefined;
2735
+ apiKey?: string | undefined;
2736
+ } | undefined;
2659
2737
  vonageCredentials?: {
2660
- mobileNumber: string;
2661
2738
  apiKey: string;
2739
+ mobileNumber: string;
2662
2740
  apiSecret: string;
2663
2741
  } | undefined;
2664
2742
  lineRichMenuId?: string | null | undefined;
@@ -2669,9 +2747,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2669
2747
  updatedAt: Date;
2670
2748
  deletedAt: Date | null;
2671
2749
  actor: {
2750
+ name: string;
2672
2751
  id: string;
2673
2752
  address: string | null;
2674
- name: string;
2675
2753
  email: string;
2676
2754
  createdAt: Date;
2677
2755
  updatedAt: Date;
@@ -2718,8 +2796,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2718
2796
  connectedUserName: string;
2719
2797
  connectedUserId: string;
2720
2798
  botpressBot: {
2721
- id: string;
2722
2799
  name: string;
2800
+ id: string;
2723
2801
  accessToken: string;
2724
2802
  botId: string;
2725
2803
  integrationId: string;
@@ -2730,9 +2808,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2730
2808
  updatedAt: Date;
2731
2809
  deletedAt: Date | null;
2732
2810
  actor: {
2811
+ name: string;
2733
2812
  id: string;
2734
2813
  address: string | null;
2735
- name: string;
2736
2814
  email: string;
2737
2815
  createdAt: Date;
2738
2816
  updatedAt: Date;
@@ -2784,8 +2862,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2784
2862
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2785
2863
  id: string;
2786
2864
  metadata: {
2787
- id: string;
2788
2865
  name: string;
2866
+ id: string;
2789
2867
  picture?: string | undefined;
2790
2868
  additionalCredentials?: any;
2791
2869
  };
@@ -2793,10 +2871,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2793
2871
  updatedAt: Date;
2794
2872
  deletedAt: Date | null;
2795
2873
  contact: {
2874
+ name: string;
2796
2875
  id: string;
2797
2876
  channel: string | null;
2798
2877
  address: string | null;
2799
- name: string;
2800
2878
  createdAt: Date;
2801
2879
  updatedAt: Date;
2802
2880
  deletedAt: Date | null;
@@ -2841,8 +2919,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2841
2919
  createdAt: Date;
2842
2920
  updatedAt: Date;
2843
2921
  deletedAt: Date | null;
2844
- address?: string | null | undefined;
2845
2922
  name?: string | undefined;
2923
+ address?: string | null | undefined;
2846
2924
  phone?: string | null | undefined;
2847
2925
  industry?: string | null | undefined;
2848
2926
  } | null;
@@ -2850,8 +2928,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2850
2928
  contactProfile: string | null;
2851
2929
  socialProfileUrl: string | null;
2852
2930
  tags: {
2853
- id: string;
2854
2931
  name: string;
2932
+ id: string;
2855
2933
  createdAt: Date;
2856
2934
  updatedAt: Date;
2857
2935
  deletedAt: Date | null;
@@ -2876,8 +2954,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2876
2954
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2877
2955
  id: string;
2878
2956
  metadata: {
2879
- id: string;
2880
2957
  name: string;
2958
+ id: string;
2881
2959
  picture?: string | undefined;
2882
2960
  additionalCredentials?: any;
2883
2961
  };
@@ -2908,9 +2986,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2908
2986
  socialPlatformId: string;
2909
2987
  };
2910
2988
  assignee: {
2989
+ name: string;
2911
2990
  id: string;
2912
2991
  address: string | null;
2913
- name: string;
2914
2992
  email: string;
2915
2993
  createdAt: Date;
2916
2994
  updatedAt: Date;
@@ -2954,19 +3032,29 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2954
3032
  }, {
2955
3033
  id: string;
2956
3034
  channel: {
3035
+ name: string;
2957
3036
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2958
3037
  id: string;
2959
- name: string;
2960
3038
  metadata: {
2961
- id: string;
2962
3039
  name: string;
3040
+ id: string;
2963
3041
  accessToken?: string | undefined;
2964
3042
  channelSecret?: string | undefined;
2965
3043
  additionalCredentials?: any;
2966
3044
  senderId?: string | undefined;
3045
+ whatsapp?: {
3046
+ email: string;
3047
+ wabaExternalId: string;
3048
+ phoneNumberId: string;
3049
+ wabaBusinessId?: string | undefined;
3050
+ clientId?: string | undefined;
3051
+ channelId?: string | undefined;
3052
+ status?: "active" | "pending" | undefined;
3053
+ apiKey?: string | undefined;
3054
+ } | undefined;
2967
3055
  vonageCredentials?: {
2968
- mobileNumber: string;
2969
3056
  apiKey: string;
3057
+ mobileNumber: string;
2970
3058
  apiSecret: string;
2971
3059
  } | undefined;
2972
3060
  lineRichMenuId?: string | null | undefined;
@@ -2977,9 +3065,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2977
3065
  updatedAt: Date;
2978
3066
  deletedAt: Date | null;
2979
3067
  actor: {
3068
+ name: string;
2980
3069
  id: string;
2981
3070
  address: string | null;
2982
- name: string;
2983
3071
  email: string;
2984
3072
  createdAt: Date;
2985
3073
  updatedAt: Date;
@@ -3026,8 +3114,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3026
3114
  connectedUserName: string;
3027
3115
  connectedUserId: string;
3028
3116
  botpressBot: {
3029
- id: string;
3030
3117
  name: string;
3118
+ id: string;
3031
3119
  accessToken: string;
3032
3120
  botId: string;
3033
3121
  integrationId: string;
@@ -3038,9 +3126,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3038
3126
  updatedAt: Date;
3039
3127
  deletedAt: Date | null;
3040
3128
  actor: {
3129
+ name: string;
3041
3130
  id: string;
3042
3131
  address: string | null;
3043
- name: string;
3044
3132
  email: string;
3045
3133
  createdAt: Date;
3046
3134
  updatedAt: Date;
@@ -3092,8 +3180,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3092
3180
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3093
3181
  id: string;
3094
3182
  metadata: {
3095
- id: string;
3096
3183
  name: string;
3184
+ id: string;
3097
3185
  picture?: string | undefined;
3098
3186
  additionalCredentials?: any;
3099
3187
  };
@@ -3101,10 +3189,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3101
3189
  updatedAt: Date;
3102
3190
  deletedAt: Date | null;
3103
3191
  contact: {
3192
+ name: string;
3104
3193
  id: string;
3105
3194
  channel: string | null;
3106
3195
  address: string | null;
3107
- name: string;
3108
3196
  createdAt: Date;
3109
3197
  updatedAt: Date;
3110
3198
  deletedAt: Date | null;
@@ -3149,8 +3237,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3149
3237
  createdAt: Date;
3150
3238
  updatedAt: Date;
3151
3239
  deletedAt: Date | null;
3152
- address?: string | null | undefined;
3153
3240
  name?: string | undefined;
3241
+ address?: string | null | undefined;
3154
3242
  phone?: string | null | undefined;
3155
3243
  industry?: string | null | undefined;
3156
3244
  } | null;
@@ -3158,8 +3246,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3158
3246
  contactProfile: string | null;
3159
3247
  socialProfileUrl: string | null;
3160
3248
  tags: {
3161
- id: string;
3162
3249
  name: string;
3250
+ id: string;
3163
3251
  createdAt: Date;
3164
3252
  updatedAt: Date;
3165
3253
  deletedAt: Date | null;
@@ -3184,8 +3272,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3184
3272
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3185
3273
  id: string;
3186
3274
  metadata: {
3187
- id: string;
3188
3275
  name: string;
3276
+ id: string;
3189
3277
  picture?: string | undefined;
3190
3278
  additionalCredentials?: any;
3191
3279
  };
@@ -3216,9 +3304,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3216
3304
  socialPlatformId: string;
3217
3305
  };
3218
3306
  assignee: {
3307
+ name: string;
3219
3308
  id: string;
3220
3309
  address: string | null;
3221
- name: string;
3222
3310
  email: string;
3223
3311
  createdAt: Date;
3224
3312
  updatedAt: Date;
@@ -3291,14 +3379,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3291
3379
  deletedAt: z.ZodNullable<z.ZodDate>;
3292
3380
  name: z.ZodString;
3293
3381
  }, "strip", z.ZodTypeAny, {
3294
- id: string;
3295
3382
  name: string;
3383
+ id: string;
3296
3384
  createdAt: Date;
3297
3385
  updatedAt: Date;
3298
3386
  deletedAt: Date | null;
3299
3387
  }, {
3300
- id: string;
3301
3388
  name: string;
3389
+ id: string;
3302
3390
  createdAt: Date;
3303
3391
  updatedAt: Date;
3304
3392
  deletedAt: Date | null;
@@ -3454,8 +3542,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3454
3542
  createdAt: Date;
3455
3543
  updatedAt: Date;
3456
3544
  deletedAt: Date | null;
3457
- address?: string | null | undefined;
3458
3545
  name?: string | undefined;
3546
+ address?: string | null | undefined;
3459
3547
  phone?: string | null | undefined;
3460
3548
  industry?: string | null | undefined;
3461
3549
  }, {
@@ -3463,8 +3551,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3463
3551
  createdAt: Date;
3464
3552
  updatedAt: Date;
3465
3553
  deletedAt: Date | null;
3466
- address?: string | null | undefined;
3467
3554
  name?: string | undefined;
3555
+ address?: string | null | undefined;
3468
3556
  phone?: string | null | undefined;
3469
3557
  industry?: string | null | undefined;
3470
3558
  }>>;
@@ -3482,13 +3570,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3482
3570
  picture: z.ZodOptional<z.ZodString>;
3483
3571
  additionalCredentials: z.ZodAny;
3484
3572
  }, "strip", z.ZodTypeAny, {
3485
- id: string;
3486
3573
  name: string;
3574
+ id: string;
3487
3575
  picture?: string | undefined;
3488
3576
  additionalCredentials?: any;
3489
3577
  }, {
3490
- id: string;
3491
3578
  name: string;
3579
+ id: string;
3492
3580
  picture?: string | undefined;
3493
3581
  additionalCredentials?: any;
3494
3582
  }>;
@@ -3496,8 +3584,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3496
3584
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3497
3585
  id: string;
3498
3586
  metadata: {
3499
- id: string;
3500
3587
  name: string;
3588
+ id: string;
3501
3589
  picture?: string | undefined;
3502
3590
  additionalCredentials?: any;
3503
3591
  };
@@ -3510,8 +3598,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3510
3598
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3511
3599
  id: string;
3512
3600
  metadata: {
3513
- id: string;
3514
3601
  name: string;
3602
+ id: string;
3515
3603
  picture?: string | undefined;
3516
3604
  additionalCredentials?: any;
3517
3605
  };
@@ -3821,10 +3909,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3821
3909
  };
3822
3910
  }>, "many">>;
3823
3911
  }, "strip", z.ZodTypeAny, {
3912
+ name: string;
3824
3913
  id: string;
3825
3914
  channel: string | null;
3826
3915
  address: string | null;
3827
- name: string;
3828
3916
  createdAt: Date;
3829
3917
  updatedAt: Date;
3830
3918
  deletedAt: Date | null;
@@ -3869,8 +3957,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3869
3957
  createdAt: Date;
3870
3958
  updatedAt: Date;
3871
3959
  deletedAt: Date | null;
3872
- address?: string | null | undefined;
3873
3960
  name?: string | undefined;
3961
+ address?: string | null | undefined;
3874
3962
  phone?: string | null | undefined;
3875
3963
  industry?: string | null | undefined;
3876
3964
  } | null;
@@ -3878,8 +3966,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3878
3966
  contactProfile: string | null;
3879
3967
  socialProfileUrl: string | null;
3880
3968
  tags: {
3881
- id: string;
3882
3969
  name: string;
3970
+ id: string;
3883
3971
  createdAt: Date;
3884
3972
  updatedAt: Date;
3885
3973
  deletedAt: Date | null;
@@ -3904,8 +3992,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3904
3992
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3905
3993
  id: string;
3906
3994
  metadata: {
3907
- id: string;
3908
3995
  name: string;
3996
+ id: string;
3909
3997
  picture?: string | undefined;
3910
3998
  additionalCredentials?: any;
3911
3999
  };
@@ -3932,10 +4020,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3932
4020
  };
3933
4021
  }[] | undefined;
3934
4022
  }, {
4023
+ name: string;
3935
4024
  id: string;
3936
4025
  channel: string | null;
3937
4026
  address: string | null;
3938
- name: string;
3939
4027
  createdAt: Date;
3940
4028
  updatedAt: Date;
3941
4029
  deletedAt: Date | null;
@@ -3980,8 +4068,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3980
4068
  createdAt: Date;
3981
4069
  updatedAt: Date;
3982
4070
  deletedAt: Date | null;
3983
- address?: string | null | undefined;
3984
4071
  name?: string | undefined;
4072
+ address?: string | null | undefined;
3985
4073
  phone?: string | null | undefined;
3986
4074
  industry?: string | null | undefined;
3987
4075
  } | null;
@@ -3989,8 +4077,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3989
4077
  contactProfile: string | null;
3990
4078
  socialProfileUrl: string | null;
3991
4079
  tags: {
3992
- id: string;
3993
4080
  name: string;
4081
+ id: string;
3994
4082
  createdAt: Date;
3995
4083
  updatedAt: Date;
3996
4084
  deletedAt: Date | null;
@@ -4015,8 +4103,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4015
4103
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4016
4104
  id: string;
4017
4105
  metadata: {
4018
- id: string;
4019
4106
  name: string;
4107
+ id: string;
4020
4108
  picture?: string | undefined;
4021
4109
  additionalCredentials?: any;
4022
4110
  };
@@ -4234,9 +4322,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4234
4322
  telephonySignature: string | null;
4235
4323
  }>;
4236
4324
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4325
+ name: string;
4237
4326
  id: string;
4238
4327
  address: string | null;
4239
- name: string;
4240
4328
  email: string;
4241
4329
  createdAt: Date;
4242
4330
  updatedAt: Date;
@@ -4246,9 +4334,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4246
4334
  phone: string | null;
4247
4335
  notificationCount: number | null;
4248
4336
  }, {
4337
+ name: string;
4249
4338
  id: string;
4250
4339
  address: string | null;
4251
- name: string;
4252
4340
  email: string;
4253
4341
  createdAt: Date;
4254
4342
  updatedAt: Date;
@@ -4271,9 +4359,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4271
4359
  }, "strip", z.ZodTypeAny, {
4272
4360
  id: string;
4273
4361
  user: {
4362
+ name: string;
4274
4363
  id: string;
4275
4364
  address: string | null;
4276
- name: string;
4277
4365
  email: string;
4278
4366
  createdAt: Date;
4279
4367
  updatedAt: Date;
@@ -4296,9 +4384,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4296
4384
  }, {
4297
4385
  id: string;
4298
4386
  user: {
4387
+ name: string;
4299
4388
  id: string;
4300
4389
  address: string | null;
4301
- name: string;
4302
4390
  email: string;
4303
4391
  createdAt: Date;
4304
4392
  updatedAt: Date;
@@ -4439,9 +4527,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4439
4527
  telephonySignature: string | null;
4440
4528
  }>;
4441
4529
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4530
+ name: string;
4442
4531
  id: string;
4443
4532
  address: string | null;
4444
- name: string;
4445
4533
  email: string;
4446
4534
  createdAt: Date;
4447
4535
  updatedAt: Date;
@@ -4451,9 +4539,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4451
4539
  phone: string | null;
4452
4540
  notificationCount: number | null;
4453
4541
  }, {
4542
+ name: string;
4454
4543
  id: string;
4455
4544
  address: string | null;
4456
- name: string;
4457
4545
  email: string;
4458
4546
  createdAt: Date;
4459
4547
  updatedAt: Date;
@@ -4476,9 +4564,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4476
4564
  }, "strip", z.ZodTypeAny, {
4477
4565
  id: string;
4478
4566
  user: {
4567
+ name: string;
4479
4568
  id: string;
4480
4569
  address: string | null;
4481
- name: string;
4482
4570
  email: string;
4483
4571
  createdAt: Date;
4484
4572
  updatedAt: Date;
@@ -4501,9 +4589,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4501
4589
  }, {
4502
4590
  id: string;
4503
4591
  user: {
4592
+ name: string;
4504
4593
  id: string;
4505
4594
  address: string | null;
4506
- name: string;
4507
4595
  email: string;
4508
4596
  createdAt: Date;
4509
4597
  updatedAt: Date;
@@ -4528,9 +4616,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4528
4616
  callTo?: {
4529
4617
  id: string;
4530
4618
  user: {
4619
+ name: string;
4531
4620
  id: string;
4532
4621
  address: string | null;
4533
- name: string;
4534
4622
  email: string;
4535
4623
  createdAt: Date;
4536
4624
  updatedAt: Date;
@@ -4554,9 +4642,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4554
4642
  callFrom?: {
4555
4643
  id: string;
4556
4644
  user: {
4645
+ name: string;
4557
4646
  id: string;
4558
4647
  address: string | null;
4559
- name: string;
4560
4648
  email: string;
4561
4649
  createdAt: Date;
4562
4650
  updatedAt: Date;
@@ -4581,9 +4669,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4581
4669
  callTo?: {
4582
4670
  id: string;
4583
4671
  user: {
4672
+ name: string;
4584
4673
  id: string;
4585
4674
  address: string | null;
4586
- name: string;
4587
4675
  email: string;
4588
4676
  createdAt: Date;
4589
4677
  updatedAt: Date;
@@ -4607,9 +4695,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4607
4695
  callFrom?: {
4608
4696
  id: string;
4609
4697
  user: {
4698
+ name: string;
4610
4699
  id: string;
4611
4700
  address: string | null;
4612
- name: string;
4613
4701
  email: string;
4614
4702
  createdAt: Date;
4615
4703
  updatedAt: Date;
@@ -4763,9 +4851,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4763
4851
  telephonySignature: string | null;
4764
4852
  }>;
4765
4853
  }, "strip", z.ZodTypeAny, {
4854
+ name: string;
4766
4855
  id: string;
4767
4856
  address: string | null;
4768
- name: string;
4769
4857
  email: string;
4770
4858
  createdAt: Date;
4771
4859
  updatedAt: Date;
@@ -4806,9 +4894,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4806
4894
  telephonySignature: string | null;
4807
4895
  };
4808
4896
  }, {
4897
+ name: string;
4809
4898
  id: string;
4810
4899
  address: string | null;
4811
- name: string;
4812
4900
  email: string;
4813
4901
  createdAt: Date;
4814
4902
  updatedAt: Date;
@@ -4862,9 +4950,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4862
4950
  extensionName: string;
4863
4951
  telephonySignature: string | null;
4864
4952
  user?: {
4953
+ name: string;
4865
4954
  id: string;
4866
4955
  address: string | null;
4867
- name: string;
4868
4956
  email: string;
4869
4957
  createdAt: Date;
4870
4958
  updatedAt: Date;
@@ -4918,9 +5006,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4918
5006
  extensionName: string;
4919
5007
  telephonySignature: string | null;
4920
5008
  user?: {
5009
+ name: string;
4921
5010
  id: string;
4922
5011
  address: string | null;
4923
- name: string;
4924
5012
  email: string;
4925
5013
  createdAt: Date;
4926
5014
  updatedAt: Date;
@@ -4990,9 +5078,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4990
5078
  callTo?: {
4991
5079
  id: string;
4992
5080
  user: {
5081
+ name: string;
4993
5082
  id: string;
4994
5083
  address: string | null;
4995
- name: string;
4996
5084
  email: string;
4997
5085
  createdAt: Date;
4998
5086
  updatedAt: Date;
@@ -5016,9 +5104,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5016
5104
  callFrom?: {
5017
5105
  id: string;
5018
5106
  user: {
5107
+ name: string;
5019
5108
  id: string;
5020
5109
  address: string | null;
5021
- name: string;
5022
5110
  email: string;
5023
5111
  createdAt: Date;
5024
5112
  updatedAt: Date;
@@ -5044,10 +5132,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5044
5132
  telephonyQueueId: string | null;
5045
5133
  contactId: string | null;
5046
5134
  contact?: {
5135
+ name: string;
5047
5136
  id: string;
5048
5137
  channel: string | null;
5049
5138
  address: string | null;
5050
- name: string;
5051
5139
  createdAt: Date;
5052
5140
  updatedAt: Date;
5053
5141
  deletedAt: Date | null;
@@ -5092,8 +5180,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5092
5180
  createdAt: Date;
5093
5181
  updatedAt: Date;
5094
5182
  deletedAt: Date | null;
5095
- address?: string | null | undefined;
5096
5183
  name?: string | undefined;
5184
+ address?: string | null | undefined;
5097
5185
  phone?: string | null | undefined;
5098
5186
  industry?: string | null | undefined;
5099
5187
  } | null;
@@ -5101,8 +5189,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5101
5189
  contactProfile: string | null;
5102
5190
  socialProfileUrl: string | null;
5103
5191
  tags: {
5104
- id: string;
5105
5192
  name: string;
5193
+ id: string;
5106
5194
  createdAt: Date;
5107
5195
  updatedAt: Date;
5108
5196
  deletedAt: Date | null;
@@ -5127,8 +5215,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5127
5215
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5128
5216
  id: string;
5129
5217
  metadata: {
5130
- id: string;
5131
5218
  name: string;
5219
+ id: string;
5132
5220
  picture?: string | undefined;
5133
5221
  additionalCredentials?: any;
5134
5222
  };
@@ -5190,9 +5278,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5190
5278
  extensionName: string;
5191
5279
  telephonySignature: string | null;
5192
5280
  user?: {
5281
+ name: string;
5193
5282
  id: string;
5194
5283
  address: string | null;
5195
- name: string;
5196
5284
  email: string;
5197
5285
  createdAt: Date;
5198
5286
  updatedAt: Date;
@@ -5260,9 +5348,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5260
5348
  callTo?: {
5261
5349
  id: string;
5262
5350
  user: {
5351
+ name: string;
5263
5352
  id: string;
5264
5353
  address: string | null;
5265
- name: string;
5266
5354
  email: string;
5267
5355
  createdAt: Date;
5268
5356
  updatedAt: Date;
@@ -5286,9 +5374,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5286
5374
  callFrom?: {
5287
5375
  id: string;
5288
5376
  user: {
5377
+ name: string;
5289
5378
  id: string;
5290
5379
  address: string | null;
5291
- name: string;
5292
5380
  email: string;
5293
5381
  createdAt: Date;
5294
5382
  updatedAt: Date;
@@ -5314,10 +5402,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5314
5402
  telephonyQueueId: string | null;
5315
5403
  contactId: string | null;
5316
5404
  contact?: {
5405
+ name: string;
5317
5406
  id: string;
5318
5407
  channel: string | null;
5319
5408
  address: string | null;
5320
- name: string;
5321
5409
  createdAt: Date;
5322
5410
  updatedAt: Date;
5323
5411
  deletedAt: Date | null;
@@ -5362,8 +5450,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5362
5450
  createdAt: Date;
5363
5451
  updatedAt: Date;
5364
5452
  deletedAt: Date | null;
5365
- address?: string | null | undefined;
5366
5453
  name?: string | undefined;
5454
+ address?: string | null | undefined;
5367
5455
  phone?: string | null | undefined;
5368
5456
  industry?: string | null | undefined;
5369
5457
  } | null;
@@ -5371,8 +5459,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5371
5459
  contactProfile: string | null;
5372
5460
  socialProfileUrl: string | null;
5373
5461
  tags: {
5374
- id: string;
5375
5462
  name: string;
5463
+ id: string;
5376
5464
  createdAt: Date;
5377
5465
  updatedAt: Date;
5378
5466
  deletedAt: Date | null;
@@ -5397,8 +5485,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5397
5485
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5398
5486
  id: string;
5399
5487
  metadata: {
5400
- id: string;
5401
5488
  name: string;
5489
+ id: string;
5402
5490
  picture?: string | undefined;
5403
5491
  additionalCredentials?: any;
5404
5492
  };
@@ -5460,9 +5548,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5460
5548
  extensionName: string;
5461
5549
  telephonySignature: string | null;
5462
5550
  user?: {
5551
+ name: string;
5463
5552
  id: string;
5464
5553
  address: string | null;
5465
- name: string;
5466
5554
  email: string;
5467
5555
  createdAt: Date;
5468
5556
  updatedAt: Date;
@@ -5530,14 +5618,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5530
5618
  deletedAt: z.ZodNullable<z.ZodDate>;
5531
5619
  name: z.ZodString;
5532
5620
  }, "strip", z.ZodTypeAny, {
5533
- id: string;
5534
5621
  name: string;
5622
+ id: string;
5535
5623
  createdAt: Date;
5536
5624
  updatedAt: Date;
5537
5625
  deletedAt: Date | null;
5538
5626
  }, {
5539
- id: string;
5540
5627
  name: string;
5628
+ id: string;
5541
5629
  createdAt: Date;
5542
5630
  updatedAt: Date;
5543
5631
  deletedAt: Date | null;
@@ -5693,8 +5781,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5693
5781
  createdAt: Date;
5694
5782
  updatedAt: Date;
5695
5783
  deletedAt: Date | null;
5696
- address?: string | null | undefined;
5697
5784
  name?: string | undefined;
5785
+ address?: string | null | undefined;
5698
5786
  phone?: string | null | undefined;
5699
5787
  industry?: string | null | undefined;
5700
5788
  }, {
@@ -5702,8 +5790,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5702
5790
  createdAt: Date;
5703
5791
  updatedAt: Date;
5704
5792
  deletedAt: Date | null;
5705
- address?: string | null | undefined;
5706
5793
  name?: string | undefined;
5794
+ address?: string | null | undefined;
5707
5795
  phone?: string | null | undefined;
5708
5796
  industry?: string | null | undefined;
5709
5797
  }>>;
@@ -5721,13 +5809,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5721
5809
  picture: z.ZodOptional<z.ZodString>;
5722
5810
  additionalCredentials: z.ZodAny;
5723
5811
  }, "strip", z.ZodTypeAny, {
5724
- id: string;
5725
5812
  name: string;
5813
+ id: string;
5726
5814
  picture?: string | undefined;
5727
5815
  additionalCredentials?: any;
5728
5816
  }, {
5729
- id: string;
5730
5817
  name: string;
5818
+ id: string;
5731
5819
  picture?: string | undefined;
5732
5820
  additionalCredentials?: any;
5733
5821
  }>;
@@ -5735,8 +5823,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5735
5823
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5736
5824
  id: string;
5737
5825
  metadata: {
5738
- id: string;
5739
5826
  name: string;
5827
+ id: string;
5740
5828
  picture?: string | undefined;
5741
5829
  additionalCredentials?: any;
5742
5830
  };
@@ -5749,8 +5837,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5749
5837
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5750
5838
  id: string;
5751
5839
  metadata: {
5752
- id: string;
5753
5840
  name: string;
5841
+ id: string;
5754
5842
  picture?: string | undefined;
5755
5843
  additionalCredentials?: any;
5756
5844
  };
@@ -6060,10 +6148,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6060
6148
  };
6061
6149
  }>, "many">>;
6062
6150
  }, "strip", z.ZodTypeAny, {
6151
+ name: string;
6063
6152
  id: string;
6064
6153
  channel: string | null;
6065
6154
  address: string | null;
6066
- name: string;
6067
6155
  createdAt: Date;
6068
6156
  updatedAt: Date;
6069
6157
  deletedAt: Date | null;
@@ -6108,8 +6196,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6108
6196
  createdAt: Date;
6109
6197
  updatedAt: Date;
6110
6198
  deletedAt: Date | null;
6111
- address?: string | null | undefined;
6112
6199
  name?: string | undefined;
6200
+ address?: string | null | undefined;
6113
6201
  phone?: string | null | undefined;
6114
6202
  industry?: string | null | undefined;
6115
6203
  } | null;
@@ -6117,8 +6205,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6117
6205
  contactProfile: string | null;
6118
6206
  socialProfileUrl: string | null;
6119
6207
  tags: {
6120
- id: string;
6121
6208
  name: string;
6209
+ id: string;
6122
6210
  createdAt: Date;
6123
6211
  updatedAt: Date;
6124
6212
  deletedAt: Date | null;
@@ -6143,8 +6231,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6143
6231
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6144
6232
  id: string;
6145
6233
  metadata: {
6146
- id: string;
6147
6234
  name: string;
6235
+ id: string;
6148
6236
  picture?: string | undefined;
6149
6237
  additionalCredentials?: any;
6150
6238
  };
@@ -6171,10 +6259,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6171
6259
  };
6172
6260
  }[] | undefined;
6173
6261
  }, {
6262
+ name: string;
6174
6263
  id: string;
6175
6264
  channel: string | null;
6176
6265
  address: string | null;
6177
- name: string;
6178
6266
  createdAt: Date;
6179
6267
  updatedAt: Date;
6180
6268
  deletedAt: Date | null;
@@ -6219,8 +6307,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6219
6307
  createdAt: Date;
6220
6308
  updatedAt: Date;
6221
6309
  deletedAt: Date | null;
6222
- address?: string | null | undefined;
6223
6310
  name?: string | undefined;
6311
+ address?: string | null | undefined;
6224
6312
  phone?: string | null | undefined;
6225
6313
  industry?: string | null | undefined;
6226
6314
  } | null;
@@ -6228,8 +6316,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6228
6316
  contactProfile: string | null;
6229
6317
  socialProfileUrl: string | null;
6230
6318
  tags: {
6231
- id: string;
6232
6319
  name: string;
6320
+ id: string;
6233
6321
  createdAt: Date;
6234
6322
  updatedAt: Date;
6235
6323
  deletedAt: Date | null;
@@ -6254,8 +6342,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6254
6342
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6255
6343
  id: string;
6256
6344
  metadata: {
6257
- id: string;
6258
6345
  name: string;
6346
+ id: string;
6259
6347
  picture?: string | undefined;
6260
6348
  additionalCredentials?: any;
6261
6349
  };
@@ -6400,9 +6488,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6400
6488
  telephonySignature: string | null;
6401
6489
  }>;
6402
6490
  }, "strip", z.ZodTypeAny, {
6491
+ name: string;
6403
6492
  id: string;
6404
6493
  address: string | null;
6405
- name: string;
6406
6494
  email: string;
6407
6495
  createdAt: Date;
6408
6496
  updatedAt: Date;
@@ -6443,9 +6531,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6443
6531
  telephonySignature: string | null;
6444
6532
  };
6445
6533
  }, {
6534
+ name: string;
6446
6535
  id: string;
6447
6536
  address: string | null;
6448
- name: string;
6449
6537
  email: string;
6450
6538
  createdAt: Date;
6451
6539
  updatedAt: Date;
@@ -6604,9 +6692,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6604
6692
  telephonySignature: string | null;
6605
6693
  }>;
6606
6694
  }, "strip", z.ZodTypeAny, {
6695
+ name: string;
6607
6696
  id: string;
6608
6697
  address: string | null;
6609
- name: string;
6610
6698
  email: string;
6611
6699
  createdAt: Date;
6612
6700
  updatedAt: Date;
@@ -6647,9 +6735,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6647
6735
  telephonySignature: string | null;
6648
6736
  };
6649
6737
  }, {
6738
+ name: string;
6650
6739
  id: string;
6651
6740
  address: string | null;
6652
- name: string;
6653
6741
  email: string;
6654
6742
  createdAt: Date;
6655
6743
  updatedAt: Date;
@@ -6808,9 +6896,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6808
6896
  telephonySignature: string | null;
6809
6897
  }>;
6810
6898
  }, "strip", z.ZodTypeAny, {
6899
+ name: string;
6811
6900
  id: string;
6812
6901
  address: string | null;
6813
- name: string;
6814
6902
  email: string;
6815
6903
  createdAt: Date;
6816
6904
  updatedAt: Date;
@@ -6851,9 +6939,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6851
6939
  telephonySignature: string | null;
6852
6940
  };
6853
6941
  }, {
6942
+ name: string;
6854
6943
  id: string;
6855
6944
  address: string | null;
6856
- name: string;
6857
6945
  email: string;
6858
6946
  createdAt: Date;
6859
6947
  updatedAt: Date;
@@ -6904,10 +6992,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6904
6992
  deletedAt: Date | null;
6905
6993
  entityId: string;
6906
6994
  contact: {
6995
+ name: string;
6907
6996
  id: string;
6908
6997
  channel: string | null;
6909
6998
  address: string | null;
6910
- name: string;
6911
6999
  createdAt: Date;
6912
7000
  updatedAt: Date;
6913
7001
  deletedAt: Date | null;
@@ -6952,8 +7040,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6952
7040
  createdAt: Date;
6953
7041
  updatedAt: Date;
6954
7042
  deletedAt: Date | null;
6955
- address?: string | null | undefined;
6956
7043
  name?: string | undefined;
7044
+ address?: string | null | undefined;
6957
7045
  phone?: string | null | undefined;
6958
7046
  industry?: string | null | undefined;
6959
7047
  } | null;
@@ -6961,8 +7049,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6961
7049
  contactProfile: string | null;
6962
7050
  socialProfileUrl: string | null;
6963
7051
  tags: {
6964
- id: string;
6965
7052
  name: string;
7053
+ id: string;
6966
7054
  createdAt: Date;
6967
7055
  updatedAt: Date;
6968
7056
  deletedAt: Date | null;
@@ -6987,8 +7075,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6987
7075
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6988
7076
  id: string;
6989
7077
  metadata: {
6990
- id: string;
6991
7078
  name: string;
7079
+ id: string;
6992
7080
  picture?: string | undefined;
6993
7081
  additionalCredentials?: any;
6994
7082
  };
@@ -7050,8 +7138,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7050
7138
  }[];
7051
7139
  }[];
7052
7140
  tags: {
7053
- id: string;
7054
7141
  name: string;
7142
+ id: string;
7055
7143
  createdAt: Date;
7056
7144
  updatedAt: Date;
7057
7145
  deletedAt: Date | null;
@@ -7091,19 +7179,29 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7091
7179
  room: {
7092
7180
  id: string;
7093
7181
  channel: {
7182
+ name: string;
7094
7183
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7095
7184
  id: string;
7096
- name: string;
7097
7185
  metadata: {
7098
- id: string;
7099
7186
  name: string;
7187
+ id: string;
7100
7188
  accessToken?: string | undefined;
7101
7189
  channelSecret?: string | undefined;
7102
7190
  additionalCredentials?: any;
7103
7191
  senderId?: string | undefined;
7192
+ whatsapp?: {
7193
+ email: string;
7194
+ wabaExternalId: string;
7195
+ phoneNumberId: string;
7196
+ wabaBusinessId?: string | undefined;
7197
+ clientId?: string | undefined;
7198
+ channelId?: string | undefined;
7199
+ status?: "active" | "pending" | undefined;
7200
+ apiKey?: string | undefined;
7201
+ } | undefined;
7104
7202
  vonageCredentials?: {
7105
- mobileNumber: string;
7106
7203
  apiKey: string;
7204
+ mobileNumber: string;
7107
7205
  apiSecret: string;
7108
7206
  } | undefined;
7109
7207
  lineRichMenuId?: string | null | undefined;
@@ -7114,9 +7212,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7114
7212
  updatedAt: Date;
7115
7213
  deletedAt: Date | null;
7116
7214
  actor: {
7215
+ name: string;
7117
7216
  id: string;
7118
7217
  address: string | null;
7119
- name: string;
7120
7218
  email: string;
7121
7219
  createdAt: Date;
7122
7220
  updatedAt: Date;
@@ -7163,8 +7261,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7163
7261
  connectedUserName: string;
7164
7262
  connectedUserId: string;
7165
7263
  botpressBot: {
7166
- id: string;
7167
7264
  name: string;
7265
+ id: string;
7168
7266
  accessToken: string;
7169
7267
  botId: string;
7170
7268
  integrationId: string;
@@ -7175,9 +7273,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7175
7273
  updatedAt: Date;
7176
7274
  deletedAt: Date | null;
7177
7275
  actor: {
7276
+ name: string;
7178
7277
  id: string;
7179
7278
  address: string | null;
7180
- name: string;
7181
7279
  email: string;
7182
7280
  createdAt: Date;
7183
7281
  updatedAt: Date;
@@ -7229,8 +7327,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7229
7327
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7230
7328
  id: string;
7231
7329
  metadata: {
7232
- id: string;
7233
7330
  name: string;
7331
+ id: string;
7234
7332
  picture?: string | undefined;
7235
7333
  additionalCredentials?: any;
7236
7334
  };
@@ -7238,10 +7336,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7238
7336
  updatedAt: Date;
7239
7337
  deletedAt: Date | null;
7240
7338
  contact: {
7339
+ name: string;
7241
7340
  id: string;
7242
7341
  channel: string | null;
7243
7342
  address: string | null;
7244
- name: string;
7245
7343
  createdAt: Date;
7246
7344
  updatedAt: Date;
7247
7345
  deletedAt: Date | null;
@@ -7286,8 +7384,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7286
7384
  createdAt: Date;
7287
7385
  updatedAt: Date;
7288
7386
  deletedAt: Date | null;
7289
- address?: string | null | undefined;
7290
7387
  name?: string | undefined;
7388
+ address?: string | null | undefined;
7291
7389
  phone?: string | null | undefined;
7292
7390
  industry?: string | null | undefined;
7293
7391
  } | null;
@@ -7295,8 +7393,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7295
7393
  contactProfile: string | null;
7296
7394
  socialProfileUrl: string | null;
7297
7395
  tags: {
7298
- id: string;
7299
7396
  name: string;
7397
+ id: string;
7300
7398
  createdAt: Date;
7301
7399
  updatedAt: Date;
7302
7400
  deletedAt: Date | null;
@@ -7321,8 +7419,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7321
7419
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7322
7420
  id: string;
7323
7421
  metadata: {
7324
- id: string;
7325
7422
  name: string;
7423
+ id: string;
7326
7424
  picture?: string | undefined;
7327
7425
  additionalCredentials?: any;
7328
7426
  };
@@ -7353,9 +7451,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7353
7451
  socialPlatformId: string;
7354
7452
  };
7355
7453
  assignee: {
7454
+ name: string;
7356
7455
  id: string;
7357
7456
  address: string | null;
7358
- name: string;
7359
7457
  email: string;
7360
7458
  createdAt: Date;
7361
7459
  updatedAt: Date;
@@ -7423,9 +7521,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7423
7521
  callTo?: {
7424
7522
  id: string;
7425
7523
  user: {
7524
+ name: string;
7426
7525
  id: string;
7427
7526
  address: string | null;
7428
- name: string;
7429
7527
  email: string;
7430
7528
  createdAt: Date;
7431
7529
  updatedAt: Date;
@@ -7449,9 +7547,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7449
7547
  callFrom?: {
7450
7548
  id: string;
7451
7549
  user: {
7550
+ name: string;
7452
7551
  id: string;
7453
7552
  address: string | null;
7454
- name: string;
7455
7553
  email: string;
7456
7554
  createdAt: Date;
7457
7555
  updatedAt: Date;
@@ -7477,10 +7575,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7477
7575
  telephonyQueueId: string | null;
7478
7576
  contactId: string | null;
7479
7577
  contact?: {
7578
+ name: string;
7480
7579
  id: string;
7481
7580
  channel: string | null;
7482
7581
  address: string | null;
7483
- name: string;
7484
7582
  createdAt: Date;
7485
7583
  updatedAt: Date;
7486
7584
  deletedAt: Date | null;
@@ -7525,8 +7623,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7525
7623
  createdAt: Date;
7526
7624
  updatedAt: Date;
7527
7625
  deletedAt: Date | null;
7528
- address?: string | null | undefined;
7529
7626
  name?: string | undefined;
7627
+ address?: string | null | undefined;
7530
7628
  phone?: string | null | undefined;
7531
7629
  industry?: string | null | undefined;
7532
7630
  } | null;
@@ -7534,8 +7632,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7534
7632
  contactProfile: string | null;
7535
7633
  socialProfileUrl: string | null;
7536
7634
  tags: {
7537
- id: string;
7538
7635
  name: string;
7636
+ id: string;
7539
7637
  createdAt: Date;
7540
7638
  updatedAt: Date;
7541
7639
  deletedAt: Date | null;
@@ -7560,8 +7658,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7560
7658
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7561
7659
  id: string;
7562
7660
  metadata: {
7563
- id: string;
7564
7661
  name: string;
7662
+ id: string;
7565
7663
  picture?: string | undefined;
7566
7664
  additionalCredentials?: any;
7567
7665
  };
@@ -7623,9 +7721,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7623
7721
  extensionName: string;
7624
7722
  telephonySignature: string | null;
7625
7723
  user?: {
7724
+ name: string;
7626
7725
  id: string;
7627
7726
  address: string | null;
7628
- name: string;
7629
7727
  email: string;
7630
7728
  createdAt: Date;
7631
7729
  updatedAt: Date;
@@ -7672,9 +7770,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7672
7770
  queueName?: string | null | undefined;
7673
7771
  } | null;
7674
7772
  firstAssignee: {
7773
+ name: string;
7675
7774
  id: string;
7676
7775
  address: string | null;
7677
- name: string;
7678
7776
  email: string;
7679
7777
  createdAt: Date;
7680
7778
  updatedAt: Date;
@@ -7716,9 +7814,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7716
7814
  };
7717
7815
  } | null;
7718
7816
  agent: {
7817
+ name: string;
7719
7818
  id: string;
7720
7819
  address: string | null;
7721
- name: string;
7722
7820
  email: string;
7723
7821
  createdAt: Date;
7724
7822
  updatedAt: Date;
@@ -7760,9 +7858,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7760
7858
  };
7761
7859
  } | null;
7762
7860
  closedAssignee: {
7861
+ name: string;
7763
7862
  id: string;
7764
7863
  address: string | null;
7765
- name: string;
7766
7864
  email: string;
7767
7865
  createdAt: Date;
7768
7866
  updatedAt: Date;
@@ -7813,10 +7911,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7813
7911
  deletedAt: Date | null;
7814
7912
  entityId: string;
7815
7913
  contact: {
7914
+ name: string;
7816
7915
  id: string;
7817
7916
  channel: string | null;
7818
7917
  address: string | null;
7819
- name: string;
7820
7918
  createdAt: Date;
7821
7919
  updatedAt: Date;
7822
7920
  deletedAt: Date | null;
@@ -7861,8 +7959,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7861
7959
  createdAt: Date;
7862
7960
  updatedAt: Date;
7863
7961
  deletedAt: Date | null;
7864
- address?: string | null | undefined;
7865
7962
  name?: string | undefined;
7963
+ address?: string | null | undefined;
7866
7964
  phone?: string | null | undefined;
7867
7965
  industry?: string | null | undefined;
7868
7966
  } | null;
@@ -7870,8 +7968,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7870
7968
  contactProfile: string | null;
7871
7969
  socialProfileUrl: string | null;
7872
7970
  tags: {
7873
- id: string;
7874
7971
  name: string;
7972
+ id: string;
7875
7973
  createdAt: Date;
7876
7974
  updatedAt: Date;
7877
7975
  deletedAt: Date | null;
@@ -7896,8 +7994,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7896
7994
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7897
7995
  id: string;
7898
7996
  metadata: {
7899
- id: string;
7900
7997
  name: string;
7998
+ id: string;
7901
7999
  picture?: string | undefined;
7902
8000
  additionalCredentials?: any;
7903
8001
  };
@@ -7959,8 +8057,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7959
8057
  }[];
7960
8058
  }[];
7961
8059
  tags: {
7962
- id: string;
7963
8060
  name: string;
8061
+ id: string;
7964
8062
  createdAt: Date;
7965
8063
  updatedAt: Date;
7966
8064
  deletedAt: Date | null;
@@ -8000,19 +8098,29 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8000
8098
  room: {
8001
8099
  id: string;
8002
8100
  channel: {
8101
+ name: string;
8003
8102
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8004
8103
  id: string;
8005
- name: string;
8006
8104
  metadata: {
8007
- id: string;
8008
8105
  name: string;
8106
+ id: string;
8009
8107
  accessToken?: string | undefined;
8010
8108
  channelSecret?: string | undefined;
8011
8109
  additionalCredentials?: any;
8012
8110
  senderId?: string | undefined;
8111
+ whatsapp?: {
8112
+ email: string;
8113
+ wabaExternalId: string;
8114
+ phoneNumberId: string;
8115
+ wabaBusinessId?: string | undefined;
8116
+ clientId?: string | undefined;
8117
+ channelId?: string | undefined;
8118
+ status?: "active" | "pending" | undefined;
8119
+ apiKey?: string | undefined;
8120
+ } | undefined;
8013
8121
  vonageCredentials?: {
8014
- mobileNumber: string;
8015
8122
  apiKey: string;
8123
+ mobileNumber: string;
8016
8124
  apiSecret: string;
8017
8125
  } | undefined;
8018
8126
  lineRichMenuId?: string | null | undefined;
@@ -8023,9 +8131,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8023
8131
  updatedAt: Date;
8024
8132
  deletedAt: Date | null;
8025
8133
  actor: {
8134
+ name: string;
8026
8135
  id: string;
8027
8136
  address: string | null;
8028
- name: string;
8029
8137
  email: string;
8030
8138
  createdAt: Date;
8031
8139
  updatedAt: Date;
@@ -8072,8 +8180,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8072
8180
  connectedUserName: string;
8073
8181
  connectedUserId: string;
8074
8182
  botpressBot: {
8075
- id: string;
8076
8183
  name: string;
8184
+ id: string;
8077
8185
  accessToken: string;
8078
8186
  botId: string;
8079
8187
  integrationId: string;
@@ -8084,9 +8192,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8084
8192
  updatedAt: Date;
8085
8193
  deletedAt: Date | null;
8086
8194
  actor: {
8195
+ name: string;
8087
8196
  id: string;
8088
8197
  address: string | null;
8089
- name: string;
8090
8198
  email: string;
8091
8199
  createdAt: Date;
8092
8200
  updatedAt: Date;
@@ -8138,8 +8246,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8138
8246
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8139
8247
  id: string;
8140
8248
  metadata: {
8141
- id: string;
8142
8249
  name: string;
8250
+ id: string;
8143
8251
  picture?: string | undefined;
8144
8252
  additionalCredentials?: any;
8145
8253
  };
@@ -8147,10 +8255,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8147
8255
  updatedAt: Date;
8148
8256
  deletedAt: Date | null;
8149
8257
  contact: {
8258
+ name: string;
8150
8259
  id: string;
8151
8260
  channel: string | null;
8152
8261
  address: string | null;
8153
- name: string;
8154
8262
  createdAt: Date;
8155
8263
  updatedAt: Date;
8156
8264
  deletedAt: Date | null;
@@ -8195,8 +8303,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8195
8303
  createdAt: Date;
8196
8304
  updatedAt: Date;
8197
8305
  deletedAt: Date | null;
8198
- address?: string | null | undefined;
8199
8306
  name?: string | undefined;
8307
+ address?: string | null | undefined;
8200
8308
  phone?: string | null | undefined;
8201
8309
  industry?: string | null | undefined;
8202
8310
  } | null;
@@ -8204,8 +8312,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8204
8312
  contactProfile: string | null;
8205
8313
  socialProfileUrl: string | null;
8206
8314
  tags: {
8207
- id: string;
8208
8315
  name: string;
8316
+ id: string;
8209
8317
  createdAt: Date;
8210
8318
  updatedAt: Date;
8211
8319
  deletedAt: Date | null;
@@ -8230,8 +8338,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8230
8338
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8231
8339
  id: string;
8232
8340
  metadata: {
8233
- id: string;
8234
8341
  name: string;
8342
+ id: string;
8235
8343
  picture?: string | undefined;
8236
8344
  additionalCredentials?: any;
8237
8345
  };
@@ -8262,9 +8370,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8262
8370
  socialPlatformId: string;
8263
8371
  };
8264
8372
  assignee: {
8373
+ name: string;
8265
8374
  id: string;
8266
8375
  address: string | null;
8267
- name: string;
8268
8376
  email: string;
8269
8377
  createdAt: Date;
8270
8378
  updatedAt: Date;
@@ -8332,9 +8440,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8332
8440
  callTo?: {
8333
8441
  id: string;
8334
8442
  user: {
8443
+ name: string;
8335
8444
  id: string;
8336
8445
  address: string | null;
8337
- name: string;
8338
8446
  email: string;
8339
8447
  createdAt: Date;
8340
8448
  updatedAt: Date;
@@ -8358,9 +8466,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8358
8466
  callFrom?: {
8359
8467
  id: string;
8360
8468
  user: {
8469
+ name: string;
8361
8470
  id: string;
8362
8471
  address: string | null;
8363
- name: string;
8364
8472
  email: string;
8365
8473
  createdAt: Date;
8366
8474
  updatedAt: Date;
@@ -8386,10 +8494,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8386
8494
  telephonyQueueId: string | null;
8387
8495
  contactId: string | null;
8388
8496
  contact?: {
8497
+ name: string;
8389
8498
  id: string;
8390
8499
  channel: string | null;
8391
8500
  address: string | null;
8392
- name: string;
8393
8501
  createdAt: Date;
8394
8502
  updatedAt: Date;
8395
8503
  deletedAt: Date | null;
@@ -8434,8 +8542,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8434
8542
  createdAt: Date;
8435
8543
  updatedAt: Date;
8436
8544
  deletedAt: Date | null;
8437
- address?: string | null | undefined;
8438
8545
  name?: string | undefined;
8546
+ address?: string | null | undefined;
8439
8547
  phone?: string | null | undefined;
8440
8548
  industry?: string | null | undefined;
8441
8549
  } | null;
@@ -8443,8 +8551,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8443
8551
  contactProfile: string | null;
8444
8552
  socialProfileUrl: string | null;
8445
8553
  tags: {
8446
- id: string;
8447
8554
  name: string;
8555
+ id: string;
8448
8556
  createdAt: Date;
8449
8557
  updatedAt: Date;
8450
8558
  deletedAt: Date | null;
@@ -8469,8 +8577,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8469
8577
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8470
8578
  id: string;
8471
8579
  metadata: {
8472
- id: string;
8473
8580
  name: string;
8581
+ id: string;
8474
8582
  picture?: string | undefined;
8475
8583
  additionalCredentials?: any;
8476
8584
  };
@@ -8532,9 +8640,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8532
8640
  extensionName: string;
8533
8641
  telephonySignature: string | null;
8534
8642
  user?: {
8643
+ name: string;
8535
8644
  id: string;
8536
8645
  address: string | null;
8537
- name: string;
8538
8646
  email: string;
8539
8647
  createdAt: Date;
8540
8648
  updatedAt: Date;
@@ -8581,9 +8689,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8581
8689
  queueName?: string | null | undefined;
8582
8690
  } | null;
8583
8691
  firstAssignee: {
8692
+ name: string;
8584
8693
  id: string;
8585
8694
  address: string | null;
8586
- name: string;
8587
8695
  email: string;
8588
8696
  createdAt: Date;
8589
8697
  updatedAt: Date;
@@ -8625,9 +8733,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8625
8733
  };
8626
8734
  } | null;
8627
8735
  agent: {
8736
+ name: string;
8628
8737
  id: string;
8629
8738
  address: string | null;
8630
- name: string;
8631
8739
  email: string;
8632
8740
  createdAt: Date;
8633
8741
  updatedAt: Date;
@@ -8669,9 +8777,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8669
8777
  };
8670
8778
  } | null;
8671
8779
  closedAssignee: {
8780
+ name: string;
8672
8781
  id: string;
8673
8782
  address: string | null;
8674
- name: string;
8675
8783
  email: string;
8676
8784
  createdAt: Date;
8677
8785
  updatedAt: Date;