@kl1/contracts 1.2.40-uat → 1.2.41-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 (113) 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 +3922 -3922
  20. package/dist/api-contracts/src/chat/schema.d.ts +1152 -1128
  21. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  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 +10147 -10079
  31. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  32. package/dist/api-contracts/src/cx-log/index.d.ts +316 -248
  33. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/cx-log/schema.d.ts +252 -204
  35. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  36. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  37. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  38. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  39. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  42. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  43. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  44. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  45. package/dist/api-contracts/src/index.d.ts +1 -0
  46. package/dist/api-contracts/src/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  48. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  49. package/dist/api-contracts/src/line/index.d.ts +608 -608
  50. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  51. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  52. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  53. package/dist/api-contracts/src/mail/mail-contract.d.ts +2463 -2463
  54. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  55. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  56. package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
  57. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  58. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
  59. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  60. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  61. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  62. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  63. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  64. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  65. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  66. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  67. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  68. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  69. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  70. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  71. package/dist/api-contracts/src/sms/index.d.ts +86 -86
  72. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  73. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  74. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  75. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  76. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  77. package/dist/api-contracts/src/subscription/schema.d.ts +222 -222
  78. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  79. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  80. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  81. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  84. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  85. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  86. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  87. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  88. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  89. package/dist/api-contracts/src/user/index.d.ts +23 -23
  90. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  91. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  92. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  93. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  94. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  95. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  96. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  97. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  98. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  99. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  100. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  101. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  103. package/dist/api-contracts/src/workflow-rule/index.d.ts +232 -232
  104. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  105. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  106. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  107. package/dist/api-contracts/utils.d.ts +1 -1
  108. package/dist/api-contracts/utils.d.ts.map +1 -1
  109. package/dist/index.js +11 -1
  110. package/dist/index.js.map +1 -1
  111. package/dist/index.mjs +11 -1
  112. package/dist/index.mjs.map +1 -1
  113. package/package.json +1 -1
@@ -52,13 +52,13 @@ export declare const chatContract: {
52
52
  picture: z.ZodOptional<z.ZodString>;
53
53
  additionalCredentials: z.ZodAny;
54
54
  }, "strip", z.ZodTypeAny, {
55
- name: string;
56
55
  id: string;
56
+ name: string;
57
57
  picture?: string | undefined;
58
58
  additionalCredentials?: any;
59
59
  }, {
60
- name: string;
61
60
  id: string;
61
+ name: string;
62
62
  picture?: string | undefined;
63
63
  additionalCredentials?: any;
64
64
  }>;
@@ -80,14 +80,14 @@ export declare const chatContract: {
80
80
  deletedAt: z.ZodNullable<z.ZodDate>;
81
81
  name: z.ZodString;
82
82
  }, "strip", z.ZodTypeAny, {
83
- name: string;
84
83
  id: string;
84
+ name: string;
85
85
  createdAt: Date;
86
86
  updatedAt: Date;
87
87
  deletedAt: Date | null;
88
88
  }, {
89
- name: string;
90
89
  id: string;
90
+ name: string;
91
91
  createdAt: Date;
92
92
  updatedAt: Date;
93
93
  deletedAt: Date | null;
@@ -243,8 +243,8 @@ export declare const chatContract: {
243
243
  createdAt: Date;
244
244
  updatedAt: Date;
245
245
  deletedAt: Date | null;
246
- name?: string | undefined;
247
246
  address?: string | null | undefined;
247
+ name?: string | undefined;
248
248
  phone?: string | null | undefined;
249
249
  industry?: string | null | undefined;
250
250
  }, {
@@ -252,8 +252,8 @@ export declare const chatContract: {
252
252
  createdAt: Date;
253
253
  updatedAt: Date;
254
254
  deletedAt: Date | null;
255
- name?: string | undefined;
256
255
  address?: string | null | undefined;
256
+ name?: string | undefined;
257
257
  phone?: string | null | undefined;
258
258
  industry?: string | null | undefined;
259
259
  }>>;
@@ -271,13 +271,13 @@ export declare const chatContract: {
271
271
  picture: z.ZodOptional<z.ZodString>;
272
272
  additionalCredentials: z.ZodAny;
273
273
  }, "strip", z.ZodTypeAny, {
274
- name: string;
275
274
  id: string;
275
+ name: string;
276
276
  picture?: string | undefined;
277
277
  additionalCredentials?: any;
278
278
  }, {
279
- name: string;
280
279
  id: string;
280
+ name: string;
281
281
  picture?: string | undefined;
282
282
  additionalCredentials?: any;
283
283
  }>;
@@ -285,8 +285,8 @@ export declare const chatContract: {
285
285
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
286
286
  id: string;
287
287
  metadata: {
288
- name: string;
289
288
  id: string;
289
+ name: string;
290
290
  picture?: string | undefined;
291
291
  additionalCredentials?: any;
292
292
  };
@@ -299,8 +299,8 @@ export declare const chatContract: {
299
299
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
300
300
  id: string;
301
301
  metadata: {
302
- name: string;
303
302
  id: string;
303
+ name: string;
304
304
  picture?: string | undefined;
305
305
  additionalCredentials?: any;
306
306
  };
@@ -610,10 +610,10 @@ export declare const chatContract: {
610
610
  };
611
611
  }>, "many">>;
612
612
  }, "strip", z.ZodTypeAny, {
613
- name: string;
614
613
  id: string;
615
614
  channel: string | null;
616
615
  address: string | null;
616
+ name: string;
617
617
  createdAt: Date;
618
618
  updatedAt: Date;
619
619
  deletedAt: Date | null;
@@ -658,8 +658,8 @@ export declare const chatContract: {
658
658
  createdAt: Date;
659
659
  updatedAt: Date;
660
660
  deletedAt: Date | null;
661
- name?: string | undefined;
662
661
  address?: string | null | undefined;
662
+ name?: string | undefined;
663
663
  phone?: string | null | undefined;
664
664
  industry?: string | null | undefined;
665
665
  } | null;
@@ -667,8 +667,8 @@ export declare const chatContract: {
667
667
  contactProfile: string | null;
668
668
  socialProfileUrl: string | null;
669
669
  tags: {
670
- name: string;
671
670
  id: string;
671
+ name: string;
672
672
  createdAt: Date;
673
673
  updatedAt: Date;
674
674
  deletedAt: Date | null;
@@ -693,8 +693,8 @@ export declare const chatContract: {
693
693
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
694
694
  id: string;
695
695
  metadata: {
696
- name: string;
697
696
  id: string;
697
+ name: string;
698
698
  picture?: string | undefined;
699
699
  additionalCredentials?: any;
700
700
  };
@@ -721,10 +721,10 @@ export declare const chatContract: {
721
721
  };
722
722
  }[] | undefined;
723
723
  }, {
724
- name: string;
725
724
  id: string;
726
725
  channel: string | null;
727
726
  address: string | null;
727
+ name: string;
728
728
  createdAt: Date;
729
729
  updatedAt: Date;
730
730
  deletedAt: Date | null;
@@ -769,8 +769,8 @@ export declare const chatContract: {
769
769
  createdAt: Date;
770
770
  updatedAt: Date;
771
771
  deletedAt: Date | null;
772
- name?: string | undefined;
773
772
  address?: string | null | undefined;
773
+ name?: string | undefined;
774
774
  phone?: string | null | undefined;
775
775
  industry?: string | null | undefined;
776
776
  } | null;
@@ -778,8 +778,8 @@ export declare const chatContract: {
778
778
  contactProfile: string | null;
779
779
  socialProfileUrl: string | null;
780
780
  tags: {
781
- name: string;
782
781
  id: string;
782
+ name: string;
783
783
  createdAt: Date;
784
784
  updatedAt: Date;
785
785
  deletedAt: Date | null;
@@ -804,8 +804,8 @@ export declare const chatContract: {
804
804
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
805
805
  id: string;
806
806
  metadata: {
807
- name: string;
808
807
  id: string;
808
+ name: string;
809
809
  picture?: string | undefined;
810
810
  additionalCredentials?: any;
811
811
  };
@@ -836,8 +836,8 @@ export declare const chatContract: {
836
836
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
837
837
  id: string;
838
838
  metadata: {
839
- name: string;
840
839
  id: string;
840
+ name: string;
841
841
  picture?: string | undefined;
842
842
  additionalCredentials?: any;
843
843
  };
@@ -845,10 +845,10 @@ export declare const chatContract: {
845
845
  updatedAt: Date;
846
846
  deletedAt: Date | null;
847
847
  contact: {
848
- name: string;
849
848
  id: string;
850
849
  channel: string | null;
851
850
  address: string | null;
851
+ name: string;
852
852
  createdAt: Date;
853
853
  updatedAt: Date;
854
854
  deletedAt: Date | null;
@@ -893,8 +893,8 @@ export declare const chatContract: {
893
893
  createdAt: Date;
894
894
  updatedAt: Date;
895
895
  deletedAt: Date | null;
896
- name?: string | undefined;
897
896
  address?: string | null | undefined;
897
+ name?: string | undefined;
898
898
  phone?: string | null | undefined;
899
899
  industry?: string | null | undefined;
900
900
  } | null;
@@ -902,8 +902,8 @@ export declare const chatContract: {
902
902
  contactProfile: string | null;
903
903
  socialProfileUrl: string | null;
904
904
  tags: {
905
- name: string;
906
905
  id: string;
906
+ name: string;
907
907
  createdAt: Date;
908
908
  updatedAt: Date;
909
909
  deletedAt: Date | null;
@@ -928,8 +928,8 @@ export declare const chatContract: {
928
928
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
929
929
  id: string;
930
930
  metadata: {
931
- name: string;
932
931
  id: string;
932
+ name: string;
933
933
  picture?: string | undefined;
934
934
  additionalCredentials?: any;
935
935
  };
@@ -962,8 +962,8 @@ export declare const chatContract: {
962
962
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
963
963
  id: string;
964
964
  metadata: {
965
- name: string;
966
965
  id: string;
966
+ name: string;
967
967
  picture?: string | undefined;
968
968
  additionalCredentials?: any;
969
969
  };
@@ -971,10 +971,10 @@ export declare const chatContract: {
971
971
  updatedAt: Date;
972
972
  deletedAt: Date | null;
973
973
  contact: {
974
- name: string;
975
974
  id: string;
976
975
  channel: string | null;
977
976
  address: string | null;
977
+ name: string;
978
978
  createdAt: Date;
979
979
  updatedAt: Date;
980
980
  deletedAt: Date | null;
@@ -1019,8 +1019,8 @@ export declare const chatContract: {
1019
1019
  createdAt: Date;
1020
1020
  updatedAt: Date;
1021
1021
  deletedAt: Date | null;
1022
- name?: string | undefined;
1023
1022
  address?: string | null | undefined;
1023
+ name?: string | undefined;
1024
1024
  phone?: string | null | undefined;
1025
1025
  industry?: string | null | undefined;
1026
1026
  } | null;
@@ -1028,8 +1028,8 @@ export declare const chatContract: {
1028
1028
  contactProfile: string | null;
1029
1029
  socialProfileUrl: string | null;
1030
1030
  tags: {
1031
- name: string;
1032
1031
  id: string;
1032
+ name: string;
1033
1033
  createdAt: Date;
1034
1034
  updatedAt: Date;
1035
1035
  deletedAt: Date | null;
@@ -1054,8 +1054,8 @@ export declare const chatContract: {
1054
1054
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1055
1055
  id: string;
1056
1056
  metadata: {
1057
- name: string;
1058
1057
  id: string;
1058
+ name: string;
1059
1059
  picture?: string | undefined;
1060
1060
  additionalCredentials?: any;
1061
1061
  };
@@ -1203,9 +1203,9 @@ export declare const chatContract: {
1203
1203
  telephonySignature: string | null;
1204
1204
  }>;
1205
1205
  }, "strip", z.ZodTypeAny, {
1206
- name: string;
1207
1206
  id: string;
1208
1207
  address: string | null;
1208
+ name: string;
1209
1209
  email: string;
1210
1210
  createdAt: Date;
1211
1211
  updatedAt: Date;
@@ -1246,9 +1246,9 @@ export declare const chatContract: {
1246
1246
  telephonySignature: string | null;
1247
1247
  };
1248
1248
  }, {
1249
- name: string;
1250
1249
  id: string;
1251
1250
  address: string | null;
1251
+ name: string;
1252
1252
  email: string;
1253
1253
  createdAt: Date;
1254
1254
  updatedAt: Date;
@@ -1407,9 +1407,9 @@ export declare const chatContract: {
1407
1407
  telephonySignature: string | null;
1408
1408
  }>;
1409
1409
  }, "strip", z.ZodTypeAny, {
1410
- name: string;
1411
1410
  id: string;
1412
1411
  address: string | null;
1412
+ name: string;
1413
1413
  email: string;
1414
1414
  createdAt: Date;
1415
1415
  updatedAt: Date;
@@ -1450,9 +1450,9 @@ export declare const chatContract: {
1450
1450
  telephonySignature: string | null;
1451
1451
  };
1452
1452
  }, {
1453
- name: string;
1454
1453
  id: string;
1455
1454
  address: string | null;
1455
+ name: string;
1456
1456
  email: string;
1457
1457
  createdAt: Date;
1458
1458
  updatedAt: Date;
@@ -1557,8 +1557,8 @@ export declare const chatContract: {
1557
1557
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1558
1558
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1559
1559
  }, "strip", z.ZodTypeAny, {
1560
- name: string;
1561
1560
  id: string;
1561
+ name: string;
1562
1562
  accessToken?: string | undefined;
1563
1563
  channelSecret?: string | undefined;
1564
1564
  additionalCredentials?: any;
@@ -1583,8 +1583,8 @@ export declare const chatContract: {
1583
1583
  lineRichMenuId?: string | null | undefined;
1584
1584
  messengerIntegrationType?: "own" | "business" | undefined;
1585
1585
  }, {
1586
- name: string;
1587
1586
  id: string;
1587
+ name: string;
1588
1588
  accessToken?: string | undefined;
1589
1589
  channelSecret?: string | undefined;
1590
1590
  additionalCredentials?: any;
@@ -1622,14 +1622,14 @@ export declare const chatContract: {
1622
1622
  integrationId: z.ZodString;
1623
1623
  accessToken: z.ZodString;
1624
1624
  }, "strip", z.ZodTypeAny, {
1625
- name: string;
1626
1625
  id: string;
1626
+ name: string;
1627
1627
  accessToken: string;
1628
1628
  botId: string;
1629
1629
  integrationId: string;
1630
1630
  }, {
1631
- name: string;
1632
1631
  id: string;
1632
+ name: string;
1633
1633
  accessToken: string;
1634
1634
  botId: string;
1635
1635
  integrationId: string;
@@ -1752,9 +1752,9 @@ export declare const chatContract: {
1752
1752
  telephonySignature: string | null;
1753
1753
  }>;
1754
1754
  }, "strip", z.ZodTypeAny, {
1755
- name: string;
1756
1755
  id: string;
1757
1756
  address: string | null;
1757
+ name: string;
1758
1758
  email: string;
1759
1759
  createdAt: Date;
1760
1760
  updatedAt: Date;
@@ -1795,9 +1795,9 @@ export declare const chatContract: {
1795
1795
  telephonySignature: string | null;
1796
1796
  };
1797
1797
  }, {
1798
- name: string;
1799
1798
  id: string;
1800
1799
  address: string | null;
1800
+ name: string;
1801
1801
  email: string;
1802
1802
  createdAt: Date;
1803
1803
  updatedAt: Date;
@@ -1839,12 +1839,12 @@ export declare const chatContract: {
1839
1839
  };
1840
1840
  }>;
1841
1841
  }, "strip", z.ZodTypeAny, {
1842
- name: string;
1843
1842
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1844
1843
  id: string;
1844
+ name: string;
1845
1845
  metadata: {
1846
- name: string;
1847
1846
  id: string;
1847
+ name: string;
1848
1848
  accessToken?: string | undefined;
1849
1849
  channelSecret?: string | undefined;
1850
1850
  additionalCredentials?: any;
@@ -1874,9 +1874,9 @@ export declare const chatContract: {
1874
1874
  updatedAt: Date;
1875
1875
  deletedAt: Date | null;
1876
1876
  actor: {
1877
- name: string;
1878
1877
  id: string;
1879
1878
  address: string | null;
1879
+ name: string;
1880
1880
  email: string;
1881
1881
  createdAt: Date;
1882
1882
  updatedAt: Date;
@@ -1923,19 +1923,19 @@ export declare const chatContract: {
1923
1923
  connectedUserName: string;
1924
1924
  connectedUserId: string;
1925
1925
  botpressBot: {
1926
- name: string;
1927
1926
  id: string;
1927
+ name: string;
1928
1928
  accessToken: string;
1929
1929
  botId: string;
1930
1930
  integrationId: string;
1931
1931
  } | null;
1932
1932
  }, {
1933
- name: string;
1934
1933
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1935
1934
  id: string;
1935
+ name: string;
1936
1936
  metadata: {
1937
- name: string;
1938
1937
  id: string;
1938
+ name: string;
1939
1939
  accessToken?: string | undefined;
1940
1940
  channelSecret?: string | undefined;
1941
1941
  additionalCredentials?: any;
@@ -1965,9 +1965,9 @@ export declare const chatContract: {
1965
1965
  updatedAt: Date;
1966
1966
  deletedAt: Date | null;
1967
1967
  actor: {
1968
- name: string;
1969
1968
  id: string;
1970
1969
  address: string | null;
1970
+ name: string;
1971
1971
  email: string;
1972
1972
  createdAt: Date;
1973
1973
  updatedAt: Date;
@@ -2014,8 +2014,8 @@ export declare const chatContract: {
2014
2014
  connectedUserName: string;
2015
2015
  connectedUserId: string;
2016
2016
  botpressBot: {
2017
- name: string;
2018
2017
  id: string;
2018
+ name: string;
2019
2019
  accessToken: string;
2020
2020
  botId: string;
2021
2021
  integrationId: string;
@@ -2056,14 +2056,14 @@ export declare const chatContract: {
2056
2056
  deletedAt: z.ZodNullable<z.ZodDate>;
2057
2057
  name: z.ZodString;
2058
2058
  }, "strip", z.ZodTypeAny, {
2059
- name: string;
2060
2059
  id: string;
2060
+ name: string;
2061
2061
  createdAt: Date;
2062
2062
  updatedAt: Date;
2063
2063
  deletedAt: Date | null;
2064
2064
  }, {
2065
- name: string;
2066
2065
  id: string;
2066
+ name: string;
2067
2067
  createdAt: Date;
2068
2068
  updatedAt: Date;
2069
2069
  deletedAt: Date | null;
@@ -2234,8 +2234,8 @@ export declare const chatContract: {
2234
2234
  }[];
2235
2235
  }[];
2236
2236
  tags: {
2237
- name: string;
2238
2237
  id: string;
2238
+ name: string;
2239
2239
  createdAt: Date;
2240
2240
  updatedAt: Date;
2241
2241
  deletedAt: Date | null;
@@ -2285,8 +2285,8 @@ export declare const chatContract: {
2285
2285
  }[];
2286
2286
  }[];
2287
2287
  tags: {
2288
- name: string;
2289
2288
  id: string;
2289
+ name: string;
2290
2290
  createdAt: Date;
2291
2291
  updatedAt: Date;
2292
2292
  deletedAt: Date | null;
@@ -2324,16 +2324,16 @@ export declare const chatContract: {
2324
2324
  position: z.ZodNumber;
2325
2325
  isDefault: z.ZodDefault<z.ZodBoolean>;
2326
2326
  }, "strip", z.ZodTypeAny, {
2327
- name: string;
2328
2327
  id: string;
2328
+ name: string;
2329
2329
  position: number;
2330
2330
  createdAt: Date;
2331
2331
  updatedAt: Date;
2332
2332
  deletedAt: Date | null;
2333
2333
  isDefault: boolean;
2334
2334
  }, {
2335
- name: string;
2336
2335
  id: string;
2336
+ name: string;
2337
2337
  position: number;
2338
2338
  createdAt: Date;
2339
2339
  updatedAt: Date;
@@ -2349,8 +2349,8 @@ export declare const chatContract: {
2349
2349
  endedAt: string | null;
2350
2350
  duration: number | null;
2351
2351
  holdLabel?: {
2352
- name: string;
2353
2352
  id: string;
2353
+ name: string;
2354
2354
  position: number;
2355
2355
  createdAt: Date;
2356
2356
  updatedAt: Date;
@@ -2366,8 +2366,8 @@ export declare const chatContract: {
2366
2366
  endedAt: string | null;
2367
2367
  duration: number | null;
2368
2368
  holdLabel?: {
2369
- name: string;
2370
2369
  id: string;
2370
+ name: string;
2371
2371
  position: number;
2372
2372
  createdAt: Date;
2373
2373
  updatedAt: Date;
@@ -2425,8 +2425,8 @@ export declare const chatContract: {
2425
2425
  }[];
2426
2426
  }[];
2427
2427
  tags: {
2428
- name: string;
2429
2428
  id: string;
2429
+ name: string;
2430
2430
  createdAt: Date;
2431
2431
  updatedAt: Date;
2432
2432
  deletedAt: Date | null;
@@ -2456,8 +2456,8 @@ export declare const chatContract: {
2456
2456
  endedAt: string | null;
2457
2457
  duration: number | null;
2458
2458
  holdLabel?: {
2459
- name: string;
2460
2459
  id: string;
2460
+ name: string;
2461
2461
  position: number;
2462
2462
  createdAt: Date;
2463
2463
  updatedAt: Date;
@@ -2515,8 +2515,8 @@ export declare const chatContract: {
2515
2515
  }[];
2516
2516
  }[];
2517
2517
  tags: {
2518
- name: string;
2519
2518
  id: string;
2519
+ name: string;
2520
2520
  createdAt: Date;
2521
2521
  updatedAt: Date;
2522
2522
  deletedAt: Date | null;
@@ -2546,8 +2546,8 @@ export declare const chatContract: {
2546
2546
  endedAt: string | null;
2547
2547
  duration: number | null;
2548
2548
  holdLabel?: {
2549
- name: string;
2550
2549
  id: string;
2550
+ name: string;
2551
2551
  position: number;
2552
2552
  createdAt: Date;
2553
2553
  updatedAt: Date;
@@ -2565,17 +2565,17 @@ export declare const chatContract: {
2565
2565
  isActive: z.ZodBoolean;
2566
2566
  type: z.ZodString;
2567
2567
  }, "strip", z.ZodTypeAny, {
2568
- name: string;
2569
2568
  type: string;
2570
2569
  id: string;
2570
+ name: string;
2571
2571
  createdAt: Date;
2572
2572
  updatedAt: Date;
2573
2573
  deletedAt: Date | null;
2574
2574
  isActive: boolean;
2575
2575
  }, {
2576
- name: string;
2577
2576
  type: string;
2578
2577
  id: string;
2578
+ name: string;
2579
2579
  createdAt: Date;
2580
2580
  updatedAt: Date;
2581
2581
  deletedAt: Date | null;
@@ -2585,12 +2585,12 @@ export declare const chatContract: {
2585
2585
  }, "strip", z.ZodTypeAny, {
2586
2586
  id: string;
2587
2587
  channel: {
2588
- name: string;
2589
2588
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2590
2589
  id: string;
2590
+ name: string;
2591
2591
  metadata: {
2592
- name: string;
2593
2592
  id: string;
2593
+ name: string;
2594
2594
  accessToken?: string | undefined;
2595
2595
  channelSecret?: string | undefined;
2596
2596
  additionalCredentials?: any;
@@ -2620,9 +2620,9 @@ export declare const chatContract: {
2620
2620
  updatedAt: Date;
2621
2621
  deletedAt: Date | null;
2622
2622
  actor: {
2623
- name: string;
2624
2623
  id: string;
2625
2624
  address: string | null;
2625
+ name: string;
2626
2626
  email: string;
2627
2627
  createdAt: Date;
2628
2628
  updatedAt: Date;
@@ -2669,8 +2669,8 @@ export declare const chatContract: {
2669
2669
  connectedUserName: string;
2670
2670
  connectedUserId: string;
2671
2671
  botpressBot: {
2672
- name: string;
2673
2672
  id: string;
2673
+ name: string;
2674
2674
  accessToken: string;
2675
2675
  botId: string;
2676
2676
  integrationId: string;
@@ -2682,9 +2682,9 @@ export declare const chatContract: {
2682
2682
  updatedAt: Date;
2683
2683
  deletedAt: Date | null;
2684
2684
  actor: {
2685
- name: string;
2686
2685
  id: string;
2687
2686
  address: string | null;
2687
+ name: string;
2688
2688
  email: string;
2689
2689
  createdAt: Date;
2690
2690
  updatedAt: Date;
@@ -2735,8 +2735,8 @@ export declare const chatContract: {
2735
2735
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2736
2736
  id: string;
2737
2737
  metadata: {
2738
- name: string;
2739
2738
  id: string;
2739
+ name: string;
2740
2740
  picture?: string | undefined;
2741
2741
  additionalCredentials?: any;
2742
2742
  };
@@ -2744,10 +2744,10 @@ export declare const chatContract: {
2744
2744
  updatedAt: Date;
2745
2745
  deletedAt: Date | null;
2746
2746
  contact: {
2747
- name: string;
2748
2747
  id: string;
2749
2748
  channel: string | null;
2750
2749
  address: string | null;
2750
+ name: string;
2751
2751
  createdAt: Date;
2752
2752
  updatedAt: Date;
2753
2753
  deletedAt: Date | null;
@@ -2792,8 +2792,8 @@ export declare const chatContract: {
2792
2792
  createdAt: Date;
2793
2793
  updatedAt: Date;
2794
2794
  deletedAt: Date | null;
2795
- name?: string | undefined;
2796
2795
  address?: string | null | undefined;
2796
+ name?: string | undefined;
2797
2797
  phone?: string | null | undefined;
2798
2798
  industry?: string | null | undefined;
2799
2799
  } | null;
@@ -2801,8 +2801,8 @@ export declare const chatContract: {
2801
2801
  contactProfile: string | null;
2802
2802
  socialProfileUrl: string | null;
2803
2803
  tags: {
2804
- name: string;
2805
2804
  id: string;
2805
+ name: string;
2806
2806
  createdAt: Date;
2807
2807
  updatedAt: Date;
2808
2808
  deletedAt: Date | null;
@@ -2827,8 +2827,8 @@ export declare const chatContract: {
2827
2827
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2828
2828
  id: string;
2829
2829
  metadata: {
2830
- name: string;
2831
2830
  id: string;
2831
+ name: string;
2832
2832
  picture?: string | undefined;
2833
2833
  additionalCredentials?: any;
2834
2834
  };
@@ -2859,9 +2859,9 @@ export declare const chatContract: {
2859
2859
  socialPlatformId: string;
2860
2860
  };
2861
2861
  assignee: {
2862
- name: string;
2863
2862
  id: string;
2864
2863
  address: string | null;
2864
+ name: string;
2865
2865
  email: string;
2866
2866
  createdAt: Date;
2867
2867
  updatedAt: Date;
@@ -2955,8 +2955,8 @@ export declare const chatContract: {
2955
2955
  }[];
2956
2956
  }[];
2957
2957
  tags: {
2958
- name: string;
2959
2958
  id: string;
2959
+ name: string;
2960
2960
  createdAt: Date;
2961
2961
  updatedAt: Date;
2962
2962
  deletedAt: Date | null;
@@ -2986,8 +2986,8 @@ export declare const chatContract: {
2986
2986
  endedAt: string | null;
2987
2987
  duration: number | null;
2988
2988
  holdLabel?: {
2989
- name: string;
2990
2989
  id: string;
2990
+ name: string;
2991
2991
  position: number;
2992
2992
  createdAt: Date;
2993
2993
  updatedAt: Date;
@@ -2997,9 +2997,9 @@ export declare const chatContract: {
2997
2997
  }[] | null | undefined;
2998
2998
  };
2999
2999
  workflowRule: {
3000
- name: string;
3001
3000
  type: string;
3002
3001
  id: string;
3002
+ name: string;
3003
3003
  createdAt: Date;
3004
3004
  updatedAt: Date;
3005
3005
  deletedAt: Date | null;
@@ -3009,12 +3009,12 @@ export declare const chatContract: {
3009
3009
  }, {
3010
3010
  id: string;
3011
3011
  channel: {
3012
- name: string;
3013
3012
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3014
3013
  id: string;
3014
+ name: string;
3015
3015
  metadata: {
3016
- name: string;
3017
3016
  id: string;
3017
+ name: string;
3018
3018
  accessToken?: string | undefined;
3019
3019
  channelSecret?: string | undefined;
3020
3020
  additionalCredentials?: any;
@@ -3044,9 +3044,9 @@ export declare const chatContract: {
3044
3044
  updatedAt: Date;
3045
3045
  deletedAt: Date | null;
3046
3046
  actor: {
3047
- name: string;
3048
3047
  id: string;
3049
3048
  address: string | null;
3049
+ name: string;
3050
3050
  email: string;
3051
3051
  createdAt: Date;
3052
3052
  updatedAt: Date;
@@ -3093,8 +3093,8 @@ export declare const chatContract: {
3093
3093
  connectedUserName: string;
3094
3094
  connectedUserId: string;
3095
3095
  botpressBot: {
3096
- name: string;
3097
3096
  id: string;
3097
+ name: string;
3098
3098
  accessToken: string;
3099
3099
  botId: string;
3100
3100
  integrationId: string;
@@ -3106,9 +3106,9 @@ export declare const chatContract: {
3106
3106
  updatedAt: Date;
3107
3107
  deletedAt: Date | null;
3108
3108
  actor: {
3109
- name: string;
3110
3109
  id: string;
3111
3110
  address: string | null;
3111
+ name: string;
3112
3112
  email: string;
3113
3113
  createdAt: Date;
3114
3114
  updatedAt: Date;
@@ -3159,8 +3159,8 @@ export declare const chatContract: {
3159
3159
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3160
3160
  id: string;
3161
3161
  metadata: {
3162
- name: string;
3163
3162
  id: string;
3163
+ name: string;
3164
3164
  picture?: string | undefined;
3165
3165
  additionalCredentials?: any;
3166
3166
  };
@@ -3168,10 +3168,10 @@ export declare const chatContract: {
3168
3168
  updatedAt: Date;
3169
3169
  deletedAt: Date | null;
3170
3170
  contact: {
3171
- name: string;
3172
3171
  id: string;
3173
3172
  channel: string | null;
3174
3173
  address: string | null;
3174
+ name: string;
3175
3175
  createdAt: Date;
3176
3176
  updatedAt: Date;
3177
3177
  deletedAt: Date | null;
@@ -3216,8 +3216,8 @@ export declare const chatContract: {
3216
3216
  createdAt: Date;
3217
3217
  updatedAt: Date;
3218
3218
  deletedAt: Date | null;
3219
- name?: string | undefined;
3220
3219
  address?: string | null | undefined;
3220
+ name?: string | undefined;
3221
3221
  phone?: string | null | undefined;
3222
3222
  industry?: string | null | undefined;
3223
3223
  } | null;
@@ -3225,8 +3225,8 @@ export declare const chatContract: {
3225
3225
  contactProfile: string | null;
3226
3226
  socialProfileUrl: string | null;
3227
3227
  tags: {
3228
- name: string;
3229
3228
  id: string;
3229
+ name: string;
3230
3230
  createdAt: Date;
3231
3231
  updatedAt: Date;
3232
3232
  deletedAt: Date | null;
@@ -3251,8 +3251,8 @@ export declare const chatContract: {
3251
3251
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3252
3252
  id: string;
3253
3253
  metadata: {
3254
- name: string;
3255
3254
  id: string;
3255
+ name: string;
3256
3256
  picture?: string | undefined;
3257
3257
  additionalCredentials?: any;
3258
3258
  };
@@ -3283,9 +3283,9 @@ export declare const chatContract: {
3283
3283
  socialPlatformId: string;
3284
3284
  };
3285
3285
  assignee: {
3286
- name: string;
3287
3286
  id: string;
3288
3287
  address: string | null;
3288
+ name: string;
3289
3289
  email: string;
3290
3290
  createdAt: Date;
3291
3291
  updatedAt: Date;
@@ -3379,8 +3379,8 @@ export declare const chatContract: {
3379
3379
  }[];
3380
3380
  }[];
3381
3381
  tags: {
3382
- name: string;
3383
3382
  id: string;
3383
+ name: string;
3384
3384
  createdAt: Date;
3385
3385
  updatedAt: Date;
3386
3386
  deletedAt: Date | null;
@@ -3410,8 +3410,8 @@ export declare const chatContract: {
3410
3410
  endedAt: string | null;
3411
3411
  duration: number | null;
3412
3412
  holdLabel?: {
3413
- name: string;
3414
3413
  id: string;
3414
+ name: string;
3415
3415
  position: number;
3416
3416
  createdAt: Date;
3417
3417
  updatedAt: Date;
@@ -3421,9 +3421,9 @@ export declare const chatContract: {
3421
3421
  }[] | null | undefined;
3422
3422
  };
3423
3423
  workflowRule: {
3424
- name: string;
3425
3424
  type: string;
3426
3425
  id: string;
3426
+ name: string;
3427
3427
  createdAt: Date;
3428
3428
  updatedAt: Date;
3429
3429
  deletedAt: Date | null;
@@ -3435,12 +3435,12 @@ export declare const chatContract: {
3435
3435
  data: {
3436
3436
  id: string;
3437
3437
  channel: {
3438
- name: string;
3439
3438
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3440
3439
  id: string;
3440
+ name: string;
3441
3441
  metadata: {
3442
- name: string;
3443
3442
  id: string;
3443
+ name: string;
3444
3444
  accessToken?: string | undefined;
3445
3445
  channelSecret?: string | undefined;
3446
3446
  additionalCredentials?: any;
@@ -3470,9 +3470,9 @@ export declare const chatContract: {
3470
3470
  updatedAt: Date;
3471
3471
  deletedAt: Date | null;
3472
3472
  actor: {
3473
- name: string;
3474
3473
  id: string;
3475
3474
  address: string | null;
3475
+ name: string;
3476
3476
  email: string;
3477
3477
  createdAt: Date;
3478
3478
  updatedAt: Date;
@@ -3519,8 +3519,8 @@ export declare const chatContract: {
3519
3519
  connectedUserName: string;
3520
3520
  connectedUserId: string;
3521
3521
  botpressBot: {
3522
- name: string;
3523
3522
  id: string;
3523
+ name: string;
3524
3524
  accessToken: string;
3525
3525
  botId: string;
3526
3526
  integrationId: string;
@@ -3532,9 +3532,9 @@ export declare const chatContract: {
3532
3532
  updatedAt: Date;
3533
3533
  deletedAt: Date | null;
3534
3534
  actor: {
3535
- name: string;
3536
3535
  id: string;
3537
3536
  address: string | null;
3537
+ name: string;
3538
3538
  email: string;
3539
3539
  createdAt: Date;
3540
3540
  updatedAt: Date;
@@ -3585,8 +3585,8 @@ export declare const chatContract: {
3585
3585
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3586
3586
  id: string;
3587
3587
  metadata: {
3588
- name: string;
3589
3588
  id: string;
3589
+ name: string;
3590
3590
  picture?: string | undefined;
3591
3591
  additionalCredentials?: any;
3592
3592
  };
@@ -3594,10 +3594,10 @@ export declare const chatContract: {
3594
3594
  updatedAt: Date;
3595
3595
  deletedAt: Date | null;
3596
3596
  contact: {
3597
- name: string;
3598
3597
  id: string;
3599
3598
  channel: string | null;
3600
3599
  address: string | null;
3600
+ name: string;
3601
3601
  createdAt: Date;
3602
3602
  updatedAt: Date;
3603
3603
  deletedAt: Date | null;
@@ -3642,8 +3642,8 @@ export declare const chatContract: {
3642
3642
  createdAt: Date;
3643
3643
  updatedAt: Date;
3644
3644
  deletedAt: Date | null;
3645
- name?: string | undefined;
3646
3645
  address?: string | null | undefined;
3646
+ name?: string | undefined;
3647
3647
  phone?: string | null | undefined;
3648
3648
  industry?: string | null | undefined;
3649
3649
  } | null;
@@ -3651,8 +3651,8 @@ export declare const chatContract: {
3651
3651
  contactProfile: string | null;
3652
3652
  socialProfileUrl: string | null;
3653
3653
  tags: {
3654
- name: string;
3655
3654
  id: string;
3655
+ name: string;
3656
3656
  createdAt: Date;
3657
3657
  updatedAt: Date;
3658
3658
  deletedAt: Date | null;
@@ -3677,8 +3677,8 @@ export declare const chatContract: {
3677
3677
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3678
3678
  id: string;
3679
3679
  metadata: {
3680
- name: string;
3681
3680
  id: string;
3681
+ name: string;
3682
3682
  picture?: string | undefined;
3683
3683
  additionalCredentials?: any;
3684
3684
  };
@@ -3709,9 +3709,9 @@ export declare const chatContract: {
3709
3709
  socialPlatformId: string;
3710
3710
  };
3711
3711
  assignee: {
3712
- name: string;
3713
3712
  id: string;
3714
3713
  address: string | null;
3714
+ name: string;
3715
3715
  email: string;
3716
3716
  createdAt: Date;
3717
3717
  updatedAt: Date;
@@ -3805,8 +3805,8 @@ export declare const chatContract: {
3805
3805
  }[];
3806
3806
  }[];
3807
3807
  tags: {
3808
- name: string;
3809
3808
  id: string;
3809
+ name: string;
3810
3810
  createdAt: Date;
3811
3811
  updatedAt: Date;
3812
3812
  deletedAt: Date | null;
@@ -3836,8 +3836,8 @@ export declare const chatContract: {
3836
3836
  endedAt: string | null;
3837
3837
  duration: number | null;
3838
3838
  holdLabel?: {
3839
- name: string;
3840
3839
  id: string;
3840
+ name: string;
3841
3841
  position: number;
3842
3842
  createdAt: Date;
3843
3843
  updatedAt: Date;
@@ -3847,9 +3847,9 @@ export declare const chatContract: {
3847
3847
  }[] | null | undefined;
3848
3848
  };
3849
3849
  workflowRule: {
3850
- name: string;
3851
3850
  type: string;
3852
3851
  id: string;
3852
+ name: string;
3853
3853
  createdAt: Date;
3854
3854
  updatedAt: Date;
3855
3855
  deletedAt: Date | null;
@@ -3862,12 +3862,12 @@ export declare const chatContract: {
3862
3862
  data: {
3863
3863
  id: string;
3864
3864
  channel: {
3865
- name: string;
3866
3865
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3867
3866
  id: string;
3867
+ name: string;
3868
3868
  metadata: {
3869
- name: string;
3870
3869
  id: string;
3870
+ name: string;
3871
3871
  accessToken?: string | undefined;
3872
3872
  channelSecret?: string | undefined;
3873
3873
  additionalCredentials?: any;
@@ -3897,9 +3897,9 @@ export declare const chatContract: {
3897
3897
  updatedAt: Date;
3898
3898
  deletedAt: Date | null;
3899
3899
  actor: {
3900
- name: string;
3901
3900
  id: string;
3902
3901
  address: string | null;
3902
+ name: string;
3903
3903
  email: string;
3904
3904
  createdAt: Date;
3905
3905
  updatedAt: Date;
@@ -3946,8 +3946,8 @@ export declare const chatContract: {
3946
3946
  connectedUserName: string;
3947
3947
  connectedUserId: string;
3948
3948
  botpressBot: {
3949
- name: string;
3950
3949
  id: string;
3950
+ name: string;
3951
3951
  accessToken: string;
3952
3952
  botId: string;
3953
3953
  integrationId: string;
@@ -3959,9 +3959,9 @@ export declare const chatContract: {
3959
3959
  updatedAt: Date;
3960
3960
  deletedAt: Date | null;
3961
3961
  actor: {
3962
- name: string;
3963
3962
  id: string;
3964
3963
  address: string | null;
3964
+ name: string;
3965
3965
  email: string;
3966
3966
  createdAt: Date;
3967
3967
  updatedAt: Date;
@@ -4012,8 +4012,8 @@ export declare const chatContract: {
4012
4012
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4013
4013
  id: string;
4014
4014
  metadata: {
4015
- name: string;
4016
4015
  id: string;
4016
+ name: string;
4017
4017
  picture?: string | undefined;
4018
4018
  additionalCredentials?: any;
4019
4019
  };
@@ -4021,10 +4021,10 @@ export declare const chatContract: {
4021
4021
  updatedAt: Date;
4022
4022
  deletedAt: Date | null;
4023
4023
  contact: {
4024
- name: string;
4025
4024
  id: string;
4026
4025
  channel: string | null;
4027
4026
  address: string | null;
4027
+ name: string;
4028
4028
  createdAt: Date;
4029
4029
  updatedAt: Date;
4030
4030
  deletedAt: Date | null;
@@ -4069,8 +4069,8 @@ export declare const chatContract: {
4069
4069
  createdAt: Date;
4070
4070
  updatedAt: Date;
4071
4071
  deletedAt: Date | null;
4072
- name?: string | undefined;
4073
4072
  address?: string | null | undefined;
4073
+ name?: string | undefined;
4074
4074
  phone?: string | null | undefined;
4075
4075
  industry?: string | null | undefined;
4076
4076
  } | null;
@@ -4078,8 +4078,8 @@ export declare const chatContract: {
4078
4078
  contactProfile: string | null;
4079
4079
  socialProfileUrl: string | null;
4080
4080
  tags: {
4081
- name: string;
4082
4081
  id: string;
4082
+ name: string;
4083
4083
  createdAt: Date;
4084
4084
  updatedAt: Date;
4085
4085
  deletedAt: Date | null;
@@ -4104,8 +4104,8 @@ export declare const chatContract: {
4104
4104
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4105
4105
  id: string;
4106
4106
  metadata: {
4107
- name: string;
4108
4107
  id: string;
4108
+ name: string;
4109
4109
  picture?: string | undefined;
4110
4110
  additionalCredentials?: any;
4111
4111
  };
@@ -4136,9 +4136,9 @@ export declare const chatContract: {
4136
4136
  socialPlatformId: string;
4137
4137
  };
4138
4138
  assignee: {
4139
- name: string;
4140
4139
  id: string;
4141
4140
  address: string | null;
4141
+ name: string;
4142
4142
  email: string;
4143
4143
  createdAt: Date;
4144
4144
  updatedAt: Date;
@@ -4232,8 +4232,8 @@ export declare const chatContract: {
4232
4232
  }[];
4233
4233
  }[];
4234
4234
  tags: {
4235
- name: string;
4236
4235
  id: string;
4236
+ name: string;
4237
4237
  createdAt: Date;
4238
4238
  updatedAt: Date;
4239
4239
  deletedAt: Date | null;
@@ -4263,8 +4263,8 @@ export declare const chatContract: {
4263
4263
  endedAt: string | null;
4264
4264
  duration: number | null;
4265
4265
  holdLabel?: {
4266
- name: string;
4267
4266
  id: string;
4267
+ name: string;
4268
4268
  position: number;
4269
4269
  createdAt: Date;
4270
4270
  updatedAt: Date;
@@ -4274,9 +4274,9 @@ export declare const chatContract: {
4274
4274
  }[] | null | undefined;
4275
4275
  };
4276
4276
  workflowRule: {
4277
- name: string;
4278
4277
  type: string;
4279
4278
  id: string;
4279
+ name: string;
4280
4280
  createdAt: Date;
4281
4281
  updatedAt: Date;
4282
4282
  deletedAt: Date | null;
@@ -4394,8 +4394,8 @@ export declare const chatContract: {
4394
4394
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4395
4395
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4396
4396
  }, "strip", z.ZodTypeAny, {
4397
- name: string;
4398
4397
  id: string;
4398
+ name: string;
4399
4399
  accessToken?: string | undefined;
4400
4400
  channelSecret?: string | undefined;
4401
4401
  additionalCredentials?: any;
@@ -4420,8 +4420,8 @@ export declare const chatContract: {
4420
4420
  lineRichMenuId?: string | null | undefined;
4421
4421
  messengerIntegrationType?: "own" | "business" | undefined;
4422
4422
  }, {
4423
- name: string;
4424
4423
  id: string;
4424
+ name: string;
4425
4425
  accessToken?: string | undefined;
4426
4426
  channelSecret?: string | undefined;
4427
4427
  additionalCredentials?: any;
@@ -4459,14 +4459,14 @@ export declare const chatContract: {
4459
4459
  integrationId: z.ZodString;
4460
4460
  accessToken: z.ZodString;
4461
4461
  }, "strip", z.ZodTypeAny, {
4462
- name: string;
4463
4462
  id: string;
4463
+ name: string;
4464
4464
  accessToken: string;
4465
4465
  botId: string;
4466
4466
  integrationId: string;
4467
4467
  }, {
4468
- name: string;
4469
4468
  id: string;
4469
+ name: string;
4470
4470
  accessToken: string;
4471
4471
  botId: string;
4472
4472
  integrationId: string;
@@ -4589,9 +4589,9 @@ export declare const chatContract: {
4589
4589
  telephonySignature: string | null;
4590
4590
  }>;
4591
4591
  }, "strip", z.ZodTypeAny, {
4592
- name: string;
4593
4592
  id: string;
4594
4593
  address: string | null;
4594
+ name: string;
4595
4595
  email: string;
4596
4596
  createdAt: Date;
4597
4597
  updatedAt: Date;
@@ -4632,9 +4632,9 @@ export declare const chatContract: {
4632
4632
  telephonySignature: string | null;
4633
4633
  };
4634
4634
  }, {
4635
- name: string;
4636
4635
  id: string;
4637
4636
  address: string | null;
4637
+ name: string;
4638
4638
  email: string;
4639
4639
  createdAt: Date;
4640
4640
  updatedAt: Date;
@@ -4676,12 +4676,12 @@ export declare const chatContract: {
4676
4676
  };
4677
4677
  }>;
4678
4678
  }, "strip", z.ZodTypeAny, {
4679
- name: string;
4680
4679
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4681
4680
  id: string;
4681
+ name: string;
4682
4682
  metadata: {
4683
- name: string;
4684
4683
  id: string;
4684
+ name: string;
4685
4685
  accessToken?: string | undefined;
4686
4686
  channelSecret?: string | undefined;
4687
4687
  additionalCredentials?: any;
@@ -4711,9 +4711,9 @@ export declare const chatContract: {
4711
4711
  updatedAt: Date;
4712
4712
  deletedAt: Date | null;
4713
4713
  actor: {
4714
- name: string;
4715
4714
  id: string;
4716
4715
  address: string | null;
4716
+ name: string;
4717
4717
  email: string;
4718
4718
  createdAt: Date;
4719
4719
  updatedAt: Date;
@@ -4760,19 +4760,19 @@ export declare const chatContract: {
4760
4760
  connectedUserName: string;
4761
4761
  connectedUserId: string;
4762
4762
  botpressBot: {
4763
- name: string;
4764
4763
  id: string;
4764
+ name: string;
4765
4765
  accessToken: string;
4766
4766
  botId: string;
4767
4767
  integrationId: string;
4768
4768
  } | null;
4769
4769
  }, {
4770
- name: string;
4771
4770
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4772
4771
  id: string;
4772
+ name: string;
4773
4773
  metadata: {
4774
- name: string;
4775
4774
  id: string;
4775
+ name: string;
4776
4776
  accessToken?: string | undefined;
4777
4777
  channelSecret?: string | undefined;
4778
4778
  additionalCredentials?: any;
@@ -4802,9 +4802,9 @@ export declare const chatContract: {
4802
4802
  updatedAt: Date;
4803
4803
  deletedAt: Date | null;
4804
4804
  actor: {
4805
- name: string;
4806
4805
  id: string;
4807
4806
  address: string | null;
4807
+ name: string;
4808
4808
  email: string;
4809
4809
  createdAt: Date;
4810
4810
  updatedAt: Date;
@@ -4851,8 +4851,8 @@ export declare const chatContract: {
4851
4851
  connectedUserName: string;
4852
4852
  connectedUserId: string;
4853
4853
  botpressBot: {
4854
- name: string;
4855
4854
  id: string;
4855
+ name: string;
4856
4856
  accessToken: string;
4857
4857
  botId: string;
4858
4858
  integrationId: string;
@@ -4981,9 +4981,9 @@ export declare const chatContract: {
4981
4981
  telephonySignature: string | null;
4982
4982
  }>;
4983
4983
  }, "strip", z.ZodTypeAny, {
4984
- name: string;
4985
4984
  id: string;
4986
4985
  address: string | null;
4986
+ name: string;
4987
4987
  email: string;
4988
4988
  createdAt: Date;
4989
4989
  updatedAt: Date;
@@ -5024,9 +5024,9 @@ export declare const chatContract: {
5024
5024
  telephonySignature: string | null;
5025
5025
  };
5026
5026
  }, {
5027
- name: string;
5028
5027
  id: string;
5029
5028
  address: string | null;
5029
+ name: string;
5030
5030
  email: string;
5031
5031
  createdAt: Date;
5032
5032
  updatedAt: Date;
@@ -5087,13 +5087,13 @@ export declare const chatContract: {
5087
5087
  picture: z.ZodOptional<z.ZodString>;
5088
5088
  additionalCredentials: z.ZodAny;
5089
5089
  }, "strip", z.ZodTypeAny, {
5090
- name: string;
5091
5090
  id: string;
5091
+ name: string;
5092
5092
  picture?: string | undefined;
5093
5093
  additionalCredentials?: any;
5094
5094
  }, {
5095
- name: string;
5096
5095
  id: string;
5096
+ name: string;
5097
5097
  picture?: string | undefined;
5098
5098
  additionalCredentials?: any;
5099
5099
  }>;
@@ -5115,14 +5115,14 @@ export declare const chatContract: {
5115
5115
  deletedAt: z.ZodNullable<z.ZodDate>;
5116
5116
  name: z.ZodString;
5117
5117
  }, "strip", z.ZodTypeAny, {
5118
- name: string;
5119
5118
  id: string;
5119
+ name: string;
5120
5120
  createdAt: Date;
5121
5121
  updatedAt: Date;
5122
5122
  deletedAt: Date | null;
5123
5123
  }, {
5124
- name: string;
5125
5124
  id: string;
5125
+ name: string;
5126
5126
  createdAt: Date;
5127
5127
  updatedAt: Date;
5128
5128
  deletedAt: Date | null;
@@ -5278,8 +5278,8 @@ export declare const chatContract: {
5278
5278
  createdAt: Date;
5279
5279
  updatedAt: Date;
5280
5280
  deletedAt: Date | null;
5281
- name?: string | undefined;
5282
5281
  address?: string | null | undefined;
5282
+ name?: string | undefined;
5283
5283
  phone?: string | null | undefined;
5284
5284
  industry?: string | null | undefined;
5285
5285
  }, {
@@ -5287,8 +5287,8 @@ export declare const chatContract: {
5287
5287
  createdAt: Date;
5288
5288
  updatedAt: Date;
5289
5289
  deletedAt: Date | null;
5290
- name?: string | undefined;
5291
5290
  address?: string | null | undefined;
5291
+ name?: string | undefined;
5292
5292
  phone?: string | null | undefined;
5293
5293
  industry?: string | null | undefined;
5294
5294
  }>>;
@@ -5306,13 +5306,13 @@ export declare const chatContract: {
5306
5306
  picture: z.ZodOptional<z.ZodString>;
5307
5307
  additionalCredentials: z.ZodAny;
5308
5308
  }, "strip", z.ZodTypeAny, {
5309
- name: string;
5310
5309
  id: string;
5310
+ name: string;
5311
5311
  picture?: string | undefined;
5312
5312
  additionalCredentials?: any;
5313
5313
  }, {
5314
- name: string;
5315
5314
  id: string;
5315
+ name: string;
5316
5316
  picture?: string | undefined;
5317
5317
  additionalCredentials?: any;
5318
5318
  }>;
@@ -5320,8 +5320,8 @@ export declare const chatContract: {
5320
5320
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5321
5321
  id: string;
5322
5322
  metadata: {
5323
- name: string;
5324
5323
  id: string;
5324
+ name: string;
5325
5325
  picture?: string | undefined;
5326
5326
  additionalCredentials?: any;
5327
5327
  };
@@ -5334,8 +5334,8 @@ export declare const chatContract: {
5334
5334
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5335
5335
  id: string;
5336
5336
  metadata: {
5337
- name: string;
5338
5337
  id: string;
5338
+ name: string;
5339
5339
  picture?: string | undefined;
5340
5340
  additionalCredentials?: any;
5341
5341
  };
@@ -5645,10 +5645,10 @@ export declare const chatContract: {
5645
5645
  };
5646
5646
  }>, "many">>;
5647
5647
  }, "strip", z.ZodTypeAny, {
5648
- name: string;
5649
5648
  id: string;
5650
5649
  channel: string | null;
5651
5650
  address: string | null;
5651
+ name: string;
5652
5652
  createdAt: Date;
5653
5653
  updatedAt: Date;
5654
5654
  deletedAt: Date | null;
@@ -5693,8 +5693,8 @@ export declare const chatContract: {
5693
5693
  createdAt: Date;
5694
5694
  updatedAt: Date;
5695
5695
  deletedAt: Date | null;
5696
- name?: string | undefined;
5697
5696
  address?: string | null | undefined;
5697
+ name?: string | undefined;
5698
5698
  phone?: string | null | undefined;
5699
5699
  industry?: string | null | undefined;
5700
5700
  } | null;
@@ -5702,8 +5702,8 @@ export declare const chatContract: {
5702
5702
  contactProfile: string | null;
5703
5703
  socialProfileUrl: string | null;
5704
5704
  tags: {
5705
- name: string;
5706
5705
  id: string;
5706
+ name: string;
5707
5707
  createdAt: Date;
5708
5708
  updatedAt: Date;
5709
5709
  deletedAt: Date | null;
@@ -5728,8 +5728,8 @@ export declare const chatContract: {
5728
5728
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5729
5729
  id: string;
5730
5730
  metadata: {
5731
- name: string;
5732
5731
  id: string;
5732
+ name: string;
5733
5733
  picture?: string | undefined;
5734
5734
  additionalCredentials?: any;
5735
5735
  };
@@ -5756,10 +5756,10 @@ export declare const chatContract: {
5756
5756
  };
5757
5757
  }[] | undefined;
5758
5758
  }, {
5759
- name: string;
5760
5759
  id: string;
5761
5760
  channel: string | null;
5762
5761
  address: string | null;
5762
+ name: string;
5763
5763
  createdAt: Date;
5764
5764
  updatedAt: Date;
5765
5765
  deletedAt: Date | null;
@@ -5804,8 +5804,8 @@ export declare const chatContract: {
5804
5804
  createdAt: Date;
5805
5805
  updatedAt: Date;
5806
5806
  deletedAt: Date | null;
5807
- name?: string | undefined;
5808
5807
  address?: string | null | undefined;
5808
+ name?: string | undefined;
5809
5809
  phone?: string | null | undefined;
5810
5810
  industry?: string | null | undefined;
5811
5811
  } | null;
@@ -5813,8 +5813,8 @@ export declare const chatContract: {
5813
5813
  contactProfile: string | null;
5814
5814
  socialProfileUrl: string | null;
5815
5815
  tags: {
5816
- name: string;
5817
5816
  id: string;
5817
+ name: string;
5818
5818
  createdAt: Date;
5819
5819
  updatedAt: Date;
5820
5820
  deletedAt: Date | null;
@@ -5839,8 +5839,8 @@ export declare const chatContract: {
5839
5839
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5840
5840
  id: string;
5841
5841
  metadata: {
5842
- name: string;
5843
5842
  id: string;
5843
+ name: string;
5844
5844
  picture?: string | undefined;
5845
5845
  additionalCredentials?: any;
5846
5846
  };
@@ -5871,8 +5871,8 @@ export declare const chatContract: {
5871
5871
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5872
5872
  id: string;
5873
5873
  metadata: {
5874
- name: string;
5875
5874
  id: string;
5875
+ name: string;
5876
5876
  picture?: string | undefined;
5877
5877
  additionalCredentials?: any;
5878
5878
  };
@@ -5880,10 +5880,10 @@ export declare const chatContract: {
5880
5880
  updatedAt: Date;
5881
5881
  deletedAt: Date | null;
5882
5882
  contact: {
5883
- name: string;
5884
5883
  id: string;
5885
5884
  channel: string | null;
5886
5885
  address: string | null;
5886
+ name: string;
5887
5887
  createdAt: Date;
5888
5888
  updatedAt: Date;
5889
5889
  deletedAt: Date | null;
@@ -5928,8 +5928,8 @@ export declare const chatContract: {
5928
5928
  createdAt: Date;
5929
5929
  updatedAt: Date;
5930
5930
  deletedAt: Date | null;
5931
- name?: string | undefined;
5932
5931
  address?: string | null | undefined;
5932
+ name?: string | undefined;
5933
5933
  phone?: string | null | undefined;
5934
5934
  industry?: string | null | undefined;
5935
5935
  } | null;
@@ -5937,8 +5937,8 @@ export declare const chatContract: {
5937
5937
  contactProfile: string | null;
5938
5938
  socialProfileUrl: string | null;
5939
5939
  tags: {
5940
- name: string;
5941
5940
  id: string;
5941
+ name: string;
5942
5942
  createdAt: Date;
5943
5943
  updatedAt: Date;
5944
5944
  deletedAt: Date | null;
@@ -5963,8 +5963,8 @@ export declare const chatContract: {
5963
5963
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5964
5964
  id: string;
5965
5965
  metadata: {
5966
- name: string;
5967
5966
  id: string;
5967
+ name: string;
5968
5968
  picture?: string | undefined;
5969
5969
  additionalCredentials?: any;
5970
5970
  };
@@ -5997,8 +5997,8 @@ export declare const chatContract: {
5997
5997
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5998
5998
  id: string;
5999
5999
  metadata: {
6000
- name: string;
6001
6000
  id: string;
6001
+ name: string;
6002
6002
  picture?: string | undefined;
6003
6003
  additionalCredentials?: any;
6004
6004
  };
@@ -6006,10 +6006,10 @@ export declare const chatContract: {
6006
6006
  updatedAt: Date;
6007
6007
  deletedAt: Date | null;
6008
6008
  contact: {
6009
- name: string;
6010
6009
  id: string;
6011
6010
  channel: string | null;
6012
6011
  address: string | null;
6012
+ name: string;
6013
6013
  createdAt: Date;
6014
6014
  updatedAt: Date;
6015
6015
  deletedAt: Date | null;
@@ -6054,8 +6054,8 @@ export declare const chatContract: {
6054
6054
  createdAt: Date;
6055
6055
  updatedAt: Date;
6056
6056
  deletedAt: Date | null;
6057
- name?: string | undefined;
6058
6057
  address?: string | null | undefined;
6058
+ name?: string | undefined;
6059
6059
  phone?: string | null | undefined;
6060
6060
  industry?: string | null | undefined;
6061
6061
  } | null;
@@ -6063,8 +6063,8 @@ export declare const chatContract: {
6063
6063
  contactProfile: string | null;
6064
6064
  socialProfileUrl: string | null;
6065
6065
  tags: {
6066
- name: string;
6067
6066
  id: string;
6067
+ name: string;
6068
6068
  createdAt: Date;
6069
6069
  updatedAt: Date;
6070
6070
  deletedAt: Date | null;
@@ -6089,8 +6089,8 @@ export declare const chatContract: {
6089
6089
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6090
6090
  id: string;
6091
6091
  metadata: {
6092
- name: string;
6093
6092
  id: string;
6093
+ name: string;
6094
6094
  picture?: string | undefined;
6095
6095
  additionalCredentials?: any;
6096
6096
  };
@@ -6238,9 +6238,9 @@ export declare const chatContract: {
6238
6238
  telephonySignature: string | null;
6239
6239
  }>;
6240
6240
  }, "strip", z.ZodTypeAny, {
6241
- name: string;
6242
6241
  id: string;
6243
6242
  address: string | null;
6243
+ name: string;
6244
6244
  email: string;
6245
6245
  createdAt: Date;
6246
6246
  updatedAt: Date;
@@ -6281,9 +6281,9 @@ export declare const chatContract: {
6281
6281
  telephonySignature: string | null;
6282
6282
  };
6283
6283
  }, {
6284
- name: string;
6285
6284
  id: string;
6286
6285
  address: string | null;
6286
+ name: string;
6287
6287
  email: string;
6288
6288
  createdAt: Date;
6289
6289
  updatedAt: Date;
@@ -6362,14 +6362,14 @@ export declare const chatContract: {
6362
6362
  deletedAt: z.ZodNullable<z.ZodDate>;
6363
6363
  name: z.ZodString;
6364
6364
  }, "strip", z.ZodTypeAny, {
6365
- name: string;
6366
6365
  id: string;
6366
+ name: string;
6367
6367
  createdAt: Date;
6368
6368
  updatedAt: Date;
6369
6369
  deletedAt: Date | null;
6370
6370
  }, {
6371
- name: string;
6372
6371
  id: string;
6372
+ name: string;
6373
6373
  createdAt: Date;
6374
6374
  updatedAt: Date;
6375
6375
  deletedAt: Date | null;
@@ -6540,8 +6540,8 @@ export declare const chatContract: {
6540
6540
  }[];
6541
6541
  }[];
6542
6542
  tags: {
6543
- name: string;
6544
6543
  id: string;
6544
+ name: string;
6545
6545
  createdAt: Date;
6546
6546
  updatedAt: Date;
6547
6547
  deletedAt: Date | null;
@@ -6591,8 +6591,8 @@ export declare const chatContract: {
6591
6591
  }[];
6592
6592
  }[];
6593
6593
  tags: {
6594
- name: string;
6595
6594
  id: string;
6595
+ name: string;
6596
6596
  createdAt: Date;
6597
6597
  updatedAt: Date;
6598
6598
  deletedAt: Date | null;
@@ -6630,16 +6630,16 @@ export declare const chatContract: {
6630
6630
  position: z.ZodNumber;
6631
6631
  isDefault: z.ZodDefault<z.ZodBoolean>;
6632
6632
  }, "strip", z.ZodTypeAny, {
6633
- name: string;
6634
6633
  id: string;
6634
+ name: string;
6635
6635
  position: number;
6636
6636
  createdAt: Date;
6637
6637
  updatedAt: Date;
6638
6638
  deletedAt: Date | null;
6639
6639
  isDefault: boolean;
6640
6640
  }, {
6641
- name: string;
6642
6641
  id: string;
6642
+ name: string;
6643
6643
  position: number;
6644
6644
  createdAt: Date;
6645
6645
  updatedAt: Date;
@@ -6655,8 +6655,8 @@ export declare const chatContract: {
6655
6655
  endedAt: string | null;
6656
6656
  duration: number | null;
6657
6657
  holdLabel?: {
6658
- name: string;
6659
6658
  id: string;
6659
+ name: string;
6660
6660
  position: number;
6661
6661
  createdAt: Date;
6662
6662
  updatedAt: Date;
@@ -6672,8 +6672,8 @@ export declare const chatContract: {
6672
6672
  endedAt: string | null;
6673
6673
  duration: number | null;
6674
6674
  holdLabel?: {
6675
- name: string;
6676
6675
  id: string;
6676
+ name: string;
6677
6677
  position: number;
6678
6678
  createdAt: Date;
6679
6679
  updatedAt: Date;
@@ -6731,8 +6731,8 @@ export declare const chatContract: {
6731
6731
  }[];
6732
6732
  }[];
6733
6733
  tags: {
6734
- name: string;
6735
6734
  id: string;
6735
+ name: string;
6736
6736
  createdAt: Date;
6737
6737
  updatedAt: Date;
6738
6738
  deletedAt: Date | null;
@@ -6762,8 +6762,8 @@ export declare const chatContract: {
6762
6762
  endedAt: string | null;
6763
6763
  duration: number | null;
6764
6764
  holdLabel?: {
6765
- name: string;
6766
6765
  id: string;
6766
+ name: string;
6767
6767
  position: number;
6768
6768
  createdAt: Date;
6769
6769
  updatedAt: Date;
@@ -6821,8 +6821,8 @@ export declare const chatContract: {
6821
6821
  }[];
6822
6822
  }[];
6823
6823
  tags: {
6824
- name: string;
6825
6824
  id: string;
6825
+ name: string;
6826
6826
  createdAt: Date;
6827
6827
  updatedAt: Date;
6828
6828
  deletedAt: Date | null;
@@ -6852,8 +6852,8 @@ export declare const chatContract: {
6852
6852
  endedAt: string | null;
6853
6853
  duration: number | null;
6854
6854
  holdLabel?: {
6855
- name: string;
6856
6855
  id: string;
6856
+ name: string;
6857
6857
  position: number;
6858
6858
  createdAt: Date;
6859
6859
  updatedAt: Date;
@@ -6871,17 +6871,17 @@ export declare const chatContract: {
6871
6871
  isActive: z.ZodBoolean;
6872
6872
  type: z.ZodString;
6873
6873
  }, "strip", z.ZodTypeAny, {
6874
- name: string;
6875
6874
  type: string;
6876
6875
  id: string;
6876
+ name: string;
6877
6877
  createdAt: Date;
6878
6878
  updatedAt: Date;
6879
6879
  deletedAt: Date | null;
6880
6880
  isActive: boolean;
6881
6881
  }, {
6882
- name: string;
6883
6882
  type: string;
6884
6883
  id: string;
6884
+ name: string;
6885
6885
  createdAt: Date;
6886
6886
  updatedAt: Date;
6887
6887
  deletedAt: Date | null;
@@ -6892,12 +6892,12 @@ export declare const chatContract: {
6892
6892
  }, "strip", z.ZodTypeAny, {
6893
6893
  id: string;
6894
6894
  channel: {
6895
- name: string;
6896
6895
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6897
6896
  id: string;
6897
+ name: string;
6898
6898
  metadata: {
6899
- name: string;
6900
6899
  id: string;
6900
+ name: string;
6901
6901
  accessToken?: string | undefined;
6902
6902
  channelSecret?: string | undefined;
6903
6903
  additionalCredentials?: any;
@@ -6927,9 +6927,9 @@ export declare const chatContract: {
6927
6927
  updatedAt: Date;
6928
6928
  deletedAt: Date | null;
6929
6929
  actor: {
6930
- name: string;
6931
6930
  id: string;
6932
6931
  address: string | null;
6932
+ name: string;
6933
6933
  email: string;
6934
6934
  createdAt: Date;
6935
6935
  updatedAt: Date;
@@ -6976,8 +6976,8 @@ export declare const chatContract: {
6976
6976
  connectedUserName: string;
6977
6977
  connectedUserId: string;
6978
6978
  botpressBot: {
6979
- name: string;
6980
6979
  id: string;
6980
+ name: string;
6981
6981
  accessToken: string;
6982
6982
  botId: string;
6983
6983
  integrationId: string;
@@ -6989,9 +6989,9 @@ export declare const chatContract: {
6989
6989
  updatedAt: Date;
6990
6990
  deletedAt: Date | null;
6991
6991
  actor: {
6992
- name: string;
6993
6992
  id: string;
6994
6993
  address: string | null;
6994
+ name: string;
6995
6995
  email: string;
6996
6996
  createdAt: Date;
6997
6997
  updatedAt: Date;
@@ -7042,8 +7042,8 @@ export declare const chatContract: {
7042
7042
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7043
7043
  id: string;
7044
7044
  metadata: {
7045
- name: string;
7046
7045
  id: string;
7046
+ name: string;
7047
7047
  picture?: string | undefined;
7048
7048
  additionalCredentials?: any;
7049
7049
  };
@@ -7051,10 +7051,10 @@ export declare const chatContract: {
7051
7051
  updatedAt: Date;
7052
7052
  deletedAt: Date | null;
7053
7053
  contact: {
7054
- name: string;
7055
7054
  id: string;
7056
7055
  channel: string | null;
7057
7056
  address: string | null;
7057
+ name: string;
7058
7058
  createdAt: Date;
7059
7059
  updatedAt: Date;
7060
7060
  deletedAt: Date | null;
@@ -7099,8 +7099,8 @@ export declare const chatContract: {
7099
7099
  createdAt: Date;
7100
7100
  updatedAt: Date;
7101
7101
  deletedAt: Date | null;
7102
- name?: string | undefined;
7103
7102
  address?: string | null | undefined;
7103
+ name?: string | undefined;
7104
7104
  phone?: string | null | undefined;
7105
7105
  industry?: string | null | undefined;
7106
7106
  } | null;
@@ -7108,8 +7108,8 @@ export declare const chatContract: {
7108
7108
  contactProfile: string | null;
7109
7109
  socialProfileUrl: string | null;
7110
7110
  tags: {
7111
- name: string;
7112
7111
  id: string;
7112
+ name: string;
7113
7113
  createdAt: Date;
7114
7114
  updatedAt: Date;
7115
7115
  deletedAt: Date | null;
@@ -7134,8 +7134,8 @@ export declare const chatContract: {
7134
7134
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7135
7135
  id: string;
7136
7136
  metadata: {
7137
- name: string;
7138
7137
  id: string;
7138
+ name: string;
7139
7139
  picture?: string | undefined;
7140
7140
  additionalCredentials?: any;
7141
7141
  };
@@ -7166,9 +7166,9 @@ export declare const chatContract: {
7166
7166
  socialPlatformId: string;
7167
7167
  };
7168
7168
  assignee: {
7169
- name: string;
7170
7169
  id: string;
7171
7170
  address: string | null;
7171
+ name: string;
7172
7172
  email: string;
7173
7173
  createdAt: Date;
7174
7174
  updatedAt: Date;
@@ -7262,8 +7262,8 @@ export declare const chatContract: {
7262
7262
  }[];
7263
7263
  }[];
7264
7264
  tags: {
7265
- name: string;
7266
7265
  id: string;
7266
+ name: string;
7267
7267
  createdAt: Date;
7268
7268
  updatedAt: Date;
7269
7269
  deletedAt: Date | null;
@@ -7293,8 +7293,8 @@ export declare const chatContract: {
7293
7293
  endedAt: string | null;
7294
7294
  duration: number | null;
7295
7295
  holdLabel?: {
7296
- name: string;
7297
7296
  id: string;
7297
+ name: string;
7298
7298
  position: number;
7299
7299
  createdAt: Date;
7300
7300
  updatedAt: Date;
@@ -7304,9 +7304,9 @@ export declare const chatContract: {
7304
7304
  }[] | null | undefined;
7305
7305
  };
7306
7306
  workflowRule: {
7307
- name: string;
7308
7307
  type: string;
7309
7308
  id: string;
7309
+ name: string;
7310
7310
  createdAt: Date;
7311
7311
  updatedAt: Date;
7312
7312
  deletedAt: Date | null;
@@ -7317,12 +7317,12 @@ export declare const chatContract: {
7317
7317
  }, {
7318
7318
  id: string;
7319
7319
  channel: {
7320
- name: string;
7321
7320
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7322
7321
  id: string;
7322
+ name: string;
7323
7323
  metadata: {
7324
- name: string;
7325
7324
  id: string;
7325
+ name: string;
7326
7326
  accessToken?: string | undefined;
7327
7327
  channelSecret?: string | undefined;
7328
7328
  additionalCredentials?: any;
@@ -7352,9 +7352,9 @@ export declare const chatContract: {
7352
7352
  updatedAt: Date;
7353
7353
  deletedAt: Date | null;
7354
7354
  actor: {
7355
- name: string;
7356
7355
  id: string;
7357
7356
  address: string | null;
7357
+ name: string;
7358
7358
  email: string;
7359
7359
  createdAt: Date;
7360
7360
  updatedAt: Date;
@@ -7401,8 +7401,8 @@ export declare const chatContract: {
7401
7401
  connectedUserName: string;
7402
7402
  connectedUserId: string;
7403
7403
  botpressBot: {
7404
- name: string;
7405
7404
  id: string;
7405
+ name: string;
7406
7406
  accessToken: string;
7407
7407
  botId: string;
7408
7408
  integrationId: string;
@@ -7414,9 +7414,9 @@ export declare const chatContract: {
7414
7414
  updatedAt: Date;
7415
7415
  deletedAt: Date | null;
7416
7416
  actor: {
7417
- name: string;
7418
7417
  id: string;
7419
7418
  address: string | null;
7419
+ name: string;
7420
7420
  email: string;
7421
7421
  createdAt: Date;
7422
7422
  updatedAt: Date;
@@ -7467,8 +7467,8 @@ export declare const chatContract: {
7467
7467
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7468
7468
  id: string;
7469
7469
  metadata: {
7470
- name: string;
7471
7470
  id: string;
7471
+ name: string;
7472
7472
  picture?: string | undefined;
7473
7473
  additionalCredentials?: any;
7474
7474
  };
@@ -7476,10 +7476,10 @@ export declare const chatContract: {
7476
7476
  updatedAt: Date;
7477
7477
  deletedAt: Date | null;
7478
7478
  contact: {
7479
- name: string;
7480
7479
  id: string;
7481
7480
  channel: string | null;
7482
7481
  address: string | null;
7482
+ name: string;
7483
7483
  createdAt: Date;
7484
7484
  updatedAt: Date;
7485
7485
  deletedAt: Date | null;
@@ -7524,8 +7524,8 @@ export declare const chatContract: {
7524
7524
  createdAt: Date;
7525
7525
  updatedAt: Date;
7526
7526
  deletedAt: Date | null;
7527
- name?: string | undefined;
7528
7527
  address?: string | null | undefined;
7528
+ name?: string | undefined;
7529
7529
  phone?: string | null | undefined;
7530
7530
  industry?: string | null | undefined;
7531
7531
  } | null;
@@ -7533,8 +7533,8 @@ export declare const chatContract: {
7533
7533
  contactProfile: string | null;
7534
7534
  socialProfileUrl: string | null;
7535
7535
  tags: {
7536
- name: string;
7537
7536
  id: string;
7537
+ name: string;
7538
7538
  createdAt: Date;
7539
7539
  updatedAt: Date;
7540
7540
  deletedAt: Date | null;
@@ -7559,8 +7559,8 @@ export declare const chatContract: {
7559
7559
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7560
7560
  id: string;
7561
7561
  metadata: {
7562
- name: string;
7563
7562
  id: string;
7563
+ name: string;
7564
7564
  picture?: string | undefined;
7565
7565
  additionalCredentials?: any;
7566
7566
  };
@@ -7591,9 +7591,9 @@ export declare const chatContract: {
7591
7591
  socialPlatformId: string;
7592
7592
  };
7593
7593
  assignee: {
7594
- name: string;
7595
7594
  id: string;
7596
7595
  address: string | null;
7596
+ name: string;
7597
7597
  email: string;
7598
7598
  createdAt: Date;
7599
7599
  updatedAt: Date;
@@ -7687,8 +7687,8 @@ export declare const chatContract: {
7687
7687
  }[];
7688
7688
  }[];
7689
7689
  tags: {
7690
- name: string;
7691
7690
  id: string;
7691
+ name: string;
7692
7692
  createdAt: Date;
7693
7693
  updatedAt: Date;
7694
7694
  deletedAt: Date | null;
@@ -7718,8 +7718,8 @@ export declare const chatContract: {
7718
7718
  endedAt: string | null;
7719
7719
  duration: number | null;
7720
7720
  holdLabel?: {
7721
- name: string;
7722
7721
  id: string;
7722
+ name: string;
7723
7723
  position: number;
7724
7724
  createdAt: Date;
7725
7725
  updatedAt: Date;
@@ -7729,9 +7729,9 @@ export declare const chatContract: {
7729
7729
  }[] | null | undefined;
7730
7730
  };
7731
7731
  workflowRule: {
7732
- name: string;
7733
7732
  type: string;
7734
7733
  id: string;
7734
+ name: string;
7735
7735
  createdAt: Date;
7736
7736
  updatedAt: Date;
7737
7737
  deletedAt: Date | null;
@@ -7744,12 +7744,12 @@ export declare const chatContract: {
7744
7744
  data: {
7745
7745
  id: string;
7746
7746
  channel: {
7747
- name: string;
7748
7747
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7749
7748
  id: string;
7749
+ name: string;
7750
7750
  metadata: {
7751
- name: string;
7752
7751
  id: string;
7752
+ name: string;
7753
7753
  accessToken?: string | undefined;
7754
7754
  channelSecret?: string | undefined;
7755
7755
  additionalCredentials?: any;
@@ -7779,9 +7779,9 @@ export declare const chatContract: {
7779
7779
  updatedAt: Date;
7780
7780
  deletedAt: Date | null;
7781
7781
  actor: {
7782
- name: string;
7783
7782
  id: string;
7784
7783
  address: string | null;
7784
+ name: string;
7785
7785
  email: string;
7786
7786
  createdAt: Date;
7787
7787
  updatedAt: Date;
@@ -7828,8 +7828,8 @@ export declare const chatContract: {
7828
7828
  connectedUserName: string;
7829
7829
  connectedUserId: string;
7830
7830
  botpressBot: {
7831
- name: string;
7832
7831
  id: string;
7832
+ name: string;
7833
7833
  accessToken: string;
7834
7834
  botId: string;
7835
7835
  integrationId: string;
@@ -7841,9 +7841,9 @@ export declare const chatContract: {
7841
7841
  updatedAt: Date;
7842
7842
  deletedAt: Date | null;
7843
7843
  actor: {
7844
- name: string;
7845
7844
  id: string;
7846
7845
  address: string | null;
7846
+ name: string;
7847
7847
  email: string;
7848
7848
  createdAt: Date;
7849
7849
  updatedAt: Date;
@@ -7894,8 +7894,8 @@ export declare const chatContract: {
7894
7894
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7895
7895
  id: string;
7896
7896
  metadata: {
7897
- name: string;
7898
7897
  id: string;
7898
+ name: string;
7899
7899
  picture?: string | undefined;
7900
7900
  additionalCredentials?: any;
7901
7901
  };
@@ -7903,10 +7903,10 @@ export declare const chatContract: {
7903
7903
  updatedAt: Date;
7904
7904
  deletedAt: Date | null;
7905
7905
  contact: {
7906
- name: string;
7907
7906
  id: string;
7908
7907
  channel: string | null;
7909
7908
  address: string | null;
7909
+ name: string;
7910
7910
  createdAt: Date;
7911
7911
  updatedAt: Date;
7912
7912
  deletedAt: Date | null;
@@ -7951,8 +7951,8 @@ export declare const chatContract: {
7951
7951
  createdAt: Date;
7952
7952
  updatedAt: Date;
7953
7953
  deletedAt: Date | null;
7954
- name?: string | undefined;
7955
7954
  address?: string | null | undefined;
7955
+ name?: string | undefined;
7956
7956
  phone?: string | null | undefined;
7957
7957
  industry?: string | null | undefined;
7958
7958
  } | null;
@@ -7960,8 +7960,8 @@ export declare const chatContract: {
7960
7960
  contactProfile: string | null;
7961
7961
  socialProfileUrl: string | null;
7962
7962
  tags: {
7963
- name: string;
7964
7963
  id: string;
7964
+ name: string;
7965
7965
  createdAt: Date;
7966
7966
  updatedAt: Date;
7967
7967
  deletedAt: Date | null;
@@ -7986,8 +7986,8 @@ export declare const chatContract: {
7986
7986
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7987
7987
  id: string;
7988
7988
  metadata: {
7989
- name: string;
7990
7989
  id: string;
7990
+ name: string;
7991
7991
  picture?: string | undefined;
7992
7992
  additionalCredentials?: any;
7993
7993
  };
@@ -8018,9 +8018,9 @@ export declare const chatContract: {
8018
8018
  socialPlatformId: string;
8019
8019
  };
8020
8020
  assignee: {
8021
- name: string;
8022
8021
  id: string;
8023
8022
  address: string | null;
8023
+ name: string;
8024
8024
  email: string;
8025
8025
  createdAt: Date;
8026
8026
  updatedAt: Date;
@@ -8114,8 +8114,8 @@ export declare const chatContract: {
8114
8114
  }[];
8115
8115
  }[];
8116
8116
  tags: {
8117
- name: string;
8118
8117
  id: string;
8118
+ name: string;
8119
8119
  createdAt: Date;
8120
8120
  updatedAt: Date;
8121
8121
  deletedAt: Date | null;
@@ -8145,8 +8145,8 @@ export declare const chatContract: {
8145
8145
  endedAt: string | null;
8146
8146
  duration: number | null;
8147
8147
  holdLabel?: {
8148
- name: string;
8149
8148
  id: string;
8149
+ name: string;
8150
8150
  position: number;
8151
8151
  createdAt: Date;
8152
8152
  updatedAt: Date;
@@ -8156,9 +8156,9 @@ export declare const chatContract: {
8156
8156
  }[] | null | undefined;
8157
8157
  };
8158
8158
  workflowRule: {
8159
- name: string;
8160
8159
  type: string;
8161
8160
  id: string;
8161
+ name: string;
8162
8162
  createdAt: Date;
8163
8163
  updatedAt: Date;
8164
8164
  deletedAt: Date | null;
@@ -8172,12 +8172,12 @@ export declare const chatContract: {
8172
8172
  data: {
8173
8173
  id: string;
8174
8174
  channel: {
8175
- name: string;
8176
8175
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8177
8176
  id: string;
8177
+ name: string;
8178
8178
  metadata: {
8179
- name: string;
8180
8179
  id: string;
8180
+ name: string;
8181
8181
  accessToken?: string | undefined;
8182
8182
  channelSecret?: string | undefined;
8183
8183
  additionalCredentials?: any;
@@ -8207,9 +8207,9 @@ export declare const chatContract: {
8207
8207
  updatedAt: Date;
8208
8208
  deletedAt: Date | null;
8209
8209
  actor: {
8210
- name: string;
8211
8210
  id: string;
8212
8211
  address: string | null;
8212
+ name: string;
8213
8213
  email: string;
8214
8214
  createdAt: Date;
8215
8215
  updatedAt: Date;
@@ -8256,8 +8256,8 @@ export declare const chatContract: {
8256
8256
  connectedUserName: string;
8257
8257
  connectedUserId: string;
8258
8258
  botpressBot: {
8259
- name: string;
8260
8259
  id: string;
8260
+ name: string;
8261
8261
  accessToken: string;
8262
8262
  botId: string;
8263
8263
  integrationId: string;
@@ -8269,9 +8269,9 @@ export declare const chatContract: {
8269
8269
  updatedAt: Date;
8270
8270
  deletedAt: Date | null;
8271
8271
  actor: {
8272
- name: string;
8273
8272
  id: string;
8274
8273
  address: string | null;
8274
+ name: string;
8275
8275
  email: string;
8276
8276
  createdAt: Date;
8277
8277
  updatedAt: Date;
@@ -8322,8 +8322,8 @@ export declare const chatContract: {
8322
8322
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8323
8323
  id: string;
8324
8324
  metadata: {
8325
- name: string;
8326
8325
  id: string;
8326
+ name: string;
8327
8327
  picture?: string | undefined;
8328
8328
  additionalCredentials?: any;
8329
8329
  };
@@ -8331,10 +8331,10 @@ export declare const chatContract: {
8331
8331
  updatedAt: Date;
8332
8332
  deletedAt: Date | null;
8333
8333
  contact: {
8334
- name: string;
8335
8334
  id: string;
8336
8335
  channel: string | null;
8337
8336
  address: string | null;
8337
+ name: string;
8338
8338
  createdAt: Date;
8339
8339
  updatedAt: Date;
8340
8340
  deletedAt: Date | null;
@@ -8379,8 +8379,8 @@ export declare const chatContract: {
8379
8379
  createdAt: Date;
8380
8380
  updatedAt: Date;
8381
8381
  deletedAt: Date | null;
8382
- name?: string | undefined;
8383
8382
  address?: string | null | undefined;
8383
+ name?: string | undefined;
8384
8384
  phone?: string | null | undefined;
8385
8385
  industry?: string | null | undefined;
8386
8386
  } | null;
@@ -8388,8 +8388,8 @@ export declare const chatContract: {
8388
8388
  contactProfile: string | null;
8389
8389
  socialProfileUrl: string | null;
8390
8390
  tags: {
8391
- name: string;
8392
8391
  id: string;
8392
+ name: string;
8393
8393
  createdAt: Date;
8394
8394
  updatedAt: Date;
8395
8395
  deletedAt: Date | null;
@@ -8414,8 +8414,8 @@ export declare const chatContract: {
8414
8414
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8415
8415
  id: string;
8416
8416
  metadata: {
8417
- name: string;
8418
8417
  id: string;
8418
+ name: string;
8419
8419
  picture?: string | undefined;
8420
8420
  additionalCredentials?: any;
8421
8421
  };
@@ -8446,9 +8446,9 @@ export declare const chatContract: {
8446
8446
  socialPlatformId: string;
8447
8447
  };
8448
8448
  assignee: {
8449
- name: string;
8450
8449
  id: string;
8451
8450
  address: string | null;
8451
+ name: string;
8452
8452
  email: string;
8453
8453
  createdAt: Date;
8454
8454
  updatedAt: Date;
@@ -8542,8 +8542,8 @@ export declare const chatContract: {
8542
8542
  }[];
8543
8543
  }[];
8544
8544
  tags: {
8545
- name: string;
8546
8545
  id: string;
8546
+ name: string;
8547
8547
  createdAt: Date;
8548
8548
  updatedAt: Date;
8549
8549
  deletedAt: Date | null;
@@ -8573,8 +8573,8 @@ export declare const chatContract: {
8573
8573
  endedAt: string | null;
8574
8574
  duration: number | null;
8575
8575
  holdLabel?: {
8576
- name: string;
8577
8576
  id: string;
8577
+ name: string;
8578
8578
  position: number;
8579
8579
  createdAt: Date;
8580
8580
  updatedAt: Date;
@@ -8584,9 +8584,9 @@ export declare const chatContract: {
8584
8584
  }[] | null | undefined;
8585
8585
  };
8586
8586
  workflowRule: {
8587
- name: string;
8588
8587
  type: string;
8589
8588
  id: string;
8589
+ name: string;
8590
8590
  createdAt: Date;
8591
8591
  updatedAt: Date;
8592
8592
  deletedAt: Date | null;